/*
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;
}

@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.col.post-item .post-title {
		font-size: 16px;
	}
	body .call-now-button {
		top: initial;
		bottom: 83px;
		left: 10px;
	}
	.zalo-container:not(.right) {
	    left: 100px;
	    bottom: 38px !important;
	}
	.title-heading h2 img {
		display: none;
	}
}
.blog-single  .entry-header .entry-header-text {
	padding-bottom: 0;
}
.entry-content.single-page {
	padding-top: 0;
}
.page-title-bar {
	padding: 10px 0;
}
/* */
.col.post-item .col-inner {
	background: #fff;
}
.col.post-item .is-shade {
    position: absolute;
    top: -85px;
    left: 32%;
    z-index: 1;
    opacity: 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;
}
.col.post-item:hover .is-shade {
	opacity: 1;
	top: -105px;
}
/* */
.page-title-bar * {
	color: #e32129;
}
/* */
.ses-thietke {
	background: url(images/bg-top-before.png) right top no-repeat, url(images/bg-bottom-after.png) left bottom no-repeat;
}
.metaslider.ms-theme-simply-dark .flexslider ul.flex-direction-nav li a, 
.metaslider.ms-theme-simply-dark a.rslides_nav, 
.metaslider.ms-theme-simply-dark div.nivoSlider div.nivo-directionNav a, 
.metaslider.ms-theme-simply-dark .coin-slider .coin-slider div a {
	width: 40px !important;
}
.metaslider.ms-theme-simply-dark .flexslider ul.flex-direction-nav li a svg, 
.metaslider.ms-theme-simply-dark a.rslides_nav svg, 
.metaslider.ms-theme-simply-dark div.nivoSlider div.nivo-directionNav a svg, 
.metaslider.ms-theme-simply-dark .coin-slider .coin-slider div a svg{
	width: 15px !important;
}
/* */
.list-about ul li{
    background: url(images/icon-list.png) 0 5px no-repeat;
    padding-left: 25px;
}
