/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
}
@font-face {
font-family: 'UTM Hanzel';
src: url(fonts/UTM-Hanzel.ttf);
}
body .call-now-button .call-text {
    font-weight: bold;
    font-size: 20px;
}
.nav-dropdown-has-border .nav-dropdown {
    padding: 0;
}
.nav-dropdown li:hover > a {
    color: #d22234;
}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}

.abouts-us-title-home span,
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    font-family: 'UTM Hanzel';
    font-weight: 300;
}

.tieude-tc span {font-family: 'UTM Hanzel'; font-weight: 300;}


#content .widget .is-divider {
	display: none;	
}
.blog-single  .entry-header .entry-header-text {
	padding-bottom: 0;
}
.entry-content.single-page {
	padding-top: 0;
}
body .header-full-width .container {
	max-width: 1340px !important;
}
#logo a {
	position: relative;
}
#logo a:before {
	content: '';
    display: block;
    width: 999999px;
    background: #fff;
    position: absolute;
    left: -999999px;
    top: 0;
    z-index: 1;
    height: 100%;
}
#logo a img {
	position: relative;
	z-index: 222;
}
.header-nav .searchform-wrapper form {
    width: 400px;
    left: -260px;
}
/* */
.row-tamnhin .icon-box .icon{
	position: relative;
}
.row-tamnhin .icon-box .icon:after {
content: '';
    display: block;
    background: url(https://code.demo-thietkeweb.com/beengroups/wp-content/uploads/2025/04/Line-4.png) 0 0 repeat;
    width: 2px;
    height: 80px;
    position: absolute;
    left: 41px;
    bottom: -80px;
}
.row-tamnhin .icon-box.last .icon:after {
	display: none;
}
.term-sanpham .box-category{
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
}
.term-sanpham img {
	height: 250px;
	object-fit: contain;
}
.col.post-item .post-meta {
	padding: 5px 0;
	font-size: 12px;
}
.col.post-item .post-title {
	font-size: 20px;
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* */
.product-category .box-badge .box-text {
    background: none !important;
}
.product-category .box-badge .box-text-inner {
    position: relative;
    z-index: 1;
}
.term-sanpham .box-text {
    position: relative;
}
.term-sanpham .box-text:after {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    background: #d22234;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.term-sanpham .product-category:hover  .header-title {
    color: #fff;
}
.term-sanpham .product-category:hover .box-text:after  {
    width: 100%;
}
.widget a:before {
    content: "\f105";
    font-family: 'fl-icons' !important;
    font-size: 15px;
    margin-right: 10px;
    color: #D22234;
    font-weight: bold;}
    .shop-page-title {
    	display: none;
    }
    .product-small.box  .box-image img {
    	height: 200px;
    	object-fit: cover;
    }
    .price-wrapper {
    	color: red;
    }
    .page-title-bar .title {
    	margin-bottom: 0;
    }
    span.widget-title:before {
    content: "\f0c9";
    font-family: 'FontAwesome' !important;
    font-size: 15px;
    margin-right: 10px;
    color: #fff;
    font-weight: bold;}
/* */
.hover-bo .image-zoom:before,
.hover-bo .box-image:before {
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: scale(0,1);
    -moz-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}

.hover-bo .image-zoom:after,
.hover-bo .box-image:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: scale(1,0);
    -moz-transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(0,1);
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}
.hover-bo .image-zoom:hover:after,.hover-bo .image-zoom:hover:before,
.hover-bo .box-image:hover:after, .hover-bo .box-image:hover:before {
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
}

/* */
.shop-container .product-small.box .box-text.text-center {
    padding: 0;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-top: 0;
}
.shop-container .product-small.box .product-title {
	float: left;
    position: relative;
    width: 100%;
    background: #a3a3a3;
    color: #fff;
    line-height: 51px;
    padding-left: 5px;
    height: 51px;
    margin: 0;
    letter-spacing: unset;
    text-transform: uppercase;
    font-size: 17px;
    background-color: #a3a3a3;
}
/*.shop-container .product-small.box .product-title:before {
    position: absolute;
    content: "";
    width: 0;
    right: -33px;
    height: 51px;
    overflow: hidden;
    z-index: 0;
    overflow: hidden;
    top: 0;
    border-top: 51px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 34px solid #a3a3a3;
}*/
.shop-container .product-small.box:hover .product-title{
	 background: #D22234;
}
.shop-container .product-small.box:hover .product-title:before {
	border-left-color: #D22234;
}
.shop-container .product-small.box .product-title a {
	color: #fff;
}
/* */
.border-tuvan {
	border: 1px solid #d1d1d1;
	margin: 0 0 20px !important;
}
.product-footer .woocommerce-tabs {
	border: none;
	padding-top: 0;
}
.woocommerce-tabs .tabs {
	display: none;
}
/* */
.menu-scroll {
	list-style: none;
	margin: 0;
	overflow: hidden;
}
.menu-scroll li {
	float: left;
	margin: 0 25px 15px 0;
}
.menu-scroll li a {
    display: block;
    border: 1px solid #e1e1e1;
    padding: 10px 30px;
}
.menu-scroll li a.active,
.menu-scroll li:hover a {
    background: #D22234;
    color: #fff;
}
.title-scroll {
	color: #D22234;
	font-size: 20px;
}
@media only screen and (max-width: 767px ) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.row-tamnhin .icon-box .icon:after {
	    height: 140px;
	    bottom: -145px;
	}
	.menu-scroll li {
	    margin: 0 14px 15px 0;
	}
	.menu-scroll li a {
		padding: 10px;
	}
}