@media screen and (max-width: 1199px) {
    p{
        margin: 0;
    }

    .s-item{
        flex-direction: column!important;
    }

    .s-item img{
        width: 100%;
    }

    .s-item p{
        margin-top: 20px;
        padding-left: 0!important;
    }

    .cl-box h6{
        font-size: 16px!important;
    }

    .a-paragraph-text{
        padding-bottom: 0;
    }

    .p-item{
        margin-bottom: 0;
        margin-top: 20px;
        width: 45%;
    }

    .p-item img{
        width: 100%;
        max-width: 250px;
    }

    .a-large-title{
        font-size: 21px!important;
    }

    .a-pi-content h4{
        margin-top: 40px;
        font-size: 21px;
    }

    .a-pi-inner-box{
        flex-direction: column;
    }

    .a-pi-item{
        width: 100%;
        margin-bottom: 40px;
    }

    #PartnerEcologyDiv .p-item:first-child{
        margin-top: 0;
    }
    
    #PartnerEcologyDiv .p-item:nth-child(2){
        margin-top: 0;
    }
    
    .board-inner{
        flex-direction: column!important;
    }

    .board-inner-item{
        width: 100%!important;
    }

    .tr-box{
        flex-direction: column;
    }

    .tr-item-btn{
        width: 100%;
        margin-bottom: 20px;
    }

    .tr-item-btn:last-child{
        margin-bottom: 0;
    }

    .navbar-opened{
        overflow-y: hidden;
    }
    
}

@media screen and (max-width: 767.98px){
    .content {
        margin-top:80px;
    }
    
    .a-large-title{
        font-size: 18px!important;
        line-height: initial;
    }

    .a-header-110 {
        height: 80px;
    }

    .slogan>h1{
        font-size: 24px;
        padding: 0;
        height: initial!important;
    }

    .slogan>h3{
        font-size: 18px;
        height: initial!important;
    }

    .a-large-title{
        margin-top: 0;
    }

    .a-paragraph-text{
        font-size: 16px;
    }

    .about-section, .corporate-info-section, .business-section, .contact-section, .report-section{
        padding: 20px;
    }

    .a-pi-content h4{
        font-size: 18px;

    }

    .a-pi-content > h4:first-child{
        margin-top: 0;
    }

    .contact-us-item{
        flex-direction: column!important;
    }

    .a-map-responsive{
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px){
    body{
        overflow-x: hidden;
    }
    .gt-award-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .gt-award-box img{
        margin-bottom:30px;
        width: 100%;
        max-width: 150px;
    }
    .content {
        margin-top: 92px;
    }
    .cl-box{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .cl-box h6{
        font-size: 14px;
        margin-top: 10px;
        margin-left: 0;
    }
    .navbar{
    }

    .gs-bg{
        padding: 20px!important;
    }

    .gs-yb{
        padding: 20px!important;
    }

    .gs-content{
        padding: 20px!important;
    }

    #ContactDiv .a-contact a{
        padding-left: 10px;
    }
}