.content-section {
    position: relative;
}
.content-section.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.content-head-section,
.content-body-section {
    position: relative;
}
.content-head-section+.content-body-section {
    margin-top: 30px;
}
.content-body-section {
    width: 100%;
}
/* .content-head-section .detail-row,
.content-head-section .detail-col {
    position: relative;
}
.content-head-section .title-row {
    text-align: center;
}
.content-head-section .detail-row {
    border-top: 1px solid rgba(var(--cpn-color-black-dark), 0.2);
    padding-top: 15px;
    margin-top: 15px;
}
.content-head-section .detail-row ul.item-inline-group {
    justify-content: center;
} */

.content-head-section .title+.description {
    margin-top: 5px;
}
.content-head-section .detail {
    position: relative;
    color: rgba(var(--cpn-color-gray),1);
    border-top: 1px solid rgba(var(--cpn-color-black-dark), 0.2);
    padding-top: 20px;
    margin-top: 20px;
}
.content-head-section .detail ul.item-inline-group {
    flex-wrap: wrap;
}
.content-head-section .detail ul.item-inline-group>li.cate {
    padding-right: 15px;
}
.content-head-section .detail ul.item-inline-group>li.cate:before,
.content-head-section .detail ul.item-inline-group>li.cate:after {
    display: none !important;
}
.content-head-section .detail ul.item-inline-group>li.text {
    font-size: var(--cpn-smallest-font-size);
    line-height: var(--cpn-smallest-line-height);
}
.content-head-section .detail ul.item-inline-group>li.cate+.text {
    padding-left: 0;
}


/* --------------------------------------------------------------- */
/* -------------------- content head section --------------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* -------------------- content body section --------------------- */
/* --------------------------------------------------------------- */

.img-frame {
    position: relative;
    padding: 5px;
    border-radius: 20px;
    overflow: hidden;
    background-color: rgba(var(--cpn-color-white), 1);
}
.img-frame>img {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.content-body-section .heading-main+.img-banner,
.content-body-section .heading-sub+.img-banner,
.content-body-section .img-banner+.heading-main,
.content-body-section .img-banner+.heading-sub {
    margin-top: 30px;
}
.content-body-section .img-banner {
    margin-bottom: 30px;
}


.content-body-section .hashtag-row,
.content-body-section .hashtag-col {
    position: relative;
}
.content-body-section .hashtag-row {
    /* border-top: 1px solid rgba(var(--cpn-color-black-dark), 0.2);
    padding-top: 20px; */
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
}
.content-body-section .hashtag-row>.hashtag-col.this-col-label {
    font-weight: 600;
    padding-top: 5px;
    width: 80px;
}
.content-body-section .hashtag-row>.hashtag-col.this-col-btn {
    width: calc(100% - 80px);
}


/* ============================================================================================== */
/* ========================================= info highlight ===================================== */
/* ============================================================================================== */

.content-container-is-info,
.content-container-is-info-highlight {
    position: relative;
}
.content-container-is-info {
    width: 850px;
}
.content-container-is-info-highlight {
    width: calc(100% - 850px);
    padding-left: 60px;
}

/* .content-container-is-info-highlight,
.content-section .info-highlight {
    width: 400px;
} */
.content-section .info-highlight.mobile {
    width: 100%;
    margin-bottom: 30px;
    display: none;
}
/* .content-section.has-info-highlight .content-container-is-info {
    width: calc(100% - 400px);
} */
.content-section.has-info-highlight .content-container-is-info .content-head-section .title {
    text-align: left;
}
.content-section.has-info-highlight .content-container-is-info .content-head-section .detail ul.item-inline-group {
    justify-content: flex-start;
}
.content-container-is-info-highlight .info-highlight {
    position: sticky;
    top: 150px;    
    z-index: 50;
}
.content-container-is-info .info-highlight,
.content-container-is-info-highlight .info-highlight {
    border-radius: 20px;
    overflow: hidden;
}

.info-highlight {
    padding: 40px;
}

/* highlight head */
.info-highlight .hl-head,
.info-highlight .hl-head>.topic {
    position: relative;
}
.info-highlight .hl-head {
    /* display: none; */
    visibility: hidden;
    height: 0;
    background-color: rgba(var(--cpn-color-black-dark), 0.2);
    width: calc(100% + 80px);    
    padding: 0 40px;
    margin: -40px -40px 40px -40px;
}
/* .info-highlight .hl-head::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    bottom: 15px;
    border-bottom: 1px solid rgba(var(--cpn-color-black),1);
} */
.info-highlight .hl-head>.topic {
    max-height: calc(var(--cpn-default-line-height) * 2);
    font-weight: 600;
}
.info-highlight.is-sticky-stuck .hl-head {
    /* display: block; */
    visibility: visible;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}


/* highlight body */
.info-highlight .hl-body {
    position: relative;
}
.info-highlight .hl-item-group,
.info-highlight .hl-item-group>.hl-item-icon,
.info-highlight .hl-item-group>.hl-item-detail {
    position: relative;
}
.info-highlight .hl-item-group {
    display: flex;
    flex-wrap: nowrap;
}
.info-highlight .hl-item-group+.hl-item-group {
    border-top-width: 1px;
    border-top-style: dashed;
    margin-top: 20px;
    padding-top: 20px;
}
.info-highlight.text-color-white .hl-item-group+.hl-item-group {
    border-top-color: rgba(var(--cpn-color-white), 0.3);
}
.info-highlight.text-color-black .hl-item-group+.hl-item-group {
    border-top-color: rgba(var(--cpn-color-black), 0.3);
}

.info-highlight .hl-item-group>.hl-item-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    text-align: center;
}
.info-highlight .hl-item-group>.hl-item-icon .icon {
    height: 0;
    line-height: 0;
}
.info-highlight .hl-item-group>.hl-item-detail {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.info-highlight .hl-item-group>.hl-item-detail>.title {
    /* font-size: var(--cpn-h4-font-size);
    line-height: var(--cpn-h4-line-height); */
    font-weight: 600;
    /* opacity: 0.5; */
}
.info-highlight .hl-item-group>.hl-item-detail>.detail {
    opacity: 0.8;    
}
.info-highlight .hl-item-group>.hl-item-detail>.detail+.title {
    margin-top: 5px;
}
.info-highlight.text-color-white .hl-item-group>.hl-item-detail>.detail a {
    color: rgba(var(--cpn-color-white),1);
}
.info-highlight.text-color-black .hl-item-group>.hl-item-detail>.detail a {
    color: rgba(var(--cpn-color-black),1);
}

/* highlight footer */
.info-highlight .hl-footer {
    margin-top: 20px;
}
.info-highlight .hl-footer>.button {
    width: 100%;
}
.info-highlight .hl-footer>.button+.button {
    margin-top: 10px;
}
.info-highlight .hl-footer>.button.d-none+.button {
    margin-top: 0;
}


/* ============================================================================================== */
/* ============================================ contact ========================================= */
/* ============================================================================================== */

.info-contact-more {
    position: relative;
    width: 100%;
    /* background-color: rgba(var(--cpn-color-gray-light,1); */
    /* border-radius: 20px;
    border: 1px solid rgba(var(--cpn-color-black), 0.15);
    padding: 30px 30px 30px 40px; */
    border-top: 1px solid rgba(var(--cpn-color-black),1);
    padding-top: 30px;
    margin-top: 60px;
}
.info-contact-more .contact-more-row,
.info-contact-more .contact-more-row>.contact-more-col {
    position: relative;
}
.info-contact-more .contact-more-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.info-contact-more .contact-more-row>.contact-more-col.this-col-left {
    text-align: right;
    padding-right: 30px;
}
.info-contact-more .contact-more-row>.contact-more-col.this-col-right {
    text-align: left;
}

.info-contact-more .title {
    font-size: var(--cpn-h3-font-size);
    line-height: var(--cpn-h3-line-height);
    font-weight: 600;
}
.info-contact-more .description {

}
.info-contact-more .description {}
.info-contact-more ul.contact-item-group,
.info-contact-more ul.contact-item-group>li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.info-contact-more ul.contact-item-group {
    display: flex;
    flex-wrap: nowrap;
}
.info-contact-more ul.contact-item-group .contact-item {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    color: rgba(var(--cpn-color-black),1);
    border: 1px solid rgba(var(--cpn-color-black),0.3);
    background-color: rgba(var(--cpn-color-black),0);
    border-radius: var(--cpn-btn-border-radius);
    margin: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* facebook */
.info-contact-more ul.contact-item-group .contact-item.social-facebook:hover {
    background-color: rgba(var(--social-facebook-color),1);
    border-color: rgba(var(--social-facebook-color),1);
    color: rgba(var(--social-facebook-on-color),1);
}

/* messenger */
.info-contact-more ul.contact-item-group .contact-item.social-messenger:hover {
    background-color: rgba(var(--social-messenger-color),1);
    border-color: rgba(var(--social-messenger-color),1);
    color: rgba(var(--social-messenger-on-color),1);
}

/* instagram */
.info-contact-more ul.contact-item-group .contact-item.social-instagram:hover {
    background-color: rgba(var(--social-instagram-color),1);
    border-color: rgba(var(--social-instagram-color),1);
    color: rgba(var(--social-instagram-on-color),1);
}

/* tiktok */
.info-contact-more ul.contact-item-group .contact-item.social-tiktok:hover {
    background-color: rgba(var(--social-tiktok-color),1);
    border-color: rgba(var(--social-tiktok-color),1);
    color: rgba(var(--social-tiktok-on-color),1);
}

/* youtube */
.info-contact-more ul.contact-item-group .contact-item.social-youtube:hover {
    background-color: rgba(var(--social-youtube-color),1);
    border-color: rgba(var(--social-youtube-color),1);
    color: rgba(var(--social-youtube-on-color),1);
}

/* line */
.info-contact-more ul.contact-item-group .contact-item.social-line:hover {
    background-color: rgba(var(--social-line-color),1);
    border-color: rgba(var(--social-line-color),1);
    color: rgba(var(--social-line-on-color),1);
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

     /* ============================================================================================== */
    /* ========================================= info highlight ===================================== */
    /* ============================================================================================== */

    .content-container-is-info {
        width: 700px;
    }
    .content-container-is-info-highlight {
        width: calc(100% - 700px);
        padding-left: 50px;
    }

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

    /* ============================================================================================== */
    /* ========================================= info highlight ===================================== */
    /* ============================================================================================== */

    .content-section .content-container-is-info {
        width: 100% !important;
        padding-right: 0 !important;
    }
    .content-section .content-container-is-info-highlight {
        display: none !important;
    }
    .content-section .info-highlight.mobile {
        display: block;
    }

}

/* md - sm - xs */
@media (max-width: 991.98px) {   

    /* ============================================================================================== */
    /* ========================================= info highlight ===================================== */
    /* ============================================================================================== */

    .content-section .content-container-is-info {
        width: 100% !important;
        padding-right: 0 !important;
    }
    .content-section .content-container-is-info-highlight {
        display: none !important;
    }
    .content-section .info-highlight.mobile {
        display: block;
    }

    /* ============================================================================================== */
    /* ============================================ contact ========================================= */
    /* ============================================================================================== */

    .info-contact-more {
        margin-top: 40px;
    }
    .info-contact-more .contact-more-row {
        flex-wrap: wrap;
    }
    .info-contact-more .contact-more-row>.contact-more-col {
        width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
    }
    .info-contact-more .contact-more-row>.contact-more-col.this-col-right {
        display: flex;
        justify-content: center;
        margin-top: 15px !important;
    }

}


/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

    .content-head-section .title,
    .content-section.has-info-highlight .content-container-is-info .content-head-section .title,
    .content-head-section .description {
        text-align: center !important;
    }
    .content-head-section .detail ul.item-inline-group {
        justify-content: center !important;
    }
    .content-head-section .detail ul.item-inline-group>li.cate {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .content-head-section .detail ul.item-inline-group>li.cate .tag-item-group {
        justify-content: center !important;
    }
    
}

/* sm - xs */
@media (max-width: 767.98px) {
    
    .content-head-section .title,
    .content-section.has-info-highlight .content-container-is-info .content-head-section .title,
    .content-head-section .description {
        text-align: center !important;
    }
    .content-head-section .detail ul.item-inline-group {
        justify-content: center !important;
    }
    .content-head-section .detail ul.item-inline-group>li.cate {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .content-head-section .detail ul.item-inline-group>li.cate .tag-item-group {
        justify-content: center !important;
    }    

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* xs */
@media (max-width: 575.98px) {

    /* ============================================================================================== */
    /* ============================================ contact ========================================= */
    /* ============================================================================================== */

    .info-contact-more ul.contact-item-group .contact-item {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        margin: 2.5px;
    }

}

/* xs custom */
@media (max-width: 399.98px) {}
