/*
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.   ***************/
@font-face {

	font-family: 'utm_avo';
	src: url('fonts/UTM Avo.eot');
	src: local('â˜º'), url('fonts/UTM Avo.woff') format('woff'),
		url('fonts/UTM Avo.ttf') format('truetype'),
		url('fonts/UTM Avo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UTMAvoBold';
	font-style: normal;
	font-weight: normal;
	src: local('UTMAvoBold'), url('fonts/utm-avobold.woff') format('woff');
}
.related .product-small .col-inner{
	box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
body,p,a,h1,h2,h3,h4,h5,h6 {
	font-family: utm_avo !important;
}
.xdsoft_datetimepicker {
        z-index: 9999999 !important;
    }

.row-dang-ky  {
	padding: 23px;
	background: #32B3CC;
	margin-bottom: 30px;
}

.row-dang-ky .wpcf7-email{

	float: left;
	width: 68%;
}
.row-dang-ky .wpcf7-submit{
	background: #FF9729!important;
	float: right;
}

.form-tu-van .form-goi-lai p{
	font-size: 14px;
	color: white !important;
}
.form-goi-lai p{
	padding: 5px 0px;
	color: black !important
}
.form-goi-lai .wpcf7-submit{
	width: 100%;
	background: #ff9729 !important;
	color: #fff;
}
.form-tu-van .wpcf7-response-output{
	padding: 10px;
	color: white;
	border: 2px solid #ff9729 !important;
}
.wpcf7-form input, .wpcf7-form textarea {
    font-size: 14px;
    box-shadow: none;
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
    border-radius: 20px;
    height: 3em;
}
.wpcf7 .form-group{
    margin-bottom: 15px;
}
.wpcf7 label{
    text-align: left;
}
.wpcf7 .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
	border: 1px solid #08d2a0;
}
.wpcf7 .input-group-addon{
    display: table-cell;
    width: 1%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
}
.form_banner .wpcf7 .input-group-addon{
	background-color: rgba(238,238,238,0.8);
}
.form_banner .wpcf7 input,.form_banner .wpcf7 select{
	background: rgba(255,255,255,0.7);
}
.wpcf7 input,.wpcf7 select{
    /*padding: 8px 5px 8px;*/
    margin: 0;
    border-radius: 0px;
    width: 100%;
    
    border: 1px solid #eee;
}
.fa-map-marker.mpick {
    color: #0288d1;
    font-size: 20px;
}
.fa-map-marker.mdrop {
    color: red;
    font-size: 20px;
}
.mcalendar {
    color: #f8821f;
    font-size: 18px;
}
.col-md-6 {
    width: 50%;
    float: left;
    padding-right: 7px;
}
.col-service{
    padding-left: 7px;
    padding-right: 0;
}
.wpcf7-select{
    height: 3em;
    font-size: 14px;
}
.title_book{
    background: #F5AA06;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
}
.wpcf7{
    background: rgba(255,255,255,0.8);
    padding: 15px 15px;
    border-radius: 0 0 5px 5px;
}
.form-group label{
    color: #333;
}
.wpcf7 .wpcf7-not-valid-tip{
    position: absolute !important;
    bottom: 100%;
    right: 0;
    margin: 0;
    background: rgba(51,51,51,0.09);
}
.wpcf7 .wpcf7-not-valid-tip:after{
    display: none;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0;
}
.nav-dark .nav>li.active>a{
    color: #ffc61e;
}
.nav-dark .nav>li>a{
    font-size: 16px;
}
.header-main .nav > li > a > i:not(.icon-angle-down){
    color: #fff !important;
}
.sale img{
    width: 40px;
}
.sale{
    font-size: 18px;
    color: #FFEB3B;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
}

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	h3.title-home{font-size: 24px;}
	.col-md-6{width: 100%;}
	.col-service{padding: 0}
	.lightbox-by-id{padding:0 !important;}
}
@media(max-width: 1025px){
	.html_topbar_left{
		display: none !important
	}
}
@media(min-width: 1023px){

	.row-dang-ky .wpcf7{
		margin-top: 58px;
	}
}
@media(max-width: 321px){
	.row-dang-ky .wpcf7-email{
		width: 100% !important;

	}
	.row-dang-ky .wpcf7-submit{
		float: none !important;
	}

}
@media(min-width: 321px) and (max-width: 481px){
	.div-san-pham-list .product-small{
		border-radius: 10px;
		border: 1px solid #ededed !important;
		padding: 10px !important;
		margin-bottom: 10px !important;
	}
	.row-dang-ky .wpcf7-email{
		width: 59% !important;

	}


}
@media(max-width: 549px){
	.charac-bg {
		position: absolute;
		top: -240px !important}
}
@media(max-width: 769px){
	.mfp-container{
		padding: 15px;
	}
	.row-dat-phong input{
		margin-bottom: 2px;
	}
}

/*********************************************
		Porfolio wrap
*********************************************/
.porfolio-wrap{padding-top:50px;}
.porfolio-wrap h1{margin-bottom:30px;}
.portfolio-service li{margin-top:30px;}
.project-image{position:relative; overflow:hidden; display: inline-block;}
.project-image.col3 img{
    width:100%; 
    height:240px; 
    object-fit: cover;
}
.project-image:before{content:""; border:1px solid #FFF; position:absolute; top:10px; left:10px; bottom:10px; right:10px; z-index:1;}
.portfolio-overley {z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.project-image:hover .portfolio-overley {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.porfolio-wrap .content { z-index: 1000;
    position: absolute;
    top:30%;
    left:0;
    margin-top: -40px;
    width:100%;
}
.porfolio-wrap .content p{color:#fff;}
.porfolio-wrap .content h3 a{text-decoration:none; color:#08D2A0;}
.porfolio-wrap .content .portfolio-tags a{color:#fff;}
.portfolio-tags{color:#fff;}
.portfolio-valible { z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.project-image:hover .portfolio-valible{
      -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.portfolio-valible .content { z-index: 1000;
    position: absolute;
    top:50%;
    color:#fff;
}
.portfolio-valible .content h3 a{color:#fff;
                                 -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.33);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.33);
	box-shadow: 0px 1px 2px rgba(0,0,0,.33);
}
.portfolio-valible .content span{color:#fff;}

.inner-content .porfolio-wrap{padding:0;}
