/*#region CSS work environment */
.work-environment {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #212121;
}

/*#region Banner */
.banner {
    background: url(/sites/tuyendung/images/pages/work-environment/bg-banner.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    height: 500px;
}
/*#endregion*/

/*#region Content*/
.content {
    padding-top: 60px;
}

.r-region {
    padding-bottom: 60px;
    text-align: center;
}

    .r-region:last-child {
        padding-bottom: 0;
    }

.r-title {
    display: inline-block;
}

.r-line {
    background: #FCCA00;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
}

.r-text {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding: 15px 0 15px;
}

.rc-text {
    line-height: 26px;
    text-indent: 30px;
    text-align: justify;
    padding-bottom: 20px;
}

.r-region:last-child .r-content .rc-text:last-child {
    text-align: center;
    padding-bottom: 0;
}

.rc-slider {
    padding-top: 5px;
}

    .rc-slider img {
        margin: 0 auto;
    }

    .rc-slider.slider-4 {
        padding: 0 0 25px;
    }

.rc-image {
    padding: 5px 0 25px;
}

    .rc-image img {
        margin: 0 auto;
    }

.content .slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 1;
}

    .content .slick-arrow:hover {
        opacity: 0.85;
    }

.content .slick-prev {
    left: 20px;
}

.content .slick-next {
    right: 20px;
}
/*#endregion*/

/*#region CTA */
.cta {
    padding: 60px 0;
}

.cta-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    text-align: center;
    font-size: 40px;
    padding-bottom: 30px;
}

.cta-button {
    display: flex;
    justify-content: center;
}

    .cta-button a {
        font-family: GoogleSans Medium, Arial, sans-serif;
        color: #fff;
        background: #E71924;
        padding: 15px 30px;
        font-size: 20px;
        text-align: center;
        border-radius: 5px;
        text-transform: uppercase;
    }
/*#endregion*/

/*#region Responsive */
@media (max-width: 979px) {
    .content {
        padding-top: 40px;
    }

    .r-region {
        padding-bottom: 40px;
    }

    .cta {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .banner {
        height: 400px;
    }

    .r-text {
        font-size: 24px;
    }

    .cta-title {
        font-size: 24px;
    }
}
/*#endregion*/
/*#endregion*/
