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

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


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

.slide-home .text-box-home {padding: 10px !important; margin: 0 !important; }
.slide-home .text-box-home:before { display:none !important;}
}


.nav>li>a {
	color: #000 !important;
	font-size: 16px !important;
}
.nav>li>a:hover {
	color: #1d72bc !important;
}

.slide-text  {text-align: left;}
.text-box-home {
    text-align: left;
    background: #2c313c;
    display: flex;
    opacity: 0.94;
    margin-left: -341px;
    flex-direction: column;
    margin: auto;
    margin-left: -340px;
    left: 0;
    width: 100% !important;
    height: 500px;
    padding-left: 340px !important;
    justify-content: space-around;
}
.text-box-home:before {
    background-size: cover;
    content: '';
    height: 100%;
    position: absolute;
    right: -143px;
    width: 143px;
    background: url(https://tech1.mypagedemo.com/aclaw/wp-content/themes/libero/assets/css/img/fullwidth-slider-extend.png) left center no-repeat;
    top: 0;
}

p {font-size: 18px !important}

.dich-vu h3 {background: #1d72bc;color: #fff;padding: 20px 10px 20px;font-size: 20px;}
.dich-vu .icon {
    margin-bottom: -50px;
}
.dich-vu ul li { text-align: left;}
.dich-vu .button {
    width: 100%;
    background: #1d72bc;
    border: 0px;
    color: #fff !important;
}
.dich-vu .icon-box-text { background: #f5f5f5;}