﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
    padding: 0;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

/*navtab*/
#navforhome .nav-tabs {
  border-bottom: 1px solid #05459C;
}
#navforhome .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #05459C #05459C #fff;
  font-weight: 600;
}

/*end navtab*/
.main-hdsd {
  position: relative;
  top: 154px;
  display: flex;
  justify-content: center;
}
.main-hdsd container {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 8px;
  padding: 15px;
  margin: 15px 0;
}
.main-hdsd .card {
  border: none;
  border-radius: 8px;
  margin-bottom: 25px;
}
.main-hdsd .card .card-body {
  padding: 0;
}
.main-hdsd .hdsd-body {
  font-family: "Merriweather";
}
.main-hdsd .hdsd-body h2 {
  color: #007ACC;
  border-left: 4px solid #007ACC;
  padding-left: 8px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.main-hdsd .hdsd-body h3 {
  color: #004080;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
  font-size: 1rem;
}
.main-hdsd .hdsd-body p {
  margin: 0.4rem 0 1rem 0;
}
.main-hdsd .hdsd-body ul {
  margin: 0 0 1rem 20px;
}
.main-hdsd .hdsd-body .step {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  margin-bottom: 20px;
}
.main-hdsd .hdsd-body .img-placeholder {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 20px auto 30px auto;
  border: 2px dashed #bbb;
  border-radius: 6px;
  padding: 8px;
  text-align: center;
  user-select: none;
}
.main-hdsd .hdsd-body .img-placeholder img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}
.main-hdsd .hdsd-body .note {
  font-style: italic;
  color: #666;
  margin: 0.5rem 0 1rem 0;
}
@media (max-width: 600px) {
  .main-hdsd .hdsd-body body {
    padding: 15px 10px;
  }
  .main-hdsd .hdsd-body .img-placeholder {
    max-width: 100%;
    height: 150px;
    line-height: 150px;
  }
}

#footer {
  position: relative;
  top: 154px;
}
