/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@media screen and (max-width: 1200px) {
    .sec_lh_02 .col:nth-child(2) .col-inner{
        margin-left: -100px;
        width: calc(100% + 100px);
        padding-left: 70px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 849px) {
    ul.mobile-nav li.nav-icon a i{
        font-size: 25px;
        color: #fff;
    }
    .header-main .header-inner .logo{
        margin: 0;
        min-height: 80px;
        max-width: 90px;
    }
    .header-main .header-inner .logo img.header_logo{
        max-height: 60px !important;
    }
    .tits h3{
        font-size: 28px;
        line-height: 40px;
    }
    .sec_02 .row-1 > .col{
        padding: 0 10px;
    }
    .sec_02 .box .box-text{
        padding: 15px 0;
    }
    .sec_02 .box .box-text p{
        font-size: 14px;
        line-height: 20px;
    }
    .sec_lh_02 .col:nth-child(2) .col-inner{
        margin-left: 0px;
        width: 100%;
        padding-left: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .sec_lh_02 h4{
        margin-bottom: 10px;
        font-size: 32px;
    }
    .section_01 .content{
        max-width: 70%;
    }
    .footer-wrapper .text-copyright p{
        margin-bottom: 0;
    }
    .footer-wrapper .text-copyright{
        margin-top: 0px;
    }
}
@media screen and (max-width: 480px) {
    .tits h3{
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .tits h3 span::before{
        top: 14px;
        left: -51px;
        width: 39px;
    }
    .tits h3 span::after{
        top: 14px;
        right: -51px;
        width: 39px;
    }
    .sec_01 .box .box-text .box-text-inner{
        padding: 20px 0;
    }
    .sec_01 .box .box-text .box-text-inner h4{
        font-size: 18px;
        line-height: 25px;
    }
    .sec_01 .box .box-text .box-text-inner ul{
        margin-top: 15px;
        padding-top: 15px;
    }
    .sec_01 .box .box-text .box-text-inner ul li{
        font-size: 14px;
        line-height: 22px;
    }
    .sec_02 .row-1 > .col{
        padding-bottom: 20px;
    }
    .section_01 .content{
        max-width: 90%;
    }
    .section_01 .content{
        padding: 40px 21px;
    }
    .section_01 .content h2{
        margin-bottom: 10px;
    }
    .margin-t h1{
        font-size: 30px;
    }
    .chantrang_01 .widget{
        margin-bottom: 0;
    }
    .chantrang_01 .social-icons{
        margin-top: 20px;
    }
    .footer-wrapper p:last-child{
        margin-bottom: 0;
    }
}