﻿/*
Theme Name: Web Khoi Nghiep
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* =========================
BUTTON
========================= */
@media (max-width: 849px) {
    .header-main li.html.custom {
        display: block !important;
    }
}
.html .btn-open-popup{
	background:#d9b36a ;
	padding:5px 15px;
	border-radius:10px;
}
.html .btn-open-popup a{
	font-weight:bold
}
.html .btn-open-popup:hover{
	background:c89b48 
}
.row-revew .col{
	max-width:20%
}
.blog-post-inner .button{
	padding:2px 5px;
}
.sticky-add-to-cart--active, #wrapper, #main, #main.dark,.blog-wrapper{
	background-color:#faf6e8 !important
}
#content .button,.btn-tiktok{
	background:#d9b36a !important
}
#content .button:hover,.btn-tiktok:hover{
	background:#c89b48 !important;
	box-shadow:none !important
}
.header-button .button span{
	color:var(--primary-color)
}
#footer{
	border:1px solid #a8be8d
}
#content *,#main *,#footer *{
	color:#145c43 ;
}
.box-text .button{
	color:#d69c52
}
.box-category h5{
	height:44px
}
.box-category .box-text{
	padding-bottom:0
}
.social-icons{
	color:white !important
}
.product-thumbnails a{
	height:100px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.product-thumbnails img{
	object-fit:contain;
	height:100%
}
.product-gallery-slider a{
	height:480px;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
.product-gallery-slider img{
	object-fit:contain;
	height:100%
}
.text-bando iframe{
	border:0; border-radius:10px;border:1px solid #a8be8d !important;height:200px !important
}
.post-title a{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.from_the_blog_comments{
	display:none;
}
.product-small .box-image a{
	height:300px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	
}
.product-small .image-zoom,.product-small .image-cover{
	padding-top:0 !important;
}
.product-small img{
	object-fit:contain;
	height:100%
}
body.woocommerce #reviews #comments ol.commentlist li .comment-text .devvn_review_mid p{
	color:white
}
.store-address-filter{
    margin-top:14px;
}

.store-address-filter select{
    width:100%;
    height:52px;
    border:1px solid #ddd;
    border-radius:14px;
    padding:0 16px;
    box-shadow:none;
}
.store-search{
    margin-top:14px;
}

.store-search input{
    width:100%;
    height:52px;
    border:1px solid #ddd;
    border-radius:14px;
    padding:0 16px;
    font-size:14px;
    transition:.3s ease;
    box-shadow:none;
}
h1.shop-page-title{
	display:none
}
.store-search input:focus{
    border-color:#143b36;
    box-shadow:0 0 0 3px rgba(20,59,54,.08);
}
.btn-hethong-cuahang{
    margin-top:15px;
    position:relative;
    z-index:20;
}

.btn-hethong-cuahang a{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:14px;
    border-radius:14px;
    background:#d69c52;
    color:#fff;
    font-size:16px;
    font-weight:700;
    transition:.3s ease;
	text-transform:uppercase
}

.btn-hethong-cuahang a:hover{
    transform:translateY(-2px);
    color:#fff;
}



/* =========================
OVERLAY
========================= */
.store-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:9998;
    display:none;
}



/* =========================
POPUP
========================= */
.store-popup{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(.9);
    width:95%;
    max-width:700px;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
	min-height:700px
}

.store-popup.active{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,-50%) scale(1);
}



/* =========================
HEADER
========================= */
.store-popup-header{
    background:#143b36;
    padding:20px 24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.store-popup-header h3{
    margin:0;
    color:#fff;
    font-size:22px;
}

.close-store-popup{
    color:#fff;
    font-size:30px;
    cursor:pointer;
    line-height:1;
}



/* =========================
FILTER
========================= */
.store-filter{
    padding:20px;
    border-bottom:1px solid #eee;
}

.store-filter select{
    width:100%;
    height:52px;
    border-radius:14px;
    border:1px solid #ddd;
    padding:0 16px;
    box-shadow:none;
}



/* =========================
LIST
========================= */
.store-list{
    padding:20px;
    max-height:500px;
    overflow:auto;
}



/* =========================
ITEM
========================= */
.store-item{
    display:block;
    padding:20px;
    border:1px solid #eee;
    border-radius:18px;
    margin-bottom:16px;
    transition:.3s ease;
}

.store-item:hover{
    border-color:#a8be8d;
}

.store-item h4{
    margin:0 0 12px;
    color:#143b36;
    font-size:18px;
    font-weight:700;
}

.store-item p{
    margin-bottom:10px;
    line-height:1.6;
}



/* =========================
BUTTONS
========================= */
.store-contact{
    display:flex;
    gap:12px;
    margin-top:16px;
}

.store-contact a{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 10px;
    border-radius:14px;
    color:#fff;
    font-weight:700;
    transition:.3s ease;
}

.btn-call{
    background:#143b36;
}

.btn-zalo{
    background:#d69c52;
}

.store-contact a:hover{
    transform:translateY(-2px);
    color:#fff;
}



/* =========================
MOBILE
========================= */
@media(max-width:768px){

    .store-popup{
        width:92%;
    }

    .store-contact{
        flex-direction:column;
    }

}



.thongtincoso .socoso{
	border-radius:50%;
	background: #f6f1dc;
	padding:5px;
	margin-right:10px;
	color:white
	
}
.row-co-so .col-image-coso,.row-co-so .col-thongtincoso,.row-co-so .col-diachi{
	min-width:27%
}
.col-diachi p{
	margin-bottom:0
}
.row-co-so .col-chiduong{
	max-width:15%
}
.thongtincoso i{
	color:#d69c52
}
.col-image-coso img{
	border-radius:10px;
	border:1px solid #a8be8d
}
.row-co-so .col{
	padding:0
}
.thongtincoso .tencoso{
	color:#d69c52;
	font-size:20px;
	margin-bottom:20px;
}
.thongtincoso p{
	margin-bottom:10px;
}
.row-co-so{
	border-radius:10px;
	border:1px solid #a8be8d;
	padding:5px;
	display:flex;
	column-gap: 15px;
	margin-bottom:15px;
	padding-left:5px !important;
	padding-right:5px !important;
}
.section1-hethong .col{
	padding-bottom:0
}
.section1-hethong .row{
	padding:15px 0
}
.text-hethong p,.text-hethong h1{
	margin-bottom:10px
}
.ux-builder .tiktok-slider-wrapper {
    min-height: 400px !important;
}
.ux-builder .flickity-viewport {
    height: auto !important;
    min-height: 350px !important;
    overflow: visible !important;
}

/* DOTS */
.tiktok-slider-wrapper .flickity-page-dots .dot{
    background:#ffd700 !important;
}
.flickity-prev-next-button .arrow {
	    fill: #d69c52;
    border-color: #d69c52;
    transition: all .3s;
}
.flickity-prev-next-button:hover .arrow{
	fill: white;
}
.flickity-prev-next-button svg,.slider .flickity-prev-next-button:hover .arrow, .slider .flickity-prev-next-button:hover svg{
	fill:white;

}
.tiktok-slider-wrapper .flickity-button-icon:hover{
	background:#d69c52;
	border-radius:50%;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button{
	    opacity: .7;
    transform: none !important;
}
.section-testimonial{
	border-top:1px solid #d69c52;
	border-bottom:1px solid #d69c52
}
.text-danhgia a{
	background:#d69c52;
	border-radius:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
	padding:10px 10px;
	border:none;
	color:black;
	width:fit-content;
}

.text-danhgia a span{
	display:flex;
	align-items:center;
	gap:8px;
	color:black;
	font-size:14px;
	text-transform:capitalize;
	font-size:400;

}
.text-danhgia .star-danhgia i{
	color:#d69c52
}
.text-danhgia a:hover span,.text-danhgia a:hover span:before,.text-danhgia a:hover span:after{
	color:white
}
.text-danhgia a span:after{
	font-family:"Font Awesome 7 pro";
	font-weight:900;
	color:black;
	margin-left:25px;
}
.text-danhgia a span:before{
	
	font-family:"Font Awesome 7 Brands";
	font-weight:400;
	color:black;
	font-size:20px;
	margin-right:5px;
}
.text-danhgia a span:before{
	content:"\e07b";
}

.text-danhgia a span:after{
	content:"\f061";
}
.icon-danhgia{
	display:flex;
	align-items:center;
	
	gap:10px;
}
.icon-danhgia i{
	color:wheat
}
.icon-danhgia:before,
.icon-danhgia:after{
	content:"";
	width:120px;
	height:1px;
	background:wheat;
	display:block;
}
[data-testid="layer-component"]{
    display:none
}
.text-danhgia p{
	margin-bottom:10px
}
#ext-bottom-navigation .bottom-navigation-item .icon{
	height:unset
}
.div-no-padding{
    padding-bottom: 0px !important;
}
thead .product-name{
    border: none;
}
.woocommerce-cart-form__contents  button.primary.mt-0 {
    background: #D69C52; !important;
}
#customer_details,.woocommerce-checkout .large-5 .has-border,.woocommerce-cart-form,.cart-collaterals{
    border: 1px solid #D69C52 !important;
    padding: 20px !important; 
    border-radius: 10px !important;
}
.message-container,.button-continue-shopping{
    color: #D69C52 !important;
}
.div-form-tong .wpcf7-submit{
    background: #D69C52 !important;
}
p.form-row-first, p.form-row-last{
    width: 100%;
}
.wpcf7-spinner{
    display: none;
}
.single-page{
    padding-top: 0px;
}
.row-anh .box-text{
    margin: auto;
    position: absolute;
    z-index: 10;
    opacity: 0;
    padding: 10px;
    background: #f6f1dc;
    color: #fff;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    left: 28px;
    right: 30px;
    width: 83%;
    top: 30px;
    bottom: 30px;
    /* transform: scale(0.6); */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: scale(0.6);
}
.row-anh .box-text h4{
    color: #d69c52;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
}
.row-anh .box-text p {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}
.row-anh .box:hover .box-text{
        opacity: 1;
  transform: scale(1);
}
.product-page-price span.amount{
    font-size: 24px;
    color: white !important;
}
.post-sidebar aside .widget-title ,#shop-sidebar aside .widget-title,#product-sidebar  aside .widget-title{
    position: relative;
    font-size: 15px;
    font-weight: 700;
    background: #d69c52;
    color: #fff;
    padding: 10px 17px;
    text-transform: uppercase;
    border-radius: 8px 8px 0 0;
    display: block;
}
.product_list_widget span.amount{
    color: #d83a3a  !important;
}
.post-sidebar aside ul,#shop-sidebar aside ul,#product-sidebar aside ul{
        border: 1px solid #d69c52;
    padding: 10px 15px;
    border-radius: 0 0 8px 8px;
    border-top: 0;
}
.header-nav-main > li.current-menu-item > a,.header-nav-main > li:hover > a{
color: #D69C52 !important;
}
.row-divided>.col+.col:not(.large-12){
    border-left: none;
}
.box-category:after{
        content: " ";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    transition: all 0.5s;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #d69c52;
    opacity: 0;
    transition: all 0.8s ease;
    z-index: -1;
    border-radius: 8px;
}
.product-category:hover .box-category:after{
    opacity: 1;
}
.anh-zoom .img .image-zoom{
    padding: 30px;
}
.product-category h5{
    text-transform: initial !important;
    font-size: 17px;
}

.section-testimonial .testimonial-box:after{
    content: url('images/phay.png');
      position: absolute;
    right: 21px;
    top: 19px;

}
.section-testimonial .flickity-page-dots{
        bottom: -25px !important;
}
.section-testimonial .flickity-page-dots li{
    border-color: #D69C52 !important;
    background: #D69C52 !important;
}
.title-kieu,.banner h1{
       font-family: 'Dancing Script', cursive;
}
.section-thuc-don .tabbed-content li.tab a{
    margin-bottom: 10px;
        border-radius: 7px;
    border: 1px solid;
    text-transform: inherit;
    font-size: 16px;
    margin-right: 17px;
}
.section-thuc-don .tabbed-content li.tab.active a,.section-thuc-don .tabbed-content li.tab:hover a{
    background: #D69C52 !important;
    border-color: #D69C52 !important;
}
.div-tin-tuc .col:nth-child(2) .box-image, .div-tin-tuc .col:nth-child(4) .box-image {
    top: 245px;
}
.div-tin-tuc .col:nth-child(2) .box-text, .div-tin-tuc .col:nth-child(4) .box-text {
    position: absolute;
    top: 0px;
    background: #f6f1dc;
    padding: 25px;
        border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
     border-bottom-left-radius:unset !important;
      border-bottom-right-radius:unset !important;
}
.div-tin-tuc .box-text,.blog-archive  .box-text{
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.div-tin-tuc .box-text .from_the_blog_excerpt ,.blog-archive .box-text .from_the_blog_excerpt{
        border-bottom: 1px solid #a8be8d;
    padding-bottom: 14px;
}
.section-danh-muc .box-category{
border: 1px solid #a8be8d;
    border-radius: 8px;
    padding: 26px;
	background:#f6f1dc
}
b,strong{
    font-weight: bold;
}
.is-divider{
    display: none;
}
.div-tin-tuc .box-text h5.post-title{
        font-size: 20px;
    margin-bottom: 10px
}
.div-tin-tuc .box-text button,.blog-archive .post-item .box-text button{
    color: #d69c52;

    text-transform: inherit;
    font-weight: normal;
    font-size: 15px;
    float: right;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
    margin-top: unset !important;
}
.div-tin-tuc .col:nth-child(2) .box-image img {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.div-tin-tuc  .box-text,.blog-archive .post-item .box-text{
      padding: 25px;
}
.row-icon .icon-box{
	background:#f6f1dc;
	padding:10px;
	border-radius:15px;
	border:1px solid #a8be8d
}
.row-icon .p-so{
        font-size: 55px;
    margin-bottom: 0px;
    line-height: 55px;

}
.section-tin-tuc .post-item .box-image img,.blog-archive .post-item .box-image img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.section-tin-tuc .box-text{
    background: #f6f1dc;
        min-height: 245px;
}
.blog-archive .post-item .box-text{
    background: #000000;
      
}
.section-testimonial .icon-box{
    background: #143b36;
    padding: 60px;
    border-radius: 8px;

}
.product-small .add-to-cart-button{
    position: absolute;
    left: 25%;
    margin-top: 2px;
}
.product-small .add-to-cart-button a{
    background: #D69C52 !important;
    border-radius: 4px;
    padding: 5px 15px;
    text-transform: inherit;
    font-weight: normal;
    font-size: 13px;
}
.price-wrapper .price del{
        color: #d83a3a !important;
}
.home .product-small,.product-small .product-small{
        margin-bottom: 30px;
        border: 1px solid #a8be8d;
    padding: 7px 7px 15px;
    position: relative;
    background-color: #f6f1dc;
    box-shadow: 4px 4px #acacac;

}
.title-index {
    margin-bottom: 30px;
    text-align: center;
}
.title-index br{
    display: none;
}
.title-index h2 {
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: inline;
    font-family: 'Dancing Script', cursive;
    padding: 0 20px;
    font-weight: 500;
}
.product-small span.amount{
        color: #d83a3a !important;
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
}
.product-small .product-title a{
    color: black;
}

.title-index h2:before {
    content: "";
    position: absolute;
    background-image: url(images/dish.png);
    width: 45px;
    height: 43px;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    background-size: cover;
}
.title-index h2:after {
    content: "";
    position: absolute;
    background-image: url(images/dish.png);
    width: 45px;
    height: 43px;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) rotateY(-180deg);
    background-size: cover;
}
/*Nut goi dien thoai*/
.call-now img{
    width:80px;
}
.call-now {
        right: 10px;
    top: 157px;
    height: 50px;
    /* min-width: 200px; */
    position: fixed;
    /* background-color: #e67e22; */
    border-radius: 0 25px 25px 0;
    /* box-shadow: 0 1px 2px rgba(0,0,0,.8); */
    z-index: 998;
}
.call-now .btn-call-now i {
    position: absolute;
    color: #e67e22;
    background-color: #fff;
    font-size: 35px;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e67e22;
}
.call-now .btn-call-now p {
    color: #fff;
    font-size: 14px;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.call-now .btn-call-now strong {
    display: block;
    font-size: 18px;
}
/*end nut goi*/
.section-dat-ban .div-form-tong ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.section-dat-ban  .div-form-tong :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.section-dat-ban .div-form-tong ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
.section-dat-ban .div-form-tong select option{
    color: black !important
}
.section-dat-ban .div-form-tong input,.section-dat-ban .div-form-tong select{
color: white;
    background: transparent;
    border-radius: 5px;
}

.section-thuc-don .box-category .box-image{
        border: 5px solid white;
}
.section-thuc-don .box-text .count{
    display: none;
}
.div-dat-ban{
    text-align: center;
}
.div-dat-ban p,.div-dat-ban h3{
    color: white;
}
.section-chi-duong .accordion .toggle{
left: unset !important;
right: 0 !important;
}
.links>li>a:before, i[class^="icon-"], i[class*=" icon-"]{
   
   
}
.div-menu{
    padding-bottom: 0px;
}
h3.tinh-hoa{
        margin-bottom: 0px;
 
    text-align: center;
}
.section-chi-duong .active .icon-angle-down:before {
    content: "\f056" !important;
}
.section-chi-duong  .icon-angle-down:before {
    content: "\f055";
}
.title-tin-tuc{
     color: #e74c3c;
     text-transform: uppercase;
}

.title-home{
    
    text-transform: uppercase;
        font-weight: bold;
    color: #e74c3c;
    font-size: 27px;
}
.star-rating span:before{
    color: yellow;
}
.div-khach-hang p,.div-khach-hang h3{
    color: white;
}
.div-form{
    padding: 10px
}
.ui_tpicker_timezone{
    display: none !important
}
.ui-datepicker dl dt,.ui-datepicker  dl dd{
    display: block ;
}
.div-khach-hang{
     background-color: #e62b4c;
        background-image: url(images/feedback-bg-left.png);
    background-repeat: no-repeat;
    background-position: 0 100%;

}

.section-gioi-thieu{
 
}
.box-default.box-feature-figure .figure {
    background: none;
    padding: 0px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}
.box-feature-figure .figcaption {
    text-align: center;
    background-color: #ff8d00;
}
.box-feature-figure .figure {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    background: #FFF;
    padding: 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.box-feature-figure:hover .figcaption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: #FFF;
}
.box-feature-figure:hover .figcaption h3 {
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
}
.box-feature-figure:hover .figure {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
}

.flex-right ul li a{
	
	font-size: 13px;
}
.box-feature-figure .figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 5px;
}
/*Màu sắc button*/
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
}
.button.facebook,.button.facebook:not(.is-outline), .button.facebook:hover {
color: #fff;
    background-color: #446084;
    border-color: #446084;
}
.button.twitter,.button.twitter:not(.is-outline), .button.twitter:hover {
	color: white !important;
   background : #2478ba !important;
    border-color: #2478ba;
}
.button.email,.button.email:not(.is-outline), .button.email:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}
.button.pinterest,.button.pinterest:not(.is-outline), .button.pinterest:hover {
color: #fff !important;
    background-color: #cb2320  !important;
    border-color: #cb2320  !important;
}

.button.google-plus,.button.google-plus:not(.is-outline), .button.google-plus:hover {
color: #fff !important;
    background-color: #dd4e31 !important;
    border-color: #dd4e31  !important;
}
.button.linkedin,.button.linkedin:not(.is-outline), .button.linkedin:hover {
color: #fff !important;
    background-color: #0072b7 !important;
    border-color: #0072b7     !important;
}

.single-date{
        border-bottom: 1px dashed #ededed;
}
h1.entry-title{
    font-size: 24px !important;
}
/*Kết thúc màu sắc*/



footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}
.page-number.current{
	color:white !important;
}
@media(max-width:1024px){
.row-revew .col{
	max-width:25%
}
	.product-small .box-image a{
	max-height:250px;
	min-height:250px;
	display:flex;
	justify-content:center;
	align-items:center;
	
}
.product-small .image-zoom{
	padding-top:0 !important;
}
.product-small img{
	object-fit:contain;
	max-height:250px;
	min-height:250px;
}
	.text-danhgia p{
		font-size:14px !important
	}
	.text-danhgia h2{
		font-size:20px !important
	}
	.video-preview{
		height:200px !important
	}
	.row-co-so{
		display:flex;
	overflow-x:auto;
	scroll-behavior:smooth;
	gap:20px;
	padding:10px 5px 10px;
	scroll-snap-type:x mandatory;
		flex-wrap:nowrap;
		overflow-y:hidden
		
	}
	.row-co-so .col{
		min-width:40%;
		croll-snap-align:start;
	}
	.row-co-so .col-chiduong{
		min-width:20%;
		croll-snap-align:start;
	}
	/* THANH SCROLL */
.row-co-so::-webkit-scrollbar{
	height:10px;
}

.row-co-so::-webkit-scrollbar-track{
	background:#143b36;
	border-radius:999px;
	box-shadow:inset 0 0 6px rgba(0,0,0,.25);
}

.row-co-so::-webkit-scrollbar-thumb{
	background:linear-gradient(90deg,#d69c52,#f0c27b,#d69c52);
	border-radius:999px;
	border:2px solid #143b36;
	transition:.3s ease;
}

/* HOVER */
.row-co-so::-webkit-scrollbar-thumb:hover{
	background:linear-gradient(90deg,#f5d39b,#d69c52,#b97f35);
}

/* FIREFOX */
.row-co-so{
	scrollbar-color:#d69c52 #143b36;
	scrollbar-width:thin;
}
}
@media(min-width: 1023px){
    .post-sidebar,#product-sidebar{
        padding-right: 0px !important;
    }
}
@media(max-width: 855px){
    .row-anh .box-text{
        left: 16px;
    }
    .row-anh .box-text h4 {
  
    font-size: 12px;
    line-height: 22px;
    
}
    .row-anh .box-text p {
    font-size: 12px;
    font-style: normal;
    line-height: 23px;
  
}
    .section-danh-muc .box-category {

    padding: 10px;
}
    .product-small .add-to-cart-button {

    left: 15%;
    margin-top: 2px;
}
.product-small .price{
height: 36px;
overflow: hidden;
}
    .title-index h2 {
    font-size: 28px;}
    .section-banner .banner{
            padding-top: 200px !important;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.row-revew .col{
	max-width:33%
}
	.row-icon .icon-box{
		flex-direction:column;
		justify-content:center;
		align-items:center
	}
	.row-icon .icon-box .icon-box-text{
		padding-left:0
	}
	.video-preview{
		height:250px !important
	}
		.row-co-so .col{
		min-width:60%;
		croll-snap-align:start;
	}
	.row-co-so .col-chiduong{
		min-width:30%;
		croll-snap-align:start;
	}
    .text-danhgia h2 {
        font-size: 42px !important;
    }
	.text-danhgia .super-text{
		font-size: 36px !important;
	}.text-danhgia p {
        font-size: 16px !important;
    }
	.text-danhgia a span{
		font-size:16px;
	}
	
}
@media(max-width:499px){
	.product-category h5{
		height:66px !important
	}
	.row-revew .col{
	max-width:50%
}
		.row-co-so .col{
		min-width:80% !important;
		croll-snap-align:start;
	}
	.row-co-so .col-chiduong{
		min-width:45% !important;
		croll-snap-align:start;
	}
	.product-gallery-slider a{
		height:395px
	}
	.row-icon .p-so{
		display:flex;
		justify-content:center;
	}
	.text-danhgia{
		text-align:center !important;
	}
	.text-danhgia p{
		display:flex;
		justify-content:center;
	}
	.text-danhgia h2 {
        width:unset !important;
    }
}
.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}

.entry-content p {
  color: white;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

#content ul,
.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: white;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

#content ol,
.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: white;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content > div{
  overflow: auto;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}



