

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
/* ---------------- CART PAGE ----------------------- */
body.cart {
	background: #fff;
}
.pd_saler h3 {
	font-size: 17px;
	color: #5a5a5a;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.pd_saler {
	margin-top: 20px;
}
.pd_saler p {
	display: block;
	width: 100%;
	padding-left: 25px;
	background: url(//theme.hstatic.net/1000218683/1000279933/14/check-ser.png?v=1335) left 2px no-repeat;
	padding-bottom: 0px;
	line-height: 1.4;
}
.ajaxcart .page-header {
	border: none;
	text-transform: uppercase;
	margin-top: 20px;
}
.ajaxcart .cart_header_labels > div {
	font-size: 15px;
}
.ajaxcart h2 {
	margin: 0px;
	font-size: 30px;
	height: 40px;
	line-height: 38px;
	padding: 0px;
	border: 0px;
	color: #000;
}
.page-content .ajax_content_cart {
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	overflow: auto;
}
.page-content .ajax_content_cart::-webkit-scrollbar-thumb{
	background: #e2dfdf;
}
.page-content .ajax_content_cart::-webkit-scrollbar {
	width: 8px;
}
.page-content.not-item {
	padding-bottom: 10px;
	overflow: hidden;
}
.cart_total.item {
	margin: 0;
}
.ajaxcart .cart_header_labels {
	margin: 15px 0px;
	margin: 10px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0px;
	border-top: 1px solid #e5e5e5;
}
.ajaxcart .list_product_cart {
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #aaa;
}
.ajaxcart .list_product_cart:last-child{
	border-bottom: 0;
}
.ajaxcart .product_name {
	margin: 0px;
	text-align: left;
	font-size: 14px;
	display: block;
	text-transform: none;
	letter-spacing: 0px;
}
.ajaxcart small {
	//float: left;
}
.ajaxcart__qty {
	display: inline-block;
	margin: 0;
}
input.ajaxcart__qty-num {
	width: 50px;
	height: 30px;
	text-align: center;
	border: 1px solid #7b7b7b;
	color: #222;
	padding: 0;
}
.ajaxcart .note_item .control-label {
	font-weight: normal;
	margin-bottom: 5px;
}
.ajaxcart .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.rightCart .list_button_cart {
	padding: 20px 0px 0px;
}
.ajaxcart .list_button_cart .actionCart p {
	margin: 0px 0px 15px;
	float: left;
	width: 100%;
}
.ajaxcart .list_button_cart p span {
	margin: 0;
}
.ajaxcart .list_button_cart p span.cart__subtotal-title {
	font-size: 20px;
}
.ajaxcart .list_product_cart .cpro_item.remove a {
	display: inline-block;
	font-size: 18px;
}
.ajaxcart .insButton {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 10px 20px;
	margin: 0px 5px;
}
.ajaxcart .update-cart {
	display: none !important;
}
.list_button_cart .note_item {
	margin: 20px 0px;
}
#AjaxifyCart .js-qty input[type="text"], #AjaxifyCart .ajaxcart__qty input[type="text"] {
	display: inline-block !important;
}
.cpro_item_inner span.price.product-price {
	font-size: 20px;
}
.not-item p {
	font-size: 16px;
	margin: 15px 0px;
	line-height: 1.5;
}
.ajaxcart .title a.product_name {
	margin-bottom: 10px;
}
@media screen and (max-width: 1199px){
	.engo-popup .content {
		max-width: 750px;
	}
	.ajaxcart input.btn {
		margin: 0;
		padding: 10px 20px;
	}
	.item_product .chir_loop .product_view_list span.short-des {
		display: block;
		max-height: 100px;
		overflow: hidden;
	}
}
@media screen and (max-width: 767px){
	.hidden-xs{
		display: none;
	}
	.engo-popup .content {
		max-width: 100%;
		//min-width: auto;
		width: 100%;
		height: 100%;
		padding: 5px;
		overflow: auto;
	}
	.page-content {
		max-height: 100%;
	}
	.ajaxcart .list_product_cart {
		text-align: center;
		margin-bottom: 0;
		position: relative;
		padding: 15px 0px;
		border-bottom: 1px solid #ccc;
	}
	.ajaxcart .list_product_cart .cpro_item {
		text-align: left;
	}
	.ajaxcart .list_product_cart .cpro_item.image {
		padding: 0;
	}
	.ajaxcart .product_name {
		font-size: 16px;
		font-weight: bold;
	}
	.cpro_item_inner span.price.product-price {
		font-size: 17px;
		margin-bottom: 5px;
		display: block;
	}
	.js-qty input[type="text"], .ajaxcart__qty input[type="text"] {
		width: 50px !important;
		height: 30px !important;
		line-height: 30px !important;
	}
	.js-qty__adjust, .ajaxcart__qty-adjust {
		right: auto;
		left: 65px;
	}
	.list_button_cart .note_item {
		margin: 20px 0px;
	}
	button.ajaxcart__close {
		top: 10px !important;
	}
	.ajaxcart small {
		font-size: 15px;
		margin-bottom: 5px;
		display: inline-block;
	}
}
@media screen and (max-width: 479px){
	.ajaxcart .list_product_cart .cpro_item.image {
		min-height: 130px;
	}
}
@media screen and (max-width: 370px){
	.list_button_cart .btn-outline {
		padding: 10px;
		font-size: 12px;
	}
}

@media screen and (max-width: 370px) {
    .list_button_cart .btn-outline {
        padding: 10px;
        font-size: 12px;
    }
}

.text-red {
    color: red;
}

.bg-green {
    background-color: #008933;
}

.bg-red {
    background-color: #E02C21;
}

.show-sticky {
    display: none !important;
}

.sticky-header-active .show-sticky {
    display: flex !important;
}

.rev_slider .caption,
.rev_slider .tp-caption {
    font-family: "Google Sans", Arial, sans-serif;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.news-simple .title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.news-simple .title a {
    color: #000;
    text-decoration: none;
}

.news-list-item {
    clear: both;
    margin-bottom: 5px;
    display: flex;
    background-color: #fbf7f7;
    padding: 5px;
    border: 1px solid #fbf7f7;
    cursor: pointer;
}

.news-list-item:hover {
    border: 1px solid #ccc;
}

.news-list-item .image {
    float: left;
    width: 40%;
    margin-right: 5px;
}

.news-list-item .title {
    float: left;
    width: 60%;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 73px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.news-list-item .title h4 {
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    font-size: 14px;
}

.news-list-item .title a {
    color: #000;
    text-decoration: none;
}


.product-item {
    margin-bottom: 20px;
	border: 1px solid #e8e8e8;
    padding: 0px 0 5px 0;
}
}

.product-item .img a {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: inline-flex;
}

.product-item-box{
	padding-left: 5px;
    padding-right: 5px;
}
.thumb-gallery-thumbs img{
	cursor: pointer;
}
.product-item .img a:hover img {
    opacity: 0.7;
}
.product-item:hover {
    border-color: #28a745; /* Màu viền khi hover */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}
/* Tạo lớp viền giả */
.product-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0px;
    padding: 1px;
    background: linear-gradient(90deg, #28a745, #007bff, #28a745);
    background-size: 300% 100%;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: borderMove 2s linear infinite;
}

/* Hover sẽ hiện viền chạy */
.product-item:hover::before {
    opacity: 1;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}

.product-item .img a img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.product-item .name {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 50px;
    overflow: hidden;
    padding: 0 5px;
}

.product-item .name a {
    text-align: center;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.product-item .name a:hover {
    text-decoration: none;
}

.title-line {
    display: inline-block;
    padding: 0 55px;
    position: relative;
}

.title-line:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 45px;
    border-bottom: solid 3px #d91f16;
}

.title-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    border-bottom: solid 3px #d91f16;
}

.title-h2 {
    font-weight: bold;
    color: #d91f16;
    text-transform: uppercase;
    margin: 25px 0 25px;
    text-align: center;
    font-size: 25px;
    font-size: 18px;
}
.box .title-bar-top {
    margin-bottom: 0;
}
.box .box-content{
    padding: 1px 10px;
    border-left: 2px solid #57b952;
    border-right: 2px solid #57b952;
    border-bottom: 2px solid #57b952;
}
.box-content ul li a i{
    color: #57b952;
}
.box-content ul li a{
    color: #292929;
    
}
.box-content ul li a:hover{
    color: #57b952;
    text-decoration: none;
}

.box .title-bar-top {
    margin-bottom: 0;
}
.title-bar-top {
    border-bottom: 2px solid #57b952;
    margin-bottom: 10px;
    display: block;
}

.box .title-bar-top h3.tde {
    width: 100%;
}
.title-bar-top h3.tde {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.box .title-bar-top h3.tde span {
    width: 100%;
}
.title-bar-top h3.tde span {
    background: #8bbd4c;
    padding: 10px 20px 8px 20px;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.news-items{
    margin-bottom: 20px;
}
.news-items:hover{
    box-shadow: 11px 11px 15px -6px #ddd;
}
.news-items .image{
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.news-items .title{
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
.news-items .title a{
    color: #292929;
}
.date{
    font-size: 13px;
    color: #797979;
    font-style: italic;
}
.box{
    margin-bottom: 15px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #8bbd4c;
    border-color: #8bbd4c;
}

.move-right-mobile {
    -ms-flex-order: 0;
    order: 0;
}

@media (max-width: 991px) {
    .move-right-mobile {
        -ms-flex-order: 1;
        order: 1;
    }
}
.content-text h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.logo-top{
    height: 90px;
}
@media (max-width: 600px){
.logo-top{
    height: 70px;
}
}
#header .header-logo {
    margin: 16px 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
.nav-link{
    text-decoration: none;
}
.btn-dathang{
    display: inline-block;
    padding: 19px 0;
}
.box-style-1{
    background-color: #fff;
    margin: 0 5px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.box-style-1 .service-title{
    color: #ed970e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    height: 38px;
    overflow: hidden;
}
.box-style-1 img{

}

.box-style-1 .service-detail{
    line-height: 1.5;
    height: 160px;
    overflow: hidden;
    margin-top: 10px;
    font-size: 15px;
}
.block-content h1,.block-content h2,.block-content h3,.block-content h4,.block-content h5{
    margin-bottom: 5px;
}




@media all{
    .sidebar {margin-bottom: 15px;}
    .sidebar .menu-item img._mi{display:inline-block;vertical-align:middle;}
    .sidebar .menu-item img._before{margin-right:.5em;}
    .sidebar .menu-item ._svg{width:1em;}
}

@media all{
    .sidebar img{max-width:100%;height:auto;display:inline-block;vertical-align:middle;}
    .sidebar p:empty{display:none;}
    .sidebar a,button{-ms-touch-action:manipulation;touch-action:manipulation;}
    .sidebar ins{text-decoration:none;}
    .sidebar iframe{max-width:100%;}
    .sidebar .col{position:relative;margin:0;padding:0 15px 30px;width:100%;}
    .sidebar .col-inner{border: 2px solid #8bbd4c;position:relative;margin-left:auto;margin-right:auto;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;-ms-flex:1 0 auto;flex:1 0 auto;}
    @media screen and (min-width: 850px){
        .sidebar .col:first-child .col-inner{margin-left:auto;margin-right:0;}
    }
    @media screen and (max-width: 849px){
        .sidebar .col{padding-bottom:30px;}
    }
    .sidebar .small-12{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;}
    @media screen and (min-width: 550px){
        .sidebar .medium-3{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;}
    }
    @media screen and (min-width: 850px){
        .sidebar .large-3{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%;}
    }
    .sidebar .row-small>.col{padding:0 9.8px 19.6px;margin-bottom:0;}
    .sidebar .label-hot.menu-item>a:after{content:'';display:inline-block;font-size:9px;line-height:9px;text-transform:uppercase;letter-spacing:-0.1;margin-left:4px;background-color:#000;font-weight:bolder;border-radius:2px;color:#fff;padding:2px 3px 3px;position:relative;top:-2px;}
    .sidebar .label-hot.menu-item>a:after{background-color:#b20000;}
    .sidebar .toggle{height:auto;width:45px;line-height:1;box-shadow:none!important;padding:0;color:currentColor;opacity:.6;margin:0 5px 0 0;}
    .sidebar .toggle i{font-size:1.8em;transition:all .3s;}
    .sidebar .toggle:focus{color:currentColor;}
    .sidebar .toggle:hover{cursor:pointer;opacity:1;}
    .sidebar .widget .toggle{width:1em;min-height:1em;margin:0 0 0 5px;}
    .sidebar .widget .toggle i{top:1px;font-size:1.2em;}
    .sidebar button{position:relative;display:inline-block;background-color:transparent;text-transform:uppercase;font-size:.97em;letter-spacing:.03em;-ms-touch-action:none;touch-action:none;cursor:pointer;font-weight:bolder;text-align:center;color:currentColor;text-decoration:none;border:1px solid transparent;vertical-align:middle;border-radius:0;margin-top:0;margin-right:1em;text-shadow:none;line-height:2.4em;min-height:2.5em;padding:0 1.2em;max-width:100%;transition:transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;text-rendering:optimizeLegibility;box-sizing:border-box;}
    .sidebar i[class^="icon-"]{font-family:'fl-icons'!important;speak:none!important;margin:0;padding:0;display:inline-block;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;position:relative;line-height:1.2;}
    .sidebar button i{vertical-align:middle;top:-1.5px;}
    .sidebar img{transition:opacity 1s;opacity:1;}
    .sidebar a{color:#334862;text-decoration:none;}
    .sidebar a:focus,button:focus{outline:none;}
    .sidebar a:hover{color:#000;}
    .sidebar ul{list-style:disc;}
    .sidebar ul{margin-top:0;padding:0;}
    .sidebar ul ul{margin:1.5em 0 1.5em 3em;}
    .sidebar li{margin-bottom:.6em;}
    .sidebar ul.ul-reset{margin:0;padding:0;}
    .sidebar ul.ul-reset>li{margin:0;padding:0;list-style:none;}
    .sidebar .col-inner ul li{margin-left:1.3em;}
    .sidebar button{margin-bottom:1em;}
    .sidebar p,ul{margin-bottom:1.3em;}
    .sidebar h3{color:#555;width:100%;margin-top:0;margin-bottom:.5em;text-rendering:optimizeSpeed;}
    .sidebar h3{font-size:1.25em;}
    @media (max-width: 549px){
        .sidebar h3{font-size:1em;}
    }
    .sidebar p{margin-top:0;}
    .sidebar .widget{margin-bottom:1.5em;}
    .sidebar .widget ul{margin:0;}
    .sidebar .widget li{list-style:none;}
    .sidebar ul.menu>li{list-style:none;margin-bottom:.3em;text-align:left;margin:0;}
    .sidebar ul.menu>li li{list-style:none;}
    .sidebar ul.menu>li>a{display:inline-block;padding:6px 0;-ms-flex:1;flex:1;}
    .sidebar ul.menu>li>a.active{color:#8bbd4c;font-weight: 700;}
    .sidebar ul.menu>li>a i{padding-right: 5px;}
    .sidebar ul.menu>li:before{font-family:'fl-icons';display:inline-block;opacity:.6;margin-right:6px;}
    .sidebar ul.menu>li li>a{font-size:14px;padding:3px 0;display:inline-block;}
    .sidebar ul.menu>li li>a.active{color:#8bbd4c;font-weight: 700;}
    .sidebar ul.menu>li+li{border-top:1px solid #ececec;}
    .sidebar ul.menu>li ul{margin:0 0 10px 3px;padding-left:15px;width:100%;display:none;}
    .sidebar ul.menu>li ul li{border:0;margin:0;list-style-type: circle!important;}
    .sidebar ul.menu>li.has-child{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;}
    .sidebar .icon-angle-down:before{content:"\f107";}
}



.sidebar .active>.toggle {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.sidebar .active>ul.sub-menu {
    display: block !important;
}
.sidebar h3{font-family:"Google Sans", sans-serif;}
.sidebar h3{font-weight:700;}
.sidebar h3{color:#0A0A0A;}
.sidebar button{text-transform:none;}
.sidebar a{color:#0A0506;}

.sidebar .widget a{color:#0A0204;}

.sidebar .label-hot.menu-item > a:after{content:"Hot";}
/*! CSS Used from: Embedded */
.sidebar .col-inner ul li{padding: 5px 8px;}
.sidebar .col-inner ul li:hover{background-color: #459b40;}
.sidebar .col-inner ul li:hover a{color: #fff;}

.sidebar ul.ul-reset{padding-right:5px;}
.sidebar ul.menu>li+li{border-top:1px dotted #ececec;}
.sidebar .title{background:#8bbd4c;height:40px;color:white;}
.sidebar .title h3{color:white;font-size:18px;line-height:42px;margin-left: 18px;}
.icon-menu-left{
    width:0.9em;
}
.box-block{margin-bottom: 15px;}
.box-block .col-inner{position:relative;margin-left:auto;margin-right:auto;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;-ms-flex:1 0 auto;flex:1 0 auto;background-color: #F5F2E1;}
.box-block .col-inner ul li{margin-left:1.3em;}
.box-block .box-wrapper{padding: 10px 10px; }
.box-block .title{background:#8bbd4c;height:40px;text-align:center;color:white;border-top-left-radius:4px;border-top-right-radius:4px;}
.box-block .title h3{color:white;font-size:18px;line-height:42px;}

.list-danhmuc-detail .col-inner{background-color: #f5f2e1;}
.list-danhmuc-detail .title-danh-muc{width:100%;height:40px;text-align:left;margin-bottom:10px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom:1px solid #8bbd4c;}
.list-danhmuc-detail .title-danh-muc .left span{font-family: "Google Sans", sans-serif;color:#ffffff;font-size:18px;line-height:42px;padding-left:15px;background:#8bbd4c;padding:8px;border-top-right-radius:10px;}
.list-danhmuc-detail .title-danh-muc .left{float:left;}
.list-danhmuc-detail .title-danh-muc .right{float:right;}
.list-danhmuc-detail .title-danh-muc .right a{color:#8bbd4c;float:right;padding-right:15px;line-height:40px;font-size:15px;}
.clearboth{clear:both;}
.title-page{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}
.title-product-page{
	text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}
.title-product-page:after{
	content:"";
	border-bottom: 1px dashed #ccc;
	display: inherit;
}
.text-bao-gia{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.text-qc-right-box{
    background-color: #f5f5f4;
    padding: 10px;
}
.price-box .amount{
    color: red;
    font-size: 19px;
    font-weight: 700;
}
.price_old_view{
	font-size: 18px;
	text-decoration-line: line-through;
	margin-left: 30px;
	color: #999;
}
.price-box-item{
    text-align: left;
    padding: 6px 0px 0px 0px;
}
.price-box-item .amount{
    color: red;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.title-product-related{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.share-box{
    
}

/**popup**/
.modal-content{border-radius:none}
.modal-header{text-align:center;border:none;background:#7cb733;color:#fff;padding:0}
.header-popup{padding:0 20px}
.modal-header .close {
    padding: 0;
margin-top: 10px;
border:2px solid #fff;color:#fff;font-size:27px;
opacity:1;width:34px;height:34px;text-shadow:none}
.bld-title{font-size:24px;font-weight:bold;padding:20px 0 15px}
.bld-line{font-size:16px;padding:10px 20px}

.title-form {color: #f00;font-size: 22px;}
.subtitle-form {font-size: 20px;margin: 10px 0 0;color: #2b3d4f}
.subtitle-form {color: #2b3d4f;font-weight: 400}
.modal-bodypopup{padding:15px 30px;background:#f1f0f0}
#btn_send{padding:10px 20px;border-radius:0}
.modal-body .alert{font-size:16px;line-height:23px}
.modal-dialog{margin:60px auto 20px}

.modal-header-tb{padding:10px}
.modal-header-tb .close{margin:0}
.modal-title {margin: 10px 0}

@media (min-width: 1200px) {
	.modal-dialog{width:500px}
	.logo-page{padding:10px 0;text-align:center}
	.logo-page img{height:70px}
	#search_form{padding-top:3px}
	#cssmenu a{padding:9px 17px}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.modal-dialog{width:500px}
	#cssmenu a{padding:9px 10px}
}
.page-item a{
    position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
}
.page-item a:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.title-home{
	padding: 10px 9.8px 19.6px;
	margin-bottom: 0;
	width: 100%;
	position: relative;
}
.title-home h2{
	text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    text-rendering: optimizeSpeed;
    font-family: 'Google Sans', serif;
    letter-spacing: normal;
}

.title-home h2:after {
	content: '';
    margin: auto;
    display: block;
    width: 100px;
    height: 2px;
    background: #000;
    margin-top: 10px;
	
	
}

.title-home .dividing{
	text-align: center;
    position: absolute;
    bottom: 26px;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%);
}
.title-home .dividing img{
	height: 40px;
}
.sub-title{
	text-align: center;
    width: 100%;
	margin-bottom: 20px;
}
.news-item{
	margin-bottom: 20px;
	display: table-cell;
    border-radius: var(--radius);
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 2px 10px -1px #00000042;
}
.news-item .des {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.news-item h3{
	font-size: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    padding: 8px 0;
    margin-bottom: 0;
    height: 53px;
    overflow: hidden;
}
.news-item a:hover{
	text-decoration: none;
	
}
.product-cat-home-item .col-inner{
	text-align: center;
}
.product-cat-home-item .col-inner h3 a {
	text-transform: uppercase;
	color: #444;
	font-size: 18px;
	background: #fff;
	padding: 15px 0;
	display: block;
	height: 62px;
	overflow: hidden;
}
.product-cat-home-item .col-inner h3 a:hover {
	text-decoration: none;
	color: #8bbd4c;
}

.about-home-content{
	color: #fff;
	text-align: justify;
	color: #fff;
	text-align: justify;
	background-color: #00000085;
	padding: 20px;
	border-radius: 20px;
	min-height: 480px;
}
.about-home-content p{
	color: #fff;
	margin-bottom: 0;
}
.about-home-content a{
	color: #fff;
}

.why-item .col-inner{
	text-align: center;
}
.why-item .col-inner img{
	height: 60px;
	width: auto;
	margin: auto;
}
.why-item .col-inner span{
	display: block;
	padding-top: 20px;
	font-weight: bold;
	color: #444444;
	font-size: 1.25em;
	width: 100%;
	margin-bottom: .5em;
	text-rendering: optimizeSpeed;
}
.why-item .col-inner p{
	margin-bottom: 1.3em;
}
.service-home-item .catesimg{
	position: relative;
}
.service-home-item .catesimg .title-service-home{
	position: absolute;
	background-color: rgb(0 0 0 / 55%);
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 5px;

}
.service-home-item .catesimg .title-service-home a{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.service-home-item .catesimg .title-service-home a:hover{
	text-decoration: none;
	color: #8bbd4c;
}
.page-title{
	color: #fff;
    font-weight: 700;
    border-left: 3px solid #8bbd4c;
    padding-left: 10px;
    font-size: 140%;
}
.logo-about{
	width: 100%;
    border-radius: 75px;
    opacity: 0.95;
}
#header .header-nav-main nav >ul li> ul.dropdown-menu li{
	border-bottom: unset;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#header .header-nav-main nav >ul li> ul.dropdown-menu li a{
	font-size: 13px;
    font-style: normal;
    line-height: 30px;
    padding: 0px 8px;
    margin: 1px 0;
    border-radius: 4px;
    text-align: left;
	color: #000;
}
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a:before {
    content: '+';
    padding-right: 5px;
}
.dropdown.dropdown-mega.open{
	background-color: #ededed;
}
.dropdown.dropdown-reverse.open{
	background-color: #ededed;
}

.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: .8em;
    padding: 7.5px 0;
	margin-top: 20px;
}
/* Sidebar contact*/
.sidebar-contact {
    position: sticky;
    top: 100px;
    padding: 11px 20px 20px 20px;
    background: #fff;
    border-left: 2px solid #eee;
    font-family: Arial, sans-serif;
}

.box {
    margin-bottom: 30px;
}

.title-sidebar {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}

.title-sidebar.green {
    color: #28a745;
}

.title-sidebar.green::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #007bff;
    margin-top: 5px;
}

.list-commit,
.list-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-commit li,
.list-contact li {
    margin-bottom: 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.list-commit img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
}
.list-contact img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex-shrink: 0;
}
/* End Sidebar contact*/
/* Cho bảng nằm trong khung cuộn khi trên thiết bị nhỏ */
.fix-image .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Tuỳ chọn style thêm nếu bạn dùng Bootstrap 3 trở lên */
.fix-image table {
    width: 100% !important;
    margin-bottom: 1rem;
}
@media(min-width: 900px){
.box-detail {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}
}
.box-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.box-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50%;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
}
.custom-box{
	border-radius: 10px;
    border: 1px solid #ececec;
}
.mr-top{
	margin-top: 5px;
	
}
#thumbGalleryThumbs .owl-item {
  width: 80px !important;          
  margin-right: 1px !important;    
}

.custom-box-thumb {
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: border-color 0.3s ease;
}

.custom-box-thumb:hover {
    border-color: #28a745;
}

.custom-box-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.product-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    overflow: hidden;
    padding: 10px;
}

.product-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.product-item .img-box-dich-vu img {
    border-radius: 6px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.product-summary {
    font-size: 15px;
}

.product-name {
    font-weight: bold;
    margin-bottom: 6px;
}

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

.product-rating .star {
    color: #FFA500; /* màu vàng cam */
    font-size: 20px;
    margin-right: 2px;
}

.product-sold {
    font-size: 14px;
    color: #333;
}
.content h1,
.content h2,
.content h3,
.content h4 {
    color: #2c3e50;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    position: relative;
}

.content h1 {
    font-size: 28px;
    border-left: 5px solid #3498db;
    padding-left: 10px;
}

.content h2 {
    font-size: 24px;
    border-left: 4px solid #2980b9;
    padding-left: 8px;
}

.content h3 {
    font-size: 20px;
    color: #34495e;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.content h4 {
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
@media (min-width: 992px) {
  .sidebar-box-news {
    position: sticky;
    top: 80px; /* chỉnh khoảng cách tùy theo chiều cao header */
    z-index: 9;
  }
  
}
@media (max-width: 767px) {
  

  /* Tiêu đề - giới hạn 3 dòng, chữ nhỏ hơn */
  .product-item .name a {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* số dòng tối đa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.4;
    height: calc(1.4em * 3); /* chiều cao tương ứng 3 dòng */
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-top: 8px;
    display: block;
  }

  .dv-lg{
	  display: flex !important;
  }
  .product-summary {
    margin-top: 10px;
    font-size: 13px;
  }

  /* Tách product-meta thành 2 hàng */
  .product-meta {
    display: block;
    text-align: center;
  }

  .product-meta .product-rating {
    color: #f39c12;
  }

  .product-meta .product-sold {
    color: #888;
    font-size: 12px;
  }

  /* Giá */
  .price-box-item {
    text-align: center;
  }

  .price-box-item .amount {
    font-size: 16px;
    font-weight: bold;
    color: #e74c3c;
  }
}
.price-wrapper {
			display: flex;
			align-items: center;
			gap: 15px; /* khoảng cách giữa 2 giá */
			flex-wrap: nowrap;
		}


		.price-old-box-item .price_old > span {
			text-decoration: line-through;
			color: #999;
		}

		.price-box-item .price {
			color: #e53935;
			font-weight: bold;
		}

		@media screen and (max-width: 768px) {
			.price-wrapper {
				flex-direction: column;
				align-items: center;
				text-align: center;
				 gap: 1px !important;
			}

			.price-box-item,
			.price-old-box-item {
				margin: 0 !important;
				padding: 0 !important;
				line-height: 1.3;
				font-size: 15px;
			}
			
		}
@media (max-width: 549px){
		.bottom-contact1 {
			display: block;
			position: fixed;
			bottom: 0;
			background: white;
			width: 100%;
			z-index: 99;
			box-shadow: 2px 1px 9px #dedede;
			border-top: 1px solid #eaeaea;
		}
		.bottom-contact1 ul li {
			border-right: 1px solid #f3efef;
			width: 25%;
			float: left;
			list-style: none;
			text-align: center;
			font-size: 13.5px;
		}

		.bottom-contact1 ul li img {
			width: 35px;
			margin-top: 10px;
			margin-bottom: 0px;
		}
		.bottom-contact1 ul li span {
			color: #000;
			font-size: 12px;
		}
		a {
		text-decoration: none;
		}
		}
		@media(max-width: 600px){
		.hidden-xs{
			display: none;
		}
		}
.about-img-home {
  overflow: hidden;
  border-radius: 8px;
}

.about-img-home img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-img-home:hover img {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}


.about-text-home{
	padding: 10px 0;
	text-align: justify;
}
.btn-xem-them {
  display: inline-block;
  padding: 12px 24px;
  background-color: #8bbd4c;
  color: #fff;
  text-decoration: none;
  
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(139, 189, 76, 0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.btn-xem-them:hover {
  background-color: #76a63c; 
  box-shadow: 0 6px 16px rgba(139, 189, 76, 0.5);
  transform: translateY(-2px);
  color: #fff; 
  text-decoration: none;
}
.btn-lien-he {
	margin-left: 20px;
  display: inline-block;
  padding: 12px 34px;
  background-color: #3f6e02;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(139, 189, 76, 0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.btn-lien-he:hover {
  background-color: #76a63c; 
  box-shadow: 0 6px 16px rgba(139, 189, 76, 0.5);
  transform: translateY(-2px);
  color: #fff; 
  text-decoration: none;
}


.title{
    font-weight: 600;
	text-transform: none;
	font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 5px;
    overflow: hidden;
}

.title a{
	color:#000;
}
.title a:hover{
	text-decoration: none;
}
.tittle-ab-home {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.tittle-ab-home::after {
  content: "";
  position: absolute;
  left: 0;                   
  bottom: 0;
  width: 60px;               
  height: 3px;               
  background-color: #8bbd4c; 
  border-radius: 2px;
}
.why{
	background: rgb(233 235 233 / 28%);
    padding: 40px 0 40px 0;
}
.why-img{
	float: left;
}
.why-img img{
	max-width: 85px;
	margin-right: 20px;
}
.why-tt{
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
@media(max-width: 600px){
	.why-img img {
    max-width: 69px;
	}
	
	.why-box{	
		border-bottom: 1px solid #e2e2e2;
		margin-bottom: 30px;
		}
}
	.logo_partner{
		padding: 15px;
		border: 1px solid #ddd;
		border-radius: 10px;
		margin-right: 3px;
	}
.content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.name h2,h3 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
	text-transform: none;
}
.title-product-related h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
	font-size: 18px !important;
	font-weight: 600;
}

.title-product-related h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 3px;  
    background-color: #000; 
	
	text-transform: uppercase;
}

