/*
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.   ***************/
.img-home {
	position: relative;
	left: -55px;
	bottom: -21px;
}
.img-home-2 {
    position: relative;
    right: -55px;
    bottom: -21px;
}
body .page-wrapper {
	padding-top: 0;
}
.page-title-bar {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.single .page-title-bar {
	margin-bottom: 20px;
}
.row-header-icon .icon-box-text h5 {
	line-height: 17px;
	margin-top: 10px;
	padding: 0 10px;
}
.row-header-icon .row > .col > .col-inner {
	position: relative;
}
.row-header-icon .row > .col > .col-inner:before {
    content: '';
    background: url(images/list-icon.png) 0 0 no-repeat;
    position: absolute;
    top: 50px;
    right: -26px;
    width: 30px;
    height: 30px;
}
.last-icon > .col-inner:before {
	display: none;
}
/* */
.head-but {
    max-width: 199px;
    padding: 0 13px 0 0 !important;
}
.head-but span {
    background: url(images/icon-hot.png) 10px 5px no-repeat;
    padding-left: 39px;
}
/* */
.language-2 {
    position: absolute;
    right: -7px;
    bottom: 0;
    width: 30px;
}
/* */
.page-title.is-large {
    text-align: left;
    color: rgb(1, 105, 54);
    display: inline-block;
    font-size: 40px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    padding-top: 40px;
}
/* */
.blog-single .large-9.col .post > .box-shadow-1  {
	box-shadow: 0 0 0 !important;
}
/* */
.row-tintuc .row > .col.small-12 {
    padding-bottom: 0;
}
.row-tintuc .page-title {
    padding-top: 20px;
}
@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	body .gioithieu-row2 {
		bottom: 0;
	}
	.page-title.is-large {
		line-height: 45px;
	}
}