.header_space {
    padding-top: 92px;
}

.container {
    max-width: 1920px;
    position: relative;
    margin: auto;
}

/* popup */
.layouts {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 700;
    z-index: 100;
    background-color: #000000;
    opacity: 0.9;
    display: none;
}

.popup_container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200;
    align-items: center;
    padding-top: 32px;
    flex-direction: column;
}

.popup {
    padding: 32px;
    border-radius: 16px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.icon_close {
    cursor: pointer;
    padding-bottom: 32px;
}

.popup_article_carousel .owl-carousel {
    display: block;
    width: 44.68vw;
    height: 28.06vw;
}

.popup_article_carousel img {
    width: 44.68vw;
    height: 28.06vw;
    border-radius: 16px;
    object-fit: cover;
}

.navigator_carousel {
    display: flex;
    gap: 16px;
    overflow: auto;
    max-width: 100vw;
}

.navigator_carousel img {
    width: 9.46vw;
    height: 7.07vw;
    border-radius: 8px;
    object-fit: cover;
}

.navigator.active img {
    border: 2px solid #5A95D1;
}

.navigator img {
    border: 2px solid transparent;
    cursor: pointer;
}

/* end popup */

.head {
    font-size: 24px;
    font-weight: 700;
}

.text_xl {
    font-size: 24px;
    font-weight: 600;
}

.text_lg {
    font-size: 18px;
    font-weight: 400;
}

.article {
    padding: 80px;
    display: flex;
    gap: 24px;
    color: #00356B;
}

.article_carousel {
    width: 50%;
    flex-shrink: 0;
}


.owl-theme .owl-nav .left_chevron {
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 41px;
    display: flex;
    align-items: center;
}

.owl-theme .owl-nav .left_chevron .icons {
    padding: 8px;
    background-color: #FCFCFD;
    border-radius: 80px;
    color: #101828;
    font-weight: 700;
    align-items: center;
    display: flex;
    rotate: 90deg;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.owl-theme .owl-nav .right_chevron .icons {
    padding: 8px;
    background-color: #FCFCFD;
    border-radius: 80px;
    color: #101828;
    font-weight: 700;
    align-items: center;
    display: flex;
    rotate: 270deg;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.owl-theme .owl-nav .left_chevron .icons svg,
.owl-theme .owl-nav .right_chevron .icons svg {
    height: 12px;
}

.owl-theme .owl-nav .right_chevron {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 41px;
    display: flex;
    align-items: center;
}

.owl-theme .owl-nav .disabled {
    display: none;
}

.article_carousel_mobile {
    display: none;
}

.article_carousel .item img {
    height: 23.82vw;
    border-radius: 16px;
    object-fit: cover;
}

.article .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.article .content .location_wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

.article .content .location_wrapper .icon {
    display: flex;
    align-items: center;
}

.info {
    padding: 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.info .title {
    font-weight: 600;
    color: #000000;
}

.info .info_wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.info .menu_wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

.info .menu_wrapper .menu {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    gap: 8px;
    align-items: center;
}

.info .menu_wrapper .menu .icon {
    display: flex;
    align-items: center;
}

/* tablet style */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .head {
        font-size: 24px;
    }

    .popup_container {
        padding-top: 0;
    }
    
    .popup {
        padding: 16px;
    }
    
    .icon_close {
        padding-bottom: 16px;
    }

    .icon_close svg {
        width: 16px;
    } 

    .popup_article_carousel .owl-carousel {
        width: 85.41vw;
        height: 47.52vw;
    }

    .popup_article_carousel img {
        width: 85.41vw;
        height: 47.52vw;
    }

    .navigator_carousel img {
        width: 13.80vw;
        height: 7.68vw;
    }
    
    .article {
        padding: 52px 32px;
        flex-direction: column;
    }

    .article_carousel {
        display: none;
    }

    .article_carousel_mobile {
        display: block;
    }

    #owl-mobile .owl-stage {
        padding-left: 32px;
    }

    .article_carousel_mobile .item img {
        width: 71.35vw;
        height: 39.71vw;
        border-radius: 16px;
        object-fit: cover;
    }

    .article_carousel_mobile .item {
        width: 100%;
        height: 39.71vw;
        border-radius: 16px;
    }
}

/* mobile style */
@media only screen and (max-width: 768px) {
    .head {
        font-size: 24px;
    }

    .owl-theme .owl-nav {
        display: none;
    }

    .popup_container {
        padding-top: 0;
    }
    
    .popup {
        padding: 8px;
    }
    
    .icon_close {
        padding-bottom: 8px;
    }

    .icon_close svg {
        width: 16px;
    } 

    .popup_article_carousel .owl-carousel {
        width: 82.93vw;
        height: 46.13vw;
    }

    .popup_article_carousel img {
        width: 82.93vw;
        height: 46.13vw;
    }

    .navigator_carousel img {
        width: 28.26vw;
        height: 15.73vw;
    }

    .article {
        padding: 32px 16px;
        flex-direction: column;
    }

    .article_carousel {
        display: none;
    }

    .article_carousel_mobile {
        display: block;
    }

    #owl-mobile .owl-stage {
        padding-left: 16px;
    }

    .article_carousel_mobile .item img {
        width: 85.33vw;
        height: 47.46vw;
        border-radius: 16px;
        object-fit: cover;
    }

    .article_carousel_mobile .item {
        width: 100%;
        height: 47.46vw;
        border-radius: 16px;
    }
}