@charset "UTF-8";

/*--------------------------------------------------------------
>>> Header.css
----------------------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  transition: 0.3s all;
  z-index: 10;
}

.home .header{
  background: #fff;
}
.header-menu a{
  text-decoration: none;
}
.header-cta__lan a{
  color: #222;
}
.header-cta__lan a:hover{
  color: var(--primary);
}
.header .container {
  position: relative;
  top: 0;
  left: 0;
}
.box-search-mb {
  display: flex;
  justify-content: center;
  padding: 2rem 1.5rem 0 1.5rem;
  width: 100%;
  align-items: center;
}
.box-search-mb .search-submit {
  background: var(--primary);
  cursor: pointer;
  -webkit-appearance: button;
  padding: 6px 10px;
}
.box-search-mb form{
  width: 100%;
}
.box-search-mb form .seach-input{
  display: flex;
}
.box-search-mb form .seach-input .search-field{
  display: flex;
  width: 100%;
}



@media (max-width: 1024px){
  .header-cta__search {

  }

  .header{
    height: 8rem;
  }
  .header-wrapper-top{
    padding: 10px 0 !important;
  }

  #btn-search::after {
    display: none;
  }
  .header-bottom {
    padding: 0 !important;
  }

  .header.sticky{
    height: 8rem !important;
  }

  .mobile-toggle {
    width: 4rem;
    height: 4rem;
    position: absolute;
    right: 30px;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-cta__search {
    position: absolute;
    right: 8rem;
  }

  .search-box.show {
    width: 30rem;
    top: 6rem;
    right: -6rem;
  }

  a#tuvan {
    display: none;
  }
}
ul.widget_language_menu {
  display: flex;
  gap: 5px;
}
@media (min-width:1200px){
  .header.sticky{
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 8rem;
  }
}
@media (min-width:1921px){
  .header, .header.sticky{
    height: 9rem !important;
  }
  .search-box.show {
    top: 5.8rem;
    right: -30rem;
  }
  .header.sticky .search-box {
    top: 5.8rem;
  }
  .header-menu .menu-nav > .menu-list > li {

    padding: 0 15px !important;
  }
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  height: 14rem;
  border-bottom:1px solid #f0f0f0;
  z-index: 1111;

}
/*.header.sticky .header-wrapper-top{
  display: none;
}*/
.admin-bar .header.sticky {
  top: 32px;
}

.header.sticky .header-logo {
  filter: none;
}

.header.sticky .header-menu .menu-nav>.menu-list>li:hover>a {
  color: var(--primary);
}

.header.sticky .header-menu .menu-nav > .menu-list > li:hover > a > i svg{
  fill: var(--primary);
}

.header.sticky .header-menu .menu-nav>.menu-list>li:hover>a::before {
  background-color: var(--primary);
}

.header.sticky .header-menu .menu-nav>.menu-list>li>a {
  color: #212121;
}

.header.sticky .header-menu .menu-nav>.menu-list>li.current-menu-parent>a{
  color: var(--primary);
}

.header.sticky .header-menu .menu-nav>.menu-list>li.current-menu-parent>a::before{
  width: 100%;
}

/*.header.sticky .header-menu .menu-nav>.menu-list>li.current-menu-item>a {
  color: var(--primary);
}*/

.header.sticky .header-menu .menu-nav>.menu-list>li.current-menu-item>a::before {
  background-color: var(--primary);
}

.header.sticky .mobile-overlay,
.header.sticky .mobile-nav {
  top: 6rem;
}

.header-wrapper {
  width: 100%;
  max-width: 155rem;
  justify-content: space-between;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.header-logo {
  width: 15rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
  z-index: 2;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.4s;
/*  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);*/
}

@media screen and (max-width: 1366px) {
 /* .header-logo {
    width: 8rem;
  }*/
}


.header .title_comp {
  color: var(--primary);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: 5px;
}

@media (min-width:577px) and (max-width:1024px){
  .header-logo__link {
    display: flex !important;
    align-items: center;
  }
  .header-logo{
    width: 25rem !important;
  }
}
@media screen and (max-width: 767px) {

  .header.sticky .header-logo {
    width:10rem;
  }
  .header-logo{
    width: 22rem !important;
  }
}

.header-logo__link {
  display: block;
  transition: 0.4s ease-in-out;
  justify-content: flex-start;
  width: fit-content;
  height: 100%;
  transition: 0.4s;
}

.header-logo__link img {
  width: 64px;
  height: 70px;
  object-fit: cover;
  display: block;
}

.header-menu {
  transition: all .3s;
  height: 100%;
  padding: 0 1rem 0 4rem;

}

.header-menu.hide {
  opacity: 0;
  visibility: hidden;
}
@media (min-width:1280px) and (max-width:1400px){
  .header-menu .menu-nav > .menu-list > li{
    padding: 0 5px !important;
  }
}
@media screen and (max-width: 1200px) {
  .header-menu {
    display: none;
  }
}

.header-menu .menu-nav {
  height: 100%;
}

.header-menu .menu-nav>.menu-list {
  height: 100%;
  justify-content: center;
}

.header-menu .menu-nav>.menu-list>li {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.header-menu .menu-nav > .menu-list > li > a:hover {
  color: var(--primary);
}
.header-menu .menu-nav>.menu-list>li:not(:first-child) {
  margin-left: 2rem;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .home .header, .header, .header.sticky {
    height: auto !important;

  }

  .header-bottom {
    max-width: 1200px;
    margin: auto;
  }

  .header-logo__link img {
    width: 64px;
    height: 60px;
    object-fit: contain;
    
  }
  .header-menu .menu-nav>.menu-list>li:not(:first-child) {
    margin-left: 25px;
  }
  .header-menu .menu-nav > .menu-list > li > a{
    font-size: 1.4rem;
  }
  .header-logo{
    width: 16rem !important;
  }

  .header-cta__search {
    gap: 4rem !important;
  }

  #tuvan {
    padding: 12px 21px !important;

  }

  #tuvan span { 
    font-size: 1.4rem !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {

  .home .header, .header, .header.sticky {
    height: auto !important;
  }
  .header-menu .menu-nav>.menu-list>li:not(:first-child) {
    margin-left: 25px;
  }

  .header-bottom {
    width: 1100px;
    margin: auto;
  }
  .header-logo{
    width: 16rem !important;
  }

  .header-logo__link img {

    height: 50px;
    object-fit: contain;

  }
}



/*.header-menu .menu-nav>.menu-list>li:hover>a {
  color: var(--primary);
}*/

.header-menu .menu-nav>.menu-list>li:hover>a>i {
  transform: rotate(180deg);
}

.header-menu .menu-nav>.menu-list>li:hover>a::before {
  width: 100%;
}

.header-menu .menu-nav>.menu-list>li>a {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: var(--second);
  font-weight: 500;
  transition: all 0.3s linear;
}



.header-menu .menu-nav>.menu-list>li>a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height:2px;
  background-color: var(--primary);
  transition: all 0.3s linear;
}


@media (min-width: 1025px) and (max-width: 1280px) {
  .header-menu .menu-nav>.menu-list>li>a {
    font-size: 1.4rem;
  }

  #tuvan {
    padding: 10px 20px !important;
  }

  .header-cta__search {
    gap: 4rem !important;
  }

  .header-cta__search svg {
    width: 18px !important;
  }

  #btn-search::after {
    top: 50% !important;
    height: 70% !important;
    transform: translateY(-50%) !important;
  }


  #tuvan span {
    font-size: 1.2rem !important;

  }
}


.header-menu .menu-nav>.menu-list>li>ul.sub-menu {
  top: calc(100% + 28px);
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  border-color: #F94C30;
  background: #FFFFFF;
  box-shadow: 0px 25px 70px 0px rgba(0, 0, 0, 0.08);
}

.header-menu .menu-nav>.menu-list>li>ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 0.5rem;
  bottom: 100%;
  left: 0;
  position: absolute;
}

.header-menu .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.header-menu .menu-item {
  position: relative;
  transition: 0s ease-in-out;
}

.header-menu .menu-item:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.header-menu .menu-item:hover>ul.sub-menu>li.current-menu-item>a {
  color: var(--primary);
}

.header-menu .menu-item:hover>ul.sub-menu>li.current-menu-item>a>i {
  color: var(--primary);
}

.header-menu .menu-item a {
  transition: 0.3s;
}

.header-menu .menu-item a i {
  transition: 0.2s;
}

.header-menu .menu-item>a {
  color: #000000;
  font-weight: 400;
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
}


.header-menu .menu-item>a>i {
  display: inline-block;
  margin-left: 6px;
}

/*.header-menu .menu-item > a > i svg{
  fill: #fff;
}*/


.header-menu .menu-item:hover .menu-dropdown svg path {
 fill:var(--primary); 
}


.header.sticky .header-menu .menu-item > a > i svg{
  fill: #222;
}

.header.sticky .header-menu .menu-nav > .menu-list > li.current-menu-parent > a > i svg{
  fill: var(--primary);
}

.header-menu .menu-item>ul.sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 26rem;
  padding: 15px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-top: none;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 5px);
}

.header-menu .menu-item>ul.sub-menu>li {
  width: 100%;
}

.header-menu .menu-item>ul.sub-menu>li.current-menu-item>a {
  color: var(--primary);
}

.header-menu .menu-item>ul.sub-menu>li:hover>a {
  color: var(--primary);
}

.header-menu .menu-item>ul.sub-menu>li>a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu .menu-item>ul.sub-menu>li:not(:last-child)>a{
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}

.header-menu .menu-item>ul.sub-menu>li>ul.sub-menu {
  top: -1rem;
  left: calc(100% + 0.9rem + 1rem);
}

.header-menu .menu-item>ul.sub-menu>li>ul.sub-menu::after {
  content: '';
  width: 0.5rem;
  height: 100%;
  bottom: 0;
  right: 100%;
  position: absolute;
}

.header-cta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  gap: 16px;
}


.header-cta__search #btn-search {
  position: relative;
  cursor: pointer;
}

.header-cta__search #btn-search i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  display: none;
}
.header-cta__lan {
  color:#212121;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;

}
.header-cta__lan a {
  color: #212121;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.header-cta__lan a.active{
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
}

.header-cta__search #btn-search i.closeS {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}


.header-cta__search #btn-search.show i.openS {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.header-cta__search #btn-search.show i.closeS {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

/*.header .header-cta__search svg path {
  stroke: #000;
}*/
.header.sticky .header-cta__search #btn-search.show svg path{
  stroke: #222;
  fill: #222;
}

.header-cta__mega #btn-hide-menu {
  cursor: pointer;
}
.search-box {
  display: none; /* Mặc định ẩn */
}

.search-box.show {
  display: block; /* Hiển thị khi có class 'show' */
}
@media screen and (max-width: 1280px) {
  .header-cta__mega svg {
    width: 4.4rem;
    height: 4.4rem;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .header-cta {
    gap: 10px;
  }
  .header-cta__mega{
    display: none;
  }
  .header.sticky .header-cta__search #btn-search.show svg path{
    fill: #000;
  }
}

@media screen and (max-width: 1201px) {
  .open-menu .header, .open-menu .header.sticky {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11111;
  }
  .open-menu .header-logo {
    filter: none;
  }

  .open-menu .header-cta__search svg path {
    stroke: #222;
  }
  .header-cta__search{
   width: 4.4rem;
   height: 4.4rem;
   padding: 0;
   border-radius: 50%;
   transition: all 0.3s ease;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -ms-align-items: center;
   align-items: center;
   -webkit-align-items: center;
   justify-content: center;
   border: 1px solid #121212;
   padding-left: 0 !important;
 }
 .header.sticky .header-cta__search svg path,.open-menu .header-cta__search svg path{
  stroke: #222;
}

}
@media (min-width: 320px) and (max-width: 480px) {
  .header-cta__search{
    width: 4rem;
    height: 4rem;
  }
}

.mobile-toggle {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 1px solid #222;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 480px) {
  .mobile-toggle{
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 15px;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
  }
}

.mobile-toggle .hamburger {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
}

.mobile-toggle .hamburger .iconToggle {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-toggle .hamburger .iconToggle .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #222;
  stroke-width: 5.5;
  stroke-linecap: round;
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-toggle .hamburger .iconToggle .top {
  stroke-dasharray: 40 139;
}

.mobile-toggle .hamburger .iconToggle .bottom {
  stroke-dasharray: 40 180;
}

.mobile-toggle .hamburger.active .iconToggle {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.mobile-toggle .hamburger.active .iconToggle .line:nth-child(1) {
  width: 50%;
  margin-right: auto;
}

.mobile-toggle .hamburger.active .iconToggle .line:nth-child(2) {
  margin-right: auto;
}

.mobile-toggle .hamburger.active .iconToggle .line:nth-child(3) {
  width: 75%;
  margin-right: auto;
}

.mobile-toggle .hamburger.active .iconToggle .top {
  stroke-dashoffset: -98px;
}

.mobile-toggle .hamburger.active .iconToggle .bottom {
  stroke-dashoffset: -138px;
}

@media (min-width:1200px) and (max-width:1280px){

}
@media (min-width:1025px) and (max-width:1920px){
  .home .header, .header, .header.sticky  {
    height: 9rem ;
    z-index: 1111111;

  }
}

@media screen and (min-width: 1201px) {
  .mobile-toggle {
    display: none !important;
  }
}

.mobile-nav {
  position: fixed;
  z-index: -1 !important;
  top: 6rem;
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transform: translateX(-110%);
}

.admin-bar .mobile-nav {
  top: 12rem;
}

@media screen and (min-width: 1201px) {
  .mobile-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mobile-nav {
    top: 8rem;
  }
  .header.sticky {
    height: 6rem !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .mobile-nav {
    width: 100%;
    min-width: initial;
  }
}

.mobile-nav.open {
  transform: translateX(0);
}

.mobile-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-wrapper .menu-list {
  margin-top: 2rem;
}

.mobile-wrapper .menu-list>li>a>i {
  display: inline-block;
  margin-top: 0;
  margin-left: 6px;
  padding:0 10px;
  transition: all .3s;
}

.mobile-wrapper .menu-list li>a {
  padding: 10px 5px 10px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  font-size: 1.6rem;
  font-weight: 600;
  /* text-transform: uppercase; */
  border-bottom: 1px solid #f0f0f0;
}

.mobile-wrapper .menu-list li.active>a i{
  transform: rotate(180deg);
}

.mobile-wrapper .menu-list li.active>a i{
  fill: var(--primary);
}

.mobile-wrapper .menu-list li.active>a{
  color: var(--primary);
}

.mobile-wrapper .menu-list li>ul.sub-menu {
  display: none;
  padding-left: 3rem;
  list-style: none;
  position: relative;
}

/*.mobile-wrapper .menu-list li.current-menu-item.active >ul.sub-menu {
  display: block;
}
.mobile-wrapper .menu-dropdown.active{
  transform: rotate(-90deg);
}*/
.mobile-wrapper .menu-list li>ul.sub-menu li a{
  padding: 10px 10px 10px 0;
  justify-content: flex-start;
}

.mobile-wrapper .menu-list li>ul.sub-menu li a::before{
  content: "";
  display: inline-block;
  background: #222;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin-right: 10px;

}

.mobile-wrapper .menu-list li>ul.sub-menu li.current-menu-item a::before{
  background: var(--primary);
}

.mobile-wrapper .menu-list li:hover > a {
  color: var(--primary);
}

.mobile-wrapper .menu-list li.current-menu-item > a,.mobile-wrapper .menu-list li.current-menu-parent > a {
  color: var(--primary);
}

.mobile-wrapper .menu-list li.current-menu-item a i,.mobile-wrapper .menu-list li.current-menu-parent a i{
  fill: var(--primary);
}

.mobile-overlay {
  position: fixed;
  z-index: -1 !important;
  top: 9rem;
  left: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-110%);
}

.admin-bar .mobile-overlay {
  top: 13.2rem;
}

.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media screen and (min-width: 1201px) {
  .mobile-overlay {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mobile-overlay {
    top: 8rem;
  }
}


.header .header-wrapper-top .box-hotline .item-hotline .icon-hotline img{
  width: 24px;
  height: 24px;
}

.header .header-wrapper-top .box-hotline .item-hotline .text-hotline{
  color: #555;
  font-family: Averta;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box-hotline{
  display: flex;
  gap: 60px;
}
.item-hotline a{
  display: flex;
  gap: 5px;
  align-items: center;
}
.icon-hotline {
  display: flex;
  align-items: center;
}
.header-wrapper-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CACACA;
  background: #131313;
  padding: 15px 0;
}

#tuvan {
  display: flex;
  padding: 17px 41px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  
  border-radius: 30px;
  
}
#tuvan span{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  font-family: "Montserrat";
}
#tuvan:hover{
  background-color: var(--second);
  text-decoration: none;
}
.header-cta__search {
  display: flex;
  align-items: center;
  gap: 9rem;
  padding-left: 1.5rem;

}
#btn-search::after{
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  background: rgba(19, 19, 19, 0.5);
  height: 100%;
  width: 1px;
}
.header-cta__search  span{
  color: #212121;
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#btn-search .openS.d-flex{
  gap: 10px;
  align-items: center;
}



.menu-list .current-menu-item > a {
  color: var(--primary)  !important;
}
.header-menu .menu-nav > .menu-list > .current-menu-item > a::before {
  width: 100%;
}
@media (max-width: 1200px) and (min-width:1024px ){
  .header-wrapper{
    padding-top: 1.4rem;
  }
}
@media (max-width: 1024px) and (min-width:768px ){
  .mobile-nav{
    top: 8rem;
  }
  .box-hotline {
    display: none;
  }

  .box-language {
    z-index: 2;
  }

  .header-cta {
    justify-content: end;
    width: 100%;
  }

  .header-wrapper {
    position: absolute;
    height: 100%;
    padding: 0;
    top: 0;
  }

  .header-wrapper-top {
    border-bottom: none;
    padding: 0;
    justify-content: end;
    height: 100%;

  }

}

@media (max-width: 576px){
  .header-cta__search svg {
    width: 18px;
  }
  #hamburger svg{
    width: 28px;
  }
  .box-hotline {
    display: none;
  }

  #btn-search::after {
    display: none;
  }

  .header-bottom {
    padding: 0 !important;
  }

  .box-language {
    z-index: 2;
  }

  .header-cta {
    justify-content: end;
    width: 100%;
  }

  .header-logo__link img {
    width: auto;
    height: 80%;
    object-fit: contain;
  }

  .header-logo__link {
    display: flex;
    align-items: center;
  }
  .header-cta__search {
    position: absolute;
    right: 5rem;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 1px solid #222;
    border-radius: 50%;
  }

  .search-box.show {
    width: 30rem;
    top: 5.3rem;
    right: -6rem;
  }

  a#tuvan {
    display: none;
  }


  .header-wrapper {
    position: absolute;
    height: 100%;
    padding: 0;
    top: 0;
  }

  .header-wrapper-top {
    border-bottom: none;
    padding: 0;
    justify-content: end;
    height: 100%;

  }
}




/*source new*/

.header-top{
  background-color: #131313;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.icon-item img{
  width: 12px;
  height: 16px;
  object-fit: cover;
}
.header-top-right-grid {
  display: flex;
  align-items: center;
  gap: 50px;
}
.grid-item-2:last-child {
  display: flex;
  align-items: center;
  gap: 20px;
}
.box-item-top a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}
.box-item-social svg{
  fill: #fff;
}

.header-bottom{
  padding: 1rem 0;
}
.page-template-temp-contact  .home .header,.page-template-temp-contact .header,.page-template-temp-contact .header.sticky{
  margin-bottom: 0;
} 
.single-post .home .header,.single-post .header,.single-post .header.sticky{
  margin-bottom: 2rem;
}
.single-post .header-bottom {
  border-bottom: 1px solid rgba(19, 19,19,0.2);
}

.single-post .header.sticky{
  border-bottom: unset;
}
._icon-menu svg {
  cursor: pointer;
  color: var(--primary);
  font-size: 30px;
}


.header-bottom .menu-nav ul li.menu-item .sub-menu li > a::after {
  position: absolute;
  content: "";
  background: var(--primary);
  width: 0;
  transition: all 0.4s ease-out 0s;
  height: 1px;
  left: 0;
  bottom: -1px;
}

.header-bottom .menu-nav ul li.menu-item .sub-menu li:hover > a::after {
  width: 100%;
}