:root {
    --bg-main: #464646;
    --color-blue:#a37426;
}

@font-face {
    font-family: 'BeVietnamProExL';
    src: url('templates/fonts/BeVietnamPro-ExtraLight.ttf');
}

@font-face {
    font-family: 'BeVietnamProRe';
    src: url('templates/fonts/BeVietnamPro-Regular.ttf');
}

html {
    font: normal 14px "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #444;
    min-height: 100vh;
}

.df {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rel {
    position: relative;
}

.clearfix {
    clear: both;
}

.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.hide,
.hidden {
    display: none;
}

.top {
    background: #eae09e;
}

.nav-top>li {
    float: left;
    position: relative;
}

.nav-top>li>a {
    color: #c43030;
}

.nav-top a:after {
    border-left-color: #c43030;
}

header {
    background: #515154;
    padding-bottom: 25px;
}

.navbar-form input {
    background-color: #fff;
    border-color: #fff;
    color: #444;
    height: 40px;
    width: 100%;
}

.navbar-form button {
    background: transparent;
    color: var(--color-blue);
    border-radius: 0;
    outline: none!important;
}

.left-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.right-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.d__FlexMenu {
    padding: 10px 0;
}

.logo img {
    width: 130px;
    height: auto;
}

.navbar-form {
    margin: 20px 0;
}

.navbar-form input::placeholder {
    color: #555;
    opacity: 1;
}

.navbar-form input:-ms-input-placeholder {
    color: #555;
}

.navbar-form input::-ms-input-placeholder {
    color: #555;
}

.right-head_hotline {
    border: none;
    border-radius: 0;
    min-width: 200px;
}

.right-head_hotline img {
    float: left;
    margin-right: 10px;
}

.right-head_hotline b {
    font-size: 18px;
}

.right-head_cart .icon .num {
    font-size: 12px;
    font-weight: 600;
    color: #ee4a3e;
    position: absolute;
    border: 1px solid #fff;
    line-height: 16px;
    height: 20px;
    padding-left: 5px;
    background-color: #a20a09;
    text-align: center;
    padding-right: 5px;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
}

.right-head_cart .title {
    padding-top: 10px;
    display: inline-block;
    color: #fff;
}

.cate__tit {
    position: relative;
    z-index: 9;
    margin-top: -40px;
    background: #7a0c0c;
    color: #fff;
    line-height: 40px;
    padding: 0 0;
    text-indent: 10px;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
}

.nav-product {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-product li {
    background: #eae09e;
    border-bottom: 1px solid #fff;
    position: relative;
}

.nav-product li a {
    display: block;
    text-indent: 10px;
    line-height: 37px;
    color: #c43030;
    font-family: 'UTM_Staccato';
    font-size: 18px;
}

.nav-product li ul {
    position: absolute;
    left: 100%;
    top: 0;
    list-style-type: none;
    min-width: 280px;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.nav-product li ul li a {
    display: block;
    text-decoration: none;
}

.nav-product li:hover ul {
    display: block;
}

.left__sl424 {
    width: calc(78%);
    float: left;
    padding-top: 10px;
}

.right__ht424 {
    width: calc(22%);
    float: right;
    padding-left: 10px;
    position: relative
}

.system__store {
    position: relative;
    margin-top: -30px;
    color: #fff;
    z-index: 9;
    font-size: 17px;
    text-transform: uppercase;
}

.system__store span {
    cursor: pointer;
}

.right__ht424 .divbd {
    padding: 6px 0;
    background: linear-gradient(to right, #eae09e, #fcfcfc);
}

.right__ht424 .divbd ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* border-top: 6px solid linear-gradient(to right, red, purple);
    border-bottom: 6px solid linear-gradient(to right, red, purple); */
    background-color: #515154;
}

.right__ht424 .divbd ul li {
    display: block;
    background: #c43030;
    margin-bottom: 6px;
}

.right__ht424 .divbd ul li:last-child {
    margin-bottom: 0;
}

.right__ht424 .sup_item {
    padding: 15px 5px;
    color: #fff;
}

.sup_itemImg {
    float: left;
    width: 50px;
}

.sup_itemImg img {
    max-width: 40px;
    margin-top: 5px;
}

.right__ht424 .sup_item h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.right__ht424 .sup_item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list__store {
    position: absolute;
    width: 96%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    z-index: 9;
}

.list__store.open {
    display: block;
}

.list__store>li {
    display: block;
}

.list__store>li>a {
    display: block;
    line-height: 30px;
    text-indent: 10px;
}

.site-partner {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 50px;
}

.site-partner .swiper-slide {
    position: relative;
    border: 1px solid #eae09e;
}

.site-bnc {
    position: relative;
    padding: 30px 0;
}

.site-bnc .container-fluid {
    position: relative;
}

.partnerItem {
    text-align: center;
    padding: 0 30px;
}

.partnerItem h4 {
    font-size: 16px;
    margin-top: 15px;
    line-height: 22px;
}

.site-cket .container-fluid {
    position: relative;
}

.partnerItem img {
    height: 45px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px!important;
    font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
    color:#a37426!important;
}

.site-khuyenmai {
    margin-top: 30px;
}

.product__titHome h2 {
    text-align: center;
    margin-bottom: 40px;
}

.product__titHome h2 span {
    font-family: 'UTM_Staccato';
    color: #515154;
    text-transform: uppercase;
    position: relative;
}

.product__titHome h2 span:after {
    position: absolute;
    width: 100%;
    height: 6px;
    content: '';
    background: url(templates/images/line_productsale.png)no-repeat;
    background-size: 100% 100%;
    left: 0;
    bottom: -10px;
}

.site-khuyenmai .inner {
    position: relative;
}

.product__txt {
    position: relative;
    padding-bottom: 5px;
}

.item_product_img {
    height: auto;
}

.item_product_title {
    height: 46px;
    margin: 5px 0;
}

.item_product_title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1D1D1F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item_product_title:hover a {
    color: var(--color-blue);
}

.item_product_price {
    white-space: nowrap;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: red;
    margin-bottom: 5px;
}

.item_product_price del {
    color: #86868B;
    margin: 0 5px 0 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    float: right;
}

.swiperProductSale-next {
    right: -30px!important;
}

.swiperProductSale-prev {
    left: -30px!important;
}

.item_product>a .sale {
    background: url(templates/images/bg_sale.png)no-repeat;
    background-size: 100% 100%;
    font-family: 'UTM_Staccato';
    color: #515154;
}

.item_productAction {
    text-align: center;
}

.btn-dt,
.btn-buyn {
    background: var(--color-blue);
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 0 5px;
}

.link_wrap_img {
    position: relative;
}


/*
.link_wrap_img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all .5s ease-in-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.item_product:hover .link_wrap_img::before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
*/

.item_product {
    padding-bottom: 0;
    background: #fff;
    border-radius: 2px;
    padding: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.product__titHomeCate {
    margin-bottom: 30px;
}

.product__titHomeCate h2 {
    position: relative;
    text-align: center;
}

.product__titHomeCate h2 span {
    text-transform: uppercase;
    color: #fff;
    font-family: 'UTM_Staccato';
    position: relative;
    padding: 10px 40px;
    background: url(templates/images/bg_tit.png);
    background-size: 100% 100%;
}

.feedback__content {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 25%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.feedback_text {
    background-color: rgba(139, 34, 34, 0.8);
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9;
}

.feedback_text {
    text-align: center;
}

.feedback_text h3 {
    text-transform: uppercase;
    color: #eae09e;
    font-family: 'UTM_Staccato';
    margin-bottom: 30px;
}

.item__kh {
    padding: 0 20%;
}

.item__kh img {
    height: 150px!important;
    width: 150px!important;
    border-radius: 50%;
    border: 3px solid #eae09e;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.item__kh p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
    margin-top: 30px;
}

.item__kh {
    color: #eae09e;
}

.mySwiperkh-next,
.mySwiperkh-prev {
    color: #fff!important
}

.site-blogs__tit h2 {
    text-align: center;
}

.site-blogs__tit h2 span {
    text-transform: uppercase;
    color: #7a0c0c;
    font-family: 'UTM_Staccato';
    position: relative;
    padding: 10px 40px;
}

.keySuggest {
    font-style: italic;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
}

.navbar-form button {
    padding: 0 10px;
}

h4.blog_tit {
    line-height: 22px;
}

h4.blog_tit a {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    line-height: 24px;
}

.link_wrap_img {
    overflow: hidden;
}

.link_wrap_img img {
    transition: all 1s;
    border-radius: 0;
}

.link_wrap_img:hover img {
    transform: scale(1.1);
}

.blog__item .blog__item_img {
    width: 200px;
    float: left;
}

.blog__item .blog__item_content {
    width: calc(100% - 200px);
    float: right;
    padding: 5px 15px 15px 15px;
}

.blog__item .blog__item_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
}

.blog__item {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.site-blogs__tit h2 {
    margin-bottom: 30px;
}

.blog__line {
    text-align: right;
    position: relative;
}

.blog__line:after {
    position: absolute;
    content: '';
    width: calc(100% - 60px);
    left: 0;
    bottom: 5px;
    height: 1px;
    background-color: #7a0c0c;
}

.blog__line a {
    color: #7a0c0c;
    font-size: 13px;
}

.logo__footer {
    margin-top: 30px;
    display: block;
}

.mxh__foo ul {
    position: relative;
    list-style-type: none;
    margin: 0 0;
    padding: 0;
    width: 100%;
    float: left;
}

.mxh__foo>ul>li {
    display: inline-block;
    margin-right: 5px;
}

.site-copyright p {
    line-height: 40px;
    margin-bottom: 0;
}

.title-f:before {
    background-color: #eae09e;
}

.content-f ul li a:hover {
    color: #eae09e;
}

.tit-lienhe {
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.btn__contact {
    background-color: #eae09e;
    border-color: #eae09e;
    color: #c43030;
    border-radius: 5px;
}

.wrap__map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
}

.wrap__map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sodotrang {
    background-color: transparent;
    border-top: transparent;
    color: #333;
}

.breadcrumb a {
    color: #333;
}

.breadcrumb li.active a {
    color: #333;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #333;
}

.tit__opage span {
    text-transform: uppercase;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
}

.spacial {
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
    color: #232323;
}


/* .tit__opage span:after {
    position: absolute;
    width: 100%;
    height: 6px;
    content: '';
    background: url(templates/images/line_productsale.png)no-repeat;
    background-size: 100% 100%;
    left: 0;
    bottom: -10px;
} */

.body-sanpham {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.tit__productPage {
    position: relative;
    text-align: left;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.tit__productPage span {
    font-size: 24px;
    position: relative;
    color: #333;
}

.chitiet_sp_hot_title {
    color: #111;
    font-size:24px;
}

.chitiet_sp_hot_gia del,
.chitiet_sp_hot_gia span {
    color: #eae09e;
}

.chitiet_sp_hot_gia {
    color: red;
}

.chitiet_sp_hot_gia del,
.chitiet_sp_hot_gia span {
    color: #515154;
    font-weight: 600;
}

.chitiet_sp_capacity {
    margin-bottom: 10px;
    color: #515154;
}

.option-list {
    display: flex;
    flex-wrap: wrap;
}

.option-list li {
    margin: 0;
}

.option-list label {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    padding: 8px 15.668px;
    cursor: pointer;
    min-width: 70px;
    min-height: 38px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #86868B;
    margin-left: 0;
}

.checked-attr {
    border: 2px solid #0066cc !important;
}

.mota_sp {
    color: #333
}

.mota_sp li {
    padding: 7px 10px;
    color: #4d4b4b;
    background-image: url(templates/images/green.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 38px;
    background-size: 14px;
}

.mota_sp ul {
    list-style-type: none;
    padding-left: 0px;
}

.Swiper_spct img,
.Swiper_spct2 .Swiper_sp_hot_img {
    /* border: 1px solid #ccc; */
    padding: 2px;
}

.Swiper_spct2 img {
    border-color: transparent!important;
    padding: 1px!important;
    background-color: #EEEEEE;
}

.Swiper_sp_hot_img {
    width: 99%;
}

.box_right_sp_title {
    background-color: #edc180;
    border-radius: 4px 4px 0 0;
    color: #fff;
}

.tit_splq {
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 600;
    color: #333;
}

.btn-buyn:hover {
    color: #fff;
    background-color: var(--bg-main);
}

.cart-action .btn,
.btn-thanhtoan.active,
.btn-dathang {
    background: #515154;
    color: #fff;
}

.shopping-summery .product-name {
    color: #333;
    font-size: 14px;
}

.shopping-summery table thead th.start {
    border-radius: 0;
}

.shopping-summery table thead th.end {
    border-radius: 0;
}

.shopping-summery table thead th {
    padding:10px 5px;
    background-color: #515154;
    color: #fff;
}
.shopping-summery table tbody tr img{
    border-radius:5px;
}

.shopping-summery .text-price {
    font-size: 1.2rem;
}

.shopping-summery table> :not(caption)>*>* {
    padding: 7px 7px;
}

.video_home_title {
    background: none;
    padding-left: 0;
    color: #222;
    font-size: 18px;
    margin-top: 15px;
}

.title-news_ct {
    font-weight: 600;
    color: #333;
}

.title-news_ct:after {
    display: none;
}

.head-mobile {
    background: #515154;
}

.offcanvas_w2 {
    background: #515154;
}

.offcanvas_w2 .offcanvas-body ul li a {
    color: #fff;
}

.offcanvas_w2 .btn-close {
    color: #fff!important;
    background: url('templates/images/close.png')no-repeat;
    background-size: 100% 100%;
}

.numCart {
    position: absolute;
    bottom: 10px;
    right: -5px;
    color: #fff;
    line-height: 14px;
    border-radius: 10px;
    font-size: 12px;
}

.aroCart img {
    height: 20px;
}

.nameCart {
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}


/* m_menu.php*/

.title-rpmenu {
    padding: 7px;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 999999;
}

.title-rpmenu .icon-bar {
    width: 30px;
    height: 1px;
    background: #fff;
    float: left;
    clear: both;
    margin-bottom: 8px;
    border-radius: 0px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
}

#responsive-menu .content ul li span.gg {
    display: none;
}

#responsive-menu .close {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 24px;
    z-index: 123;
    opacity: 1;
    font-weight: 300;
    color: #fff;
    background: transparent;
    border-color: transparent;
    padding: 0;
}

#responsive-menu {
    position: fixed;
    z-index: 1;
    background: #222222;
    width: auto;
    max-height: 100%;
    z-index: 999999;
    max-height: 420px;
    overflow-y: auto;
    left: -300px;
    height: 100%;
    width: 300px;
    min-height: 100%;
    top: 0;
}

#responsive-menu .search {
    position: relative;
    padding: 0 5px;
    margin-top: 25px;
}

#responsive-menu .search form {}

#responsive-menu .search form input {
    width: 100%;
    padding: 5px;
    height: 27px;
    border: 1px solid rgba(204, 204, 204, 0.35);
    border-radius: 0px;
}

#responsive-menu .search form button {
    position: absolute;
    right: 5px;
    top: 0;
    border: 0;
    padding: 3px 13px;
    background-color: black;
    color: #fff;
    font-size: 15px;
}

#responsive-menu .search form button i {
    position: relative;
    top: 2px;
}

#responsive-menu .content {
    max-width: 300px;
    float: right;
    width: 100%;
}

#responsive-menu .content ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

#responsive-menu .content>ul {
    padding: 0;
    margin: 0;
}

#responsive-menu .content .toggle-menu {
    float: right;
    cursor: hand;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
}

#responsive-menu .content .toggle-menu i {
    font-size: 12px;
    font-weight: 400;
}

#responsive-menu .content ul li a {
    color: #FFFFFF;
    font-size: 15px;
    padding-left: 15px;
    display: block;
    max-width: 90%;
    line-height: 23px;
}

#responsive-menu .content ul li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 6px 0px;
    border-bottom: 1px solid rgba(247, 246, 246, 0.25);
    position: relative;
    cursor: pointer;
    float: none;
}

#responsive-menu .content ul li:last-child {
    border-bottom: none;
}

#responsive-menu .content ul li:hover {
    background: #333;
}

#responsive-menu .content ul li ul {
    display: none
}

#responsive-menu .content li li:first-child {
    border-top: 1px solid rgba(247, 246, 246, 0.25);
}

#responsive-menu .content>ul>li ul {
    position: relative;
    top: 9px;
}

#responsive-menu .content>ul li ul li {
    text-indent: 10px;
}

#responsive-menu .content>ul li ul li a {
    font-size: 14px;
}

#responsive-menu .content>ul li ul li ul li {
    text-indent: 20px
}

#responsive-menu .content>ul li ul li ul li a {
    font-size: 13px;
}

.res__head {
    padding: 10px 10px;
}

.res__search {
    padding: 5px 10px;
}


/* End m_menu.php */

.hidden {
    display: none;
}

.res__search .form-search-nav {
    margin-bottom: 5px;
}

.cate__left {
    width: calc(25%);
    float: left;
}

.slider__right {
    width: calc(75%);
    float: left;
}

.pn-head {
    background: var(--bg-main);
}

.menu_t {
    position: relative;
    display: flex;
}

.menu_t ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu_t>ul>li {
    float: left;
    position: relative;
    padding: 0 20px;
}

.menu_t>ul>li:first-child {
    padding-left: 0;
}

.menu_t>ul>li:hover>a {
    color: var(--color-blue);
    text-decoration: none;
}

.menu_t>ul>li>a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.menu_t>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    transition: height 0.1s ease-out;
    z-index: 999;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.menu_t>ul>li>ul>li {
    min-width: 300px;
    background: #515154;
    text-indent: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.menu_t>ul>li>ul>li:hover {
    background: #232323;
}

.menu_t>ul>li>ul>li>a {
    color: #fff;
    line-height: 36px;
    display: block;
}

.menu_t>ul>li>ul>li:last-child {
    border-bottom-color: transparent;
}

.menu_t>ul>li:hover>ul {
    display: block;
}

.menu_t>ul>li>ul>li>ul {
    position: absolute;
    top: 0px;
    left: 100%;
    background: #515154;
    z-index: 9;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.menu_t>ul>li>ul>li>ul>li {
    min-width: 300px;
    border-bottom: 1px solid #fff;
    line-height: 37px;
}

.menu_t>ul>li>ul>li>ul>li:hover {
    background: #232323;
}

.menu_t>ul>li>ul>li>ul>li>a {
    color: #fff;
    font-size: 14px;
}

.menu_t>ul>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.menu_t>ul>li>ul>li:hover>ul {
    display: block;
}

.site-salehome {
    padding: 30px 0;
    background: #F2F1F1;
}

.tit__home {
    text-transform: uppercase;
}

.block__5 {
    width: calc(20% - 15px);
    margin: 7.5px 7.5px;
    float: left;
    padding: 0;
}

.tit__home span {
    font-size: 28px;
    color: var(--color-blue);
    font-family: 'BeVietnamProRe';
    position: relative;
    padding-bottom: 25px;
}

.tit__home span:after {
    position: absolute;
    width: 100px;
    height: 20px;
    bottom: 0;
    left: calc(50% - 50px);
    content: '';
    background: url('templates/images/line.png');
}

.site-bc {
    padding: 40px 0;
}

.site-bc .inner {
    position: relative;
}

.swiperProductSale-next,
.swiperProductSale-prev {
    color: #333!important;
    font-weight: 600;
    width: 44px!important;
    border-radius: 50%;
    border: 1px solid #333;
}

.tit__home {
    margin-bottom: 30px;
    text-align: center;
}

.site-vct {
    padding: 40px 0;
}

#mucluc-pnvn {
    width: 100%;
}

.site-cket {
    background: #F2F1F1;
    padding: 30px 0;
}

.site-catehome {
    padding: 30px 0;
}

.link_c1 {
    color: #787878;
}

.site-catehome .tit__home {
    margin-bottom: 40px;
    color: #222;
}

.list__SubCate {
    position: relative;
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cate-left {
    width: calc(25%);
}

.cate-right {
    width: calc(75%);
}

.list__SubCate>li>a {
    color: #787878;
    line-height: 28px;
}

.partnerCketImg {
    max-height: 50px;
}

.title-f:before {
    display: none;
}

.foot_1 {
    width: 28%;
}

.foot_2 {
    width: 22%;
}

.foot_3 {
    width: 22%;
}

.foot_4 {
    width: 28%;
}

#btn-send-email {
    color: #fff;
    background-color: transparent
}

.newsletter__frm input {
    border-radius: 0;
}

#newsletterFrm {
    position: relative;
}

#btn-send-email {
    position: absolute;
    right: 0;
    top: 0px;
}

.content-btc {
    padding: 15px 0;
}

#email_frm {
    width: calc(100% - 40px);
}


/*--nav + filter left --*/

.cate_lv1 {
    display: block;
    padding: 6px 40px 6px 10px;
    position: relative;
    background: #f7f6f4;
    color: #111;
    text-transform: uppercase;
    font-size: 15px;
}

.nav__filter {
    margin: 15px 0;
    background: #fff8ed;
    padding: 10px;
    color: #333;
}

.nav__filter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav__filter ul li {
    line-height: 30px;
}


/*----*/

.cart-btn {
    background: var(--color-blue);
    border-radius: 0;
    height: auto;
    padding: 10px 20px;
    box-shadow: none;
    border-color: transparent;
    text-transform: uppercase;
}

.cart-plus-minus input {
    border-radius: 0;
    height: 44px;
    font-size: 16px;
}

.tab_sanpham .nav-item .nav-link {
    border-radius: 0px;
    text-align: left;
    height: 40px;
    text-align: center;
    background-color: transparent;
    color: var(--color-blue);
    padding-left: 0;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid var(--color-blue);
}

span.act_menu {
    transition: all .2s linear;
}

.nav_pro {
    position: relative;
}

.act_menu {
    position: absolute;
    right: 0;
    top: -4px;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    font-weight: 600;
    cursor: pointer;
}

.nav_pro .sub1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sub1 li {
    padding: 5px 10px;
}

.sub1 li a {
    display: block;
    color: #444;
    font-size: 13px;
    line-height: 24px;
}

.Swiper_sp_hot_img {
    border-radius: 0;
}

.navbar-form .btn img {
    height: 16px;
}

.site-menui {
    position: relative;
    padding: 30px 0;
}

.list__menui {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list__menui>li {
    width: calc(20% - 30px);
    margin: 15px 15px;
    float: left;
    text-align: center;
    background: #5d5d5d;
    border-radius: 20px;
    padding: 20px 0;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.list__menui>li:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.item_product:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.list__menui>li:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.list__menui>li>a>h3 {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0 0 0;
    line-height: 24px;
}

.list__menui>li>a>img {
    height: 180px;
}

.swiperProductMenui-next,
.swiperProductMenui-prev {
    color: #333!important;
    font-weight: 600;
    width: 44px!important;
    border-radius: 50%;
    border: 1px solid #333;
}

.swiperProductMenui-prev {
    left: -50px!important;
}

.swiperProductMenui-next {
    right: -50px!important;
}

.site-catehome .inner {
    position: relative;
}

.desc__kh {
    font-size: 18px;
    text-align: center;
}

.wp_tithome {
    margin-bottom: 30px;
}

.wp_tithome .tit__home {
    margin-bottom: 20px;
}

.site-khachhang {
    padding-bottom: 30px;
}

.foot_2 .content-f a {
    color: #fff;
}

.content-bct {
    margin: 30px 0;
}

.site-copyright {
    color: #333;
    text-align: center;
    border-top: 1px solid #eae8e4;
}

.fl_cpr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fl_cpr p {
    flex: 50%;
}

.fixedpage-action {
    position: fixed;
    z-index: 1000;
    right: 15px;
    bottom: 80px;
}

.fixedpage-action .dropdown-menu {
    position: relative !important;
    display: block;
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    box-shadow: none !important;
    background: none;
    border-radius: 0;
    border: none;
    min-width: 0;
    width: 150px;
    top: 100%;
    left: 0;
}

.fixedpage-action .dropdown-menu>li:not( :last-child) {
    margin-bottom: 1rem;
}

.fixedpage-action .dropdown-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 0.2rem 0.35rem rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fixedpage-action .dropdown-item img {
    width: 32px;
}

.fixedpage-action .dropdown-item span {
    width: calc( 100% - 32px);
    padding-left: 0.5rem;
    line-height: 1.35;
}

.fixedpage-action .dropdown-item b {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: #444;
}

.fixedpage-action small {
    display: block;
    clear: both;
    font-size: 12px;
    color: #555;
}

.all_sub-category-grid {
    isplay: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap-reverse;
}

.all_sub-category-grid .sub_category {
    display: flex;
    width: 80%;
    overflow: auto;
}

.all_sub-category-grid .sub_categor .item__subcategory {
    width: auto;
    margin-right: 40px;
}

.all_sub-category-grid .sub_categor .item__subcategory .title {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.all_sub-category-grid .sub_categor .item__subcategory .title a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #515154;
    white-space: nowrap;
}

.sub_category {
    padding: 20px 0;
}

.item__subcategory a {
    color: #444;
}

.item__subcategory {
    width: auto;
    margin-right: 40px;
}

.item-thuoctinh span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    min-width: auto;
    line-height: 30px;
}

.item-thuoctinh input:checked+span {
    border-color: #0066cc;
}

.chitiet_sp_hot_gia span.sale {
    display: none;
}

.chitiet_sp_color {
    margin-bottom: 15px;
    font-weight:600;
}

.attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 2px;
    background-color: #fff;
}

.attribute-square-container.border-select {
    border-color:var(--color-blue);;
}

.product__attribute__capacity .option-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product__attribute__capacity {
    margin-bottom: 10px;
}

.product__attribute__capacity .option-list label {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #86868B;
    margin-right: 10px;
}

.product__attribute__capacity .option-list label.checked-attr {
    border: 2px solid #0066cc !important;
}

.short-description {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.uu-dai-gift img {
    height: 20px;
}

.uu-dai-gift span {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.button-link {
    display: flex;
    justify-content: space-between;
}

.button-link {
    margin: 15px 0;
}

.button-link .bt {
    width: 48%;
    text-align: center;
    color: #333;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 44px;
    width: 48.5%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #F2F2F3;
}

.button-link .bt:hover {
    background-color: var(--bg-main);
    color: #fff;
}

.chitiet_sp_uudai {
    margin-top: 10px;
}

.button-link .bt p {
    font-size: 12px;
    font-style: italic;
}

.chitiet_sp_hopphukien {
    margin-top: 20px;
}

.tab_sanpham {
    position: relative;
    display: block
}

.tab_sanpham>li {
    display: inline-block;
}

.thongso_sp {
    max-width: 800px;
    margin: 0 auto;
}

.chitiet_sp {
    margin: 0 auto;
}

#myTabContent {
    clear: both;
    background-color: #f3f4f6;
    padding: 10px 10px 20px;
}

.comment_sp {
    max-width: 1200px;
    margin: 0 auto;
}

.thongso_sp table,
.thongso_sp tr,
.thongso_sp td {
    border: none;
    border-color: transparent;
    line-height: 30px;
}

.thongso_sp .table-striped>tbody>tr:nth-of-type(odd) {
    border-radius: 5px;
}

.head-mobile {
    display: none;
}

.form-group {
    position: relative;
}

#contact-form .form-group label.error {
    position: absolute;
    color: #ff0000;
    right: 10px;
    font-weight: 400;
    font-size: 12px;
    top: 10px;
    font-style: italic;
}

#form-dathang .form-group label.error {
    position: absolute;
    color: #ff0000;
    right: 10px;
    font-weight: 400;
    font-size: 12px;
    top: 10px;
    font-style: italic;
}

.btn-dathang:hover {
    color: red;
}

.form-search-nav input {
    background-color: #707070;
    border-color: #707070;
    padding: 7px 10px;
    color: #fff;
}

.form-search-nav input::placeholder {
    color: #fff;
    opacity: 1;
}

.form-search-nav input:-ms-input-placeholder {
    color: #fff;
}

.form-search-nav input::-ms-input-placeholder {
    color: #fff;
}

.ic_closeMenuMb {
    height: 20px;
}

.res__head img {
    max-height: 35px;
}

.btn-search {
    background: none;
}

.btn-search img {
    height: 18px;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1001;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 0;
    transition: width 0.5s ease-out;
}

.overlay.show {
    width: 100%;
}

.mxh__foo>ul>li>a>img {
    max-height: 40px;
}

.btn-search {
    width: 45px;
    top: -2px;
}

.inner_kh {
    position: relative;
}

.body-sanpham .tit__productPage {
    margin-bottom:10px;
}

.swiper-slide .item_product {
    margin: 5px;
}

.swiperKhachHang-next,
.swiperKhachHang-prev {
    color: #333!important;
    font-weight: 600;
    width: 44px!important;
    border-radius: 50%;
    border: 1px solid #333;
}

.swiperKhachHang-prev {
    left: -27px!important;
}

.swiperKhachHang-next {
    right: -27px!important;
}

.d__FlexTop {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}

.d__FlexTop>li {
    padding: 0 5px;
}

.d__FlexTop>li>a {
    color: #fff;
    display: block;
}

.main__b1 {
    flex: 15%;
}

.main__b2 {
    flex: 50%;
}

.main__b3 {
    flex: 15%;
}

.d__FlexCart {
    justify-content: flex-end;
}

.item__menui {
    position: relative;
}

.wr__listMenui {
    position: relative;
    padding: 20px 0;
    border-top: 2px solid #d5e2f3;
    border-bottom: 2px solid #d5e2f3;
}

.item__menui {
    text-align: center;
}

.item__menui h4 {
    color: var(--bg-main);
    text-transform: uppercase;
    margin-bottom: 0;
}

.swiperListMenui-next {
    right: -30px!important;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 20px!important;
    height: 20px!important;
    top: 60%!important;
}

.swiperListMenui-prev {
    left: -30px!important;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 20px!important;
    height: 20px!important;
    top: 65%!important;
}

.swiperListMenui-prev:after,
.swiperListMenui-next:after {
    font-size: 10px!important;
}

.item__menui h4 span {
    position: relative;
    padding-left: 15px;
}

.item__menui:hover h4 span {
    color: var(--color-blue)
}

.item__menui h4 span:after {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    background-color: #444;
    border-radius: 50%;
}

.menui_op {
    position: relative;
    text-align: center;
    margin: 35px 0 10px 0;
}

.menui_op:after {
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    background: #ccc;
    left: 0;
    bottom: 8px;
}

.menui_op span {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 5px 10px;
}

.menui_op span a {
    color: #999;
    border-radius: 20px;
    padding: 7px 30px;
    border: 1px solid #ccc;
    transition: all 0.5s ease;
}

.menui_op span a:hover {
    color: var(--color-blue);
    border-color: var(--color-blue);
}

.tit_bt {
    text-align: center;
    color: var(--color-blue);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
}

.gird__online {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.rowOn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.row_avatar img {
    height: 70px!important;
    width: 70px;
    border-radius: 50%;
    border: 1px solid red;
}

.rowOnContent>p {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    align-items: center;
}

.avatarName h4 {
    font-size: 16px;
    margin-bottom: 3px;
}

.avatarName p {
    color: red;
}

.rowOn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.rowOn img {
    margin-right: 10px;
    height: 35px;
}

.site-bottom {
    padding: 30px 0;
    background: #eee;
}

.btn__contact {
    background: #232323;
    color: #fff;
}

.row__gird {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.col-slider-ctsp {
    width: 50%;
}

.col-thongtin-ctsp {
    width: 50%;
}

.btn__search i {
    font-size: 18px;
    font-weight: 600;
}

.swiperSpct-prev {
    left: -5px!important;
}

.swiperSpct-next {
    right: -5px!important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggle {
    position: relative;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 16px;
    height: 0.009em;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 0.4em;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.hc-nav-trigger.hc-nav-1 {
    display: block;
}

.main__b4 {
    display: none;
}

.dfx-banner h2 {
    color: #ef721e;
}

.lv__head {
    position: relative;
    z-index: 9;
    padding: 10px 0;
}

.head_menu {
    flex: 35%;
    display: flex;
    justify-content: flex-start;
}

.head_logo {
    flex: 30%;
    display: flex;
    justify-content: center;
}

.head_lang {
    flex: 35%;
    display: flex;
    justify-content: flex-end;
}

.openBtn {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background-color: transparent;
}

.nav_m1 .group-s {
    display: flex;
    align-items: center;
}

.nav_m1 .group-s span.bar-name {
    color: #fff;
    margin-left: 0px;
}

.openBtn img {
    height: 16px;
}

.nav_m2 {
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 15px;
}

.nav_m2 .i-search span {
    color: #fff;
}

#google_language_translator {
    clear: both;
    width: auto !important;
    text-align: right;
    display: none;
}

.nav_m3 {
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.langSite a img {
    height: 20px;
}

.head_logo a img {
    height: 80px;
}

.lv__head.hover {
    background: #fff;
    box-shadow: inset 0 -1px 0 0 #eae8e4;
}


/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}


/*---lv__homepage---*/

.lv__homepage {
    margin-top: -105px;
}

.lv__homepage__push {
    display: block;
    position: relative;
    --gradient-opacity: 0;
    --transform-y: 0;
    --scale: 1;
    background: transparent;
    outline: none;
}

.lv__homepage__push__media {
    overflow: hidden;
    width: 100%;
}

.lv__video__loop {
    position: relative;
    height: 100%;
}


/*.lv__video__loop:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgb(0, 0, 0, 0.3);
    z-index: 1;
}*/

.lv__video__loop__video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0; */
    object-fit: cover;
    left: 0;
    right: 0;
    transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
}

.lv__homepage__push__content {
    position: absolute;
    bottom: 0;
    padding: 3rem;
    left: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    z-index: 1;
}

.lv__homepage__push__title {
    font-size: 2.375rem;
    letter-spacing: 0;
    line-height: 2.5rem;
    color: inherit;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.lv__homepage__push__links {
    width: 100%;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
}

.lv__homepage__push__title h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.lv__button {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 0.7rem 2rem;
    margin-right: 1rem;
    border-radius: 30px;
    transition: border .3s cubic-bezier(.39, .575, .565, 1), box-shadow .3s cubic-bezier(.39, .575, .565, 1), color .3s cubic-bezier(.39, .575, .565, 1), background .3s cubic-bezier(.39, .575, .565, 1), box-shadow .3s cubic-bezier(.39, .575, .565, 1);
}

.lv__button a {
    color: #fff;
}

.site-hotnews {
    padding: 50px 0;
}

.tit__hotnews {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}

.item__tintuc .img img {
    object-fit: cover;
}

.meta-name {
    margin: 10px 0;
}

.meta-name a h3 {
    font-size: 17px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
}

.meta-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.meta-link a {
    font-size: 13px;
    color: #333;
    font-style: italic;
}

.meta-date {
    margin-bottom: 5px;
    font-style:italic;
}

footer {
    color: #333;
    border-top: 1px solid #eae8e4;
    padding-top: 30px;
}

.i-search i {
    color: #fff;
    font-size: 18px;
}

.aroCart i {
    color: #fff;
    font-size: 20px;
}

.lv__head.index.hover .nav_m1 *,
.lv__head.index.hover .nav_m2 * {
    color: #333;
}

.lv__head.index.hover .navbar-toggle .icon-bar {
    background: #333;
}

.lv__head.index.hover .aroCart i,
.lv__head.index.hover .nav_m4 .numCart {
    color: #333;
}

.lv__head:not(.index) {
    border-bottom: 1px solid #eae8e4;
}

.lv__head:not(.index) .nav_m1 *,
.lv__head:not(.index) .nav_m2 * {
    color: #333;
}

.lv__head:not(.index) .navbar-toggle .icon-bar {
    background: #333;
}

.lv__head:not(.index) span.bar-name {
    color: #333;
}

.lv__head:not(.index) .aroCart i,
.lv__head:not(.index) .numCart {
    color: #333;
}

.breadcrumb {
    justify-content: flex-end;
}

.breadcrumb a {
    font-size: 12px;
}

.gird__post {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.post .content {
    max-width: 1000px;
    margin: 0 auto;
}

.inner-news {
    position: relative;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: hidden;
    -webkit-transition: all ease 0.50s;
    transition: all ease 0.50s;
}

.overlay__inner {
    width: 100%;
    float: left;
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
    margin-top:1rem;
}

.overlay-content {
    position: relative;
    text-align: center;
    margin: auto;
    background: #fff;
    width: 100%;
    float: left;
}

.overlay .closebtn {
    position: absolute;
    top: 0rem;
    right: 0;
    cursor: pointer;
    color: #333;
    font-size: 2.4rem;
    z-index: 999;
}

.overlay .closebtn img {
    height: 1.4rem;
}

.search-bar {
    max-width: 72rem;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.lv__search__input {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    position: relative;
    width: 100%;
}

.overlay button {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: transparent;
    border-color: transparent;
}

.icon__search__img img {
    height: 1.5rem;
}

.overlay input[type=search] {
    flex: 1 1 auto;
    font-size: 1.5rem;
    letter-spacing: .025rem;
    font-weight: 300;
    color: #19110b;
    line-height: 2.75rem;
    height: 3.2rem;
    width: 100%;
    background-color: #f6f5f3;
    border: none;
    padding: 0 1rem 0 3.75rem;
    border-radius: 0.375rem;
    outline: none;
    box-shadow: none;
    /* text-transform: capitalize; */
}

#myOverlay.show {
    height:6rem;
}

.gallery-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.gallery-container .Swiper_spct {
    margin: 0 0;
    width: 100%;
    height: 465px;
    order: -1;
    margin-right: 15px;
    padding-left: 15px;
}

.gallery-container .Swiper_spct {
    flex: 18%;
    padding:0;
    margin:0 5px 0 0;
}

.gallery-container .Swiper_spct2 {
    flex: 82%;
}

.gallery-container .swiper-slide-thumb-active {
    border: 1px solid var(--color-blue)!important;
}

.gallery-container .Swiper_spct img {
    height: auto;
    border-radius: 0;
    max-height: 78px;
}

.gallery-container .Swiper_spct .swiper-slide {
    height: 80px!important;
    border: 1px solid transparent;
}

.chitiet_sp_hot .container {
    max-width: 1200px;
}

.product-oth {
    padding-bottom: 30px;
}

#msg-item-3 span,#msg-item-2 span{
    padding:5px;
}
.gia_thuoctinh{
    display:flex;
}
.gia_sale{
    padding-left:15px;
}
/*---End lv__homepage---*/

@media (min-width: 1500px) {
    .container {
        max-width: 1450px;
    }
}
@media screen and (max-width: 1200px){
    .row__gird{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 1100px) {
    .wr__listMenui {
        padding: 15px 0;
    }
    .item__menui h4 span {
        font-size: 16px;
    }
    .menu_t>ul>li {
        padding: 0 10px;
    }
    .swiperProductMenui-prev {
        left: -15px!important;
    }
    .swiperProductMenui-next {
        right: -15px!important;
    }
    .all_sub-category-grid .sub_category {
        width: 100%;
        display: block;
        text-align: center;
    }
    .sub_category .item__subcategory {
        display: inline-block;
        margin: 10px 10px;
    }
    .item_product_title a {
        font-size: 16px;
        line-height: 24px;
    }
    .row__gird {
        grid-gap: 20px;
    }
    .item_product_title {
        height: 48px;
    }
}

@media screen and (max-width: 1024px){
    .list__menui>li>a>img {
        height: 100px;
    }
    .partnerItem {
        padding: 0 0;
    }
    .head-mobile {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-mobi {
        width: 50px;
    }
    .slider__right {
        width: calc(100%);
    }
    .cate-left,
    .cate-right {
        width: 100%;
    }
    .cate-left {
        margin-bottom: 15px;
    }
    .list__SubCate {
        display: flex;
        justify-content: flex-start;
    }
    .list__SubCate>li {
        margin: 3px 5px 3px 0;
        position: relative;
        padding-right: 5px;
    }
    .list__SubCate>li:before {
        position: absolute;
        width: 1px;
        height: 40%;
        top: 30%;
        content: '';
        right: 0;
        background-color: #7D8FA6;
    }
    .list__SubCate>li:last-child::before {
        display: none;
    }
    .block__5 {
        width: calc(25% - 15px);
    }
    .pn-menu {
        display: none;
    }
    .foot_1 {
        width: 40%;
    }
    .foot_2 {
        width: 30%;
    }
    .foot_3 {
        width: 30%;
    }
    .foot_4 {
        width: 50%;
        margin-top: 15px;
    }
}

@media screen and (max-width:991px) {
    .item_product_price {
        font-size: 15px;
    }
    .swiperProductSale-prev {
        left: -5px!important;
    }
    .swiperProductSale-next {
        right: -5px!important;
    }
    .swiperProductSale-next,
    .swiperProductSale-prev {
        width: 30px!important;
        height: 30px!important;
    }
    .swiperProductMenui-next,
    .swiperProductMenui-prev {
        width: 30px!important;
        height: 30px!important;
    }
    .swiperProductMenui-prev {
        left: -5px!important;
    }
    .swiperProductMenui-next {
        right: -5px!important;
    }
    .container {
        max-width: 100%;
    }
    .site-slider .block__5 {
        width: calc(33.33% - 15px);
    }
    .content-nhanxet {
        width: 100%;
    }
    .tab_sanpham .nav-item .nav-link {
        height: 40px;
    }
    .cate__left {
        display: none;
    }
    .slider__right {
        margin-top: 80px;
    }
    .site-khuyenmai {
        margin-top: 0;
    }
    .feedback__content {
        padding-bottom: 50%;
    }
    .col-right-ctsp {
        width: 100%;
    }
    .item_product.item_product-right {
        width: calc(33.33% - 30px);
        margin: 15px 15px;
        float: left;
    }
    .gird__post {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap:20px;
    }
}

@media screen and (max-width:768px) {
    .tit__home span {
        font-size: 24px;
    }
    .foot_1 {
        flex: 40%;
    }
    .foot_2 {
        flex: 30%;
    }
    .foot_3 {
        flex: 30%;
    }
    .foot_4 {
        flex: 50%;
    }
    .main__b2 {
        display: none;
    }
    .main__b4 {
        display: block;
        flex: 30%;
    }
    .main__b3 {
        flex: 30%;
    }
    .main__b1 {
        flex: 40%;
        text-align: center;
    }
    .gird__online {
        grid-template-columns: 1fr 1fr;
    }
    .row__gird {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .swiperListMenui-prev {
        left: 0px!important;
    }
    .swiperListMenui-next {
        right: 0px!important;
    }
    .menu_t {
        display: none;
    }
    .item-slide img {
        min-height: 300px;
    }
    .site-menui {
        padding: 15px 0;
    }
    .list__menui>li>a>img {
        height: 60px;
    }
    .site-bnc {
        margin-top: 0;
    }
    .block__5 {
        width: calc(33.33% - 15px);
    }
    .site-blogs {
        padding-bottom: 0!important;
        padding-top: 20px!important;
    }
    .swiperProductSale-prev {
        left: -10px!important;
    }
    .swiperProductSale-next {
        right: -10px!important;
    }
    .chitiet_sp_hot_gia del,
    .chitiet_sp_hot_gia span {
        font-size: 20px;
    }
    .chitiet_sp_hot_title {
        margin-top: 15px;
        font-size: 20px;
    }
    .item_product.item_product-right {
        width: calc(50% - 30px);
    }
    .site-partner {
        padding: 5px 35px;
    }
    .site-blogs .col-sm-6 {
        width: 100%;
    }
    .feedback_text {
        width: 100%;
    }
    .feedback__content {
        padding-bottom: 60%;
    }
    .left__sl424,
    .right__ht424 {
        width: 100%;
        padding: 0;
    }
    .right__ht424 {
        margin: 10px 0;
    }
    .right__ht424 .divbd {
        background: none;
    }
    .right__ht424 .divbd ul li {
        width: calc(50% - 15px);
        margin: 7.5px 7.5px;
        float: left;
    }
    .col-slider-ctsp {
        width: 42%;
    }
    .col-thongtin-ctsp {
        width: 58%;
    }
    .Swiper_spct img {
        height: auto;
    }
    .chitiet_sp_hot_gia {
        font-size: 24px;
    }
    .lv__homepage__push__title{
        font-size:1.8rem;
    }
    .lv__button{
        font-size:1.4rem;
        padding: 0.5rem 1.5rem;
        margin-right:0;
    }
    .tit__hotnews{
        font-size:24px;
    }
    .lv__head{
        padding:5px 0;
    }
    .head_logo a img{
        height:50px;
    }
    .navbar-toggle{
        margin: 0 0;
    }
}

@media screen and (max-width:650px) {
    .item_product_price{
        font-size:20px;
    }
    .row__gird {
        grid-template-columns: 1fr 1fr;
    }
    .gird__post {
        grid-template-columns: 1fr 1fr;
        grid-gap:20px;
    }
    .col-slider-ctsp {
        width: 100%;
    }
    .col-thongtin-ctsp {
        width: 100%;
    }
    .btn-dt,
    .btn-buyn {
        padding: 4px 12px;
    }
    .item_product_title {
        height: 40px;
    }
    .item_product_title a {
        font-size: 16px;
        line-height: 20px;
    }
    .site-catehome {
        padding: 15px 0;
    }
    .foot_4 {
        margin-top: 0;
    }
    .foot_1 {
        flex: 65%;
    }
    .foot_2 {
        flex: 35%;
    }
    .site-bnc {
        margin-top: 0;
    }
    .list__menui>li {
        width: calc(20% - 10px);
        margin: 5px 5px;
    }
    .lv__video__loop__video {
       min-height: 93vh;
    }
}

@media screen and (max-width:576px){
    .feedback_text {
        padding-top: 10px!important;
    }
    .item__kh img {
        width: 100px!important;
        height: 100px!important;
    }
    .item__kh p {
        margin-top: 15px;
    }
    .feedback__content {
        padding-bottom: 70%;
    }
    .logo__footer {
        margin-bottom: 10px;
    }
    .right-head_cart {
        text-align: right;
    }
    h4.blog_tit {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 15px;
        line-height: 22px;
    }
    .site-cket {
        padding: 0 0;
    }
    .list__SubCate {
        display: block;
    }
    .list__SubCate li {
        display: inline-block;
    }
    .list__SubCate>li>a {
        line-height: 20px;
    }
    .site-copyright {
        padding: 5px 0;
    }
    .site-copyright p {
        line-height: 24px;
    }
    .block__5 {
        width: calc(50% - 15px);
    }
    .site-productcl347 .item_product {
        margin-bottom: 15px;
    }
    .right-head_cart {
        height: 40px;
        line-height: 40px;
    }
    .foot_2,
    .foot_3 {
        width: 50%;
    }
    .logo img {
        width: auto;
        max-height: 50px;
    }
    .swiperListMenui-prev {
        left: -6px!important;
    }
    .swiperListMenui-next {
        right: -6px!important;
    }
    .swiperListMenui-prev {
        top: 80%!important;
    }
    .swiperListMenui-next {
        top: 80%!important;
    }
    .item__menui h4 span {
        font-size: 13px;
    }
    .navbar-toggle {
        padding: 6px 8px;
    }
    .swiperProductMenui {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .fl_cpr {
        flex-direction: column;
    }
    .site-copyright p {
        line-height: 27px;
        text-align: center;
    }
    .tab_sanpham .nav-item .nav-link {
        text-transform: none;
    }

}

@media screen and (max-width:500px) {
    /*.gallery-container{
        flex-direction:column;
    }
    .gallery-container .Swiper_spct2{
        flex:100%;
    }
    .gallery-container .Swiper_spct{
        flex:100%;
    }*/
    .gallery-container .Swiper_spct{
        max-height:400px;
    }
    .gallery-container .Swiper_spct .swiper-slide{
        height:65px!important;
    }
    .chitiet_sp_hot_title{
        font-size:24px;
    }
    .gallery-container .Swiper_spct{
        height:auto;
       
    }
    .icon__search__img img{
        height:1.4rem;
    }
    .overlay .closebtn img{
        height:1rem;
    }
    .nav_m4.cart{
        padding-right:5px;
    }
    .navbar-toggle .icon-bar{
        position:relative;
        z-index:999;
        height:1px;
    }
    .hc-nav-trigger.hc-nav-1{
        position:relative;
        z-index:99;
    }
    #myOverlay.show{
        height:5rem;
    }
    .overlay input[type=search]{
        height:3rem;
        font-size:1.3rem;
    }
    .overlay .closebtn{
        font-size:1.5rem;
        top:-1rem;
    }
    .overlay__inner{
        margin-top:1rem;
    }
    .tit__productPage span{
        font-size:20px;
    }
    .site-hotnews{
        padding:30px 0;
    }
    .news_Swiper-prev{
        left:-10px!important;
    }
    .news_Swiper-next{
        right:-10px!important;
    }
    .lv__head .container{
        padding:0 5px;
    }
    .foot_1{
        flex:100%;
    }
    .lv__homepage__push__title{
        font-size:1.6rem;
    }
    .lv__button{
        font-size:1.2rem;
    }
    .lv__button{
        padding: 0.3rem 1rem;
    }
    .item__menui h4 span:after {
        top: 5px;
    }
    .wr__listMenui {
        padding: 7px 0;
    }
    .item__menui h4 span {
        font-size: 14px;
    }
   
    .nameCart {
        display: none;
    }
    .list__menui>li {
        padding: 10px 0;
    }
    .list__menui>li {
        border-radius: 10px;
    }
    .title-rpmenu .icon-bar {
        width: 25px;
    }
    .title-rpmenu {
        top: 10px;
        left: 8px;
    }
    #arcontactus {
        display: block;
    }
    .fixedpage-action {
        display: none;
    }
    .content-social {
        margin-bottom: 30px;
    }
    .foot_1 .content-f img {
        max-width: 150px;
        height: auto!important;
    }
    .item_product_title a {
        font-size: 14px;
        line-height: 22px;
    }
    .item_product_title {
        height: 44px;
    }
    .site-catehome {
        padding: 15px 0;
    }
    .site-bc {
        padding: 30px 0;
    }
    .tit__home span {
        font-size: 24px;
    }
    .partnerItem h4 {
        font-size: 13px;
    }
    .partnerItem img {
        height: 30px;
    }
    .site-bnc {
        padding: 0 0;
    }
    .list__menui>li>a>h3 {
        margin-top: 10px;
    }
    .list__menui>li>a>img {
        height: 40px;
    }
    .list__menui>li>a>h3 {
        font-size: 14px;
    }
    .partnerItem {
        padding: 20px 10px;
    }
    .site-vct {
        padding: 25px 0;
    }
    .swiperProductSale-next,
    .swiperProductSale-prev {
        color: #333!important;
    }
    .right__ht424 .sup_item {
        padding: 10px 5px;
    }
    .item_product-right>a {
        padding: 10px 15px;
    }
    .item_product.item_product-right {
        width: calc(50% - 20px);
        margin: 10px 10px;
    }
    .logo__footer img {
        max-height: 80px;
    }
    .tab_sanpham .nav-item .nav-link {
        height: 36px;
        font-size: 15px;
    }
    .right__ht424 .divbd {
        padding: 0 0;
    }
    .swiperProductSale-next,
    .swiperProductSale-prev {
        top: 40%!important;
    }
    .link_wrap_img {
        padding: 5px;
    }
    .item_product>a .sale {
        top: 0;
    }
    .btn-dt,
    .btn-buyn {
        padding: 3px 10px;
    }
    .mxh__foo ul {
        text-align: left;
        margin-top: 0;
    }
    .title-f {
        margin-top: 0!important;
    }
    .form-search-nav input {
        padding: 6px 10px;
        border-radius: 20px;
    }
    .tit__productPage {
        margin-bottom: 15px;
    }
    .item_product_price {
        font-size: 15px;
        line-height: 22px;
    }
    .cart-btn {
        padding: 12px 10px;
        margin-left: 5px;
    }
    .tab_sanpham .nav-item .nav-link {
        font-size: 12px;
    }
    .tit_splq {
        margin: 15px 0;
    }
    .blog__item .blog__item_img {
        width: 145px;
    }
    .blog__item .blog__item_content {
        width: calc(100% - 150px);
        padding: 0 5px;
    }
    h4.blog_tit a {
        font-size: 16px;
        line-height: 22px;
    }
    .menui_op {
        margin-top: 25px;
    }
    .flex__contact {
        flex-direction: column;
    }
    .btn__contact {
        margin-top: 10px;
    }
    .btn-buyn {
        margin: 0 0;
    }
    h4.blog_tit {
        margin-top: 0!important;
        margin-bottom: 10px;
    }
    .title-news_ct {
        font-size: 18px;
        line-height: 24px;
    }
    .item_product {
        padding: 5px 5px;
    }
    .gallery-container .Swiper_spct img{
        max-height:63px;
    }
}

@media screen and (max-width:440px) {
    .gallery-container .Swiper_spct {
       max-height: 335px;
    }
    .menui_op span a {
        padding: 5px 12px;
    }
    .site-bottom {
        padding: 20px 0;
    }
    .row_avatar img {
        height: 50px!important;
        width: 50px;
    }
    .rowOnContent img {
        max-width: 25px;
        height: auto!important;
    }
    .gird__online {
        grid-gap: 15px;
    }
    .foot_1 {
        flex: 100%;
    }
    .row__gird {
        grid-template-columns: 1fr 1fr;
    }
    .foot_2,
    .foot_3 {
        flex: 50%;
    }
    .item-slide img {
        min-height: 230px;
    }
    .item_product_price del {
        display: block;
        margin: 0 0;
    }
    .tab_sanpham .nav-item {
        margin-bottom: 5px;
    }
    .chitiet_sp_hot_gia {
        font-size: 24px;
    }
    .chitiet_sp_hot_gia del,
    .chitiet_sp_hot_gia span {
        font-size: 18px;
    }
    .langSite a img{
        height:17px;
    }
    .i-search span{
        display:none;
    }
    .lv__homepage__push__title{
        font-size:1.4rem;
    }
    .lv__button{
        font-size:1rem;
    }
    .row__gird {
        grid-gap: 15px;
    }
}
@media screen and (max-width:420px) {
    .gallery-container .Swiper_spct{
        max-height:270px;
    }
} 
@media screen and (max-width:415px) {
    .tab_sanpham .nav-item .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}

@media screen and (max-width:376px) {
    .swiperProductMenui {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .button-link .bt {
        font-size: 14px;
        line-height: 24px;
        min-height: 40px;
        font-weight: 600;
    }
    .cart-btn {
        padding: 12px 5px;
        font-size: 13px;
    }
    .cart-plus-minus input {
        height: 40px;
    }
}

@media screen and (max-width:350px) {
    .product-quantity {
        flex: 100%;
        float: none;
        justify-content: center;
    }
    .gird__online {
        grid-template-columns: 1fr;
    }
    .button-link {
        flex-direction: column;
    }
    .button-link .bt {
        flex: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    .gird__post {
        grid-template-columns: 1fr;
        grid-gap:30px;
    }
}

@media screen and (max-width:320px) {
    .foot_2,
    .foot_3 {
        flex: 100%;
    }
}

@media screen and (max-width:315px) {
    .row__gird {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:280px) {}