:root {
    --transition-speed: 0.6s;
    --transition-ease: cubic-bezier(.22, .61, .36, 1);
    --transition-speedBUTTON: 0.6s;
    --borderALL: 1em;
    --borderBOT: 0 0 16px 16px;
    --padding: 20px;
    --paddingM: 6px;
    --maxwidthJS: 450px;
    --fontSIZE: 17px;
    --bgSection2: #39291A;
    --columNumber: 3;
    --borderColor: #333333;
    --textColorD: #000;
    --textColorN: #fff;
    --mainColor: #008C8E;
    --mainColorRGB: 0, 140, 140;
    --backgroundColorD: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    --backgroundColorN: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    --colorPrice: #b30000;
    --widthVM: 300px;
}
@font-face {
    font-family:"Tahoma";
    src: url('Font_InterTightB.ttf');
}
@font-face {
    font-family:"Arial";
    src: url('Font_SFProRoundedR.otf');
}

body {
    font-family: Arial;
    overscroll-behavior-y: none;
    height: 100%;
    overflow-x: hidden;
    font-size: 15px;
}
.t3-wrapper {
    overflow: hidden !important;
}
.pull-left{
    float: none !important;
}
a{
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
}
div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../images/themeparrot/loading1.gif') no-repeat center center;
    background-size: 86px;

}
.col-lg-12{
    padding: 0;
}
.t3-wrapper{
    /*background:url("https://www.toptal.com/designers/subtlepatterns/patterns/light_noise_diagonal.png");*/
    /*background:url("https://www.toptal.com/designers/subtlepatterns/patterns/green-fibers.png");*/
}

.t3-topbar {
    background: var(--mainColor);
    padding: 0.3em 0;
    line-height: 1.5;
    color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.t3-navhelper {
    padding: 20px 0;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    max-width: 100vw;
}
.t3-navhelper a img{
    border-radius: 20px;
}
.t3-navhelper a:hover img{
    transition: 0.3s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.vmproductVMHoverCSS  img{
  border: 1px solid #fafafa;
}
.vmproductVMHoverCSS  a:hover img{
    transition: 0.3s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.t3-navhelper  .container{
    padding: 0;
}
.t3-footer {
    background: var(--mainColor);
    color: #000;
    border-top: 1px solid lightgray;
}
.t3-copyright {
    border-top: 0;
    padding: 0;
}
.t3-copyright .container {
    padding: 0;
}
.copyright {
    margin-bottom: 0;
}
ul {
    list-style-type: none;
}
.col-md-6.col-sm-6.col-xs-12.text-left {
    width: 100%;
}
@media (min-width: 992px){
    .container {
        width: 100%;
    }
}
div#t3-mainbody {
    background: inherit;
}

div#t3-breadcrumbs{
    background: #f8f8f8;
}
.layout-blog .t3-wrapper .t3-mainbody .t3-content .item-page .articlebody p, .view-article .t3-wrapper .t3-mainbody .t3-content .item-page .articlebody p, .com_content .t3-wrapper .t3-mainbody .t3-content .item-page .articlebody p{
    font-size: inherit;
}
h1, .h1 {
    font-family: 'Tahoma';
    font-weight: 400;
    line-height: 1;
    color: inherit;
    padding: 0;
    margin: 0;
    font-size: 130%;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Tahoma';
    font-weight: 400;
    line-height: 1;
    color: inherit;
    padding: 0;
    margin: 0;
    font-size: 100%;
}

/*LOGO*/
.logo a img {
    width: 200px !important;
    height: auto;
}

/*MENU*/
.t3-header {
    padding: 10px 0px;
    background-size: cover;
    padding-top: 40px;
}
nav#t3-mainnav {
    width: 100%;
    float: inherit;
}
body .btn {
    color: #ffffff;
    background-color: var(--mainColor);
    border-radius: 12px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #C21F27;
    background: rgba(255, 255, 255, 0.6); !important;
    border-radius: 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: var(--mainColor);
}

.navbar-default{
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #444444;
    background-color: transparent !important;
    font-size: 16px;
    font-weight: bold;
}
.t3-megamenu.animate .mega > .mega-dropdown-menu{
    border-radius: 20px;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
    display: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
}
a.allCSS{
    border-radius: 6px !important;
}
.mega-group-title img{
    height: 60px;
    width: auto;
}
.t3-megamenu .dropdown-header, .t3-megamenu .mega-nav .mega-group > .dropdown-header, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
    margin: 0;
    padding: 0;
    background: transparent;
    color: var(--mainColor);
    font-size: 16px;
    font-weight: bolder;
    line-height: normal;
}

/*SLIDER*/
div#t3-slider {
    width: 100%;
    position: relative;
    padding: 0;
}
.slider{
    padding: 0;
}
.next-button{
    width: 32px !important;
    filter:
    drop-shadow(0px 1px 2px rgba(60, 64, 67, 0.3))
    drop-shadow(0px 2px 6px rgba(60, 64, 67, 0.15));
}
.prev-button{
    width: 32px !important;
    filter:
    drop-shadow(0px 1px 2px rgba(60, 64, 67, 0.3))
    drop-shadow(0px 2px 6px rgba(60, 64, 67, 0.15));
}
#djslider-loader159{
    transform: translateY(-30%);
}
#djslider-loader159 img.dj-image{
    border-radius: var(--borderALL);
}
#djslider-loader164 img.dj-image{
    border-radius: var(--borderALL);
}
#back-to-top .btn {
    background: var(--mainColor);
    border: 3px solid #fff;
    color: inherit;
    height: 45px;
    width: 45px;
    border-radius: 0%;
    padding: 0;
    text-align: center;
    opacity: 0.9;
    border-radius: 11px;
    filter: alpha(opacity=90);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

/********************/
/* TAB ICON PNG */
/********************/
.gkTab {
    width: 220px !important;
    height: 100px !important;
    padding: 0 !important;
    line-height: normal !important;
    font-size: 0 !important; /* ẩn text */
    position: relative;
    overflow: hidden;
    background: transparent !important;
}
.gkTabsWrap.vertical ol{
    border: none;
}
.gkTabs-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/images/icon-tv.png') no-repeat center;
    background-size: contain;
}
.gkTabs-2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/images/icon-maygiat.png') no-repeat center;
    background-size: contain;
}
.gkTabs-3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/images/icon-tulanh.png') no-repeat center;
    background-size: contain;
}
.gkTabs-4::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/images/icon-maydieuhoa.png') no-repeat center;
    background-size: contain;
}
.gkTabs-5::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/images/icon-bepdien.png') no-repeat center;
    background-size: contain;
}
.gkTabsContainer, .gkTabsContainer[style]{
    border-radius: 12px;
}
.CanhLeText {
    padding: 0 20px;
    max-width: 80%;
    text-align: center;
    margin: auto;
}   
.layout-blog .t3-wrapper .t3-mainbody .t3-content .item-page .articlebody, .view-article .t3-wrapper .t3-mainbody .t3-content .item-page .articlebody, .com_content .t3-wrapper .t3-mainbody .t3-content .item-page .articlebody {
    margin-top: 10px;
    padding: 20px 15px;
    margin-bottom: 10px;
    box-shadow: none;
}
/***************************/
/*MODULE VIRTUEMART*/
/***************************/
img.featuredProductImage {
   width: 200px;
   height: 200px;
   border-radius: 20px;
}
li.product-container.width25.floatleft{
    text-align: center;
    max-width: 100%;
    margin-bottom: 15px;
    border: 1px solid #e9e8e8;
    border-radius: 28px;
    padding: 6px;
    background: #fff;
    margin: 6px;
}
li.product-container.width25.floatleft a{
    margin: 0 0 6px;
    text-align: center;
    line-height: 26px;
    float: none;
    font-size: 18px;
}
.CategoryNAME{
    display: none;
}
a.ask-a-question{
    border: none;
    font-size: 16px !important;
    color: #000;
}

.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
    font-size: 18px;
    line-height: 12px;
    margin: 0 0 10px 0;
    text-align: center;
}

.vm-product-descr-container-0 {
    min-height: 0;
    margin-bottom: 6px;
}

.browse-view .row .product .spacer span {
    font-size: 16px;
    color: #000;
}
span.vm-price-desc {
    display: none;
}
.vm-product-container {
    margin: 18px;
}
.jwts_tabbernav a{
    display: inline !important;
}
.product-priceDetail {
margin: 0 6px 6px 0;
    text-align: center;
    line-height: 18px;
    float: none;
    color: #fff;
    background: var(--colorPrice);
    border-radius: var(--borderALL);
    font-family: 'Tahoma';
    padding: 6px;
}
.product-price {
    margin: 0 0 6px;
    text-align: center;
    line-height: 18px;
    float: none;
    font-weight: bolder;
    color: var(--colorPrice);
}
.PricesalesPrice{
    margin: 6px;
    text-align: center;
    line-height: 18px;
    float: none;
    font-size: 120%;
    font-family: Tahoma;
}
.price-row{
    display:flex;
    gap:6px;
    justify-content:center;
}
.price-old{
    text-decoration:line-through;
    color:#fff;
}
.price-discount{
    background:#f5c2c7;
    color:#b02a37;
    padding:2px 6px;
    border-radius:4px;
    font-size:12px;
    font-weight:bold;
}
.back-to-category{
    float: left;
}
.productdetails-view .icons{
    display: none;
}
.product-container a {
    display: flex;
    min-height: 55px; /* 2 dòng */
}
.featuredProductImage {
    height: 160px;
    object-fit: contain;
}
.vmproduct {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    align-items: baseline;
    margin: var(--padding);
    border-radius: var(--borderALL);
}
.product-container {
    display: flex;
    flex-direction: column;
}
.productdetails-view .product-short-description {
    margin: 10px 0 20px 0px;
    background: lightyellow;
    border-radius: var(--borderALL);
    padding: 10px;
    border: 1px solid yellow;
}
.container{
    padding: 0 !important;
}
.breadcrumbs{
    padding: 0 var(--padding);
}
.responsiveIMG {
    padding: 10px 20px;
    max-width: 200px;
}
.vmgroupcssHOT {
    background: var(--mainColor);
    padding: 30px;
    margin: var(--padding);
    border-radius: var(--borderALL);
}
.spacer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 450px;
    width: calc(100% - 10px);
    padding: 10px;
    margin: 5px;
    background: #fff;
    border-radius: 12px;
    align-content: center;
    align-items: stretch;
}
.spacer a{
    margin: 0 0 6px;
    text-align: center;
    line-height: 1;
    float: none;
}
.spacer.product-container{
    border: 0;
}
.sj-vm-filter .ft-wrap .ft-group {
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-radius: 0 12px 12px 0;
}
.sj-vm-filter .ft-select .ft-option{
    border: none;
}
.orderlistcontainer {
    font-size: inherit;
}
.vm3pr-0 .addtocart-area {
    min-height: 0;
}
.vm-details-button {
    display: none;
}
.vm-product-media-container {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0 !important;
    border-radius: 28px;
    padding: 0px;
}

.horizontal-separator{
    display: none;
}
.vm-pagination {
    float: none;
    text-align: center !important;
}
.vm-pagination-top{
    display: none;
}
/* base chung */
.pagenav {
    display: inline-block;
    font-size: 100%;
    border-radius: var(--borderALL);
    padding: 6px 12px;
    margin: 6px;
    background: var(--mainColor);
    color: #fff;
    transition: all 0.2s ease;
    border: none;
}

/* ===== LINK CLICK ===== */
a.pagenav {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* hover → có feedback rõ hơn */
a.pagenav:hover {
    background: #fff;
    color: var(--mainColor);
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

/* ===== TRANG HIỆN TẠI ===== */
span.pagenav {
    background: #fff;
    color: var(--mainColor);
    font-weight: bold;
    box-shadow: 0 0 0 2px var(--mainColor) inset;
    cursor: default;
}

/* ===== DISABLED (Start/Prev khi ở đầu) ===== */
.pagination-start span.pagenav,
.pagination-prev span.pagenav,
.pagination-next span.pagenav,
.pagination-end span.pagenav {
    background: #ccc;
    color: #666;
    box-shadow: none;
    opacity: 0.6;
}

/* ===== OPTION: bo tròn kiểu modern ===== */
.vm-pagination ul li {
    display: inline-block;
}
.product-customfields {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 6px 0;
}

/* base */
.cf-badge {
    font-size: 100%;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    white-space: nowrap;
}

/* 3 màu khác nhau */
.cf-badge:nth-child(3n+1) {
    background: #e7f1ff; /* xanh nhạt */
}

.cf-badge:nth-child(3n+2) {
    background: #e8f8f5; /* xanh lá nhạt */
}

.cf-badge:nth-child(3n+3) {
    background: #fff3cd; /* vàng nhạt */
}
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img{
    position: sticky; /*cái dưới để absolute thì ảnh mới show cái thứ 2 ko bị trắng*/
}
.orderlistcontainer div.orderlist{
    z-index: 999;
}
.main-image img {
    max-width: 600px;
    height: auto;
    width: 100%;
}
.product-image-wrap {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
}

/* cả 2 ảnh giống nhau 100% */
.product-image-wrap img {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    transition: opacity var(--transition-speed) ease;
}

/* ảnh chính */
.product-image-wrap img.img-main {
    opacity: 1;
    z-index: 1;
}

/* ảnh hover */
.product-image-wrap img.img-hover {
    opacity: 0;
    z-index: 2;
}

/* hover */
.product-image-wrap:hover img.img-main {
    opacity: 0;
}

.product-image-wrap:hover img.img-hover {
    opacity: 1;
}
.additional-images img {
    margin-right: 8px;
    width: 120px;
    height: auto;
}
/*************************************/
/*  FANCYBOX ẢNH VIRTUEMART   */
/************************************/
/* overlay nền đen mờ full */
#fancybox-overlay {
    position: fixed !important;
    top: 0; left: 0;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.8) !important;
    opacity: 1 !important; /* reset lại */
    z-index: 998 !important;
}

/* wrapper căn giữa fullscreen */
#fancybox-wrap {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 999;
    will-change: transform, opacity;
}
#fancybox-content {
    width: auto; !important;
    height: auto !important;
    border-radius: var(--borderALL);
}
/* ảnh co giãn đẹp */
#fancybox-content img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: none;
    border-radius:var(--borderALL);
}
/***************************/
/*  TAB READMORE   */
/***************************/
.jwts_tabbertab {
    position: relative;
}

/* trạng thái bị giới hạn */
.tab-collapsed {
    max-height: 70vh;
    overflow: hidden;
}

/* lớp fade */
.tab-collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
}

/* nút đọc thêm */
.tab-readmore {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 2;
}

/***************************/
/*   FLASH SALES   */
/***************************/
.gkTabsItem {
    background: linear-gradient(
    145deg,
    var(--mainColor),
    color-mix(in srgb, var(--mainColor) 50%, black)
);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    border-radius: 8px;
    animation: gradientMove 6s ease infinite;
}


.CategoryR .spacer{
    background: #fff;

    border-radius: 28px;
}
/*CSS*/
.banner {
    display: flex;
    width: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
}
.bannerManu {
    width: 40%;
}
.bannerManu img{
    width: 500px;
    height: 550px;
    border-radius: 0 20px 20px 0;
}
.CategoryR {
    width: 60%;
}
.style01 {
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}
.style02P {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    cursor: pointer;
    top: 0;
    padding: 3px 12px;
    border: 3px solid rgb(255,255,255);
    background: #c21f27;
    border-radius: 12px;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    font-size: 20px;
    color: #FFF;
}
.Trai {
    float: left;
}
.Phai {
    float: right;
}
.chia2 {
    width: 48%;
    padding: 50px 20px;
}
.chia2 img{
    max-width: 100%;
}
.chia4 {
    width: 25%;
}
.footer {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;   /* canh giữa */
}
.t3-copyright{
    font-size: inherit;
}
.feature {
    flex: 1;
}
iframe.embedGoogleMap{
    border-radius: var(--borderALL);
    filter: invert(90%) hue-rotate(180deg);
}
/* ICON */
.feature img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
}

/* TITLE */
.feature h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* DESCRIPTION */
.feature p {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

.div01 {
    margin-top: -3px;
    background: url(./images/5.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    line-height: 40px;
    width: 100%;
    min-height: 100vh;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 30px 0;
}
.div02 {
    margin-top: -3px;
    background: url(./images/tet.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    width: 100%;
    min-height: 100vh;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 30px 0;
}
.div03 {
    margin-top: -3px;
    background: url(https://www.toptal.com/designers/subtlepatterns/patterns/small-crackle-bright.png);
    text-align: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 30px 0;
}
.div05 {
    margin-top: -3px;
    /*background: url(https://www.toptal.com/designers/subtlepatterns/patterns/bedge_grunge.png);*/
    text-align: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 30px 0;
}
.div05 img {
    border-radius: 20px;
}
/*CHỮ NỔI TRÊN HÌNH KHI RÊ CHUỘT*/
.hvrbox * {
    box-sizing: border-box;
}
.hvrbox{
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.hvrbox img{
    max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
    display: block;
}
.hvrbox .hvrbox-layer_top{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 20px;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 1;
}
.hvrbox .hvrbox-text {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    margin: 20px;
}
.hvrbox .hvrbox-text_mobile {
    font-size: 15px;
    border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none;
}
.hvrbox.active .hvrbox-text_mobile {
    display: block;
}
.jwts_tabberlive .jwts_tabbertab {
    text-align: left;
    margin: -1px 26px 0 0px !important;
    padding: 8px;
    border: 1px solid #f5f5f5;
    border-radius: var(--borderALL);
    background: #fff;
}
ul.jwts_tabbernav li a {
    font-size: 120%;
    margin: 0 2px 0 0;
    padding: 4px 10px 2px;
    color: #222;
    border-radius: 8px 8px 0 0;
    border: 1px solid #f5f5f5;
    border-bottom: 0;
    background: lightgray;
}
ul.jwts_tabbernav li a:hover {
    color: inherit;
    border: 1px solid #f5f5f5;
    border-bottom: 0;
    background: lightgray;
    text-decoration: none;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
    background: var(--mainColor);
    color: #fff;
    border: 1px solid var(--mainColor);
}
ul.jwts_tabbernav li.jwts_tabberactive a:hover {
    border: 1px solid var(--mainColor);
    background: var(--mainColor);
}
.jwts_tabbertab img{
    border-radius: var(--borderALL);
}

/*RESPONSIVE*/
/*iPHONE*/
@media (min-width: 992px) {
    .col-md-9 {
        width: 84%;
    }
    .col-md-push-3 {
        left: 16%;
    }
    .col-md-pull-9 {
        right: 84%;
    }
    .col-md-3 {
        width: 16%;
    }
}
@media screen and (max-width: 900px){
    .banner {
        display: block;
    }
    .bannerManu {
        width: 100%;
    }
    .bannerManu img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        border-radius: 20px;
    }
    .CategoryR {
        width: 100%;
    }
    .chia2 {
        width: 100%;
        padding: 10px 8px;
    }
    .CanhLeText {
        padding: 10px 20px;
    }
    .width20{
        width: 100%;
    }
}
/*ANDROID*/

@media (max-width: 480px){
    .row div[class*="width"] {
        width: 100%;
        padding: 0 10px;
        float: left;
        margin-bottom: 15px;
    }
    .footer {
        flex-direction: column;
    }
    .chia2 {
        width: 100%;
        padding: 10px 8px;
    }
    .chia4 {
       width: 100%;
       padding: 10px 8px;
   }
   .CanhLeText {
    padding: 10px 20px;
}
.t3-topbar{
    display: none;
}
}
