/*
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:'rever-icon';
	src:url('fonts/ReverIcons.woff');
}
@font-face
{
	font-family:'dashicons';
	src:url('fonts/dashicons.woff2');
}
@font-face
{
	font-family:'dashicons';
	src:url('fonts/dashicons.ttf');
}
@font-face
{
	font-family:'dashicons';
	src:url('fonts/dashicons.eot');
}
.bloginfo, .blogdescription
{
	display: none;
}
/* row */
.row.row-small, .row.row-large
{
	max-width: 1080px !important;
}
.row .row:not(.row-collapse)
{
	margin-left: 0;
	margin-right: 0;
}
.row.row-main .large-12.col
{
	padding-left: 0;
	padding-right: 0;
}
.row-large>.col
{
    padding: 0 9.8px 19.6px;
}
/* banner */
/*#masthead .header-inner.flex-row.container
{
	background: url(images/banner.jpg);
	background-size: cover;
}*/
.header-wrapper.stuck
{
	box-shadow: none;
}
/* menu */
#wide-nav .flex-row.container
{
	background: #ed1c24;
}
#wide-nav .header-search-form input[type="search"]
{
    background-color: #fff;
}
ul.header-bottom-nav.nav-left li ul.nav-dropdown-default
{
	padding: 0;
	min-width: 200px;
    border: none;
}
ul.header-bottom-nav.nav-left li ul.nav-dropdown-default li
{
	position: relative;
	display: block;
	width: 100%;
}
ul.header-bottom-nav.nav-left li ul.nav-dropdown-default li a
{
	color: #000;
	font-weight: 400;
	text-transform: unset;
	font-size: 1em;
}
ul.header-bottom-nav.nav-left li ul.nav-dropdown-default li:hover a
{
	color: #000;
}
ul.header-bottom-nav.nav-left li ul.nav-dropdown-default li ul
{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: none;
    color: #777;
    background-color: #fff;
    min-width: 200px;
}
ul.header-bottom-nav.nav-left li ul.nav-dropdown-default li:hover ul
{
	display: block;
}
/* .page-wrapper */
.page-wrapper
{
	padding-top: 15px;
	padding-bottom: 0;
}
/* row slide */
.row-slide .col.small-12.large-12
{
	padding-left: 0;
	padding-right: 0;
}
/* sec-linhvuc */
.section-title-container
{
	margin-bottom: 0;
}
.section-title b
{
	background-color: rgba(255,255,255,0);
}
.sec-linhvuc
{
	max-width: 1080px;
	margin: auto;
}
span.section-title-main:after
{
	content: '';
    display: block;
    width: 237px;
    height: 26px;
    margin: 0 auto;
    background: url(images/titlebg.png) center center no-repeat;
    background-size: contain;
}
h3.section-title.section-title-center
{
	color: #ed1c24;
    font-size: 30px;
}
.row-linhvuc-1 .col.medium-4.small-12.large-4 .icon-inner span, .row-linhvuc-2 .col.medium-4.small-12.large-4 .icon-inner span
{
	color: #fab524;
	font-size: 2.5em;
}
/* add dien tich, gia ban */
.zmdi-collection-item-4:before
{
    font-family: 'rever-icon',Verdana,Geneva,sans-serif;
    text-rendering: auto;
    line-height: 20px;
    font-size: 18px;
    font-style: normal;
}
/* row cho thue */
.row-chothue .addinfo
{
	display: block !important;
}
.row-custom .col.post-item .box-vertical .addinfo
{
	display: block !important;
	margin-top: 3px;
}
/* row custom */
.row-custom .col.post-item, .row-sidebar .col.post-item
{
	padding: 5px;
	
}
.row-custom .col.post-item .col-inner
{
	border: 1px solid #ccc;
	padding: 0 3px;
}
.row-custom .col.post-item .box.box-vertical, .row-custom .col.post-item .col-inner
{
	height: 100%;
}
.row-custom .gia
{
	margin-top: 3px;
}
.row-custom .section-title-normal
{
    text-transform: uppercase;
    background: url(images/title_ct.jpg) no-repeat;
    line-height: 32px;
    color: #fff;
    padding-left: 15px;
    font-size: 15px;
    border: 0;
}
.row-custom .section-title-normal span
{
	margin-bottom: 0;
	border-bottom: 0;
}
.row-custom span.section-title-main:after
{
	display: none;
}
.btn-xemtiep
{
	float: right;
	margin: 0;
}
#secondary .widget-title, .row-sidebar .widget-title
{
    background: url(images/title_sb.png) repeat-x top;
    text-transform: uppercase;
    color: #ed1c24;
    padding: 0 15px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    /*font-family: "Montserrat", sans-serif;*/
    text-align: center;
}
/* row-noibat */
.row-noibat .addinfo, .row-sidebar .addinfo
{
	display: block !important;
}
.box-normal h5.post-title.is-large
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* post .badge.post-date */
.single .badge.post-date
{
	display: none;
}
.post-sidebar .col.post-item
{
	padding: 10px 0;
}
body.archive.category .badge.post-date
{
	display: none;
}
body.archive.category .addinfo
{
	display: block !important;
}
/*.post-sidebar .box-image
{
	display: none;
}*/
.post-sidebar .gia, .row-sidebar .addinfo .gia
{
	margin-top: 3px;
}
.post-sidebar .addinfo
{
	display: block !important;
}
.single .tabbed-content
{
	margin-top: 15px;
    border-top: 10px solid #ebebeb;
    padding-top: 15px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
}
.single .tabbed-content .nav.nav-pills
{
	border-bottom: 1px solid #ebebeb;
}
.single .entry-header .entry-header-text
{
    padding: 0;
}
.single .entry-content
{
    padding: 0;
}
/* custom tab */
.customtab ul.nav a
{
	border-radius: 0;
}
.relatedpost .addinfo
{
	display: block !important;
}
/* icon */
.dashicons, .dashicons-before:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dashicons-groups:before {
    content: "\f307";
}
.dashicons-building:before {
    content: "\f512";
}
.dashicons-admin-home:before {
    content: "\f102";
}
.dashicons-welcome-view-site:before {
    content: "\f115";
}
.dashicons-category:before {
    content: "\f318";
}
.dashicons-businessman:before {
    content: "\f338";
}
/* overlay */
.col.post-item .overlay
{
	background-color: rgba(0,0,0,0.4) !important;
}
/* lien he form */
.row-lienhe .col.medium-8.small-12.large-8
{
	margin: auto;
}
input[type='submit']
{
	display: block;
    max-width: 100%;
    text-transform: uppercase;
    width: 200px;
    background: #fff;
    color: #fff;
}
input[type='submit']:hover
{
    background: #fab524;
    color: #fff;
    transition: all 0.5s linear 0s;
}
/* footer */
#footer span.widget-title
{
	display: block;
	margin-bottom: 15px;
	font-family: Open Sans, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}
.widget .is-divider
{
	display: none;
}
#footer .dark .form-flat input:not([type="submit"]), #footer .dark .form-flat textarea
{
	background-color: rgba(0,0,0,0.2) !important;
}
#footer .dark input[type='submit']
{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
    background: transparent none repeat scroll 0 0 !important;
    border: 2px solid #fff;
    border-radius: 30px !important;
    color: #fff;
    font-weight: normal;
    text-transform: none;
}
#footer .dark input[type='submit']:hover
{
	color: #fff;
    border: 2px solid #fab524;
}
#footer ::placeholder
{
	color: #fff;
}
.footer-2
{
    background-position: center;
    background-attachment: fixed;
}
/* footer absolute */
#footer .absolute-footer
{
	color: #fff;
}
.footer-secondary
{
	padding: 0;
}
.formbaogia {
    margin-top: 20px;
}
/* call button */
.call-button.left {
    right: auto;
    left: 50px;
}
.call-button {
    right: 50px;
    bottom: 50px;
    height: 60px;
    width: 60px;
    transition: all .5s;
}
.call-button a {
    display: inline-block;
    height: 60px;
    width: 60px;
    float: right;
}
.pulse-button {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 1.3em;
    font-weight: light;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    letter-spacing: -1px;
    color: white;
    border: none;
    border-radius: 50%;
    background: #ed1c24;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgb(237, 28, 36);
    -webkit-animation: pulse 1.5s infinite;
    transition: all .5s;
}
@keyframes pulse
{
    0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
    70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
}
    100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
}
}
.call-button .fa {
    font-size: 40px;
    line-height: 60px;
}
.call-button .text-phone {
    width: 0px;
    height: 60px;
    transition: all .2s;
    overflow: hidden;
}
.call-button .text-phone a {
    font-size: 18px;
    line-height: 60px;
    width: 100%;
    font-weight: bold;
    color: #edbf05;
    text-align: center;
    text-decoration: none;
}
.call-button:hover {
    width: 300px;
    background-color: #373737;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
.call-button:hover .text-phone {
    width: calc(100% - 60px);
}
.call-button:hover .pulse-button {
    -webkit-animation: none;
    border-radius: 0px;
    background: #edbf05;
}
/* chat fb */
#b-c-facebook .chat-f-b, #chat_f_b_smal, #f_bt_start_chat
{
    background: #ed1c24 !important;
}
#chat-f-b img.chat-logo
{
    display: none;
}
#chat_f_b_smal
{
    width: auto !important;
}
#b-c-facebook .chat-f-b label
{
    color: #fff !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#masthead .header-inner.flex-row.container
	{
		background-size: contain;
		background-repeat: no-repeat;
		background-color: rgba(255,255,255,1);
		background: url();
	}
	.sticky-jump .header-wrapper
	{
		background-color: rgba(255,255,255,.95);
	}

}
/* sec-bg */
.sec-bg
{
    background: url(images/bg.jpg) center center repeat;
}
/* .formget-wrapper_left */
.formget-wrapper_left span input, .formget-wrapper_left span textarea
{
    width: 86%;
}
.formget-wrapper_left input[type="submit"]
{
    width: 80%;
}
/* .has-hover:hover .tag-label */
.has-hover:hover .tag-label
{
    background-color: #ed1c24;
}
/* aside */
aside.block_widget .col.post-item .box-text h5.post-title
{
    font-size: 13px;
    /*text-transform: uppercase;*/
    color: #000;
}
/* sec-breadcums */
.home .sec-breadcums
{
    display: none;
}
.sec-breadcums {
    padding-top: 60px;
    padding-bottom: 20px;
}
.sec-breadcums h2 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 0;
}
.sec-breadcums span {
    color: #fff;
    font-size: 16px;
}
.sec-breadcums a {
    color: #fff;
}
@media (min-width: 992px)
{
    .sec-breadcums 
    {
        padding-bottom: 100px;
        padding-top: 100px;
    }    
}
.floatpopup {
     position: fixed;
     left: 0;
     bottom: 125px;
     z-index: 9;
     transform: translateX(-290px);
}
 .floatpopup.in {
     transform: translateX(0px);
}
 .floatpopup .popup {
     margin: 0;
     display: block;
     width: auto;
     transform: translateX(-290px);
     transition: all 0.5s ease;
}
 .floatpopup .popup.show {
     transform: translateX(0px);
}
 .floatpopup .popup .titlepopup {
     background: linear-gradient(#ffc21e,#ff7102);
     color: white;
     text-align: center;
     font-size: 20px;
     float: left;
     position: absolute;
     writing-mode: vertical-rl;
     padding: 45px 0;
     border-top-right-radius: 8px;
     border-bottom-right-radius: 8px;
     cursor: pointer;
     top: 30%;
     left: calc(100% + 290px);
     box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
     font-weight: 400;
}
 .floatpopup .popup .titlepopup.in {
     left: 100%;
}
 .floatpopup .popup .contentpp {
     width: 290px;
     border: 1px solid ;
     background: #fff;
     padding: 20px 15px;
     transition: all 0.5s ease-in-out;
}
 .floatpopup .popup .contentpp i.fa.fa-times {
     font-size: 14px;
     position: absolute;
     top: 1px;
     right: 1px;
     padding: 5px 7px;
     color: #f00;
     background: #fff;
     z-index: 2;
     cursor: pointer;
}
 .floatpopup .popup .contentpp h3 {
     display: block;
     font-size: 19px;
     text-transform: uppercase;
     text-align: center;
     margin-bottom: 10px;
     font-weight: 500;
}
 .floatpopup .popup .contentpp form {
     margin-bottom: 0;
}
 .floatpopup .popup .contentpp form input, .floatpopup .popup .contentpp form textarea {
     box-shadow: none;
     font-size: 14px;
}
 .floatpopup .popup .contentpp form input[type="submit"] {
     margin: 0;
     color: #fff;
     border: 1px solid #fff;
     font-size: 14px;
     padding: 8px 15px;
     text-transform: uppercase;
     cursor: pointer;
     outline: none;
     line-height: unset;
     font-weight: 400;
     transition: all .3s ease-in-out;
}
 @media (max-width: 320px) {
     .floatpopup {
         bottom: 80px;
    }
}