:root {
    --bg-main: #efd06f;
    --cl-main: #efd06f;
    --color-1: #efd06f
    --color-back: #333;
    --trans: all 350ms ease-in-out;
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Poppins', sans-serif;
}

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

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

body,
html {
    font: normal 14px 'OpenSansR'!important;
    color: #444;
    min-height: 100vh;
}
a,a:hover{
    transition:var(--trans);
    color:var(--cl-main);
}
.category-list li a:hover h3{
   color:var(--cl-main);
}
.widget-cate li:hover a{
    color:var(--cl-main);
}

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

.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: 34px;
    width: 100%;
    font-size: 13px;
    padding: 0 10px;
}

.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 {
    max-width:260px;
    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: 16px!important;
    font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff!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;
}

.item_product {
    transform: var(--trans);
}

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

.item_product_title {
    height: 55px;
}

.item_product_title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    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: 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_productAction {
    text-align: center;
    opacity: 0;
    transition: var(--trans);
}

.item_product:hover .item_productAction {
    opacity: 1;
}

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

.link_wrap_img {
    position: relative;
}

.addCart a {
    display: inline-block;
    opacity: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    min-width: 140px;
    text-transform: uppercase;
}


/*
.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;
    padding: 20px 20px;
}

.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 {
    padding: 10px;
    overflow: hidden;
}

.link_wrap_img img {
    transition: all 1s;
}

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

.mota_danhmuc {
    color: #888;
    line-height: 24px;
}

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

.tit__productPage {
    position: relative;
}

.tit__productPage span {
    font-size: 20px;
    color: #232323;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.chitiet_sp_hot_title {
    color: #111;
}

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

.chitiet_sp_hot_gia {
    color: #333;
    display: flex;
    font-size: 20px;
}

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

.Swiper_spct2 img {
    border-color: transparent!important;
    padding: 1px!important;
    outline:none!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: 20px 0;
    font-weight: 600;
    color: #333;
}

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

.item__products .caption .addCart {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.item__products .caption .price {
    color: #222;
    font-weight: 600;
}

.cart-action .btn,
.btn-thanhtoan.active,
.btn-dathang {
    background: var(--cl-main);
    color: #fff;
}

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

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

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

.shopping-summery table thead th {
    padding: 7px 10px;
    background-color: #515154;
    color: #fff;
}

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

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

.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 {
    position: relative;
    background-size: 100% 100%!important;
}

.menu_t {
    display: flex;
}

.menu_t>ul {
    list-style-type: none;
    padding: 0 0;
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.menu_t>ul>li>a {
    color: #333;
    font-size: 15px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 15px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
}

.menu_t>ul>li>a:before {
    background: var(--cl-main);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: -1px;
    top: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    z-index: -1;
}

.menu_t>ul>li:hover>a:before {
    transform: scaleY(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.menu_t>ul>li:hover>a {
    color: #fff;
}

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

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

.tit__home span {
    font-size: 26px;
    color: var(--color-blue);
    position: relative;
    line-height: 30px;
}

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

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


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

.tit__home {
    margin-bottom: 15px;
}

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

#mucluc-pnvn {
    width: 100%;
}

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

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

.banner__cate {
    margin-top: 15px;
}

.link_c1 {
    color: #787878;
}

.site-catehome .tit__home {
    color: #222;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.menui_action {
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
}

.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 {
    color: #333;
    border-top: 1px solid #eee;
}

.foot__cont {
    padding: 40px 0;
}

.foot_1 {
    flex: 33.33%;
    padding-right: 30px;
}

.foot_2 {
    flex: 33.33%;
}

.foot_3 {
    flex: 33.33%;
}

.img_foot {
    margin-bottom: 15px;
}

.content-f {
    margin-bottom: 15px;
}

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

#btn-send-email {
    color: #fff;
    background-color: var(--cl-main);
    height: 40px;
    padding: 0 30px;
    border-radius: 0 0;
}

#btn-send-email i {
    font-size: 20px;
}

.newsletter__frm input {
    border-radius: 0;
    height: 40px;
    background-color: transparent;
    color: #888;
    border-color: transparent;
    border-bottom-color: #e5e5e5;
}

#newsletterFrm {
    position: relative;
}

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

.newsletter__frm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.newsletter_box {
    width: 100%;
    float: left;
}

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

.newsletter-title {
    text-transform: capitalize;
}

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

.newsletter__frm input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}

.newsletter__frm input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888;
}

.newsletter__frm input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888;
}


/*--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(--cl-main);
    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;
    background-color: transparent;
    color: #444;
    font-weight: 600;
    font-size: 18px;
}

.tab_sanpham .nav-item:first-child .nav-link {
    padding-left: 0;
}

.tab_sanpham .nav-link.active,
.tab_sanpham .show>.nav-link {
    color: var(--color-blue);
}

.chitiet_sp {
    padding: 15px 0px;
    line-height: 22px;
    letter-spacing: 0.2px;
}

.tour_schedule .accordion-button {
    background-color: #eee;
    font-weight: 600;
}

.accordion-header {
    border-left: 2px solid #099af2;
}

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: 20px 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(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.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: #111;
    color: #fff;
}

.site-copyright p {
    margin-bottom: 0;
    text-align: center;
}

.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;
    display: block;
    text-align: center;
}

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

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

.chitiet_sp {
    margin: 0 auto;
    max-width: 950px;
}

.comment_sp {
    /* max-width: 1200px; */
    margin: 0 auto;
    background: #eee;
    padding: 30px 15px;
}

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

#form-dangnhap .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;
}

.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-mobile {
    display: none;
}

.main__b1 {
    flex: 33.33%;
}

.main__b2 {
    flex: 33.33%;
    display: flex;
    justify-content: center;
}

.main__b3 {
    flex: 33.33%;
    display: flex;
    justify-content: flex-end;
}

.item__menui {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.wr__listMenui {
    position: relative;
    padding: 10px 0 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;
}

.item__menui .img {
    padding: 20px;
}

.item__menui h4 span {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

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

.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;
    grid-gap: 30px;
    margin: 15px 0 30px 0;
}

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

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

.btn__search i {
    font-size: 14px;
    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: 22px;
    height: 0.2rem;
    border-radius: 1px;
}

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

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


/* Account css*/

#page-login {
    width: 40%;
    margin: 0px auto;
    font-size: 14px;
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 1px 69.16px 6.84px rgba(20, 64, 51, 0.05);
}

#page-login .title-head {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

#page-login .form-group label.tit_group {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

#page-login .required {
    color: #FF0000;
}

#page-login .chek-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.custome-checkbox input#exampleCheckbox1 {
    margin-top: 0;
}

#page-login .btn-log1,
#form-diachi .btn-log1 {
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    line-height: normal;
    border: 1px solid #af1713;
    text-transform: uppercase;
    font-size: 13px;
    height: 35px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    color: #fff;
    width: 100%;
    background-color: var(--cl-main);
    border-color: var(--cl-main);
    cursor: pointer;
    border-radius: 2px;
}

#page-login .login--notes {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 20px;
}

#page-login .text-login {
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

#page-login .form-group .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #DDD;
    outline: none;
    padding: 0px 10px;
}


/* End account */

.card-header h5 {
    margin-bottom: 0;
}

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

.site__name {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.site__address {
    color: #fff;
    text-align: center;
}

.logo {}

.main__b3 .h img {
    max-height: 50px;
}

.pn-linehead {
    background: #000;
    color: #fff;
}

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

.menu_m1,
.menu_m2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.menu_m1>li,
.menu_m2>li {
    padding: 0 10px;
    position: relative;
}

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

.menu_m1>li:before,
.menu_m2>li:before {
    position: absolute;
    width: 1px;
    height: 40%;
    top: 30%;
    background: #fff;
    content: '';
    right: 0;
}

.menu_m1>li:last-child::before,
.menu_m2>li:last-child::before {
    display: none;
}

.menu_m1>li>a,
.menu_m2>li>a {
    color: #fff;
    line-height: 40px;
}

.menu_m2 .m2_cart {
    position: relative;
}

.menu_m2 .m2_cart a {
    color: #fff;
}

.level2-list-wrapper {
    position: absolute;
    top: 100%;
    left: 15%;
    width: 70%;
    background-color: #f3f4f6;
    box-shadow: 0 6px 12px -5px rgb(0 0 0 / 30%);
    padding: 0 10px;
    z-index: -123;
    opacity: 0;
    visibility: hidden;
    transition: var(--trans);
    transition-delay: 0s;
}

ul.noClone>li:hover .level2-list-wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 123;
}

.pn-menu {
    position: relative;
    z-index: 12;
}

.more-menu-list>ul {
    display: block;
    position: relative;
    max-width: 1600px;
    width: 100%;
    -moz-column-width: 184px;
    column-width: 184px;
    padding: 0 10px 16px;
    margin: 0 auto;
    /* display: flex;
    text-align: center;
    align-items: stretch;
    justify-content: space-between */
}

.more-menu-list>ul>li {
    text-align: left;
    padding: 16px 0 0;
    display: block;
    margin: 0 0 16px;
    border-radius: 3px;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.more-menu-list>ul>li>h3.navigation-link-box {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.more-menu-list ul li h3.navigation-link-box a {
    text-transform: uppercase;
    color: #111;
    font-weight: 600;
}

.level2-item {
    text-align: left;
    padding: 16px 0 0;
    display: block;
    margin: 0 0 16px;
    border-radius: 3px;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

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

ul.level3-list .level3-item a {
    color: #333;
    line-height: 30px;
}

ul.level3-list .level3-item:hover a {
    text-decoration: underline;
}

.slider_left {
    width: 70%;
    float: left;
}

.banner_right {
    width: 30%;
    float: left;
}

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

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


/* */

.gird__products.gird__products4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gird__products.gird__products3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.main-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 15px 0;
}

.main-container .right__product {
    width: calc(100% - 260px);
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.widget-box {
    /* padding: 10px 10px; */
    margin-bottom: 20px;
    color: #333;
    width: 260px;
    border: 1px solid #e9e9e9;
}

.widget-box .filter-item-brand {
    position: relative;
}

.widget-box .filter-item-brand h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 10px 15px;
    margin-bottom: 0;
}

.widget-box .filter-item-brand h4 a {
    color: #333;
}

.widget-box .widget-content {
    transition: var(--trans);
    padding: 15px 15px 3px 15px;
}

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

.widget-content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 25px;
}

.widget-content ul li label {
    margin-left: 5px;
    color: #666;
}

.list_HotCate {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.site-cateHot {
    padding: 15px 0;
}

.list_HotCate li a {
    display: block;
    text-align: center;
}

.list_HotCate li a .img {
    padding: 10px 20px;
}

.list_HotCate li a h4 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.inner-nb {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
}

.list_HotCate li:hover a h4 {
    color: var(--color-blue);
}

.item__news a {
    color: #333;
    text-align: center;
}

.item__news a .name {
    margin: 10px 0;
}

.item__news a .name h3 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
}

.item__news .marker {
    margin-bottom: 10px;
}

.item__news .p {
    line-height: 22px;
    margin-bottom: 5px;
    color: #888;
}

.item__news .img {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 5px;
    position: relative;
}

.item__news .img .marker {
    position: absolute;
    background: #fff;
    bottom: -12px;
    padding: 15px 0 15px;
    left: 60px;
    right: 60px;
    text-align: center;
    margin: 0 auto;
}

.item__news .img .marker span {
    letter-spacing: 0.5px;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.swiperNews-next,
.swiperListMenui-next,
.Swiper_sp_hot-next,
.swiperProductSale-next {
    bottom: 0;
    right: calc(50% - 30px)!important;
    background: var(--bg-main);
    top: auto!important;
    max-height: 35px;
}

.swiperNews-prev,
.swiperListMenui-prev,
.Swiper_sp_hot-prev,
.swiperProductSale-prev {
    bottom: 0;
    left: calc(50% - 30px)!important;
    background: var(--bg-main);
    top: auto!important;
    max-height: 35px;
}

.item__news .more {
    margin-bottom: 5px;
}

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

.item__news {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 5px solid var(--color-blue);
}

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

.pn-seen {
    padding-bottom: 15px;
}

.pn-abouts {
    padding: 15px 0;
}

.innerv {
    padding: 30px 30px;
    background: #fcfcfc;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.site-regis {
    padding: 15px 0;
    background-color: #000;
    color: #fff;
}

.site-regis .regis1 {
    flex: 30%;
    display: flex;
    align-items: center;
}

.site-regis .regis1 img {
    margin-right: 5px;
    height: 18px;
}

.site-regis .regis1 span {
    font-size: 16px;
}

.site-regis .regis2 {
    flex: 40%;
}

.site-regis .regis3 {
    flex: 30%;
    display: flex;
    justify-content: flex-end;
}

.wrap__footmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}

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

.lkpay ul li {
    margin-right: 3px;
}

.lkpay>ul>li>a>img {
    max-height: 15px;
}

.pn-flashsale {
    padding: 0 0;
}

.flash-sale-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

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

.product__item1 {
    display: flex;
    justify-content: center;
}

.product__item1 .product-thumb {
    width: 40%;
}

.product__item1 .product-caption {
    width: 60%;
}

.Swiper_sp_hot {
    position: relative;
    overflow: hidden;
}

.inner-fs {
    padding: 30px 0 0 0;
}

.flash-sale-head .fs_name {
    font-size: 26px;
    font-weight: 500;
    color: var(--color-blue);
}

.fs_name1 {
    color: #999;
    font-size: 18px;
    padding-left: 10px;
    position: relative;
}

.fs_name1:before {
    position: absolute;
    left: 5px;
    top: 10%;
    height: 80%;
    width: 2px;
    content: '';
    background-color: #999;
}

.fs__time {
    display: flex;
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0 0;
}

.fs__time li span {
    font-size: 18px;
    color: #fff;
    background: #000;
    padding: 5px 7px;
    border-radius: 5px;
}

.price__flashSale {
    font-size: 20px;
}

.progress-bar-danger {
    background-color: red;
}

.product__daban p {
    margin: 5px 0 0 0;
}

.product__daban .progress {
    height: 1.2rem;
}

.sh_left {
    display: flex;
    align-items: center;
}

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

.sh_right a {
    color: #333;
}

.general-info {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}

.attr-detail-box {
    display: flex;
    align-items: center;
}

.attr-title {
    color: #232323;
    padding: 5px 0;
    min-width: 95px;
}

.attr-property {
    color: #888888;
    padding: 5px 7px;
}

.col-left-ctsp {
    width: 100%;
}

.col-sp-right {
    width: 24%;
    margin-bottom: 20px;
}

.col-sp-right .inner {
    background: #eee;
    padding: 10px 15px;
}

.col-sp-right h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.list__productrel {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.list__productrel>li>a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #333;
}

.list__productrel>li>a>.img {
    width: 70px;
}

.list__productrel>li>a>h4 {
    width: calc(100% - 70px);
    padding-left: 10px;
    font-size: 15px;
}

.col_w100 {
    width: 100%;
}

.left__filter {
    width: 260px;
}

.main-cont h2.tit__home span {
    font-size: 20px!important;
}


/* -- */

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

.gallery-container .Swiper_spct {
    flex: 18%;
}

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

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

.gallery-container .Swiper_spct img {
    height: auto;
    border: 1px solid #eee;
    border-radius:5px;
    padding:7px;
    cursor:pointer;
}
.gallery-container .Swiper_spct:hover{
    border-color:var(--color-1);
}

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


/*---*/

.cart-ad1 {
    background: #111;
    color: #fff;
}

.cart-ad1 img {
    margin-top: -6px;
    height: 17px;
}

.widget-cate li a {
    color: #333;
    font-size: 14px;
}



/*----*/

.frm__g-cap-order {
    display: flex;
    flex-direction: column;
}

.frm__g-cap-order .btn-dathang {
    font-size: 13px;
}

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

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

.gird__wd3 .form-group {
    margin-bottom: 0;
}

.shop-area .heading-2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}

.v-delivery-type-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
}

.delivery-txt {
    padding-left: 5px;
}

.delivery__tit {
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 14px;
}

.delivery__cont {
    padding: 5px 0px;
    font-size: 13px;
}

.g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
    margin-bottom: -15px;
}

.pay_and_ship {
    padding: 10px 10px;
    background: #fcfcfc;
    border: 1px solid #eee;
    margin-bottom: 15px;
    border-radius: 5px;
}

.table-wishlist {
    background: #fcfcfc;
}

.shop-area .shopping-summery table tbody tr img {
    max-width: 50px;
    max-height: 50px;
}

.risk__list {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.item_risk {
    text-align: center;
}

.risk-shopping {
    padding: 30px 0;
}

.item_risk img {
    height: 70px;
}

.item_risk h4 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 18px;
}

.item_risk p {
    line-height: 22px;
    font-size: 13px;
}

.tit__risk {
    text-transform: uppercase;
    font-size: 24px;
    color: var(--color-blue);
    text-align: center;
    margin-bottom: 30px;
}


/*----*/

.social-btns {
    margin: 10px 0;
}

.social-btns .btn {
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 10%);
    opacity: .99;
    padding: 5px;
    border: 1px solid #f0f1f4;
}

.social-btns .btn i {
    color: var(--color-blue);
}

.main__b5 {
    display: none;
}

.pn-ht {
    background: var(--cl-main);
    color: #fff;
}

.pn-ht p {
    margin-bottom: 0;
    line-height: 40px;
    text-align: center;
}

.df_head {
    padding: 10px 0;
}

.h-search {
    position: relative;
}

.navsearch-frm {
    position: absolute;
    display: none;
    right: 0;
    top: 100%;
    width: 250px;
    border: 1px solid #eee;
    z-index: 99;
    margin: 0;
}

.h-search.show .navsearch-frm {
    display: block;
}

.member-list-op {
    position: absolute;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.h-cart {
    position: relative;
}

.n_cart {
    position: relative;
}

.n_cart span {
    position: absolute;
    right: -12px;
    top: -12px;
    font-size: 10px;
    background: var(--bg-main);
    color: #fff;
    border-radius: 50%;
    padding: 3px 5px;
}

.n_cart i,
.h-member i {
    font-size: 20px;
    color: #333
}

.main__b3>div {
    padding: 0 5px;
    position: relative;
    transition: --trans;
}

.h-search .searchTop i {
    font-size: 20px;
    color: #333;
}

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

.image-container {
    position: relative;
}

.pn-banner {
    position: relative;
    padding: 30px 0;
}

.pn-banner .wrap__banner {
    width: 100%;
    min-height: 100px;
    background-attachment: fixed!important;
    background-color: #f5f5f5!important;
}

.meta-info {
    position: absolute;
    right: 5%;
    top: 25%;
    text-align: right;
}

.banner-scale .name {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0.72px;
    position: relative;
    color: #666
}

.banner-scale .sbname {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #232323;
    letter-spacing: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-banner a {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #232323;
    padding: 0;
    color: #232323;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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

.home-title {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    padding: 0 0 30px;
    color: #333;
}

.home-title:after {
    position: absolute;
    bottom: 0;
    height: 30px;
    left: 0;
    width: 100%;
    content: '';
    background: url(templates/images/Seprator.png)no-repeat center;
    display:none;
}

.ishi-customhover-fadeinrotate3D:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.ishi-customhover-fadeinrotate3D:hover:after {
    background: rgba(0, 0, 0, 0.1);
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.bannerblock:hover .banner-scale .sbname {
    transform: rotatex(360deg);
}

.item__products .image .product-img-extra,
.product-thumb .image.change {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scaleX(0);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.item__products:hover .image .product-img-extra {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.item__products {
    position: relative;
    outline: none;
}

.ishiproductstab {
    position: relative;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px!important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.ishiproductstab .nav-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    float: none;
}

.ishiproductstab .nav-item .nav-link {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    color: #666;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.42px;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    outline: medium none;
    line-height: 20px;
    padding: 10px 20px;
    position: relative;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
}

.ishiproductstab .nav-item .nav-link.active,
.ishiproductstab .nav-item .nav-link:hover {
    background: var(--cl-main);
    color: #fff;
}

.item__products .caption {
    padding: 10px 15px;
}

.item__products .caption a h3 {
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item__products:hover .caption a h3{
   color:var(--cl-main);
}
.item__news:hover a .name h3{
    color:var(--cl-main);
}
h4.blog_tit:hover a{
   color:var(--cl-main);
}

.item__products .caption .price {
    text-align: center;
    color: #222;
    font-size: 16px;
}

.item__products .caption .price del {
    color: #888888;
    font-size: 15px;
}

.item__products:hover .addCart a {
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
}

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

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

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

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

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

.gird__Oservice .item__services {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px 0;
}

.gird__Oservice .item__services a {
    color: #333;
    text-decoration: none;
}

.item__services .img {
    padding: 15px 0;
}

.item__services .name {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0;
}

.item__services .cont {
    font-size: 14px;
    color: #888;
    line-height: 22px;
}

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

.bot__left,
.bot__right {
    width: 50%;
    float: left;
}

.bot__right {
    background: #fff;
}

.mySwiperTestimonia2 {
    position: relative;
}

.ishitestimonials {
    background-color: #fafafa;
    width: 100%;
    padding: 5% 10%;
    overflow: hidden;
}

.mySwiperTestimonial {
    max-width: 250px;
    margin-bottom: 30px;
}

.testimonialt {
    border-radius: 50%;
}

.mySwiperTestimonial img {
    border: 2px solid transparent;
}

.mySwiperTestimonial .swiper-slide-thumb-active img {
    border: 2px solid #999;
}

.user-details {
    padding: 30px 50px;
    background-color: #fff;
    text-align: center;
}

.user-description {
    line-height: 22px;
    color: #888;
    margin-bottom: 15px;
}

.testimonial-img {
    font-size: 24px;
    color: #333;
}

.testimonial-info {
    font-style: italic;
    margin-top: 5px;
}

.ishispecialdeal {
    padding: 5% 10%;
}

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

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

.newsletter_text {
    display: flex;
    align-items: center;
}

.newsletter_text .newsletter-icon {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    fill: #fff;
    background: #efd06f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter_text .newsletter-icon i {
    color: #fff;
    font-size: 40px;
}

.pn-newsletter {
    background: #fafafa;
}

#dk_contact {
    display: block;
    padding: 0 30px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    overflow: hidden;
}

#dk_contact div.block {
    margin-bottom: 20px;
    padding: 0;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
}

#dk_contact .block .icon {
    float: left;
    text-align: center;
    line-height: 55px;
    border: 1px solid #99999945;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    color: #999;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dk_contact .block .content {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding-left: 15px;
    color: #333;
    width: calc(100% - 60px);
    word-wrap: break-word;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

#dk_contact .block .content a {
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #888;
}

#dk_contact div.block {
    font-size: 16px;
}

.quick_link_cont {
    text-align: center;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.quick_link {
    text-align: center;
}

.quick_link_cont li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
}

.quick_link_cont li a {
    color: #888888;
    position: relative;
}

.quick_link_cont li a:after {
    content: '';
    height: 12px;
    width: 1px;
    background: rgba(102, 102, 102, 0.2);
    position: absolute;
    right: -14px;
    top: 5px;
}

.paymentblock {
    text-align: center;
}

.paymentblock ul li {
    display: inline-block;
    margin: 5px;
}

.itemInsta a .image-overlay {
    background: rgba(255, 255, 255, .25);
    position: absolute;
    width: 94%;
    height: 94%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    overflow: hidden;
    opacity: 0;
    transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -moz-transition: all 1.1s;
    -ms-transition: all 1.1s;
    -o-transition: all 1.1s;
}

.itemInsta a .image-overlay:before,
.itemInsta a .image-overlay:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: rgba(255, 255, 255, .5);
    left: 50%;
    top: 0;
    transition-duration: .6s;
    z-index: 1;
    transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -moz-transition: all 1.1s;
    -ms-transition: all 1.1s;
    -o-transition: all 1.1s;
}

.itemInsta a .image-overlay span:before,
.itemInsta a .image-overlay span:after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: rgba(255, 255, 255, .5);
    left: 0;
    top: 50%;
    transition-duration: .6s;
    z-index: 1;
    transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -moz-transition: all 1.1s;
    -ms-transition: all 1.1s;
    -o-transition: all 1.1s;
}

.itemInsta:hover a img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.itemInsta:hover a .image-overlay {
    opacity: 1;
}

.itemInsta a .image-overlay span:after {
    right: 0;
    left: auto;
    top: 50%;
}

.itemInsta:hover a .image-overlay:before,
.itemInsta:hover a .image-overlay:after {
    width: 100%;
    left: 0;
}

.itemInsta:hover .image-overlay span:before,
.itemInsta:hover .image-overlay span:after {
    height: 100%;
    top: 0;
}

.itemInsta a .image-overlay:after {
    left: 50%;
    bottom: 0;
    top: auto;
}

.itemInsta a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.itemInsta a img {
    max-width: 100%;
    -webkit-transform-style: unset;
    transform-style: unset;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}

.itemInsta a .instagram {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
    margin-top: -10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.itemInsta a .instagram i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    width: 26px;
    height: 27px;
    line-height: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.itemInsta:hover a .instagram {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

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

.product-caption {
    padding: 0 30px;
}

.product-caption a h3 {
    color: #333;
    font-size: 20px;
}

.product-caption .description {
    color: #888;
    font-size: 13px;
    line-height: 20px;
}

.h-member:hover .member-list-op {
    position: absolute;
    top: 100%;
    right: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 99;
    width: 200px;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.h-member:hover .member-list-op {
    display: block;
}

.member-list-op>li>a i {
    font-size: 13px;
}

.member-list-op>li>a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-member:hover .member-list-op>li a {
    line-height: 26px;
    color: #333;
    font-size: 13px;
}

.list-group-thanhvien li {
    background-color: #fff;
    line-height: 24px;
    box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset;
}

.list-group-thanhvien li a {
    color: #333;
}

.head_lsmh {
    font-size: 18px;
}

.product-caption .price {
    color: #232323;
    font-weight: 600;
}

.product-caption .price del {
    color: #888;
    font-weight: 500;
}

.dff {
    border: 1px solid #eee;
    background: #fafafa;
}

.category-list {
    position: relative;
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.category-list li a {
    color: #666;
    text-align: center;
}

.category-list li a h3 {
    font-size: 18px;
}

.category-list li .image {
    padding: 15px 30px;
}

.product-list-top {
    padding: 10px 10px 10px;
    line-height: 30px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}

.show_gird_list button i {
    font-size: 20px;
    color: #888;
}

.show_gird_list button {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}


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

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

.product-thumb .button-group {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    display: block;
    overflow: hidden;
}

.item__products .image .button-group {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    display: block;
    overflow: hidden;
}

.item__products .image .btn-quickview,
.item__products .image .btn-wishlist {
    width: 34px;
    height: 34px;
    line-height: 45px;
    margin: 5px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.item__products .image .btn-quickview a,
.item__products .image .btn-wishlist a {
    color: #333;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item__products .button-group .btn-wishlist,
.item__products .button-group .btn-quickview {
    opacity: 0;
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.item__products:hover .button-group .btn-wishlist,
.item__products:hover .button-group .btn-quickview {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.btn-quickview:hover a,
.btn-wishlist:hover a {
    background: #111;
}

.btn-quickview:hover a i,
.btn-wishlist:hover a i {
    color: #fff;
}

.block_content {
    position: relative;
    padding-bottom: 50px;
}

.gia_sale {
    margin: 0 10px;
    float: left;
}

.chitiet_sp_hot_gia del {
    color: #888;
}

.accordion-item {
    outline: none;
}

.Swiper_spct .swiper-slide {
    margin-bottom: 12px;
}

.product-remove a i {
    color: #f00;
    font-weight: 600;
    font-size: 20px;
}

.price_namet {
    text-align: right!important;
}

.price_pricet {
    text-align: left!important;
}

.p-20 {
    padding: 20px!important;
}

.calculate-shiping h3 {
    font-size: 20px;
    font-weight: 600;
}

.calculate-shiping table {
    margin: 15px 0;
}

.order__viewdt1 {
    font-size: 13px;
    padding: 5px 15px 7px;
    color: #fff;
    background: #333;
}

.pagination-page {
    display: flex;
    justify-content:center;
}

.pagination-page #pagination-ajax {
    margin: 10px 0;
}

#input-limit,
#input-sort {
    width: 150px;
    margin-left: 5px;
}

#input-sort {
    width: 170px;
}

.item__products .image {
    position: relative;
    overflow:hidden;
    padding:15px;
}

.show_gird_list .show_view i {
    color: #999;
}

.show_gird_list .show_view.current i {
    color: #333;
}

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

.rel__postTitle {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 15px 0;
}

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

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

.item_product_img {
    height: auto;
}

@media (min-width: 1500px) {
    .container-fluid {
        max-width: 1450px;
    }
}

@media screen and (min-width:1300px) {
    .container-fluid {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1100px) {
    .wr__listMenui {
        padding: 15px 0;
    }
    .item__menui h4 span {
        font-size: 16px;
    }
    .menu_t>ul>li {
        padding: 0 5px;
    }
    .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;
    }
    .main__b5 a img {
        height: 40px;
    }
    .pn-head {
        background: #fff!important;
    }
    .d__FlexMenu {
        padding: 5px 0;
        justify-content: space-between;
    }
    .logo {
        margin-top: 0;
    }
    .logo img {
        max-height: 90px;
    }
    .pn-linehead {
        display: none;
    }
    .main__b5 a {
        color: #333;
        position: relative;
    }
    .main__b5 a span {
        position: absolute;
        right: -5px;
        top: -5px;
        font-size: 11px;
    }
    .foot_1 {
        padding-right: 15px;
    }
    #dk_contact {
        padding: 0 15px;
    }
    #dk_contact .block .icon {
        width: 35px;
        height: 35px;
    }
    #dk_contact div.block {
        margin-bottom: 15px;
    }
    #dk_contact .block .content {
        padding-left: 8px;
        width: calc(100% - 40px);
    }
    .item__news .img .marker span {
        font-size: 20px;
    }
    .pn-blog,
    .pn-kh {
        padding: 0 0;
    }
    .product-caption a h3 {
        font-size: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ishispecialdeal .inner.rel {
        padding-bottom: 40px;
    }
    .ishitestimonials {
        padding: 30px 30px;
    }
    .user-details {
        padding: 15px 15px;
    }
    .ishispecialdeal {
        padding: 30px 30px;
    }
    .pn-Service {
        padding: 0 0;
    }
    .pn-banner .block_content {
        padding-bottom: 15px;
    }
    .ishiproductstab .block_content {
        padding-bottom: 15px;
    }
    .item__services .name {
        margin-bottom: 5px;
    }
    .pn-bestProduct {
        padding-bottom: 0;
    }
    .pn-banner {
        padding-bottom: 0;
    }
    .banner-scale .name {
        font-size: 20px;
        line-height: 24px;
    }
    .banner-scale .sbname {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .btn-banner a {
        font-size: 12px;
    }
    .mxh__foo>ul>li>a>img {
        height: 30px;
    }
    .mxh__foo>ul>li {
        margin-right: 2px;
    }
    .img_foot {
        margin-bottom: 5px;
    }
    .foot__cont {
        padding: 30px 0;
    }
}

@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;
    }
    .d-mobile {
        display: block;
    }
    .banner-scale .name {
        font-size: 14px;
        line-height: 20px;
    }
    .banner-scale .sbname {
        font-size: 20px;
        line-height: 26px;
    }
    .bot__left,
    .bot__right {
        width: 100%;
        float: left;
    }
    .container {
        max-width: 96%;
    }
}

@media screen and (max-width:991px) {
    #page-login{
        width:70%;
    }
    .widget-box .filter-item-brand h4{
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }
    .widget-box{
        position:relative;
    }
    .widget-content{
        position:absolute;
        width:100%;
        border:1px solid #eee;
        min-width:200px;
        top:100%;
        left:0;
        z-index:9999;
        background:#fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 0.5em;
    }
    .foot_3 {
        flex: 29%;
    }
    .list_HotCate {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .gird__products {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .item_product_price {
        font-size: 15px;
    }
    .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;
    }
    .left__filter {
        width: 100%;
        flex: 100%;
        margin-bottom: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    .main-container {
        flex-direction: column;
    }
    .widget-box {
        width: 100%;
        margin-bottom: 0;
    }
    .main-container .right__product {
        width: 100%;
        padding: 0 0;
    }
    .widget-content {
        display: none;
    }
    .widget-content.hide {
        display: block!important;
    }
    .widget-cateall {
        display: none;
    }
    .col-left-ctsp {
        width: 100%;
    }
    .col-sp-right {
        width: 100%;
    }
    .list__productrel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .item_product {
        padding: 10px 10px;
    }
    .user-details {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width:768px) {
    .df_head {
        padding: 5px 0;
    }
    .foot_1 {
        flex: 100%;
    }
    .foot_2 {
        flex: 50%;
    }
    .foot_3 {
        flex: 50%;
    }
    .newsletter__frm {
        max-width: 500px;
        margin: 0 auto;
    }
    .site-regis .df {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        text-align: center;
    }
    .site-regis .regis3 {
        justify-content: center;
    }
    .site-regis .regis1 {
        justify-content: center;
    }
    .innerv {
        padding: 20px 20px;
    }
    .slider_left {
        width: 100%;
    }
    .banner_right {
        width: 100%;
    }
    .gird__b {
        grid-gap: 15px;
    }
    .main__b4 {
        flex: 20%;
    }
    .main__b5 {
        flex: 20%;
        display: flex;
        justify-content: flex-end;
    }
    .tit__home span {
        font-size: 24px;
    }
    .main__b4 {
        display: block;
        flex: 30%;
    }
    .main__b3 {
        flex: 10%;
    }
    .main__b1 {
        flex: 10%;
        text-align: center;
    }
    .gird__online {
        grid-template-columns: 1fr 1fr;
    }
    .row__gird {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .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;
    }
    .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: 50%;
    }
    .col-thongtin-ctsp {
        width: 50%;
    }
    .Swiper_spct img {
        height: auto;
    }
    .chitiet_sp_hot_gia {
        font-size: 24px;
    }
    .item_productAction {
        opacity: 1;
    }
    .dffoot {
        flex-direction: column;
    }
    #dk_contact {
        padding: 15px 0;
        border: none;
    }
    .foot__cont {
        padding-bottom: 0;
    }
    .paymentblock ul,
    .quick_link_cont ul {
        margin-bottom: 0;
    }
    .quick_link .title-f {
        margin: 0 0!important;
    }
    #dk_contact div.block {
        margin-bottom: 5px;
    }
    #dk_contact .block .content {
        font-size: 14px;
        line-height: 20px;
    }
    .itemInsta a .instagram {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .itemInsta a .image-overlay {
        opacity: 1;
    }
    .itemInsta a .image-overlay:before,
    .itemInsta a .image-overlay:after {
        width: 100%;
        left: 0;
    }
    .itemInsta .image-overlay span:before,
    .itemInsta .image-overlay span:after {
        height: 100%;
        top: 0;
    }
    .itemInsta .image-overlay span:before,
    .itemInsta .image-overlay span:after {
        height: 100%;
        top: 0;
    }
    .itemInsta .image-overlay span:before,
    .itemInsta .image-overlay span:after {
        height: 100%;
        top: 0;
    }
}

@media screen and (max-width:650px) {
     .table-responsive .table {
        min-width:600px;
    }

    .gird__products.gird__products3 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    .gird__Oservice .item__services {
        padding: 0 0;
    }
    .gird__Oservice {
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px;
    }
    .item__products .caption .addCart {
        position: relative;
    }
    .item__products .addCart a {
        opacity: 1;
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
    .item__products .button-group .btn-wishlist,
    .item__products .button-group .btn-quickview {
        opacity: 1;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .item__products .caption a h3 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }
    .tab-content .block_content {
        padding-bottom: 20px;
    }
    .gird__b {
        grid-template-columns: 1fr 1fr;
    }
    .gird__products.gird__products4 {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .left__filter {
       display:block;
       width:100%;
       float:left;
    }
    .left__filter .widget-box{
        width:calc(33.33% - 10px);
        float:left;
        margin:5px 5px;
    }
    .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;
    }
    .list__menui>li {
        width: calc(20% - 10px);
        margin: 5px 5px;
    }
    .row__gird {
        grid-gap: 15px;
    }
    .gird__products {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .list_HotCate {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .widget-box .filter-item-brand h4 {
        font-size: 14px;
    }
    .risk__list {
        grid-gap: 20px;
    }
    .item_risk h4 {
        font-size: 15px;
    }
    .list-group-thanhvien{
        margin-bottom:30px;
    }

}

@media screen and (max-width:576px) {
    .social-btns {
        text-align: right;
    }
    .list__productrel {
        grid-gap: 10px;
    }
    .gird__wd3 {
        grid-template-columns: 1fr 1fr;
    }
    .gird__wd2 {
        grid-template-columns: 1fr;
    }
    .risk__list {
        grid-template-columns: 1fr 1fr;
    }
    .gird__products.gird__products4 {
        grid-template-columns: 1fr 1fr;
    }
    .list_HotCate {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .gird__products {
        grid-template-columns: 1fr 1fr;
    }
    .dffoot {
        flex-direction: column;
    }
    .foot_2,
    .foot_3 {
        flex: 100%;
    }
    .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;
    }
    .logo img {
        width: auto;
        max-height: 50px;
    }
    .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;
    }
    .shopping-summery {
        margin-bottom: 15px;
    }
    .heading-2 {
        margin-top: 20px;
    }
    .chitiet_sp_hot {
        padding-bottom: 0;
    }
    #page-login {
       width: 98%;
    }
    .item__products .image{
        padding:0px 30px;
    }
}

@media screen and (max-width:500px) {
    .item__products .image{
        padding:0px 20px;
    }
    .item__products .image .btn-quickview, .item__products .image .btn-wishlist {
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin:2px;
    }
    .item__products .image .btn-quickview i, .item__products .image .btn-wishlist i{
        font-size:13px;
    }
    .item__products .image .button-group{
        right:0;
        top:0;
    }
    .category-list li .image{
        padding:10px 15px;
    }
    .gird__b {
        grid-template-columns: 1fr;
    }
    .item__products .caption .price {
        font-size: 15px;
    }
    .item__products .caption .price del {
        font-size: 14px;
    }
    .ishiproductstab .nav-item .nav-link {
        padding: 7px 10px;
        font-size: 14px;
    }
    .tab-content .block_content {
        padding-bottom: 30px;
    }
    .home-title {
        font-size: 24px;
    }
    .ishispecialdeal {
        padding: 15px 15px;
    }
    .gallery-container .Swiper_spct {
        padding: 0 0;
        margin: 0 10px 0 0;
    }
    .main__b5 a img {
        height: 30px;
    }
    .tit__risk {
        font-size: 20px;
    }
    .item_risk p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .risk-shopping {
        padding-top: 0;
    }
    .item_risk img {
        height: 50px;
    }
    .main__b4,
    .main__b5 {
        flex: 10%;
    }
    .menui_action {
        font-size: 14px;
    }
    .flash-sale-head {
        flex-direction: column;
        justify-content: flex-start;
    }
    .sh_left {
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 10px;
    }
    .list_HotCate {
        grid-gap: 15px;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .category-list {
        grid-gap: 10px;
    }
    .category-list li a h3 {
        font-size: 14px;
        font-weight: 600;
    }
    .mota_danhmuc {
        margin-bottom: 15px;
    }
    .left__filter {
        grid-gap: 5px;
    }
    .widget-box .filter-item-brand h4 {
        padding: 8px 10px;
    }
    .navbar-toggle .icon-bar {
    position: relative;
    z-index: 999;
    height: 1px;
   }
   .left__filter .widget-box {
      width: calc(50% - 10px);
   }
}

@media screen and (max-width:430px) {
    .gird__products.gird__products3 {
        grid-gap: 20px;
    }
    .addCart a {
        min-width: 130px;
    }
    .item__services .cont {
        font-size: 13px;
        line-height: 20px;
    }
    .item__services .name {
        font-size: 14px;
        font-weight: 600;
    }
    .item__services .img img {
        height: 30px;
    }
    .gird__Oservice {
        grid-gap: 10px;
    }
    .product-caption a h3 {
        font-size: 14px;
        font-weight: 600;
    }
    .ishitestimonials {
        padding: 10px 10px;
    }
    .pn-Gallery {
        padding-bottom: 0;
    }
    .gird__portfolio {
        grid-gap: 15px;
    }
    .pn-specialpro {
        padding-bottom: 0;
    }
    .product-caption {
        padding: 0 15px;
    }
    .item__news .img .marker {
        display: none;
    }
    .pn-ht p {
        font-size: 13px;
    }
    .pn-banner {
        padding: 15px 0;
    }
    .list__productrel>li>a {
        margin-bottom: 0;
    }
    .list__productrel {
        grid-template-columns: 1fr;
    }
    .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;
    }
    .left__filter {
        grid-template-columns: 1fr 1fr;
    }
    .main-container {
        padding-top: 5px;
    }
}

@media screen and (max-width:415px) {
    .tab_sanpham .nav-item .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .list_HotCate {
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

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