/*
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{
	font-family:Arial,sans-serif;
}
@font-face {
	font-family: Arial;
	src: url(./fonts/arial.ttf) format('truetype');
}
@font-face {
	font-family: Arial;
	src: url(./fonts/arialbd.ttf) format('truetype');
	font-weight:700;
}
@font-face{
	font-family: UTM Avo;
	src:url(./fonts/UTMAvo.ttf) format('truetype');
	font-weight:500;
	font-style:normal;
}
@font-face{
	font-family: UTM Avo;
	src:url(./fonts/UTMAvoBold.ttf) format('truetype');
	font-weight:bold;
	font-style:normal;
} */
/*--------------------------------------------------------------
# CSS
--------------------------------------------------------------*/
.header .header-nav li.mega-menu, .home-product .box-left{
	width: 240px;
	max-width: 240px;
	flex-basis:240px;
}
.section .home-slide, .home-product .box-right{
	max-width:calc(100% - 240px);
	flex-basis:calc(100% - 240px);
}
.wpcf7 form{
	margin-bottom:0;
}
.form-contact{
	font-size:14px;
}
.form-contact .wpcf7-submit{
	width: 100%;
    background: #2c6fa9;
    color: #fff;
    border: none;
    height: 40px;
    text-transform: uppercase;
    font-weight: 400;
}
.form-contact .wpcf7-form-control{
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%)!important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.breadcrumb{
	font-size:12px;
}
.breadcrumb i{
    margin: 1px 6px 0;
}
.header-hotline {
    background: url(./images/ic-phone.png) no-repeat;
    height: 60px;
    color: #ef1d2e;
    font-size: 20px;
	background-size: contain;
	height: 60px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.header-hotline span {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 1;
    padding-left: 60px;
    font-weight: 600;
}
.header-hotline a {
    color: #423129;
    display: block;
    padding-left: 60px;
	font-weight:700;
}
/*--------------------------------------------------------------
# Search form
--------------------------------------------------------------*/
form.searchform {
    border: 2px solid #f9a02c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
form.searchform .submit-button {
    background-color: #f9a02c;
    min-height: 34px;
    padding: 0 20px;
}
#masthead form.searchform .submit-button, #masthead form.searchform input.search-field {
    border: 0;
	box-shadow:none!important;
}
#masthead  li a.button {
    min-height: 38px;
    line-height: 36px;
}
#masthead  li a.button::before {
    content: "\f3cd";
    margin-right: 5px;
    font-size: 15px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#masthead  li .button span {
    font-weight: normal;
    font-size: 14px;
}
/*--------------------------------------------------------------
# Home product
--------------------------------------------------------------*/
.heading .section-title{
	justify-content:center;
}
.heading .section-title:before{
	content:'';
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translatex(-50%);
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-width: 3px;
	border-style: solid;
	border-color: #2d3239;
	display: inline-block;
}
.heading b{
	display:none;
}
section.bg:before{
    background-image: url(./images/scale-top.png);
    background-position: top;
    top: 0px;	
}
section.bg::after {
    background-image: url(./images/scale-top.png);
    background-position: bottom;
    bottom: 0px;
}
section.bg::before, section.bg::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50px;
    opacity: 0.4;
    background-repeat: repeat-x;
}
.mh-icon-services .icon {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 30px;
}
.mh-icon-services .icon-box-img:before{
	content:'';
	position: absolute;
    width: 1px;
    height: 20px;
    margin-bottom: 13px;
    background-color: #e5e5e5;
	bottom: -32px;
	left: 50%;
	transform: translateX(-50%);
}
.mh-icon-services .icon-box-img:after{
	content: "";
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 11px;
	height: 11px;
	position: absolute;
    left: 50%;
    bottom: -30px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.mh-icon-services .icon-box-text{
	padding-top:40px;
}
.mh-icon-services .icon-box-text h3{
	font-size:19px;
	font-weight: normal !important;
	margin-bottom: 25px;
	position:relative;
}
.mh-icon-services .icon-box-text h3:before{
	content:'';
	position:absolute;
	left: 50%;
	bottom: -8px;
	width: 40px;
    height: 2px;
    background-color: rgb(249, 160, 44);
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.section-development .box .box-text *{
	color:#000;
}
.section-news .post-title {
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 16px;
}
.section-news .post-meta:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    margin-right: 5px;	
}
.section-news .post-meta, .section-news .from_the_blog_excerpt {
	font-size:14px;
}
.section-partner .gallery-col{
	padding-bottom:0;
}
.product-page-title{
	background: rgb(241, 241, 241);
}
.product-page-title .page-title-inner{
    padding-top: 0;
    min-height: 40px;	
}
/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product-small.box .box-text-products {
    padding-top: 20px;
}
.product-small.box .box-text-products .name.product-title, .product-small.box .box-text-products .name.product-title a {
    font-size: 15px;
    color: #363f4d;
}
.home-product .box-text .product-title a{
    font-size: 16px;
    text-transform: uppercase;
    color: #8a6d3b !important;
    font-weight: 500;	
}

.product-small.box .add-to-cart-button{
	text-align:center;
}
div.add-to-cart-button a {
    border-radius: 3px;
    left: auto;
    color: #515151 !important;
    background-color: #ebe9eb !important;
    font-weight: normal;
    text-transform: initial;
}

.home-partner .slick-slide, .footer .slick-slide{
	margin:0 10px;
}
/*--------------------------------------------------------------
# Home news
--------------------------------------------------------------*/
.home-news .post-item .box{
    border: 1px solid #818a91;
    border-radius: 10px;
}
.home-news .post-item .box .box-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.post-item .is-divider, .wpcf7 .wpcf7-spinner{
	display:none;
}
.wpcf7-form-control{
	box-shadow:none!important;
}

/*--------------------------------------------------------------
# Category post
--------------------------------------------------------------*/
.blog-wrapper {
    background-color: #f9f9f9;
}
.blog-wrapper.blog-archive .col.post-item .box-text {
    vertical-align: top;
    padding: 30px;
}
.blog-wrapper h1.entry-title, .blog-wrapper .page-title{
    text-transform: uppercase;
    font-size: 22px;
	font-weight:700;
    color: #423129;
}
.blog-wrapper .box-text{
    padding-top: 0;
    vertical-align: top;
}
.blog-wrapper .box-text .post-title{
    font-weight: normal;
    margin: 0 0 5px;
    font-size: 20px;
}
.archive .blog-post-inner:hover .post-title {
    color: #f9a02c;
}

/*--------------------------------------------------------------
# Single post
--------------------------------------------------------------*/
.title-related{
    font-weight: 500;
    font-size: 20px;
    color: #a57226;	
}
.single .box-text .post-title a{
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
}
.single .related-posts .box-image img{
	border-radius:6px;
}

/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/
.support-online {
    margin-bottom: 5px;
}
.support-online i {
    margin-right: 7px;
    color: #3d5b81;
}
.support-online span {
    color: red;
    font-size: 21px;
    font-weight: bold;
}
.baogia{
	text-align:justify;
    margin-top: 20px;
    padding-bottom: 10px;
    background: #fffaca;
    padding: 20px;
    margin-bottom: 15px;
    color: #8e0a00;
    border: 1px dashed #FF9800;
    border-radius: 10px;
    line-height: 22px;	
}
.widget .widget-title{
	display: block;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    color: #3d5b81;
}
#shop-sidebar .is-divider, #product-sidebar .is-divider, .post-sidebar .is-divider, #product-sidebar .is-divider{
    background-color: #3d5b81;
    height: 2px;
    min-width: 60px;
}
.blog-wrapper .is-divider{
	display:none;
}
.widget_post_view ul li{
	float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: #bebebe dotted 1px;
	border-top:0!important;
    position: relative;
    overflow: hidden;	
}
.widget_post_view ul li .post-img{
    float: left;
    width: 90px;
    height: 75px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
	padding:0;
}
.widget_post_view ul li h4 a{
    font-size: 13px;
	font-weight: 400;
}
.widget_post_view ul li h4 span{
    font-size: 12px;
    font-weight: 400;
    color: #888;
    display: block;	
}

/*--------------------------------------------------------------
# Button liên hệ
--------------------------------------------------------------*/
a.back-to-top{
    background: #F35704 !important;
    border-color: #F35704 !important;
	color:#fff;
}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
#breadcrumbs{
	background-color: rgb(241, 241, 241)	
}
.breadcrumbs{
	color:#808080!important;
    padding: 15px 0;
    font-weight: normal;
    text-transform: none;
}
.breadcrumbs a{
	color:#808080!important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{
	font-size:14px;
}
#footer .widget .widget-title{
    font-size: 18px;
	font-weight:700;
    color: #fff;
}
#footer .is-divider {
    background-color: rgb(249, 159, 45);
    height: 2px;
    min-width: 60px;
}
#footer p+p{
	margin-bottom:8px;
}
#footer li{
	margin-left:0;
	list-style:none;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
#footer #menu-ve-chung-toi .menu-item:not(:first-child) {
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;	
}
.homeicon {
    background-image: url(./images/building.png);
}
.nhamayicon {
    background-image: url(./images/factory-house.png);
}
.webicon {
    background-image: url(./images/click-web.png);
}
.hotlineicon {
    background-image: url(./images/icon-hotline-e1632477386534.png);
}
.emailicon {
    background-image: url(./images/icon-email.png);
}
.hsnlicon {
    background-image: url(./images/icon-files-e1632477418161.png);
}
.bcticon {
    background-image: url(./images/icon-quality.png);
}
.menu-dich-vu-noi-bat-container li{
    background-image: url(./images/icon-play.png);	
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.absolute-footer{
	padding: 20px 0;
	font-size:14px;
}
.absolute-footer::before {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #fdc236;
    background-image: url(./images/footer-strip.png);
    background-repeat: repeat-x;
    background-position: center top;
    display: block;
    position: relative;
    top: -24px;
}
@media only screen and (max-width: 375px) {
	.product-small.box .box-text .price-wrapper ins span.amount {
		font-size: 15px;
	}	
	.product-small.box .box-text .price-wrapper del span.amount{
		font-size:12px;
	}
}