:root {
    --bg-main: #006600;
    --color-green: #006600;
    --transition-main: all 0.5s ease-out;
}

.webkit-box-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webkit-box-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webkit-box-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webkit-box-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webkit-box-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

body,
html {
    font: normal 14px 'BeVietnamProRe'!important;
    color: #111;
    scroll-behavior: smooth;
}

.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;
}

.mySwiper .item-slide a {
    display: block;
    overflow: hidden;
}


/* .mySwiper .item-slide img {
    opacity: 0;
} */

.mySwiper .item-slide img {
    transform: scale(1.1, 1.1);
    webkit-transition: all 5s ease-out;
    -moz-transition: all 5s ease-out;
    -ms-transition: all 5s ease-out;
    -o-transition: all 5s ease-out;
    transition: all 5s ease-out;
    opacity: 0.7;
}

.mySwiper .swiper-slide-active .item-slide img {
    transform: translateY(0) translateX(0) rotate(0);
    opacity: 1;
}

.navbar-form {
    width: 0;
    overflow: hidden;
    transition: all 0.6s ease-out;
}

.navbar-form input {
    background-color: transparent;
    border-color: var(--color-green);
    border-width: 2px;
    color: #444;
    height: 40px;
    width: 100%;
    transition: var(--transition-main);
    padding-left: 35px;
}

.navbar-form.show {
    width:240px;
    opacity: 1;
}

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

.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: 80px;
    margin: 5px 0;
}

.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: #999!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: 10px;
}

.item_product_img {
    height: auto;
}

.item_product_title {
    text-align: center;
}

.item_product_title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #111;
    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: 700;
    font-size: 16px;
    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_product>a:hover {
    color: #333;
}

.product__txt .product__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    height: 60px;
}

.product__txt .product_short_description {
    font-size: 16px;
    color: #111;
}

.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 {
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px 38px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.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;
    color: #333;
    text-align: center;
}

.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;
}

.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;
    display: flex;
}

.mxh__foo>ul>li {
    display: inline-block;
}

.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;
    margin-bottom: 35px;
}

.tit__productPage span {
    font-size: 28px;
    position: relative;
    padding-bottom: 25px;
    font-weight: 600;
}

.chitiet_sp_hot_title {
    color: #111;
    font-size: 36px;
    line-height: 50px;
}

.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 #e7e7e7;
    padding: 4px;
    border-radius: 5px;
}

.Swiper_spct2 img {
    padding: 1px!important;
}

.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: 0 0 30px 0;
    font-weight: 600;
    color: #333;
    text-align: center;
    font-size: 26px;
}

.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: 12px 10px;
    background-color: #515154;
    color: #fff;
}

.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%;
}

.giohang-mobile span.numCart {
    position: absolute;
    bottom: 5px;
    right: -15px;
    background-color: #fff;
    color: #333;
    line-height: 14px;
    border-radius: 10px;
    font-size: 10px;
    padding: 1px 5px;
}

.aroCart {
    width: 40px;
    height: 40px;
    background-color: #fff;
    padding: 7.5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.aroCart img {
    height: 25px;
    width: 25px;
}

.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 {
    padding: 0 0;
}

.menu_t {
    position: relative;
}

.menu_t ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.menu_t>ul>li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

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

.menu_t>ul>li>a {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 90px;
}

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

.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;
}

footer {
    background-size: cover;
    padding: 30px 0;
}

#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: 4px;
    text-align: left;
    height: 40px;
    text-align: center;
    background: transparent;
    color: #333;
    font-size: 20px;
    text-transform: capitalize;
}

.tab_sanpham .nav-link.active,
.tab_sanpham .show>.nav-link {
    background: #333;
}

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;
}

.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 {
    background: #232323;
    color: #fff;
}

.fl_cpr {
    display: flex;
    justify-content: center;
    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;
}

.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: #0066CC;
}

.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;
}

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

.chitiet_sp_hopphukien {
    margin-top: 20px;
}

.tab_sanpham {
    position: relative;
    text-align: center;
    display: block
}

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

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

.chitiet_sp {
    margin: 0 auto;
}

.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: 50px;
}

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

.inner_kh {
    position: relative;
}

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

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

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

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

.swiperKhachHang-next {
    right: 30px!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: 75%;
    display: flex;
}

.main__b2 {
    flex:5%;
    display: flex;
    justify-content: flex-end;
}

.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 .more{
    margin-top:40px;
}

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

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

.swiperListMenui-prev {
    left: -30px!important;
    border-radius: 50%;
    width: 60px!important;
    height: 60px!important;
    top: 50%!important;
}

.swiperListMenui-prev:after,
.swiperListMenui-next:after {
    font-size: 24px!important;
    color: #fff;
    position: relative;
}

.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:var(--color-green);
    color: #fff;
}

.row__gird {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom:10px;
}

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

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

.pd-product__servings {
    margin-top: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.pd-product__short_description {
    font-size: 20px;
    margin-top: 20px;
}

.pd-product__description {
    font-size: 16px;
    margin-top: 20px;
    line-height: 24px;
}

.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: 30px;
    height: 3px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
}

.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;
}

.pn-top {
    padding: 10px 0;
    background: var(--bg-main);
    color: #fff;
}

.top-1x {
    font-size: 16px;
}

.top-1x a {
    color: #fff;
}

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

.slogan_txt {
    text-transform: uppercase;
    font-size: 16px;
}

.btn-wherebuy {
    background: var(--bg-main);
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    padding: 7px 20px;
}

.btn-wherebuy:hover {
    color: #fff;
}

.pn-tieuchi {
    padding: 30px 0;
}

.tit_tieuchi {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.tit_tieuchi h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.tit_tieuchi p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

.grid__tieuchi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.inner__tc {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    background: var(--bg-main);
    overflow: hidden;
}

.item__tieuchi .name {
    text-align: center;
    margin: 15px 0 0 0;
}

.item__tieuchi .name a {
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 26px;
}

.inner__tc a {
    display: block;
    position: relative;
}

.inner__tc a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: rgb(0, 102, 0, 0.6);
    opacity: 0;
    transition: var(--transition-main);
}

.item__tieuchi:hover .inner__tc a:before {
    opacity: 1;
}

.inner__tc .txt {
    position: absolute;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    z-index: 99;
    opacity: 0;
    transition: var(--transition-main);
}

.inner__tc .txt p.p1 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: center;
    position: relative;
}

.inner__tc .txt .more {
    text-decoration: underline;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.item__tieuchi:hover .inner__tc .txt {
    opacity: 1;
}

.about-image-section {
    display: flex;
    min-height: 570px;
}

.pn-about {
    padding: 30px 0 0 0;
}

.about2xleft,
.about2xright {
    flex: 1 0 50%;
    position: relative;
}

.about2xleft img {
    width: 100%;
    height: 100%;
/*    object-fit: cover;*/
    vertical-align: middle;
}

.about2xleft:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 102, 0, 0.2);
    z-index: 9;
}

.about2xright {
    padding: 120px 0 40px 60px;
    background-color: var(--color-green);
    color: #fff;
}

.about2xright .name {
    max-width: 600px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.about2xright .txt {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 26px;
    max-width: 600px;
    font-family: 'BeVietnamProExL';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}

.about2xright .more a {
    background: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    color: var(--color-green);
    font-size: 18px;
}

.pn-lv {
    position: relative;
    min-height:500px;
    padding: 30px 0 0 0;
    background-size: cover!important;
}

.pn-lv:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgb(0, 102, 0, 0.7);
}

.featured-lv__content {
    max-width:1000px;
    margin: 0 auto;
/*    padding: 50px 0;*/
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center;
}

.featured-lv__content {
    font-size: 40px;
}
.featured-lv__content h2{
    margin-bottom:30px;
}

.item__menui .more a {
    color: var(--color-green);
    padding: 12px 40px;
    background: #fff;
    border-radius: 15px;
    font-size: 24px;
    font-weight: 600;
}

.pn-customer {
    padding: 50px 0;
    background: var(--color-green);
    color: #fff;
}

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

.inner-cusContent {
    padding: 50px 5%;
    background: #fff;
    position: relative;
}

.df .kh_img {
    flex: 40%;
}

.df .kh_content {
    flex: 60%;
    color: #333;
}

.kh_content h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.kh_content p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

.df-kh {
    padding: 0 10%;
}

.pn-follow {
    padding: 30px 0;
}

.tit__follow {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.grid__follow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.item__follow a {
    display: block;
    position: relative;
}

.item__follow .content__follow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.6);
    padding: 30px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-main);
}

.item__follow:hover .content__follow {
    opacity: 1;
}

.fl_fol {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.content__follow .name {
    font-size: 24px;
}

.content__follow .cont1 {
    font-size: 14px;
    font-family: 'BeVietnamProExL';
}

.content__follow .cont2 {
    font-size: 16px;
}

.content__follow .more {
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

.content__follow .more .action {
    padding: 10px 30px;
    background: #fff;
    border-radius: 20px;
    color: var(--color-green);
}

.pn-news {
    padding: 30px 0;
}

.tit-news {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.item__news a {
    color: #333;
}

.item__news .name h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 15px 0 10px 0;
}

.item__news .p {
    line-height: 24px;
    letter-spacing: 0.4px;
}

.item__news .more {
    margin-top: 5px;
    position: relative;
    padding-bottom: 10px;
}

.item__news .more i {
    color: var(--color-green);
}

.item__news .more::after {
    position: absolute;
    width: 100%;
    content: '';
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--bg-main);
}

.item__news:hover a h3 {
    color: var(--color-green);
}

.item__news .marker i {
    color: var(--color-green);
}

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

.df__foot .foot_1 {
    flex: 40%;
}
.df__foot .foot_r{
   flex:60%;
   display:flex;
   justify-content:space-between;
} 

.foot_r .foot_2 {
    flex: 33%;
}

.foot_r .foot_3 {
    flex: 33%;
}

.foot_r .foot_4 {
    flex: 33%;
}

.product__txt .product__act {
    border: 2px solid transparent;
    outline: none;
    background-color: var(--bg-main);
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 30px;
    margin-top: 10px;
    transition: var(--transition-main);
}

.item_product:hover .product__act {
    background-color: transparent;
    color: var(--color-green);
    border-color: var(--color-green);
}

.col-left-ctsp {
    max-width: 1200px;
    margin: 0 auto;
}

.product-information {
    background: #F7F4EE;
}
.row__girdpost{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:20px;
    margin:20px 0;
}
.filter_danhmuc{
    padding:15px;
    border:1px solid #ccc;
}
.list__filter{
    position:relative;
    list-style-type:none;
    margin:0;
    padding:0;
}
.list__filter > li{
    display:inline-block;
    padding-right:10px;
}
.list__filter > li > a{
    text-decoration:underline;
    font-size:20px;
    font-weight:600;
}
.row__gird_filter{
    padding:30px 0;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap:10px;
}
.list__filter a.active{
    color:red;
    font-weight:600;
}
.row__gird_filter p{
    margin-bottom:5px;
}
.row__gird_filter p a{
    color:#333;
    position:relative;
    padding-left:10px;
    line-height:24px;
}
.row__gird_filter p a:before{
    position:absolute;
    width:5px;
    height:5px;
    border-radius:50%;
    content:'';
    background:#aaa;
    left:0;
    top:5px;
}


@media (min-width: 1680px) {
    .container {
        max-width: 1680px!important;
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (min-width: 1400px) {
     .container{
        max-width:100%;
         padding-left: 60px;
        padding-right: 60px;
     }
     .main__b2{
        flex:5%;
     }
}
@media screen and (max-width: 1350px) {
     .menu_t>ul>li>a{
        font-size:16px;
    }
    .navbar-form.show{
        width: 200px;
    }
}
@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 1100px) {
    .btn__search i{
        font-size:14px;
        font-weight:500;
    }
    .navbar-form input{
        height:35px;
        padding-left:30px;
    }
    .menu_t>ul>li>a{
        font-size:14px;
    }
    .btn-wherebuy{
        padding:7px 15px;
        font-size:16px;
    }
    .navbar-form.show{
        width:150px;
    }
    .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;
    }
    .main__b2{
        display:none;
    }
}

@media screen and (max-width:991px) {
    .inner__tc{
        padding-bottom:80%;
    }
    .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;
    }
    .df-kh{
        padding:0 5%;
    }
}

@media screen and (max-width:768px) {
    .row__girdpost{
        grid-template-columns:1fr;
    }
    .item__menui .more a{
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 20px;
    }
    .about2xright{
        padding:30px 30px;
    }
    .item__tieuchi .name a{
        font-size:20px;
    }
    .featured-lv__content{
        padding:30px 0;
    }
    .pn-lv{
        min-height:auto;
        padding:0 0;
    }
    .about2xright .more a{
        padding:6px 20px;
    }
    .item_product{
        padding: 15px 15px 30px;
    }
    .product__txt .product__act{
        font-size:15px;
    }
    .kh_content h3{
        font-size:20px;
    }
    .df-kh{
        padding:0 7%;
    }
    .kh_content p{
        font-size:15px;
        line-height:24px;
    }
    .df__foot .foot_1{
        flex: 100%;
    }
    .about2xright .more{
        margin-top:30px;
    }
    .about2xright .txt{
        margin: 0 0;
        max-width:100%;
    }
    .about-image-section{
        flex-direction:column;
    }
    .tit__home span {
        font-size: 24px;
    }
    .main__b2 {
        display: none;
    }
    .main__b4 {
        display:flex;
        flex: 30%;
        justify-content:flex-end;
    }
    .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;
    }
    .df__foot{
        flex-direction:column;
    }
    footer{

        background-position:50% 50%!important;
        background-size:cover!important;
    }
    .grid__follow{
        grid-template-columns:1fr 1fr 1fr;
    }
    .inner-cusContent{
        padding:30px 0;
    }
    .grid__tieuchi{
        grid-gap:20px;
    }
    .top-1x{
        display:none;
    }
}

@media screen and (max-width:650px) {
    .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: 14px;
        line-height: 20px;
    }
    .item_product_price del {
        display: block;
        margin: 0 0;
        float: none;
    }
    .site-catehome {
        padding: 15px 0;
    }
    .site-bnc {
        margin-top: 0;
    }
    .list__menui>li {
        width: calc(20% - 10px);
        margin: 5px 5px;
    }
    .row__gird {
        grid-gap: 15px;
    }
}

@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);
    }
    .right-head_cart {
        height: 40px;
        line-height: 40px;
    }
    
    .logo img {
        width: auto;
        height:auto;
        max-width:100px;
        max-height:70px;
    }
    .swiperListMenui-prev {
        left: -6px!important;
    }
    .swiperListMenui-next {
        right: -6px!important;
    }
    .swiperListMenui-prev {
        top: 50%!important;
    }
    .swiperListMenui-next {
        top: 50%!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;
    }
    .df-kh{
        flex-direction:column;
    }
    .swiperKhachHang-next{
        right:10px!important;
    }
    .swiperKhachHang-prev{
        left:10px!important;
    }
    .pn-customer{
        padding:30px 0;
    }
    .row__gird{
        grid-template-columns: 1fr 1fr;
    }
    .tit__productPage span{
        font-size:24px;
    }
    .btn__contact{
        margin:0 0;
    }
     .col-thongtin-ctsp{
        padding-left:10px;
    }
}

@media screen and (max-width:500px) {
    .content-bct{
        margin-bottom:0;
    }
    .pd-product__short_description{
        font-size:16px;
    }
    .pd-product__servings{
        font-size:18px;
    }
    .pd-product__servings{
        margin-top:10px;
    }
    .breadcrumb-item+.breadcrumb-item{
        padding-left:0;
    }
    .breadcrumb-item+.breadcrumb-item::before{
        padding-right:3px;
    }
    .breadcrumb a{
        font-size:12px;
    }
    .product__txt .product__act{
        font-size:14px;
        padding:10px 25px;
    }
    .about2xright .more a{
        font-size:14px;
    }
    .about2xright .txt{
        font-size:16px;
        line-height:24px;
        letter-spacing:0.3px;
    }
    .about2xright .name{
        font-size:20px;
    }
    .swiperKhachHang-next, .swiperKhachHang-prev{
        width:30px!important;
        height:30px!important;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size:14px!important;
    }
    .item__menui .more a{
        font-size:16px;
    }
    .slogan_txt{
        font-size:14px;
    }
    .product__txt .product__title{
        font-size: 20px;
        line-height: 26px;
        height: 50px
    }

    .video_home_title{
        margin:0 0;
    }
    .btn__contact{
        margin:0 0;
    }
    .logo img{
        max-height:50px;
    }
    .item__news .marker{
        margin-bottom:5px;
    }
    .df__foot .foot_r{
        flex-direction:column;

    }
    .grid__tieuchi{
        grid-template-columns: 1fr;
    }
    .item__menui h4 span:after {
        top: 5px;
    }
    .wr__listMenui {
        padding: 7px 0;
    }
    .item__menui h4 span {
        font-size: 14px;
    }
    .giohang-mobile span.numCart {
        right: 0px;
    }
    .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;
        height: 44px;
    }
    .cart-btn {
        padding: 12px 10px;
/*        margin-left: 5px;*/
    }
    .tab_sanpham .nav-item .nav-link {
        font-size: 16px;
        font-weight:600;
    }
    .tit_splq {
        margin: 15px 0;
        font-size:20px;
    }
    .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;
    }
}

@media screen and (max-width:440px) {
    .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;
    }
    .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;
    }
}

@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:340px) {
    .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;
    }
}

@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) {}