/*Mobile*/
@media screen and (max-width: 549px) {
    .box_slide_desktop {
        display: none !important;
    }

    .box_banner_mobile_01,
    .box_banner_mobile_01 .slider,
    .box_banner_mobile_01 .banner {
        height: 500px !important;
        min-height: 500px !important;
    }

    .box_banner_mobile_01 .fill:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        bottom: 0 !important;
        background: #d8d6d6;
        background: linear-gradient(0deg, rgb(216 214 214 / 48%) 45%, rgb(216 214 214 / 0%) 100%);
        z-index: 1;
    }


    .box_slide_desktop {
        display: none !important;
    }

    .box_banner_mobile_02,
    .box_banner_mobile_02 .slider,
    .box_banner_mobile_02 .banner {
        height: 500px !important;
        min-height: 500px !important;
    }

    .box_successful {
        margin-top: 280px !important;
    }

    .box_successful #wpsm_counter_b_row_61027 .wpsm_counterbox {
        margin-bottom: 20px !important;
    }

    .box_successful #wpsm_counter_b_row_61027 .wpsm_counterbox .wpsm_count-title {
        min-height: auto !important;
        margin: 0px !important;
    }

    .box_tabs_why .nav>li>a {
        color: #FFFFFF;
    }

    .box_tabs_why .nav>li.active>a {
        color: #FFFFFF;
        font-weight: 500;
    }

    .card_why_15 h5 {
        font-size: 28px;
        font-weight: 700;
        color: #FFFFFF;
        margin: 0;
    }

    .card_why_15 p {
        font-weight: 500;
        color: #FFFFFF;
        margin: 0;
    }

    .box_gallery_awards {
        margin-top: 60px;
    }

    .box_gallery_awards .box-overlay .box-text {
        position: unset;
    }

    .box_gallery_awards .box-text p {
        color: #002B38;
        font-size: 28px;
        font-weight: 700;
        font-family: 'DB Heavent', sans-serif !important;
    }

    .box_gallery_awards .box-overlay.dark .box-text {
        text-shadow: unset;
        padding: 0px;
        margin-top: 15px;
    }

    /*Footer*/
    .section_footer {
        background: #002B38;
    }

    .box_caption_history_footer p {
        font-size: 16px;
    }

    .title_link_footer {
        margin-bottom: 15px !important;
    }

    .title_link_footer h3 {
        font-size: clamp(1.5rem, 1.3125rem + 0.5vw, 1.75rem) !important;
        color: #FFF;
        font-weight: 500 !important;
        margin-bottom: 0px;
    }

    .box_link_footer ul {
        list-style: none;
        font-size: 14px;
    }

    .box_link_footer a {
        color: #FFF;
        display: block;
        transition: all 0.3s ease-in;
    }

    .box_link_footer a:hover {
        color: #00ABB1;
    }

    .box_link_footer ul li {
        margin-left: 0;
        border-bottom: 1px solid #FFFFFF09;
        padding-bottom: 10px;
    }

    .box_copyright_footer {
        text-align: center;
        color: #FFF;
        font-size: 12px;
        border-top: 1px solid #00ABB1;
        padding-top: 20px
    }

    .box_copyright_footer a {
        color: #FFF;
        transition: all 0.3s ease-in;
    }

    .box_copyright_footer a:hover {
        color: #00ABB1;
    }
}