/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
:root {
  --sel-blue: 0, 58, 93;
  --sel-blue-20: 195, 209, 221;
}
/*---------------------------- General ------------------------*/
.clear {
  clear: both;
  width: 100%;
}
.clear.height10 {
  height: 10px;
}
.clear.height20 {
  height: 20px;
}
.clear.height30 {
  height: 30px;
}
.clear.height50 {
  height: 50px;
}
.clear.border1 {
  border-top: 1px solid #dedede;
  margin: 15px 0px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  position: relative;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:link {
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
html,
body {
  margin: 0px;
  padding: 0px !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  /* background-color: #f5f5f5; */
}
button {
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  word-wrap: break-word;
}
.datepicker {
  z-index: 999999 !important;
}
.modal {
  z-index: 999999;
}
/*======================== custom modal bootrap ========================*/
.modal-open .mm-wrapper__blocker,
.modal-open .mm-slideout {
  z-index: auto !important;
}
.body__main {
  min-height: 50vh;
}
.full__main {
  width: 100%;
  overflow: hidden;
}
.transition-all {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container {
  max-width: 1250px !important;
}
.banner-sticky {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  background-color: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.13);
}
/*======================== header section ========================*/
.header_section{
  padding: 6px 0;
}
.main-header-eight {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  transition: box-shadow 0.3s ease;
}
.main-header-eight.scrolled {
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
}
.body__main {
  min-height: 50vh;
  padding-top: var(--header-h, 80px);
}
/* Single-row header layout - 3-column grid for true center alignment */
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.header-nav {
  display: flex;
  justify-content: center;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.header-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #254484;
  color: #254484;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  transition: all 0.25s;
  flex-shrink: 0;
}
.header-search-icon:hover,
.header-search-icon.active {
  background-color: #254484;
  color: #fff;
}

/* ===== Search dropdown ===== */
.header-search-drop {
  background: #fff;
  border-top: 2px solid #0054a6;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1),
              padding 0.35s ease;
  padding: 0;
}
.header-search-drop.open {
  max-height: 90px;
  padding: 14px 0;
}
.header-search-form {
  display: flex;
  align-items: center;
  gap: 0;
  background: #f4f7fb;
  border-radius: 10px;
  padding: 6px 10px 6px 18px;
  border: 1.5px solid #dde3ef;
  transition: border-color 0.2s;
}
.header-search-form:focus-within {
  border-color: #0054a6;
  background: #fff;
}
.header-search-form > .fa-magnifying-glass {
  color: #0054a6;
  font-size: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}
.header-search-form input[type="text"] {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: #1a2b3c;
  padding: 6px 0;
  min-width: 0;
}
.header-search-form input::placeholder {
  color: #aaa;
}
.btn-search-go {
  background: #0054a6;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s;
  margin-left: 8px;
}
.btn-search-go:hover {
  background: #003d7a;
}
.btn-search-close {
  background: transparent;
  border: none;
  color: #888;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 6px;
  margin-left: 4px;
  line-height: 1;
  transition: color 0.2s;
  flex-shrink: 0;
}
.btn-search-close:hover {
  color: #e53935;
}
.btn-tuvan {
  display: inline-block;
  padding: 10px 22px;
  background-color: #f5a623;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  border-radius: 25px;
  white-space: nowrap;
  transition: all 0.3s;
}
.btn-tuvan:hover {
  background-color: #e09415;
  color: #fff !important;
}
.main-header-eight__top {
  background-color: #222;
  padding-left: 23.4%;
  padding-right: 5.5%;
  position: relative;
  z-index: 1;
}
.main-header-eight__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.main-header-eight__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-header-eight__info li {
  font-size: 14px;
  color: #737092;
  font-weight: 700;
}
.main-header-eight__info__icon {
  font-size: 12px;
  margin-right: 2px;
  color: #7166F5;
}
.main-header-eight__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header-eight__right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.main-menu {
  position: relative;
  display: block;
}
.main-menu-eight {
  /* background-color: #132f69; */
  z-index: 99;
  width: 100%;
}
.main-menu-eight__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu-eight__logo {
  padding: 8px 0;
  flex-shrink: 0;
}
.main-menu-eight__logo img{
  height: 65px;
  width: auto;
}
.main-menu-eight__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-menu-eight__main-menu-box {
  display: block;
}
.main-menu .main-menu__list{
  list-style: none;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 0;
  margin: 0;
}
.main-menu .main-menu__list > li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.main-menu .main-menu__list > li a{
  color: #222;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0px 15px;
  text-transform: uppercase;
}
.main-menu .main-menu__list > li a:hover{
  color: #254484;
}
.main-menu .main-menu__list > li > ul {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 320px;
  background-color: #FFF;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-radius: 5px;
  display: none;
  border: 1px solid rgb(var(--sel-blue-20));
  z-index: 999;
}
.main-menu .main-menu__list > li > ul > li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}
.main-menu .main-menu__list > li > ul > li:last-child {
  border: none;
}
.main-menu .main-menu__list > li > ul > li a{
  color: #333;
  text-transform: none;
  font-weight: 500;
}
.main-menu .main-menu__list > li:hover > ul {
  display: block;
}
.main-menu .main-menu__list > li > ul > li a:hover{
  color: #2F2F8B;
}
.main-menu-eight__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.main-menu-eight__call {
  position: relative;
  min-height: 40px;
  padding: 8px 0 0 51px;
  margin-left: 85px;
}
.main-menu-eight__call__icon {
  width: 40px;
  height: 40px;
  background-color: #254484;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-menu-eight__call__title {
  line-height: 1;
  display: block;
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 600;
  color: #f5f5f5;
}
.main-menu-eight__call__text {
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  display: inline-block;
}
.main-menu-eight__call__text:hover {
  color: #FFF;
}
.main-menu-eight__addr__text {
  color: #211F38;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.search_box {
  width: 90%;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px 0px 5px 15px;
  background-color: #FFF;
}
.search_box input{
  width: calc(100% - 40px);
  border: none;
  outline: none;
  background: transparent;
  color: #000;
}
.search_box button{
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  color: #254484;
}
.language {
  margin-left: 25px;
}
.language svg{
  fill: #FFF;
  margin-right: 3px;
}
.language a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
/*------------------------ menu top ------------------------*/

/* ===========section tư vấn========== */
/* ===== CONSULT SECTION ===== */
.consult-section {
  scroll-margin-top: 90px;
  background: linear-gradient(135deg, #0054a6 0%, #003d7a 100%);
  padding: 52px 0;
  position: relative;
  overflow: hidden;
}
.consult-section::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 320px;
  height: 320px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  pointer-events: none;
}
.consult-section::after {
  content: '';
  position: absolute;
  top: -20%;
  right: -5%;
  width: 260px;
  height: 260px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
  pointer-events: none;
}
.consult-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.consult-header {
  margin-bottom: 32px;
}
.consult-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 99px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,0.22);
}
.consult-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.consult-lead {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

/* Form 2-column layout */
.consult-form-redesign {
  width: 100%;
}
.consult-fields {
  display: flex;
  align-items: flex-start;
  gap: 0;
  background: rgba(255,255,255,0.08);
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  overflow: hidden;
}
.consult-fields-left {
  flex: 1;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}
.consult-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}
.consult-fields-right {
  flex: 1;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
}
.consult-field-group {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.95);
  border-radius: 8px;
  padding: 0 14px;
}
.consult-field-group--textarea {
  align-items: flex-start;
  padding: 12px 14px;
  height: 100%;
  flex: 1;
  width: 100%;
}
.consult-field-group .fas {
  color: #0054a6;
  font-size: 14px;
  flex-shrink: 0;
}
.consult-field-group--textarea .fas {
  margin-top: 2px;
}
.consult-input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #1a2b3c;
  padding: 12px 0;
  line-height: 1.5;
}
.consult-input::placeholder {
  color: #999;
}
.consult-textarea {
  resize: none;
  padding: 0;
  min-height: 120px;
}
.btn-consult-submit {
  background: #ffc107;
  color: #1a2b3c;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  text-transform: uppercase;
  margin-top: 14px;
}
.btn-consult-submit:hover {
  background: #ffb300;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.22);
}
.btn-consult-submit:disabled {
  opacity: 0.8;
  cursor: not-allowed;
  transform: none;
}
.consult-note {
  color: rgba(255,255,255,0.65);
  font-size: 12px;
  margin: 10px 0 0;
  line-height: 1.5;
  text-align: center;
}
.consult-note .fas {
  color: #7ec8ff;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .consult-fields {
    flex-direction: column;
    align-items: stretch;
  }
  .consult-divider {
    display: none;
  }
  .consult-fields-left,
  .consult-fields-right {
    padding: 18px 16px;
    width: 100%;
  }
  .consult-fields-right {
    padding-top: 0;
  }
  .consult-title {
    font-size: 1.2rem;
  }
}

/* ===========footer========== */
footer {
  padding: 3rem 0 0;
  background-color: #fff;
  color: #333;
  border-top: 1px solid #eee;
}
.footer-main {
  padding-bottom: 2rem;
}
.footer-logo {
  margin-bottom: 1rem;
}
.footer-logo img {
  width: auto;
  height: 60px;
  max-width: 90%;
  object-fit: contain;
  object-position: left center;
  display: block;
  border-radius: 0;
}
.footer-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.footer-address {
  color: #555;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.footer-address p {
  margin-bottom: 7px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.footer-address p i {
  color: #254484;
  margin-top: 3px;
  flex-shrink: 0;
  width: 14px;
  text-align: center;
}
.footer-address a {
  color: #254484;
  font-weight: 600;
}
.footer-address a:hover {
  color: #1a3a7c;
  text-decoration: underline;
}
.footer-bct {
  margin-top: 1rem;
}
.footer-heading {
  font-size: 15px;
  font-weight: 700;
  color: #254484;
  margin-bottom: 1rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #254484;
  display: inline-block;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li {
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
}
.footer-links li a {
  color: #555;
}
.footer-links li a:hover {
  color: #254484;
}
.footer-hotline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-hotline li {
  color: #555;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
}
.footer-hotline li a {
  color: #254484;
  font-weight: 700;
  font-size: 14px;
}
.footer-hotline li span {
  color: #999;
  font-size: 12px;
}
.footer-payment {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.pay-badge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3px;
}
.pay-visa    { background-color: #1a1f71; }
.pay-mc      { background-color: #eb001b; }
.pay-momo    { background-color: #a50064; }
.pay-zalopay { background-color: #0068ff; }
.pay-cod     { background-color: #f5a623; }
.footer-bottom {
  background-color: #f5f5f5;
  border-top: 1px solid #e8e8e8;
  padding: 12px 0;
  text-align: center;
}
.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #888;
}
/*------------------------ back to top ------------------------*/
.go__top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  display: none;
  z-index: 9999999;
  background-color: #0083cb;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.go__top:hover {
  opacity: 0.9;
  background-color: #1392d7;
  color: #fff;
}
/*------------------------ contact bar (floating) ------------------------*/
.contactbar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  filter: drop-shadow(0 4px 16px rgba(0, 40, 80, 0.2));
}
.contactbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 8px 4px;
  background: #0054a6;
  color: #fff !important;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.15;
  border-radius: 50%;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.contactbar-item:hover {
  background: #003d7a;
  color: #fff !important;
  transform: scale(1.08);
}
.contactbar-item i,
.contactbar-item .zalo-icon {
  font-size: 18px;
  margin-bottom: 3px;
  line-height: 1;
}
.contactbar-item span:last-child {
  display: block;
  max-width: 52px;
  word-wrap: break-word;
}
.zalo-icon {
  font-weight: 700;
  font-size: 16px !important;
  font-family: Arial, sans-serif;
}
/*======================== waiting ========================*/
#waiting{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
  display: none;
}
#waiting .box{
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  flex-direction: column;
}
/*-------------- breadrum --------------*/
.breadrum_section{
  background-color: #f5f5f5;
}
.breadrum_section ul{
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.breadrum_section ul li{
  display: inline-block;
  line-height: 30px;
  font-size: 0.9rem;
}
.breadrum_section ul li span{
  margin: 0px 10px;
  color: #ddd;
}
.breadrum_section ul li a{
  color: #333;
}
.breadrum_section ul li .fa-home{
  color:  var(--blue-light);
}

/*-------------- paging --------------*/
.paging{
  display: table;
  margin: 1rem auto;
}
.paging ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.paging ul li{
  display: inline-block;
  border-radius: 2px;
  margin-right: 6px;
}
.paging  .sp_dots
{
  transform: translateY(17px) !important;
}
.paging ul li a{
  color: #333;
  font-weight: 500;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: table;
  background-color: #ddd;
}
.paging ul li a.active, .paging ul li a:hover{
  background-color: var(--blue-dark);
  color: #FFF;
}
/*------------------------ menu mobile ------------------------*/
.menu-toggle {
  display: none;
}
.menu-toggle-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  background: transparent;
  border: 1.5px solid #254484;
  border-radius: 8px;
  cursor: pointer;
  padding: 7px 8px;
  flex-shrink: 0;
}
.menu-toggle-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #254484;
  border-radius: 2px;
  transition: all 0.3s;
}
.menu-toggle-btn:hover {
  background: #254484;
}
.menu-toggle-btn:hover span {
  background: #fff;
}

.full__main .mobile-menu {
  background-color: #FFF;
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000000;
  transform: translateX(-100%);
  transition: 0.5s;
  border-right: 1px solid #f5f5f5;
}
.mobile-menu.active {
  transform: translateX(0) !important;
}
.full__main .mobile-menu .menu {
  margin: 0;
  padding: 10px;
  height: 82vh;
  overflow-y: scroll;
}
.full__main .mobile-menu .menu li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #dadada;
  position: relative;
}
.full__main .mobile-menu .menu li .menu-2 {
  display: none;
  padding: 0 0 0 15px;

}
.full__main .mobile-menu .menu li ul {
  position: relative;
}
.full__main .mobile-menu .menu li .menu-2 > li {
  border-bottom: none;
  border-top: none;
  padding: 5px 0;
}
.full__main .mobile-menu .menu li:last-child {
  border-bottom: 1px solid #dadada;
}
 
.full__main .mobile-menu .menu li a {
  color: #1e1e1f;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full__main .mobile-menu .menu>li>a {
  font-weight: 700;
}
.full__main .mobile-menu .menu li .menu-2{
  margin-top: 10px;
}
.full__main .mobile-menu .menu li .menu-2 li{
  border-bottom: 1px solid #ddd;
}
.full__main .mobile-menu .menu li .menu-2 li:last-child{
  border-bottom: none;
}
.full__main .mobile-menu .menu li .menu-2 li a{
  background-image: url('../images/icons/arrow-50.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 15px;
}
.full__main .mobile-menu .menu li .menu-2 li .menu-3 li a{
  padding-left: 0px;
}
.full__main .mobile-menu .closeBtn {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.full__main .mobile-menu .closeBtn i {
  font-size: 24px;
}
.mobile-menu .logo_mobile img{
  width: 80px;
  height: auto !important;
}
/* Overlay khi mở menu mobile */
.BgHv {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999999;
}
.BgHv.show {
  display: block;
}

.mobile-menu .hotline {
  text-align: center;
  border-top: 1px solid #dadada;
}
.mobile-menu .hotline a{
  font-weight: 700;
  font-size: 17px;
  color: #dd2f22;
  line-height: 45px;
}

/* table / tablet landscape */
@media screen and (max-width: 1199.98px) {
  .main-menu .main-menu__list > li a {
    padding: 0 10px;
    font-size: 14px;
  }
  .btn-tuvan {
    padding: 9px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .header_section .logo_box img {
    height: 70px;
  }
  .menu_section {
    display: none;
  }
  .consult-section--inline .consult-inner {
    max-width: 100%;
    padding: 0 8px;
  }
}
/* tablet + mobile: header chuyển flex, menu hamburger */
@media screen and (max-width: 991.98px) {
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .main-menu-eight__logo {
    padding: 6px 0;
    flex-shrink: 0;
  }
  .main-menu-eight__logo img {
    height: 52px;
  }
  .header-right {
    gap: 8px;
    flex-shrink: 0;
  }
  .header-search-icon {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .menu-toggle-btn {
    display: flex;
  }
  .footer-main > [class*="col-"] {
    margin-bottom: 28px;
  }
  .footer-main > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  footer {
    padding: 2.5rem 0 0;
  }
  .consult-section {
    padding: 48px 0;
  }
  .category-card {
    height: 280px;
  }
}
/* mobile */
@media screen and (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .consult-form .form-row > [class*="col-"] {
    margin-bottom: 12px;
  }
  .consult-form .form-row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 668px) {
  .main-menu-eight__logo img {
    height: 55px;
  }
  .slider_section {
    margin-top: 0;
    padding: 0;
  }
  .btn-tuvan {
    padding: 8px 12px;
    font-size: 12px;
  }
  .search_box {
    display: none;
  }
  .slide-left {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .slide-right {
    width: 100%;
  }
  .slide-left h2 {
    font-size: 19px;
  }
  header {
    position: relative;
  }
  .top_section .hotline {
    display: none;
  }
  .btn_footer_box a {
    display: none;
  }
  .statis .title, .statis ul, footer .contact {
    text-align: left;
  }
  footer {
    padding: 2rem 0 0;
  }
  .consult-section {
    padding: 40px 0;
  }
  .consult-title {
    font-size: 1.15rem;
  }
  .consult-section--inline .consult-inner {
    max-width: 100%;
  }
  .footer-links li, .footer-hotline li {
    font-size: 12px;
  }
  .go__top {
    bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .go__top {
    bottom: 290px;
  }
}
@media screen and (max-width: 612px) {
  .btn_header_box {
    display: none;
  }
  .btn-tuvan {
    padding: 7px 10px;
    font-size: 11px;
    border-radius: 20px;
  }
  .header-search-icon {
    width: 32px;
    height: 32px;
  }
  .bottom_box .socials {
    text-align: center;
    margin: 10px auto;
  }
}
@media screen and (max-width: 991.98px) {
  .contactbar {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    gap: 0;
    filter: none;
    background: #0054a6;
    border-radius: 0;
  }
  .contactbar-item {
    flex: 1;
    width: auto;
    height: auto;
    min-height: 52px;
    border-radius: 0;
    padding: 8px 4px 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    transform: none;
  }
  .contactbar-item:hover {
    transform: none;
    background: #003d7a;
  }
  .contactbar-item:first-child {
    border-left: none;
  }
  body {
    padding-bottom: 52px;
  }
  .go__top {
    bottom: 65px;
  }
}
