﻿/*480px (large mobile)*/
@media (min-width: 480px) and (max-width: 767px) {
    .line_animation {
        width: 440px !important;
    }
    .how_work_box {
        margin-top: 20px
    }

    .line_animation {
        width: 95% !important;
    }

    .how_work_text {
        margin: 0 auto;
        max-width: 170px;
    }

        .how_work_text h4 {
            font-size: 18px;
            padding: 10px 0px 5px 0px;
        }

        .how_work_text h6 {
            font-size: 14px;
            line-height: 1.857;
        }

    .how_work_img i {
        font-size: 40px;
    }
    .how_work_section {
        padding: 20px 0px 30px;
        position: relative;
    }
    .section-title {
        margin-bottom: 20px;
    }
    .navbar-brand img {
        max-height: 24vw;
    }
    .category-chip.active {
        text-decoration: underline;
        border-radius: 4px !important;
        color: #000091 !important;
        font-weight: 600;
        pointer-events: none; /* disable clicking */
        cursor: default; /* show disabled cursor */
        opacity: 0.8; /* optional: make it look less clickable */
    }
    .counter-content .countdown li > span {
        font-size: 1.5em;
    }
    .menu-small .nav-link, .menu-small .dropdown-item {
        font-size: 13px;
    }

    .navbar-nav menu-small {
        padding: 0;
    }

    .custome-container {
        max-width: 440px !important;
        margin: auto;
    }
    .news-one__content {
        position: relative;
        display: block;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
        padding: 30px 30px 13px;
    }
    .home-hero {
        position: relative;
        background-image: url(/images/Kbach-1.png), url(/images/Kbach-2.png);
        background-position: 1% 15%, 106.5% 15%;
        background-repeat: no-repeat, no-repeat;
        background-size: auto 60%, auto 60%;
        background-color: #fff;
        z-index: 1;
    }

    .welcome-image {
        object-fit: cover;
        max-width: 500px !important;
        height: 220px;
        width: 100%;
        margin: 0 auto 5px auto;
    }

    .lead p {
        font-size: 13px;
    }

    .navbar-brand img {
        max-height: 80px;
        height: auto;
        width: auto;
    }
    .navbar-toggler-size {
        font-size: 10px;
        padding: 5px;
        
    }
    .countdown-container h3 {
        font-size:16px;
        letter-spacing:1px
    }
    #countdown {
        font-size: 2.8vw;
    }
    .history-one__wrap {
        padding: 0 10px !important;
        background-repeat: no-repeat;
    }
    .video-thumbnail-wrapper {
        height: 240px;
        cursor: pointer;
    }

    .media-photo-container {
        height: 240px;
        margin-top:10px;
        padding: 5px;
    }
    .entry-content {
        font-size: 12px;
        line-height: 24px;
    }

    .type-post .post-date span {
        font-size: 16px;
        margin-top: 0px;
    }

    .type-post .post-date {
        width: 55px;
        height: 55px;
        padding: 5px 0;
    }

    .tab-scroll-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        scrollbar-width: none;
        width: 100%;
    }

        .tab-scroll-container::-webkit-scrollbar {
            display: none;
        }

        .tab-scroll-container .nav-tabs {
            flex-wrap: nowrap !important;
        }

        .tab-scroll-container .nav-item {
            width: 115px;
        }

        .tab-scroll-container .nav-link {
            width: auto;
        }
    .last-news-img {
        width: 100%;
        height: 100%;
        max-height:320px;
        object-fit: contain;
    }
    .latest-block-box .type-post {
        padding:0
    }
        .latest-block-box .type-post .blog-content {
            padding:10px
        }
    .nav-tabs.flat-tabs .nav-link {
        font-size: .9em;
        padding: 0.75rem 1rem;
        width: 110px;
    }
    .meeting-box {
        padding: 0;
    }
    .detail-post-title {
        font-size: 1.5em;
        line-height: 1.4em;
        font-weight: bold;
        color: #000091;
    }

    .detail-post-publish_date {
        font-size: 12px;
        color: grey;
    }

    .text-xs {
        font-size: 0.7rem !important;
    }
    .news-one-press__content {
        padding: 55px 25px 13px;
    }
}