/*
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.   ***************/
.section_01-col h2 {
    font-size: 45px;
    color: #ae0006;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
}

.section_01-col .col-inner {
    border-right: 1px solid #dddddd;
}

.block__element_head br {
    display: none;
}

.so_dem {
    font-size: 50px;
    font-weight: bold;
    color: #225695;
    line-height: 60px;
    margin-bottom: 0;
}

.so_dem span:last-child {
    font-size: 21px;
}

p.text_cs {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 30px;
    margin-bottom: 0;
}

.row-linhvuc .mh-company:hover {
    background-color: #267dc1;
    color: #fff;
}
.row-linhvuc .mh-company:hover h5 {
    color: #fff;
}
.row-linhvuc .mh-company:hover .icon {
    border: 2px solid #fff;
    border-radius: 99px;
    padding: 2px 5px 5px 5px;
}
.mh-company {
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.section-duan-noibat .box-image .overlay {
    background-color: rgba(0, 0, 0, 0.8);
}
.section-duan-noibat .box-image:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.section-duan-noibat .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.partners {
    padding-bottom: 0 !important;
}

.section2 .cot1 .col-inner {
                margin-left: calc(100% - 100vw/2 + 22px);
            }

            .section2 .cot1 {
                margin-top: -60px
            }

            .section2 .col {
                padding-bottom: 0
            }

            .section2 .cot1 .img {
                width: 150% !important
            }

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