:root {
    --br-0: 5px;
    --bg-0: linear-gradient(167deg,#339900 1%,#00b395 100%,#00b496 100%);
    --cl-main: #339900;
    --cl-bg: #f5f5f5;
}
body{
    font-family: 'Roboto', sans-serif;
   	font-weight: 400;
   	background-color: #fff;
   	font-size: 15px;
    color: #58595b;
    -webkit-font-smoothing: antialiased;
}
html.no-scroll,html.no-scroll body{
    overflow: hidden;
}
a{
	color: #3a3a3a;
}
a:hover{
    color: var(--cl-1);
}
.cl1{
    color: var(--cl-1);
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #ccc;}
input:-moz-placeholder,textarea:-moz-placeholder {color: #ccc;opacity:1;}
input::-moz-placeholder,textarea::-moz-placeholder {color: #ccc;opacity:1;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #ccc;}
input[type="text"],input[type="email"],input[type="password"],input[type="tel"],input[type="phone"] {
    line-height: 38px;
    border: 1px solid #cdcdcd;
    border-radius: var(--br-0);
    padding: 0 15px;
    box-shadow: 0 0 0;
}
textarea{
    line-height: 1.3;
    border: 1px solid #cdcdcd;
    border-radius: var(--br-0);
    padding: 15px;
    box-shadow: 0 0 0;
}
button {
    border: 1px solid transparent;
    line-height: 38px;
    padding: 0 15px;
    border-radius: var(--br-0);
}
.bg-gray{
    background-color: #f5f5f5;
}
.bdSite{
    border-radius: var(--br-0);
}
.sc_header-box {
    background: var(--cl-3);
}
.sc_header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}
.logo img {
    height: 70px;
    transform: scale(1.5);
}
#menu-top-menu li {
    list-style: none;
    position: relative;
    margin-left: 25px;
}
.sc_header-menu li a {
    display: block;
    position: relative;
    font-size: 14px;
}
.sc_header-menu li a.hotline {
    font-weight: 600;
}
.sc_header-menu li a:hover{
	color: var(--cl-1);
}
.sc_header-menu #menu-top-menu {
    display: flex;
    justify-content: space-around;
}
.sc_header-search {
    background-color: transparent;
    display: flex;
    overflow: hidden;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: -8px;
    
    opacity: 0;
    z-index: -1;
}
.sc_header-search input {
    border: 0;
    line-height: 40px;
    padding: 0;
    flex-grow: 1;
    border-radius: 0;
    width: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    font-size: 14px;
    color: #000;
}
.sc_header-search button {
    border: 0;
    line-height: 40px;
    padding: 0 11px;
    font-size: 16px;
    background: transparent;
    color: var(--cl-1);
}
.sc_header-searchBox.active .sc_header-search{
    background-color:#fff;
    opacity: 1;
    z-index: 1;
    padding-left: 10px;
}
.sc_header-searchBox.active .triggerSearch{
    opacity: 0;
}
.sc_header-searchBox.active .sc_header-search input{
    width: 200px;
}
#sc_header-mainMenu #menu-main-menu {
    display: flex;
    justify-content: space-around;
}
#sc_header-mainMenu #menu-main-menu > li{
	list-style: none;
}
#sc_header-mainMenu #menu-main-menu > li:hover > ul{
    display: flex;
}
#sc_header-mainMenu #menu-main-menu > li > ul {
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 16%);
    left: 0;
    display: none;
    width: 100%;
}
#sc_header-mainMenu #menu-main-menu > li > ul a:hover{
    color: var(--cl-2);
}
#sc_header-mainMenu #menu-main-menu > li > ul > li {
    flex: 1 1 0%;
}
#sc_header-mainMenu #menu-main-menu > li > ul > li > a {
    font-weight: 500;
    text-transform: uppercase;
}
#sc_header-mainMenu #menu-main-menu > li > ul > li ul ul {
    padding-left: 20px;
}
#sc_header-mainMenu #menu-main-menu > li > ul li li a {
    padding: 0 15px;
    color: #4b4f58;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
#sc_header-mainMenu #menu-main-menu > li > a {
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    display: block;
    text-transform: uppercase;
    line-height: 70px;
}
#sc_header-mainMenu #menu-main-menu > li:hover > a{
	color: var(--cl-2);
}

#sc_header-mainMenu #menu-main-menu > li > ul li {
    list-style: none;
    margin-bottom: 10px;
}
#sc_header-mainMenu #menu-main-menu > li.menu-item-has-children > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dd";
    transform: translateY(-3px);
    margin-left: 5px;
    display: none;
}
#sc_header-mainMenu #menu-main-menu > li > ul li a {
    display: block;
    padding: 10px 15px;
    margin-top: 10px;
}
#footer {
    background: #f5f5f5;
    margin-top: 0;
    padding-top: 50px;
}
.home #footer{
    margin-top: 0;
}
.sc_footer-item-cn i {
    min-width: 18px;
}
.item-cn {
    margin: 5px 0;
    font-size: 15px;
}
.item-cn span,.item-cn a,.item-cn{
    color: var(--cl-1);
}
.sc_footer-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #4b4f58;
}
.sc_footer-title.small{
    font-size: 16px;
}
.sc_footer-cn {
    margin-bottom: 15px;
    margin-top: 25px;
}
.sc_footer-menu a {
    color: #4b4f58;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
}
.footer_copyright {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid;
    margin-top: 30px;
}
.sc_slide.owl-loaded .item {
    display: block;
}
.sc_home-banner{
	margin-bottom: 30px;
}
.sc_home-banner-item{
	overflow: hidden;
	border-radius: var(--br-0);
}
.sc_home-banner .owl-next,.sc_home-banner .owl-prev,.sc_slide-product .owl-next,.sc_slide-product .owl-prev,.sc_slide.hasnav .owl-next,.sc_slide.hasnav .owl-prev{
    position: absolute;
    top: 50%;
    right: -25px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 25px;
    color: #930000;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 30%);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transform: translateY(-50%);
}
.sc_home-banner .owl-prev,.sc_slide-product .owl-prev,.sc_home-banner .owl-prev,.sc_slide.hasnav .owl-prev{
	left: -20px;
}
.sc_slide-product .owl-next{
	right:-53px;
}
.sc_slide-product .owl-prev{
	left:-53px;
}
.sc_home-banner .owl-next:hover,.sc_home-banner .owl-prev:hover,.sc_slide-product .owl-next:hover,.sc_slide-product .owl-prev:hover{
	background-color: var(--cl-1);
	color: #fff;
}
.sc_home-cats{
	display: grid;
    grid-template-columns: repeat(8,1fr);
    border-radius: var(--br-0);
    padding: 30px 0;
    grid-gap: 10px 15px;
}
.sc_home-cats img {
    max-width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
}
.sc_home-cats .icon {
    background-color: var(--cl-1);
    display: block;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
}
.sc_home-cats a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--cl-3);
}
.sc_home-cats .item{
	text-align: center;
}
.sc_block-title {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}
.sc_block-title-flex {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.sc_block-title-flex a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}
.star-rating-woo {
    color: #f3af28;
    font-size: 18px;
    margin-top: 4px;
}
.woocommerce-ordering select.orderby {
    border: 0;
    box-shadow: 0 0 0;
}
.sc_slide-product .item {
    padding: 10px;
}
.sc_slide-product .product-item{
	position: relative;
    box-shadow: 1px 2px 5px rgb(149 140 140 / 30%);
    border-radius: var(--br-0);
    padding: 10px;
    background: #fff;
    transition: .3s all;
}
.product-item .product-name {
    line-height: 1.3;
    min-height: 48px;
}
.product-item .product-name a {
    color: #58595b;
    font-weight: normal;
    font-size: 15px;
    display: block;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.cat_name_item {
    color: #999;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 3px;
    font-weight: 300;
}
.product-item .product-name a:hover{
    color: var(--cl-3);
}
.product-item .product-info {
    margin-top: 10px;
}
.product-item .price {
    margin-top: 2px;
    color: #4b4f58;
    font-weight: 500;
    font-size: 16px;
    display: block;
    min-height: 48px;
}
.product-item .price .origin-price, .woocommerce div.product .product-item .price del, .product-item .price del {
    text-decoration: line-through;
    color: #8e8e8e;
}
.product-item .price del {
    display: block;
    font-size: 13px;
    font-weight: normal;
}
.woocommerce div.product .product-item span.price{
    color: var(--cl-2);
    font-size: 16px;
}
.product-item-meta {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: normal;
    color: #777272;
    margin-top: 10px;
}
.sc_block {
    background-color: #fff;
    border-radius: var(--br-0);
    overflow: hidden;
    margin-top: 20px;
}
.product-items > .item{
    border: none;
    padding: 15px;
    background: #fff;
    transition: .3s all;
    position: relative;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #ddd;
}
.product-items > .item:nth-child(1),.product-items > .item:nth-child(2),.product-items > .item:nth-child(3),.product-items > .item:nth-child(4),.product-items > .item:nth-child(5){
    border-top: 0;
}
.product-items > .item:nth-child(5n){
    border-right: 0;
}
.product-items {
    clear: left;
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
.product-items > .item:hover,.product-items > .item:hover{
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}
.product-item .typical_features{
	color: #606060;
    font-size: 13px;
    margin: 8px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-item .typical_features span{
	border: 0.5px solid #AFAFAF;
    border-radius: var(--br-0);
    line-height: 1.5;
    font-size: 12px;
    color: #606060;
    padding: 2px 5px;
    margin: 0 5px 8px 0;
}
.product-items {
    border: 1px solid #ddd;
    width: 100%;
    clear: left;
}
.product-item .product-gift{
	background: #F9FAFB;
    border: 0.5px solid #AFAFAF;
    border-radius: var(--br-0);
    color: #777272;
    font-size: 14px;
    padding: 8.5px 10px;
    text-align: left;
    margin: 0 0 5px 0;
    margin-top: 10px;
}
.product-item .product-gift-info {
    font-size: 11px;
    margin-top: 5px;
}
.sb_block-xe .item {
    width: 16.6666666%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.sb_block-xe > .row{
    margin-left: -10px;
    margin-right: -10px;
}
.sb_block-xe .item img {
    width: 40px;
    margin-right: 5px;
}
.sb_block-xe .item a {
    display: inline-block;
    margin: auto;
    font-size: 14px;
}
.sc_blog-video {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--br-0);
}
.sc_blog-video .vd-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.sc_blogs-btitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sc_blogs-item {
    display: flex;
    margin-bottom: 15px;
}
.sc_blogs-item > .link_img {
    width: 130px;
    flex: 0 0 130px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: var(--br-0);
}
.sc_blogs-info .title {
    font-size: 15px;
    line-height: 1.4;
    display: block;
    font-weight: 500;
}
.sc_blogs-info .date {
    margin-top: 6px;
    font-size: 12px;
    color: #2F80ED;
}

.hLists_icon {
    padding: 15px 0;
}
.hLists_icon_items {
    display: flex;
    align-items: center;
    color: #fff;
}
.hLists_icon .col-md-3:not(:last-child) .hLists_icon_items {
    border-right: 1px solid rgb(255 255 255 / 20%);
}
.hLists_icon_items__img {
    max-width: 65px;
    margin-right: 10px;
}
.hLists_icon_items__content--title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}
.hLists_icon_items__content--sub_title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.logo_footer {
    padding: 2rem 0;
}
.logo_footer_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_footer b {
    height: 1px;
    background: #fff;
    width: 100%;
    max-width: 150px;
    display: block;
}
.logo_footer_inner {
    text-align: center;
}
.logo_footer_inner img {
    max-height: 60px;
}
.title_name_company {
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: 700;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: var(--cl-1);
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
    color: #707070;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce div.product h1.product_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
}
.sc_single-product-summary {
    background-color: #fff;
    color: #58595b;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px 30px;
    padding-bottom: 0;
}
.product-gift {
    position: relative;
    border: 1px solid #B70819;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: var(--br-0);
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.product-gift .gift-title {
    background: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: var(--cl-1);
    position: absolute;
    top: -14px;
    padding: 0 10px 0 10px;
    left: 11px;
}
.product-gift ol, .product-gift ul {
    padding: 0;
    margin: 0;
}
.product-gift ol li, .product-gift ul li {
    list-style: none;
    counter-increment: step-counter;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}
.product-gift ol li::before, .product-gift ul li::before {
    content: counter(step-counter);
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: var(--cl-1);
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}
.title-heading {
    display: block;
    width: 100%;
    letter-spacing: 1px;
    font-size: 20px;
}
.content_p ul, .content_p ol {
    padding-left: 20px;
}

.single_product-thongso .tskt-box {
    border: 1px solid #D0D0D0;
    border-radius: var(--br-0);
    padding: 10px 15px;
    font-size: 14px;
}
.single_product-thongso .tskt-item {
    padding: 10px 0 10px 0px;
    word-wrap: initial;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single_product-thongso .title {
    color: #191718;
}
.single_product-thongso .value {
    color: #555555;
    text-align: right;
}
.single_product-thongso .tskt-item.tskt-hidden, .single_product-thongso.showup .viewmore-tskt {
    display: none;
}
.single_product-thongso .tskt-item:not(:first-child) {
    border-top: 1px solid #E0E0E0;
}
.show-tskt {
    width: 100%;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: var(--br-0);
    padding: 10px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;
    margin-top: 10px;
}
.woo_single-tuvan, .woocommerce div.product form.cart .button,.woo_single-buynow{
    display: inline-block;
    color: #fff;
    background-color: #000;
    line-height: 45px;
    padding: 0 15px;
    border-radius: var(--br-0);
    font-weight: 500;
    text-transform: uppercase;
    width: 190px;
    margin-left: 0;
    text-align: center;
}
.woo_single-tuvan i{
    margin-right: 7px;
}
.woocommerce div.product form.cart .button,.woo_single-buynow{
    background-color: var(--cl-2);
}
.woopq-quantity-input-plus, .woopq-quantity-input-minus,.woopq-quantity-input .qty{
    height: 45px;
    line-height: 43px;
}
.woo_single-button {
    display: flex;
    justify-content: space-between;
}
.woo_single-button > *{
    width: 49%;
    flex: 0 0 49%;
}
.content_check-More{
    max-height: 1030px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: justify;
    position: relative;
}
.content_check-More.maxContent{
    max-height: unset!important;
}
.vms-read-more {
    height: 136px;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
.vms-read-more a.gp-readmore {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    color: #000;
    background-color: #ffffff;
    padding: 8px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: var(--br-0);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gp-readmore i {
    margin-left: 10px;
}
.sc_filter {
    width: 600px;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
    justify-content: space-around;
    box-shadow: 1px 2px 5px rgb(149 140 140 / 30%);
    margin-bottom: 5px;
    background-color: #f3f3f3;
    position: relative;
    max-width: 90%;
}
.sc_filter .item {
    line-height: 45px;
    padding: 0;
    flex: 0 0 30%;
    text-align: center;
    position: relative;
}
.sc_filter .item.ac:before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #222;
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
}
.sc_filter .item.ac:after {
    content: "";
    position: absolute;
    right: 0;
    background-color: #222;
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
}
.sc_filter .item:hover{
    background-color: #fff;
}
.sc_filter-trigger{
    width: 600px;
    margin: auto;
    text-align: right;
    max-width: 90%;
}
.sc_filter-trigger a {
    font-size: 12px;
    color: #fff;
}
.sc_block-filter .title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
}
.sc_filter .dongxe:hover:before,.sc_filter .dongxe:hover:after{
    display: none;
}
.sc_block-filter {
    background-image: url(../images/thumb_ahn.jpeg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: var(--br-0);
}
.sc_filter-trigger a:hover{
    text-decoration: underline;
}
.sc_filter-f-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    height: 100%;
    border-radius: 30px;
    background-color: #f3f3f3;
    display: none;
}
#sc_filter-f {
    
}
#sc_filter-f input {
    width: 100%;
    border: 0;
    padding: 0 20px;
    background: transparent;
    line-height: 45px;
    font-weight: 400;
}
.sc_filter.showmix .sc_filter-f-box{
    display: block;
}
.show-tskt:hover{
    background-color: var(--cl-1);
    border-color: var(--cl-1);
    color: #fff;
}
.sc_block-morebuy {
    display: flex;
    margin-top: 50px;
}
.sc_block-morebuy .img {
    flex: 0 0 140px;
}
.sc_block-morebuy .detail {
    flex-grow: 1;
}
.sc_block-morebuy .s_btn {
    flex: 0 0 200px;
}
.sc_block-morebuy .woo_single-button{
    flex-direction: column;
}
.sc_block-morebuy .woo_single-button > *{
    width: 100%;
    margin-bottom: 15px;
}
.sc_block-morebuy .woo_single-button > *:last-child{
    margin-bottom: 0;
}
.sc_block-morebuy .detail {
    flex-grow: 1;
    padding: 0 10px;
}
.sc_block-morebuy .price {
    margin-top: 15px;
}
.sc_block-morebuy .name {
    font-weight: 600;
    font-size: 20px;
}
.sc_block-morebuy .info{
    flex-grow: 1;
    display: flex;
}
section.related.products {
    margin-top: 30px;
}
.sc_arBanner{
    overflow: hidden;
    border-radius: var(--br-0);
    margin-bottom: 30px;
}
.woocommerce-products-header__title{
    margin-bottom: 30px;
}
.sc_filter-home{
    width: 100%;
    display: flex;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
    justify-content: space-around;
    position: relative;
}
button.sc_filter_btn {
    flex: 0 0 10%;
    border: 0;
    background-color: var(--cl-1);
    color: #fff;
    box-shadow: 0 0 0;
    border-radius: 0;
}
.woocommerce-breadcrumb,.woocommerce .woocommerce-breadcrumb{
    margin: 0 0 15px;
    padding: 0;
    font-size: 13px;
    color: #767676;
    margin-top: 15px;
}
.woocommerce .woocommerce-breadcrumb a,.woocommerce-breadcrumb a {
    color: #767676;
}
.compare-item{
    padding: 15px;
}
.box-Compare td{
    border: 1px solid #ddd;
    padding: 8px;
    position: relative;
}
.box-Compare td.sub {
    padding: 5px 8px;
}
.compare-item .close {
    position: absolute;
    top: 0px;
    right: 8px;
    font-size: 17px;
}
.compare-item .close:hover{
    color: var(--cl-1);
}
.compare-add-btn .fa.fa-plus {
    border: 1px dashed #bdbdbd;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.compare-add-btn {
    text-align: center;
    display: block;
}
.compare-add-btn span {
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
.popupPage {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 57%);
    z-index: 100000;
    display: none;
}
.popupContent {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #707070;
    margin: 5px auto;
    width: 100%;
    max-width: 780px;
    border-radius: var(--br-0);
    position: absolute;
    vertical-align: middle;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.popupClose {
    position: absolute;
    right: 17px;
    top: 10px;
    font-size: 20px;
    z-index: 10;
}
.popupTitle {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    padding: 15px;
    font-weight: 500;
    font-size: 17px;
    padding-right: 35px;
    background-color: var(--cl-1);
    color: #fff;
}
.sc_filter-box-hangxe .k-item,.sc_filter-box-dongxe .k-item,.sc_filter-box-nam .k-item{
    padding-top: 10px;
    padding-bottom: 10px;
}
.sc_filter-box-dongxe .k-item{
    display: none;
}
.sc_filter-box-dongxe .k-item.ashow{
    display: block;
}
.sc_filter-box-hangxe a,.sc_filter-box-dongxe a,.sc_filter-box-nam a{
    font-weight: 500;
    font-size: 14px;
}
.sc_filter-box-hangxe img,.sc_filter-box-dongxe img{
    width: 45px;
    margin-right: 10px;
}
.sc_filter-box-hangxe,.sc_filter-box-dongxe,.sc_filter-box-nam{
    overflow: hidden;
    overflow-y: auto;
    max-height: 80vh;
    padding: 10px 30px;
}
.sc_filter-body .item{
    display: none;
}
.sc_filter-body .item.active{
    display: block;
}
.sc_filter-box-hangxe a.active,.sc_filter-box-dongxe a.active,.sc_filter-box-nam a.active{
    color: var(--cl-1);
    font-weight: 700;
}
.popup-Content{
    padding: 30px;
    padding-top: 15px;
}
.fTuVan input {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: var(--br-0);
    line-height: 35px;
    margin-top: 5px;
    padding: 0 15px;
}
.fTuVan-noti{
    margin-top: 15px;
}
.fTuVan-noti ul,.fTuVan-noti ol{

}
.fTuVan-noti li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    color: var(--cl-3);
    margin-right: 5px;
}
.fTuVan-noti li {
    list-style: none;
    margin-top: 0px;
}
.fTuVan button {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 0;
    background-color: var(--cl-1);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: var(--br-0);
    margin-top: 15px;
}
.woo_single-buynow:hover {
    color: #000;
}
.btn_compare {
    display: block;
    width: 100%;
    background-color: var(--cl-1);
    text-align: center;
    color: #fff;
    border-radius: var(--br-0);
    line-height: 45px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.btn_compare:hover{
    color: #fff;
}
.btn_compare.loading i{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.btn_compare.loading i:before{
    content: "\f021";
}
#loadSite {
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
}

.price ins {
    text-decoration: none;
}
.box-Compare {
    width: 100%;
    min-height: 300px;
}
#productSearchAjaxIinput {
    line-height: 38px;
    display: block;
    border-radius: var(--br-0);
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 15px;
}
.sc_box-ProductLoad .item {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f3f3f3;
    padding: 5px 0;
    align-items: center;
}
.sc_box-ProductLoad .item .image {
    flex: 0 0 60px;
}
.sc_box-ProductLoad .item .name {
    text-align: left;
    flex-grow: 1;
    padding-left: 15px;
}
.sc_box-ProductLoad .item .action {
    color: var(--cl-1);
    font-size: 12px;
    font-weight: 500;
}
.sc_box-ProductLoad .item .price {
    font-size: 12px;
    color: var(--cl-1);
}
.sc_box-ProductLoad .item .price del{
    font-size: 12px;
    color: #000;
}
.sc_box-ProductLoad {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
}
.closeSearchM{
    display: none;
}
.sc_header-mainMenu-smobile{
    display: none;
}
.sc_slide-lapdatthucte .img{
    display: block;
}
.sc_slide-lapdatthucte .img img {
    height: 250px;
    object-fit: cover;
    border-radius: var(--br-0);
}
.sc_section {
    background-color: #fff;
    border-radius: var(--br-0);
    padding: 15px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    margin-top: 30px;
}
.sc_slide-lapdatthucte .title {
    font-size: 15px;
    margin-top: 10px;
}
.sc_block-title.insec{
    margin-top: 10px;
}
.hasVideo{
    position: relative;
}
.hasVideo:before{
    background-image: url(../images/video-icon.png);
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    border-radius: 50%;
}
.sc_slide.hasnav.sc_slide-lapdatthucte .owl-prev {
    left: -40px;
}
.sc_slide.hasnav.sc_slide-lapdatthucte .owl-next {
    right: -40px;
}
.sc_block-baochi,.sc_block-chinhsachcamket{
    margin-left: -5px;
    margin-right: -5px;
}
.sc_block-baochi > *,.sc_block-chinhsachcamket > *{
    padding-left: 5px;
    padding-right: 5px;
}
.sc_block-baochi .item,.sc_block-chinhsachcamket .item{
    display: block;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: var(--br-0);
    overflow: hidden;
}
.sc_block-chinhsachcamket .item{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
}
.sc_block-chinhsachcamket .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}
.ftuvan-block-field {
    display: flex;
    justify-content: space-between;
}
.ftuvan-block-field input {
    width: 400px;
    margin-right: 10px;
    max-width: 100%;
    box-shadow: 0 3px 5px rgb(0 0 0 / 16%);
    line-height: 45px;
}
.ftuvan-block-field button {
    flex-grow: 1;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--cl-3);
    color: #fff;
    line-height: 45px;
}
.box_meta_single_gallery .row {
    margin-left: -7.5px;
    margin-right: -7.5px;

}
.box_meta_single_gallery .row > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
.box_meta_single_gallery .item {
    position: relative;
}
.box_meta_single_gallery_thumbanil img {
    width: 100%;
    height: 150px!important;
    object-fit: cover;
}
a.thumb_more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 51%);
}
a.thumb_more span {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btn_compare-cf {
    text-align: center;
    display: block;
    width: 100%;
    background-color: var(--cl-2);
    color: #fff;
    border-radius: var(--br-0);
    line-height: 40px;
}
.btn_compare-cf.btn_compare-continue{
    background-color: #6cd0cd;
}
.btn_compare-continue.loading:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    content: "\f021";
    margin-left: 10px;
}
.sb_block-xe .item:nth-child(6n+1){
    clear: left;
}
.content_p table {
    max-width: 100%;
}
.sc_blogs-home-items img {
    height: 103px;
    width: 100%;
    object-fit: cover;
}
.sc_blog-video img {
    max-height: 339px;
    object-fit: cover;
}
.toc_number:after {
    content: ".";
}
.toc_number {
    font-weight: bold;
}
.single_meta {
    display: flex;
    align-items: center;
}
.single_meta > *{
    margin-right: 15px;
}
.shareThis a {
    display: inline-block;
    width: 25px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 5px;
}
.shareThis a:hover{
    background-color: var(--cl-1);
}
.page-template-landing .sc_header-mainMenu{
    margin-bottom: 0;
}
.woocommerce-Reviews-title {
    margin-bottom: 15px;
}
#reply-title {
    display: none;
}
.woocommerce-Reviews-title {
    display: none;
}
p.comment-form-cookies-consent {
    display: none;
}
.comment-form-comment textarea,.comment-form-comment input[type="text"],.comment-form-comment input[type="email"],.woocommerce-Reviews textarea,.woocommerce-Reviews input[type="text"],.woocommerce-Reviews input[type="email"]{
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.woocommerce-Reviews input[type="submit"], .comment-form-comment button,.single-addon-comment input[type="submit"] {
    padding: 0 15px!important;
    line-height: 45px!important;
    min-width: 150px;
    background-color: #000!important;
    color: #fff!important;
    border: 0!important;
    font-weight: 500!important;
    text-transform: uppercase;
    border-radius: var(--br-0)!important;
}
.woocommerce-Reviews .form-submit,.single-addon-comment .form-submit{
    text-align: right;
}
ul.toc_list {
    font-weight: bold;
}
.sc-tasklist-row-items .content {
    text-align: justify;
    text-align-last: center;
}
.content_p * {
    max-width: 100%;
}
.triggerSearch{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    flex: 0 0 30px;
    text-align: right;
}
.triggerAllCats{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    flex: 0 0 30px;
}
.sc_header-buttons {
    display: flex;
    align-items: center;
}
.sc_header-top-menu{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.menuTopInfo{
        display: flex;
    justify-content: space-around;
}
.menuTopInfo li {
    margin-right: 25px;
    list-style: none;
}
.sc_cover {
    background-color: #339900;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.sc_cover .box{
    padding-top: 20vh;
    padding-bottom: 20vh;
    position: relative;
    z-index: 1;
}
.sc_cover h1 {
    color: #fff;
    font-size: 70px;
    line-height: 1.3;
}
.sc_cover-btn {
    background-color: var(--cl-3);
    color: #fff;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 50px;
}
.sc_cover .text {
    letter-spacing: 3px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.menuTopInfo .hot {
    color: var(--cl-3);
}
.menuTopInfo .hotline i {
    border: 2px solid #ddd;
    width: 22px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}
.menuTopInfo .hotline span {
    display: inline-block;
    font-size: 10px;
    background-color: var(--cl-1);
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    transform: translateY(-3px);
}
.cartTop {
    color: #fff;
    font-size: 19px;
    background-color: rgb(0 0 0 / 50%);
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 15px;
    position: relative;
}
.cartTop span {
    position: absolute;
    top: -13px;
    right: 0;
    color: var(--cl-2);
    font-size: 14px;
    font-weight: bold;
}
.sc_block-bgs {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}
.sc_block-bgs:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.4;
    top: 0;
    left: 0;
}
.block_products-sc {
    z-index: 1;
    position: relative;
}
.sc_block-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -15px;
    letter-spacing: 3px;
}
.sc_block-text2{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
}
.sc_block-bgs .sc_block-title{
    color: #fff;
}
.simple_itemsCats{
    color: #707070;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.simple_itemsCats a {
    display: inline-block;
    background-color: #999;
    color: #fff;
    padding: 2px 7px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 10px;
}
.sc_archive-nomarly .title {
    color: #58595b;
}
.sc_archive-nomarlys > .item:nth-child(4n+1){
    clear: left;
}
.sc_archive-nomarlys > .item{
    margin-bottom: 30px;
}
.sc_block-text3 {
    font-weight: 500;
    font-size: 29px;
    color: #3a3a3a;
    letter-spacing: 2px;
}
.sc_block-parallax{
    background-color: #02685b;
    position: relative;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
}
.sc_block-parallax .text {
    font-weight: bold;
    letter-spacing: 4px;
}
.sc_block-parallax .title {
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sc_block-parallax a.a_btn {
    background-color: var(--cl-1);
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}
.sc_block-parallax a.a_btn:hover{
    background-color: var(--cl-2);
}
.sc_block-parallax .content.text-center {
    display: block;
    width: 50%;
    margin: auto;
}
.sc_block-fomo2 svg {
    width: 64px;
    height: 64px;
    fill: var(--cl-1);
}
.sc_block-fomo2{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.sc_block-fomo2 .title {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.sc_block-fomo2 .text {
    font-size: 20px;
    margin-bottom: 70px;
}
.sc_block-fomo2 .item{
    margin-top: 30px;
    margin-bottom: 30px;
}
.sc_block-fomo2 .tText {
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-size: 19px;
    color: var(--cl-3);
}
img.sc_banner-img-1 {
    height: 520px;
    width: 100%;
    object-fit: cover;
}
img.sc_banner-img-2 {
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
img.sc_banner-img-3 {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.rowSmall{
    margin-left: -10px;
    margin-right: -10px;
}
.rowSmall > *{
    padding-left: 10px;
    padding-right: 10px;
}
.sc_banner-countdown{
    min-height: 520px;
    background-size: cover;
    background-position: center center;
    background-color: #02685b;
    position: relative;
}
.catsInPage .sc_home-cats {
    grid-template-columns: repeat(10,1fr);
    grid-gap: 15px;
}
.catsInPage a {
    color: #555;
    font-size: 14px;
    border-radius: 50%;
    margin: auto;
    display: block;
    text-align: center;
    font-weight: 500;
}
.catsInPage .sc_block-home-cat{
    margin-top: 30px;
}
.itemSlideProduct .hasVideo-icon{
    top: 10px!important;
    right: 10px!important;
}
.catsInPage a.icon {
    margin-bottom: 15px;
}
.catsInPage a.icon img {
    max-width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
}
nav.woocommerce-breadcrumb {
    width: 1260px;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    max-width: 100%;
}
.container nav.woocommerce-breadcrumb{
    padding-left: 0!important;
    padding-right: 0!important;
}
.sc_single-product-detail {
    display: flex;
    gap: 20px;
}
.sc_single-product-detail .sc_block-left{
    flex-grow: 1;
}
.sc_single-product-detail .sc_block-right{
    flex: 0 0 42%;
}
.sc_single-product-detail .sc_block-left, .sc_single-product-detail .sc_block-right {
    padding: 15px;
    border-radius: 15px;
}
.content_p h1, .content_p h2, .content_p h3, .content_p h4,.content_p h5,.content_p h6 {
    line-height: 1.3;
}
.content_p table,.table_default{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.content_p table tr:nth-child(even),.table_default tr:nth-child(even){background-color: #f2f2f2;}
.content_p table td, .content_p table th,.table_default td, .table_default th {
    border: 1px solid #ddd;
    padding: 8px;
}
section.related.products {
    background-color: #fff;
    padding-top: 30px;
}
.sc_single-product-meta a {
    color: var(--cl-1);
}
.sc_single-product-meta .posted_in,.sc_single-product-meta .tagged_as {
    display: block;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}
.woocommerce-page div.product div.summary {
    background: var(--bg-0);
    padding: 5px;
    border-radius: 15px;
    color: #fff;
}
.sc_single-product-price .price {
    color: #fff!important;
    font-size: 2.5rem!important;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
}
.woocommerce-product-details__short-description:before {
    content: "Tính năng chính";
    font-weight: 500;
    font-size: 18px;
    color: #58595b;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    display: block;
}
.woocommerce-product-details__short-description ul{
    padding-left: 20px;
}
.woocommerce-product-details__short-description li{
    margin-top: 5px;
    margin-bottom: 5px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}
.woocommerce div.product form.cart div.quantity {
    display: none;
}
.woocommerce div.product form.cart .button, .woo_single-buynow {
    width: 100%;
    padding: 0 0;
    line-height: 40px;
}
#sc_filter-allcats .popupContent {
    height: 100vh;
    border: 0;
    border-radius: 0;
    left: unset;
    top: 0;
    transform: translate(0,0);
    right: 0;
    margin: 0;
    max-width: 500px;
    right: -500px;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    opacity: 0;
}
.no-scroll #sc_filter-allcats .popupContent{
    right: 0;
    opacity: 1;
}
.popup-ContentAllCats{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 60px;
}
.popup-ContentAllCats .item {
    line-height: 3;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.sc_header-searchBox {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}
.woocommerce .woocommerce-ordering,.woocommerce-result-count{
    margin-bottom: 50px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    background: transparent;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 10px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: var(--bg-0);
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,.woocommerce form .form-row input.input-text{
    min-width: 200px;
    padding: 0 10px;
    border: 1px solid #cdcdcd;
    margin-bottom: 0;
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.select2-container .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #cdcdcd;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 0 15px;
    line-height: 38px;
    border: 1px solid transparent;
    font-weight: 500;
}
.cart_totals h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 5px;
}
.woocommerce-pagination{
    margin-top: 30px;
    font-size: 18px;
}
.triggerMenuMobile{
    display: none;
}
.sc_banner-countdown .content {
    color: #fff;
    width: 50%;
    position: absolute;
    left: 15rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}
.iCountDown {
    display: block;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.iCountDown > span:after {
    content: "" attr(data-label) "";
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}
.iCountDown > span:before{
    content: ":";
    position: absolute;
    left: 0;
}
.iCountDown > span{
    flex: 1 1 0;
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    position: relative;
    padding-left: 30px;
}
.countdown_b{
    max-width: 100%;
}
.iCountDown > span.day{
    padding-left: 0;
}
.iCountDown > span.day:before{
    display: none;
}
.sc_banner-countdown .content h3 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.1;
}
.countdown_box {
    margin-top: 10px;
}
.sc_banner-countdown .content a.btn {
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 30px;
    border-radius: 3px;
}
.itemSlideProduct .item {
    padding: 7px;
    background-color: #fff;
    border-image: linear-gradient(to bottom, var(--cl-2) 0%, yellow 50%, var(--cl-2) 100%) 1;
    border-width: 3px;
    border-style: solid;
}
.product-items-slide .owl-item:last-child .item{
    border-right:0 solid #ddd;
}
.metroInfo {
    min-height: 55px;
}
h2.woocommerce-order-details__title,h2.woocommerce-column__title{
    margin-bottom: 20px;
}
.woocommerce-customer-details address p {
    margin-top: 10px;
}
.woocommerce .woocommerce-customer-details address {
    padding-top: 15px;
    padding-bottom: 15px;
}
p.woocommerce-thankyou-order-received {
    margin-bottom: 15px;
}
.woocommerce ul.order_details li strong {
    margin-top: 10px;
}
.woocommerce-message,.woocommerce-message::before{
    color: var(--cl-2);
}
.woocommerce-message {
    border-top-color: var(--cl-2);
}
.woocommerce-page .woocommerce-message .button {
    background-color: var(--cl-2);
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
}
.woocommerce-page .woocommerce-message .button:hover{
    background-color: var(--cl-3);
    color: #fff;
}
.woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item.cart_item img {
    width: 50px;
}
.product-remove-hidden-desktop{
    display: none!important;
}

.product-item .price ins {
    color: var(--cl-1);
    font-size: 17px;
    font-weight: bold;
}
.call_to_action {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
}
.call_to_action a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 10px 0;
    border-radius: 50%;
    padding: 10px;
}
.sc_slide .owl-stage-outer.active{
    display: none!important;
}
ul#menu-top-bar {
    display: flex;
    gap: 15px;
    font-weight: 500;
}
ul#menu-top-bar li{
    list-style: none;
}
.miutl_star {
    display: flex;
    align-items: center;
}
.star-rating span::before {
    color: #f3af28;
}
.star-rating.item_product-stars{
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 5px;
}
.star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.product-img img {
    width: 100%;
    height: calc(100vw / 6);
    object-fit: cover;
}
.taskListItemsMetas .item {
    background-color: var(--cl-1);
    color: #fff;
    padding: 10px 15px;
    border-radius: 2px;
}
.taskListItemsMetas{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-bottom: 30px;
}
.taskListItemsMetas .title {
    font-size: 12px;
    opacity: 0.8;
}
.singleProduct-intro{
    background: var(--bg-0);
    padding: 5px;
    border-radius: 15px;
    color: #fff;
}
.short-description-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}
.sc_single-product-booking {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.sc_single-product-booking a, .sc_single-product-booking button {
    flex: 1;
    margin-bottom: 15px;
    background-color: #367f3d;
    color: #fff;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 15px;
}
.sc_single-product-booking a{
    background-color: #ed1e27;
}
.metaItemsTLD {
    font-size: 13px;
}
.sc_slide .metroInfo {
    min-height: 120px;
}
.product-item .metaItemsTLD .metaItem{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.sc_single-kiemduyet {
    display: flex;
    gap: 15px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0;
    padding: 15px;
    box-shadow: 0 0 5px 0px #ddd;
    align-items: center;
    font-size: 14px;
}
.sc_single-kiemduyet .avatar img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 5px 0 #ddd;
}
.sc_single-kiemduyet .name {
    font-weight: bold;
    font-size: 18px;
}
.sc_single-kiemduyet i {
    color: var(--cl-1);
    margin-right: 4px;
}
.sc_slide-baochi .owl-dots,.sc_slide-tuvan .owl-dots{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.sc_slide-baochi .owl-dot,.sc_slide-tuvan .owl-dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 3px;
}
.sc_slide-baochi .owl-dot.active,.sc_slide-tuvan .owl-dot.active{
    background-color: var(--cl-1);
    border-color: var(--cl-1);
}

.sc_baochi-slider,.sc_khachhang-slider{
    padding-top: 50px;
}
.block_title-bottom {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}
.sc_slide-khachhang .wap {
    background-color: #fff;
    box-shadow: 0 0 5px;
    border-radius: 10px;
    padding: 10px;
}
.sc_slide-khachhang .item {
    padding: 25px 5px;
    scale: 0.85;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.sc_slide-khachhang .zoom .item {
    scale: 1.1;
}
.sc_slide-khachhang .wap img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: inline-block;
    border-radius: 50%;
}
.sc_slide-khachhang .name {
    color: var(--cl-1);
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.sc_slide-khachhang .des {
    font-style: italic;
    text-align: center;
    line-height: 1.7;
    font-size: 13px;
}
.sc_slide-khachhang a:hover .des{
    color: #000;
}
.sc_tuvan-slider {
    padding-top: 50px;
}
.sc_slide-tuvan .img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}
.sc_slide-tuvan .name {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}
.sc_slide-tuvan .des{
    color: #fff;
}
.formSearchKey {
    border: 1px solid #ccc;
    width: 100%;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin-bottom: 15px;
    color: #000;
}
.sc_khachhang-slider{
    padding-bottom: 50px;
}
.filterBoxList{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
.filterBoxList select {
    border: 1px solid #ccc;
    height: 40px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 15px;
    cursor: pointer;
    color: #000;
}

form.formSearch {
    margin: auto;
    padding-bottom: 30px;
    width: 1000px;
    max-width: 100%;
}
.formSearchTitle{
    font-size: 30px;
    text-transform: uppercase;
    color: var(--cl-1);
    display: none;
}
.labelFilter {
    font-weight: 500;
    color: var(--cl-1);
}
a.addCompareButton {
    text-align: center;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    background-color: var(--cl-2);
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    text-transform: uppercase;
}
.block-tabpull-single .title {
    border: 1px solid #ddd;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.block-tabpull-single .content {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
}
.block-tabpull-single {
    margin-top: 15px;
}
.block-tabpull-single .content.social a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--cl-1);
    margin: 5px 0;
}
.block-tabpull-single .content.social a i{
    color: #000;
}
.block-nvtv-top {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.block-nvtv-top img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 20px;
}
.block-nvtv-top .single-title {
    font-size: 20px;
    color: var(--cl-1);
}
.formSearchButton {
    background-color: var(--cl-1);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 50px;
    text-align: center;
    min-width: 200px;
    line-height: 45px;
    border: 0;
    border-radius: 3px;
}
.ui-slider-tld {
    position: relative;
    margin-right: 14px;
    border: 0 !important;
    border-bottom: 1px solid #c5c5c5 !important;
    margin-top: 20px;
}
.ui-slider-handle {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: -7px;
    background-color: var(--cl-1) !important;
    border-color: var(--cl-1) !important;
    cursor: pointer;
}
.ui-slider-range {
    position: absolute;
    transform: translateX(7px);
    top: -1px;
    height: 3px;
    border-color: var(--cl-1) !important;
    background-color: var(--cl-1) !important;
}
.sc_single-product-booking a.compare {
    background-color: var(--cl-1);
}
.footer_content_info ul {
    padding-left: 20px;
}
.sc_block-hasBg{
    background-size: cover;
    background-position: center center;
    position: relative;
}
.filterHome .labelFilter {
    color: #fff;
    display: none;
}
.filterHome .formSearchKey{
    margin-bottom: 30px;
}
.filterHome {
    position: relative;
    z-index: 10;
}
.filterHome form.formSearch {
    margin-top: -22px;
}
.sc_slide_single_gallery_media .owl-prev, .sc_slide_single_gallery_media .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--cl-2);
    font-size: 40px;
}
.sc_slide_single_gallery_media .owl-prev {
    left: 5px;
}
.sc_slide_single_gallery_media .owl-next {
    right: 5px;
}
.box_meta_single_gallery a.thumb img {
    height: 130px;
    object-fit: cover;
    width: 100%;
}
a.thumb.hasVideoIcon {
    position: relative;
}
.thumb.hasVideoIcon:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16a";
    position: absolute;
    z-index: 10;
    color: var(--cl-3);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
}
.sc_block-hasBg,.sc_block-hasBg .sc_block-text2,.sc_block-hasBg .sc_block-text3,.sc_block-hasBg .sc_archive-nomarly .title{
    color: #fff;
}