@font-face {
  font-family: 'Lato';
  src: url(../css/fonts/LatoRegular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Lato';
  src: url(../css/fonts/LatoSemibold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Lato';
  src: url(../css/fonts/LatoBold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'Lato';
  src: url(../css/fonts/LatoBlack.ttf);
  font-weight: 900;
}
body{
  font-family: "Roboto", sans-serif;
  color: #363D61;
}
a{
  text-decoration: none;
}
img{
  max-width: 100%;
}
select option{
  font-family: "Roboto", sans-serif;
}
/**/
.z-index{
  z-index: 1;
}
/**/
.full-header {
  position: relative;
  z-index: 2;
  overflow-x:clip;
  background: #FFF;
  padding: 5px 0;
  box-shadow: 0px -1.042px 3.623px 0px rgba(0, 0, 0, 0.02), 0px -2.88px 10.017px 0px rgba(0, 0, 0, 0.04), 0px -6.934px 24.118px 0px rgba(0, 0, 0, 0.05), 0px -23px 80px 0px rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 640px) {
  .full-header.sticky {
    padding: 5px 0;
    top: 0;
    position: sticky;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
  }
}
  @keyframes stuckMoveDown {
    0% {
      -webkit-transform:translateY(-100%);
      transform:translateY(-100%)
    }
    100% {
      -webkit-transform:translateY(0);
      transform:translateY(0)
    }
  }
  .sticky .header-logo a img {
    max-height: 50px;
  }
  .sticky .header-right-wrap {
    overflow-y: clip;
  } 
  /**/
.header-logo a {
  display: block;
}
/*menu*/
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.main-menu .menu-primary > ul>li>a {
  font-size: 14px;
}
.main-menu .menu-primary > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-menu ul li {
  position: relative;
  margin: 0;
}
.main-menu ul li a {
  color: #0C344A;
  font-style: normal;
  font-weight: 700;
  padding-left: 30px;
}
.main-menu a:hover,
.main-menu .menu-primary ul li.current-item a {
  color: #00B342;
}
.main-menu .menu-primary > ul > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.current-item a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #00B342;
  margin-right: 5px;
}
/*submenu*/
.main-menu .menu-primary>ul>li {
  min-height: 35px;
  line-height: 35px;
}
ul.sub-menu {
  display: none;
}
@media only screen and (min-width: 992px) {
  .main-menu .fa-mobile {
    display: none;
  }
  .has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    width: 20px;
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
  }
  .main-menu ul li {
    position: relative;
  }
  ul.sub-menu::before {
    position: absolute;
    top: -9px;
    left: 20px;
    content: "";
    width:0px;
    height:0px;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #fff;
  }
  ul.sub-menu {
    position: absolute;
    display: none;
    background-color: #fff;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.12));
    min-width: 307px;
    padding: 10px 0;
    z-index: 1;
  }
  li:hover > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
  /*transform: translate(-50%);*/
  }
  ul.sub-menu li {
    margin: 5px 0;
  }
  ul.sub-menu li a{
    padding: 0 20px;
    min-height: 35px;
    display: block;
    line-height: 22px;
    display: flex;
    align-items: center;
  }
  .moblie-menu .menu-primary > ul > li {
    border-bottom: 1px dashed #ddd;
    min-height: 40px;
  }
}

.header-right .btn-outline-hvg {
  font-weight: 600;
  border-radius: 12px;
  border: 2px solid #D32F2F;;
  height: 48px;
  font-size: 18px;
  padding-top: 7px;
}
.header-search input {
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  padding: 12px 20px;  
  border-radius: 8px;
  background: rgba(0, 85, 150, 0.04);
  min-width: 400px;
}
.header-search .search-submit {
  position: absolute;
  right: 0;
  border: 0;
  background-color: transparent;
  height: 100%;
  width: 45px;
}
.btn-dangnhap {
  padding: 8px 33px;
  color: #005596;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #D5EDFF;
  background: #E7F4FF;
}
.btn-dangnhap:hover{
  background-color: #005596;
  color: #fff;
  border-color: #005596;
}
@media only screen and (min-width: 1101px) and (max-width: 1400px) {

}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 768px) {
  .header-wrap {
    flex-wrap: wrap;
  }
  .header-search {
    width: 100%;
    order: 3;
  }
  .header-search input {
    width: 100%;
    min-width: auto;
    padding: 11px 15px;
  }
  .main-menu {
    order: 3;
  }
  .main-menu ul li a {
    padding-left: 0;
    padding-right: 18px;
  }
  .btn-dangnhap {
    padding: 6px 19px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .header-logo-acc {
    width: 100%;
    text-align: center;
  }
}