/*
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.   ***************/

body{
	background:#fff;
}

.khach-hang-quan-tam button.is-outline{
	border:none;
	color:#035888;
	padding:0px;
	    margin-top: 61px;
}

.khach-hang-quan-tam button:hover{
	background:unset;
}

.khach-hang-quan-tam  .box-text{
	padding:5px 14px;
}

.khach-hang-quan-tam .post-title{
	margin:20px 0;
}

.khach-hang-quan-tam .is-divider{
	display:none;
}
.tuyen-dung .box{
	background:#fff;
}

.tuyen-dung .box .is-divider{
	display:none;
}

.tuyen-dung .box .button{
	margin:0px;
}

.tuyen-dung .box-image{
	display:none;
}

.tuyen-dung .box-text{
	padding:10px;
}

.contact-us .row{
	background:#f9f9f9;
}

.ct__image img{
	z-index:2;
}
.ct__image:before {
	   background: transparent;
    border-right: 40px solid #165a87;
    border-top: 40px solid #165a87;
    bottom: auto;
    content: "";
    height: 120px;
    right: -2px;
    /* margin-top: 10px; */
    position: absolute;
    /* right: auto; */
    top: -2px;
    width: 126px;
    z-index: 1;
}

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


}