@font-face {
  font-family: 'ObelixPro';
  src: url(../css/fonts/ObelixPro.ttf);
  font-weight: normal;
}
.lichhoc-box1,
body{
  font-family: 'Public Sans';
  background-image: url('images/bgbody2.png');
}
a{
  text-decoration: none;
}
img{
  max-width: 100%;
}
select option{
    font-family: 'Public Sans';
}
/**/
.full-header-top{
  background-color: #C30419;
  padding: 10px 0;
}
.header-top-left{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.header-top-left li{
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.header-top-left li+li{
  margin-left: 20px;
  padding-left: 20px;
}
.header-top-left li + li::before {
  content: "";
  background-color: #fff;
  height: 16px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  opacity: .5;
}
.header-slogan{
  color: #FFF;
  font-family: ObelixPro;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.header-top-left li a{
  color: #fff;
}
/**/
.full-header-top{
  background-color: #AB151B;
  padding: 6px 0;
  color: #fff;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}
.header-wrap-top {
  justify-content: space-between;
  align-items: center;
}
.header-wrap-top p{
  margin: 0;
}
.header-wrap-top ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.header-wrap-top ul li{
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.header-wrap-top ul li+li{
  margin-left: 20px;
  padding-left: 20px;
}
.header-wrap-top ul li + li::before {
  content: "";
  background-color: #fff;
  height: 16px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  opacity: .5;
}
.header-wrap-top ul li img {
    margin-right: 8px;
    width: 16px;
}
/**/
.header-search input {
  width: 100%;
  border-radius: 32px;
  border: 0;
  background: #FAFAFA;
  padding: 0 20px;
  height: 48px;
  font-style: italic;
  font-size: 14px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08) inset;
}
.header-search form {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.header-search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 48px;
  background-color: transparent;
  border: 0;
  color: #AB151B;
  font-size: 20px;
}
/**/
.cart-btn{
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12) inset;
  height: 47px;
  width: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-hvg {
  height: 47px;
  padding: 0 24px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #C30419;
  border: 1px solid #C30419;
  font-weight: 700;
}
.btn-hvg:hover {
  color: #fff;
}
.btn-support,
.btn-account{
  margin-left: 20px;
}
.btn-header.cart-btn {
  width: 48px;
  height: 48px;
  background-color: #fff;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12) inset;
}
.btn-hvg.btn-account{
  background-color: transparent;
  border-color: #C30419;
  color: #C30419;
}
.numCart {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #F6CB09;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  color: #262626;
}
/**/
.full-header {
  position: relative;
  z-index: 2;
  overflow-x: clip;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
}
/**/
@media only screen and (min-width: 640px) {
  .full-header.sticky {
    background-color: #fff;
    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;
  }
    .full-sale.sticky {
    padding: 5px 0;
    top: 0;
    position: sticky;
    z-index: 9;
    -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-wrap {
  justify-content: space-between;
  align-items: center;
}
/**/
.header-logo a {
  display: block;
}
.header-logo a img {
  max-width: 180px;
  object-fit: contain;
}

.header-search {
  flex: 1;
  padding: 0 50px;
}
/**/
.full-menu {
  background: #FAFAFA;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 14px;
}
.main-menu .menu-primary > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-menu ul li {
  position: relative;
  margin: 0;
  text-transform: uppercase;
}
.main-menu ul li a {
  padding: 0 13px;
  font-weight: 700;
  color: #000;
}
.main-menu .menu-primary>ul>li>a {
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main-menu a:hover,
.main-menu .menu-primary ul li.current-item a {
  color: #AB151B;
}

/*submenu*/
.main-menu .menu-primary>ul>li {
  min-height: 35px;
  line-height: 35px;
}
ul.sub-menu {
  display: none;
}
@media only screen and (min-width: 1101px) {
  .has-children > a::after {
    content: "\f107";
    width: 20px;
    height: 20px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    display: inline-flex;
    align-items: center;
  }
  .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: 328px;
    padding: 10px 0;
    z-index: 2;
  }
  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;
  }
  .main-menu .fa-plus{
    display: none;
  }
}
/**/
.btn-login {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: 700;
}
.btn-login a{
  padding: 14px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.btn-login img{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.btn-hvg.btn-account {
  padding: 0 15px;
}
/**/
.main-menu .menu-toggle {
  display: none;
}

/**/
/**/
.header-right {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .main-menu .menu-primary > ul{
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1200px) {
    .header-wrap-top {
    justify-content: center;
  }
  .header-wrap-top p,
  .header-wrap-top ul{
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1100px) {
  .full-header.header-desktop {
    display: none;
  }
  .full-header-mobile{
    display: block;
  }
  .full-header{
    overflow: hidden;
    padding: 10px 0;
  }
  .full-header.menu-opend{
    z-index: 999;
  }
  .main-menu .menu-toggle {
    display: block;
    /* background: linear-gradient(180deg, #00ADEF 0%, #0084B7 100%); */
    border: 0;
    /* box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.12); */
    border-radius: 3px;
    padding: 2px 10px;
    color: #fff;
    font-size: 18px;
    background-color: #AB151B;
    text-align: right;
  }
  .main-menu .menu-toggle::after {
    position: fixed;
    width: 100%;
    height: 99999px;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.5;
    background: black;
    cursor: pointer;
    z-index: 9999999998;
  }
  .main-menu {
    flex: 1;
    display: flex;
     padding-right: 10px; 
    justify-content: flex-end;
  }
  .main-menu:not(.active) .menu-toggle::after{
    display: none;
  }
  .main-menu .menu-primary{
    position: fixed;
    width: 300px;
    max-width: 90%;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    box-sizing: border-box;
    transition: left 200ms ease-in-out, right 200ms ease-in-out;
    overflow: auto;
    z-index: 9999999999;
    overscroll-behavior: contain;
    left: -300px;
    background-color: #fff;
  }
  .main-menu.active .menu-primary{
    left: 0;
  }
  .main-menu ul li {
    line-height: 35px;
    font-size: 14px;
    width: 100%;
  }
  .main-menu ul li a {
    padding: 0 10px;
    color: #262626;
    display: block;
    height: 40px !important;
  }
  .main-menu .menu-primary > ul {
    display: block;
    padding: 0;
  }
  ul.sub-menu {
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .has-children i {
    display: block;
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    text-align: right;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition:.3s all;
  }
  .has-children.active i::before{
    content: "\f068";
  }
  /**/
  .moblie-menu .menu-primary>ul>li{
    border-bottom: 1px dashed #ddd;
    min-height: 40px;
  }
  .moblie-menu .menu-primary ul ul{
    padding-left: 10px;
  }
}
/**/
.full-sale{
  background: rgba(248, 238, 238, 0.90);
  backdrop-filter: blur(6px);
  padding: 12px 0;
  transition: .6s all;
}
.info-sale{
  flex: 1;
  padding-left: 24px;
}
.info-sale .text1{
  color: #C30419;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  margin-right: 5px;
}
.info-sale .text2{
  margin-left: 5px;
  color: #262626;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.sticky .info-sale{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.sticky .info-sale .text1{
  font-size: 16px;
}
/**/
.header-right .btn-support span,
.header-right .btn-account span{
  margin-left: 10px;
} 
@media only screen and (max-width: 1400px) {
  .header-logo a img {
    max-width: 110px;
  }
  .main-menu ul li a {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 991px) {
  .header-top-left{
    justify-content: center;
  }
  .header-top-right{
    justify-content: center !important;
    margin: 10px 0 0;
  }
  .header-search {
    padding: 0;
    flex: unset;
    width: 100%;
    margin: 0;
  }
  .header-right .btn-support span,
  .header-right .btn-account span{
    display: none;
  } 
  .header-right .btn-support,
  .header-right .btn-account{
    padding: 0 10px;
    height: 38px;
    margin-left: 5px;
  }
  .cart-btn{
    width: 40px;
    height: 40px;
  }
  .cart-btn svg{
    width: 20px;
  }
  /**/
  .full-sale {
    padding: 8px 0;
  }
  .info-sale {
    padding-left: 10px;
  }
  .info-sale .text1 {
    font-size: 16px;
  }
  .info-sale {
    display: block !important;
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
 .header-search {
    justify-content: center;
    padding: 0 20px;
  }
  .header-search p {
    flex: unset;
    width: 100%;
    justify-content: center;
  }
  /**/
  .header-search input {
    padding: 0 20px;
    height: 40px;
  }
  .header-search form button {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .btn-header {
    padding: 0 10px;
    height: 40px !important;
    width: 40px !important;
    justify-content: center;
    margin-left: 10px;
  }
  .btn-header span {
    display: none;
  }
  .btn-header i {
    margin-right: 0;
  }
  /**/
  .header-logo a img {
    max-width: 150px;
  }
/*  */
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .header-top-left {
    display: none;
  }
  .header-slogan,
  .header-top-right {
    margin: 0;
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .full-header-top {
    font-size: 13px;
  }
  /**/
  .btn-dki{
    display: none;
  }
  .header-search{
    width: 100%;
    padding: 0;
    margin-bottom: 0;

  }
  .btn-header.btn-gray {
    height: 35px !important;
    width: 35px !important;
  }
  /**/
  .menu-primary .searchform {
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px auto;
  }
  /**/
  .header-search form {
    flex: 1;
    max-width: 320px;
  }
  .header-search p {
    display: none;
  }
  .header-search input {
    width: 100%;
  }

  .active .form-search {
    min-width: 400px !important;
    right: -40px;
  }
}
@media only screen and (max-width: 480px) {
  .full-header-top {
    display: none; 
  }

  .cart-btn {
    height: 40px;
    width: 40px;
  }
  .header-right .btn-support, .header-right .btn-account {
    padding: 0 8px;
    height: 35px;
  }
  .numCart {
    top: 2px;
    right: 2px;
    font-size: 10px;
  }
  /**/
  .btn-hvg {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
}

.tuvan-box {
  display: none;
}