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

/*************** ADD CUSTOM CSS HERE.   ***************/
.banner.caption-slide-home {
    max-width: 50%;
    padding: 2% 3% 2% 5%;
    position: absolute;
    top: 40px;
    z-index: 2;
    background-color: #ffffff00;
}
.caption-slide-home h1, .caption-slide-home h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 500;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.caption-slide-home p {
    color: #fff;
    padding: 5px 0 5px 25px;
    border-left: 4px solid #70d7f2;
    margin-bottom: 20px;
}
.title_line {
    color: #18aad0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-size: 35px;
    position: relative;
    margin: 0 auto 40px;
}
.title_line:before {
    content: '';
    width: 50px;
    height: 3px;
    top: 20px;
    display: inline-block;
    left: -60px;
    background: #18aad0;
    position: absolute;
}
.title_line:after {
    content: '';
    width: 50px;
    height: 3px;
    top: 20px;
    display: inline-block;
    right: -60px;
    background: #18aad0;
    position: absolute;
}
.section-hotline {
    padding: 70px 0px 0px !important;
}
.section-hotline div {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 25px;
    width: 100%;
}
.section-hotline div.hotline1, .section-hotline div.hotline2, .section-hotline div p {
    display: inline;
    width: auto;
}
.section-hotline a {
    color: #ffeb3b;
    font-weight: 800;
    font-size: 31px;
}
.section-location-hcm .title_line {
    color: #ffeb3b !important;
}
.section-location-hcm .title_line:before, .section-location-hcm .title_line:after {
    background: #ffeb3b;
}
.section-partner p {
    max-width: 730px;
    text-align: center;
    color: #fff;
    margin: auto;
    font-size: 22px;
    line-height: 29px;
}
.tabs {
    width: 100%;
    margin: auto;
    text-align: center;
}
.tabs li {
    list-style: none;
    margin-right: 10px;
    outline: none;
    display: inline-block;
}
.tabs li a {
    padding: 5px 25px;
    color: #333;
    background: #fff;
    outline: none;
    font-weight: 700;
    border: 1px solid #9c9c9c;
}
.tabs li.active a {
    font-weight: 700;
    color: #fff;
    padding: 5px 25px;
    display: block;
    background: #097c95;
    text-decoration: none;
    outline: none;
    border: 1px solid #097c95;
    position: relative;
}
.tabs li.active a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #097c95;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -2px;
}
.section-product .tabs {
    padding-left: 0;
}
.section-experience .title_line {
    text-align: left;
    margin: 0 auto 20px;
}
.none_left.title_line:before, .none_left_right:before,.none_left_right:after {
    display: none
}
.section-experience .btn-link a.active:before, .section-question .btn-link a.active:before {
    width: 30px;
    height: 30px;
    background: #18aad0 url(images/down-arrow.svg) center center no-repeat;
    background-size: 14px;
    border-radius: 50%;
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}
.section-experience .btn-link a:before, .section-question .btn-link a:before {
    width: 30px;
    height: 30px;
    background: #d2d2d2 url(images/up-arrow.svg) center center no-repeat;
    background-size: 14px;
    border-radius: 50%;
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}
.section-experience .icon-angle-down {
    display: none;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .caption-slide-home {
        max-width: 100% !important;
        top: 0 !important;
        position: relative !important;
        background: #18aad0;
    }
    .caption-slide-home h1, .caption-slide-home h2 {
        font-size: 22px;
    }
	.section-product .tabs li a, .section-product .tabs li a.inactive {
        padding: 5px 10px;
    }
}
@media screen and (min-width: 1440px) {
    .caption-slide-home {
        padding: 2% 3% 2% 7%;
        top: 50px;
    }
}
@media screen and (min-width: 1600px) {
    .caption-slide-home {
        padding: 2% 3% 2% 11%;
        top: 70px;
    }
    .caption-slide-home h1, .caption-slide-home h2 {
        font-size: 31px;
    }
}
@media screen and (min-width: 1680px) {
    .caption-slide-home {
        padding: 2% 3% 2% 13%;
        top: 80px;
    }
}
@media screen and (min-width: 1900px) {
    .caption-slide-home {
        padding: 2% 3% 2% 18%;
        top: 100px;
    }
    .caption-slide-home h1, .caption-slide-home h2 {
        font-size: 34px;
    }
}