/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.31
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body{
	background-image: url(https://thuexepleikugialai.vn/wp-content/uploads/2026/03/bg-web.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.icon-menu:before{
	color: #886a2e;
}
#main, #wrapper{
	background-color: inherit !important;
}
form{
	margin-bottom: 0px !important;
}
.header-nav.header-nav-main.nav-left{
	background: #886a2e;
	padding: 5px 15px;
}

.home-title{
	margin-bottom: 0px !important;
}
.home-title h2{
	margin-bottom: 0px;
}
.home-title h2 b{
	height: 0px;
}
.separator{
	width: 20%;
	margin: auto;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sep_holder.sep_holder_l{
	height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.sep_line{
	height: 1px;
    border-top: 2px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.sep_holder.sep_holder_r{
	    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.icon_element{
	    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    width: 4em;
    height: 4em;
    box-sizing: content-box;
    position: relative;
}
.icon_element span{
	font-size: 2.15em;
    font-style: normal;
    line-height: 1 !important;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}

.home-service .box-text{
	padding: 0 !important;
}
.hotline-btn a{
	display: block;
	width: 100%;
	padding: 14px 0px;
	color: #ffffff;
    border: none;
    background-color: #c60d00;
    background-image: -webkit-linear-gradient(left, #c60d00 0%, #dd9933 50%, #c60d00 100%);
    background-image: linear-gradient(to right, #c60d00 0%, #dd9933 50%, #c60d00 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}
.home-title2 h2 b{
	height: 0px;
}
.home-title2 h2 span{
	display: block;
	color: #fff;
	background: #886a2e;
	padding: 7px 18px;
	border: 2px solid #EEEE23;
	border-radius: 5px;
	margin-top: 10px;
}
.detail-btn-home{
	text-align: center;
}
.detail-btn{
	color: #ffffff;
	font-size: 12px;
    border: none;
    background-color: #c60d00;
    background-image: -webkit-linear-gradient(left, #c60d00 0%, #dd9933 50%, #c60d00 100%);
    background-image: linear-gradient(to right, #c60d00 0%, #dd9933 50%, #c60d00 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}
.home-contact-form>.col-inner{
	border: 2px dashed #886a2e;
}
.accordion-title span{
	color: #c60d00;
}
.accordion-item{
	border: 1px solid #c60d00;
}
table, table td{
	border: 1px solid #eaeaec;
}

.bang-gia{
	border-collapse: collapse;
	width: 100%;
}
.bang-gia td{
	height: 24px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #eaeaec;
	font-size: 15px;
}
.bang-gia th{
	height: 24px;
	color: #ffff00;
	font-weight: bold;
	text-align: center;
	border: 1px solid #eaeaec;
	font-size: 15px;
}
.box_marquee_slider{
	padding: 10px;
    background: #fff;
    font-size: 17px;
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
    height: 130px;
	margin-top: 120px;
}
ul.box_datxe{
	top: 7em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}
.box_datxe>li {
    margin-left: 0px!important;
    margin-bottom: 0px;
    list-style: none;
    border-bottom: 1px dashed #737373;
    font-size: 14px;
    padding: 10px 0px;
    transition: background-color 0.5s;
    position: relative;
    width: 100%;
    float: left;
    overflow: visible!important;
}
.box_datxe li span, .box_datxe li b {
	color: #886a2e;
}
@keyframes marquee {
    0%   { top:   4em }
    100% { top: -11em }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.box_marquee_slider{
		margin-top: 0px !important;
	}

}