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

/*************** ADD CUSTOM CSS HERE.   ***************/
body{
	background-image: url(https://xedichvugialai.com.vn/wp-content/uploads/2025/08/main-bg.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#main, #wrapper{
	background-color: inherit !important;
}
.header-nav.header-nav-main.nav-left{
	background: rgb(198, 13, 0);
	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: #c60d00;
	padding: 7px 18px;
	border: 2px solid #EEEE23;
	border-radius: 5px;
}
.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 #c60d00;
}
.accordion-title span{
	color: #c60d00;
}
.accordion-item{
	border: 1px solid #c60d00;
}
table, table td{
	border: 1px solid #eaeaec;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}