/*============================================================================
   #Webcms
==============================================================================*/

/* Header */
.top-header {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 16;
}
.top-header .top-header-inner {
  display: flex;
  align-items: center;
}
.top-header-inner .top-header_inner {
  width: 30%;
}
.top-header-inner .top-header_inner_1 {
  padding: 7px 0;
  margin-right: auto;
  width: 40%;
}
.top-header-inner .top-header_inner_2 {
  width: 30%;
}
.top-header_inner_2 ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;

}
.top-header_inner_2 ul li {
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
}
.top-header_inner_2 ul li a span {
  margin: 0 3px;
  font-size: 16px;
}
.top-header_inner_2 ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.top-header_inner_2 .tracking a {
  color: #fff;
  text-decoration: none;
}
.top-header_inner_2 .dollar a {
  color: #fff;
  text-decoration: none;
}
.dollar .icon_dollar {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.dollar span{
  display: inline-flex;
}
.header-middle {
  position: relative;
  height: 71px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.header-middle .header-main {
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
}
.header-main .header-main_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main_inner .header-logo{
  margin-right: 40px;
}
.box-logo {
  position: relative;
  overflow: hidden;
  height:40px;
}
.box-logo img {
  width: 100%;
  height:100%;
  object-fit: contain;
}
.header-main_inner .header-search {
  flex: 3 0 auto;
  position: relative;
}
.header-search2{
   flex: 3 0 auto;
   position: relative;
}
.header-search .form-search {
  position: relative;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d5d4d4;
}
.form-search .search-input {
  background: #fff;
  width: 100%;
  border: 1px solid transparent;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 92px 0 20px;
  margin: 0;
  display: inline-block;
  -webkit-appearance: none;
  transition: all 150ms linear;
}
.form-search .btn-search {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 92px;
  font-size: 12px;
  height: 100%;
  background: transparent;
  border-radius: 0 8px 8px 0;
  border: none;
  display: inline-flex;
  align-items: center;
  padding: 0 10px 0 10px;
  border-left: 1px solid #d5d4d4;
}
.header-main .header-action-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 0 auto;
  padding-left: 40px;
}
.header-action-account .action-account {
  margin-left: 10px;
}
.action-account a{
  color: #222222;
  text-decoration: none;
  font-size: 14px;
}
.action-account a:hover {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}
.header-action-cart .site-cart-handle {
  margin-left: 10px;
}
.site-cart-handle a {
  padding: 6px 2px;
  color: #222222;
}
.site-cart-handle  .cart-menu{
  position: relative;
  margin-right: 12px;
}
.cart-menu i {
  font-size: 28px;
}
.cart-menu .number-up {
  width: 20px;
  height: 20px;
  background-color: #008891;
  border:1px solid #008891;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -10px;
  color: #fff;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.header-nav {
  position: relative;
  width: 100%;
}
.nav-menu{
  position: relative;
  width: 100%;
}
.nav-menu .menu_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.menu_list li:not(:last-child) {
  margin-right: 5px;
}
.menu_list li {
  text-transform: uppercase;
  justify-content: space-between;
  display: inline-flex;
  text-align: center;
  align-items: center;
  padding: 0;
}
.menu_list li a{
  padding: 17px 0;
  font-size: 14px;
  flex-direction: row;
  text-transform: uppercase;
  width: auto;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-size: 14px;
  flex-wrap: wrap;
}
.icon_chervon-down {
  margin-left: 4px;
 font-size: 8px;
}
.menu_item-mega .menu-content{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
  transform-origin: top;
  z-index: 99;
}
.menu_item-mega:hover .menu-content {
  opacity: 1;
  visibility: visible;
}

.menu-content .menu-flex{
  padding: 20px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
}
.menu-flex ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.menu-flex .menu-list-second {
  display: inline-flex;
  text-align: left;
  flex-direction: column;
  flex-basis: 20%;
}
.menu-flex .menu-list-img {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-basis: 80%;
  margin-left: 20px;
}
.menu-list-second li {
  width: 100%;
  max-width: 400px;
  line-height: 22px;
}
.menu-list-second li a{
  display: block;
  padding: 0 0 8px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  text-decoration: none;
}
.menu-list-img li:not(:first-child){
  margin-left: 20px;
}
.menu-list-img li {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.effect-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.effect-img img {
  width: 100%;
}
.menu_item-dropdown .menu-list-dropdown {
  position: absolute;
  background-color: #fff;
  z-index: 3;
  width: 225px;
  padding: 0;
  border: 1px solid #d5d4d4;
  list-style-type: none;
  top: 100%;
  transform-origin: top;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
  opacity: 0;
  visibility: hidden;
}
.menu_item-dropdown:hover .menu-list-dropdown {
  opacity: 1;
  visibility: visible;
}
.menu-list-dropdown li {
  position: relative;
}
.menu-list-dropdown li a {
  padding: 10px 15px;
  text-transform: initial;
  white-space: nowrap;
  text-align: left;
  display: block;
}
.menu-list-blog .menu-list-second {
  flex-basis: 25%;
}
.menu-list-blog .menu-list-posts {
  flex-wrap: wrap;
  position: relative;
  display: flex;
  flex-basis: 75%;
  justify-content: flex-start;
}
.menu-list-posts li{
  margin-left: 15px;
  text-align: left;
  margin-bottom: 16px;
  width: calc(100% / 3 - 20px);
}
.menu-list-posts .effect-img img {
  border-radius: 8px;
}
.menu-list-posts .effect-img h3 {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: initial;
}
td.mini_cart_empty-state{
  padding: 10px;
  text-align: center;
}
.mini_cart_empty-state i{
 font-size: 40px; 
}
.mini_cart_empty-state p {
  margin: 10px 0;
}
/*Page content*/
.page_show-content {
  margin-top: 20px;
}
.tuyendung{
  background-color:red;
  padding:5px 10px;
  color:white;
}
.tuyendung a{
  color:white;
  
}
.tuyendung a:hover{
  color:white;
  text-decoration:none;
}
/*menu đa cấp*/
.hd-navbar {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content:center;
    }
    
    .hd-navbar ul {
        margin: 0px;
        display: flex;
        list-style: none;
       
    }
    
    .hd-navbar>ul>li {
        margin: 0px 37px 0px 0px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }
    
    .hd-navbar>ul>li>a {
        line-height: normal;
        position: relative;
        display: inline-block;
        color: black;
        font-size: 14px;
        /*font-family: 'utm_avo' !important;*/
        font-weight: bold !important;
        letter-spacing: 1.3px !important;
        text-transform: uppercase;
    }
    
    .hd-navbar>ul>li>a>i {
        font-weight: 400 !important;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
    
    .hd-navbar>ul>li>a:hover {
        color: black;
    }
    
    .hd-navbar>ul>li>a:hover:after {
        width: 100%;
    }
    
    .hd-navbar>ul>li>a:after {
        content: '';
        display: block;
        border-bottom: 1px solid #ffd596;
        width: 0;
        position: absolute;
        left: 0;
        -webkit-transition: 1s ease;
        transition: 1s ease;
    }
    
    .hd-navbar>ul>li.dropdown:hover>a>i {
        transform: rotate(180deg);
    }
    
    .hd-navbar>ul>li.dropdown {
        position: relative;
    }
    
    .hd-navbar>ul>li.dropdown>ul {
        display: none;
        border-radius: 0px;
        z-index: 100;
        padding: 5px 0px;
        min-width: 250px;
        top: 100%;
        left: 0;
        right: auto;
        position: absolute;
        background: #0f3057;
        margin: 0px;
        line-height: normal;
        text-align: left;
        -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
        box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    }
    
    .hd-navbar>ul>li.dropdown:hover>ul {
        display: block;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li {
        margin: 0px;
        width: 100%;
        padding: 10px 15px;
        position: relative;
        border-bottom: 1px dashed #e6e6e6;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul {
        display: none;
        border-radius: 0px;
        z-index: 100;
        padding: 5px 0px;
        min-width: 250px;
        top: 0%;
        left: 100%;
        position: absolute;
        background: #0f3057;
        margin: 0px;
        line-height: normal;
        text-align: left;
        -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
        box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    }
    
    .hd-navbar>ul>li.dropdown>ul>li:hover ul {
        display: block;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>a {
        display: inline-block;
        color: #ffffff;
        position: relative;
        font-size:14px;
        background: transparent;
        padding:0px !important;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>a>i {
        display: inline-block;
        margin-left: 5px;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>a:hover {
        color: #ffd596;
        background:;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>a:hover:after {
        width: 100%;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>a:after {
        content: '';
        display: block;
        border-bottom: 1px solid #ffd596;
        width: 0;
        position: absolute;
        left: 0;
        -webkit-transition: 1s ease;
        transition: 1s ease;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul>li {
        margin: 0px;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px dashed #e6e6e6;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul>li>a {
        display: inline-block;
        color: #ffffff;
        position: relative;
        font-size:14px;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul>li>a:hover {
        color: #ffd596;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul>li>a:hover:after {
        width: 100%;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul>li>a:after {
        content: '';
        display: block;
        border-bottom: 1px solid #ffd596;
        width: 0;
        position: absolute;
        left: 0;
        -webkit-transition: 1s ease;
        transition: 1s ease;
    }
    .ml-30{
      padding-left:30px !important;
    }
/* sua web*/
.img-svg {
  fill: white;
  font-size: 16px;
}
.container-full {
  /*max-width: 1920px;*/
  margin: auto;
  padding: 0 30px;
  position: relative;
}
.height-100 {
  height: 100%;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.header_main_logo img {
  width: 135px;
}
.header_main_menu {
  height: 100%;
}
.header_main_menu .nav_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
}
.header_main_menu .nav_menu li {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    flex-grow: 1;
    justify-content: center;
}
.header_main_menu .nav_menu li > a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.03em;
}
.nav_menu li.active > a:after {
    content: "";
    width: 80%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
}
.nav_menu li .submenu.submenu-full {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    min-height: 300px;
    top: 100%;
    padding: 50px 78px 80px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
    /*display: none;*/
}
.nav_menu li .submenu_list {
    margin-bottom: 30px;
}
.nav_menu li .submenu_list .title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 21px;
    font-weight: 600;
}
.nav_menu li .submenu_list p a {
  color: #000;
  font-size: 16px;
}
.nav_menu li .submenu_list .title a {
  color: #000;
}
.header_main_myCart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/*.header_main_logo{*/
/*  text-align:center;*/
/*}*/
.header_main_myCart ul {
  display: flex;
  align-items: center;
  
}
.header_main_myCart ul li {
  padding: 0 2px;
  position: relative;
}
.header_main_myCart .searchTop {
  position: relative;
}
.header_main_myCart .searchTop input.form-control {
    border-radius: 40px;
    font-size: 14px;
    height: 32px;
    min-height: unset;
}
.header_main_myCart .searchTop button {
    position: absolute;
    width: 15px;
    right: 15px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
}
.header_main_myCart ul li img {
    width: 27px;
}
.header_main_myCart .myCart {
    position: relative;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}
.header_main_myCart .myCart .numberCart {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    background: #ea132c;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    top: -10px;
    left: 15px;
}
.nav_menu li.has-full-menu{
    position: unset;
}
.submenu.submenu-full img {
    width: 100%;
}
.nav_menu li.has-full-menu:hover .submenu-full{
  opacity: 1;
  visibility: visible;
}
.headerMobi-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    z-index: 10;
}
.headerMobi-main .col {
    flex: 1 1;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.logo_mobi img {
  width: 100px;
}
.resultSearchDesktop {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 250px;
  z-index: 30;
  top: 100%;
  padding: 5px;
}
.resultSearch {
  margin-bottom: 10px;
}
.resultSearch:first-of-type {
  margin-top: 10px;
}
.resultSearch a {
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
.resultSearch>div:last-of-type {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slick-vertical .slick-slide {
  text-align: center;
}
.head-slick {
  position: absolute;
  top: 5px;
  right: 0;
}
.text-marquee {
  font-size: 16px;
}