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

/*************** ADD CUSTOM CSS HERE.   ***************/

.home-st-bg {
    background: url(https://dichvudiaphuong.com.vn/wp-content/uploads/2024/10/bg1.png) no-repeat center left;
    background-size: auto;
    background-size: 170% 100%;
    padding: 100px;
  }
  .contera {
	background: #ff9600;
	position: relative;
	padding: 40px 30px;
}
.contera::before {
	content: '';
	position: absolute;
	top: 0;
	left: -120px;
	width: 70px;
	height: 100%;
	border-top: 315px solid transparent;
	border-right: 120px solid #ff9600;
	position: absolute;
}
.about-sec-img::before {
	content: '';
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 90%;
	height: 96%;
	border: 10px solid #ff9600;
}
.accordion-title,.accordion-title.active {
    border-color: #ff9600;
    background: #ff9600;
    border-radius: 5px;
    color: #fff !important;
    margin: 10px 0;
}
.border-bt .col-inner{
    border-bottom: 5px solid #ff9600;
}
.absolute-footer{display: none;}

#header-contact{
    font-size: 20px;
}
#header-contact li{
    border: 1px solid;
    padding: 0 15px;
    border-radius: 5px;
}
.home-title{
    font-size: 2em;
    line-height: 1.5;
    font-weight: bolder;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.home-st-bg {
	background: none;
	padding: 0;
}

}