@font-face {
    font-family: 'helv';
    src: url('../../font/db_helvethaica_x_li_v3.2-webfont.woff2') format('woff2'), url('../../font/db_helvethaica_x_li_v3.2-webfont.woff') format('woff');
    font-weight: 400;
}

.content-box {
    margin-bottom: 1rem;
}

.top-bg-div {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 230px;
    color: #1f97b0;
    font-size: 2rem;
    padding-top: 95px;
    background-position: right;
}

.top-bg-div.promotion {
    background-image: url(../../images/top-bg-promotion.jpg);
}

.top-bg-div.services {
    background-image: url(../../images/top-bg-service.jpg);
}

.top-bg-div.news {
    background-image: url(../../images/top-bg-news.jpg);
}

.top-bg-div.articles {
    background-image: url(../../images/top-bg-article.jpg);
}

.top-bg-div.about {
    background-image: url(../../images/top-bg-about.jpg);
}

.top-bg-div.careers {
    background-image: url(../../images/top-bg-career.jpg);
}

.top-bg-div.channel {
    background-image: url(../../images/top-bg-channel.jpg);
}

.top-bg-div.facilities {
    background-image: url(../../images/top-bg-facilities.jpg);
}

.top-bg-div.testimonials {
    background-image: url(../../images/top-bg-test.jpg);
}

.top-bg-div.voucher {
    background-image: url(../../images/top-bg-voucher.jpg);
}

.top-bg-div .txt-h {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: auto;
    display: inline-block;
    padding: 1rem;
    padding-left: 0;
}

.txt-blue {
    color: #1f97b0;
    font-size: 1.7rem;
}

.page-num {
    text-align: right;
}

.page-num .total {
    display: inline-block;
    width: auto;
    color: #1f97b0;
    font-size: 1.2rem;
    padding-right: 1rem;
    float: revert;
    margin-top: 8px;
}

.page-num nav {
    display: inline-block;
    width: auto;
    float: right;
}

.sub-group {
    text-align: left;
    color: #1f97b0;
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: .65rem;
}

.sub-group span {
    color: #646464;
    font-size: 1.5rem;
    font-weight: 400;
}

.sub-group-div {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.detail-date {
    font-size: 1.15rem;
    color: #999;
}

.detail-h {
    text-align: left;
    color: #1f97b0;
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: .65rem;
}

.detail-h-div {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.b-r {
    border-left: 1px solid #3cb8d0;
    padding: 0 1.5rem;
}

.text-content-detail {
    border-left: 1px solid #3cb8d0;
    padding: 0 1.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #555556;
    overflow: hidden;
}

#content-carousel button.owl-next {
    position: absolute;
    top: 0rem;
    right: -2rem;
    font-size: 50px!important;
    height: 90%;
    line-height: 1rem!important;
    background-color: transparent;
}

#content-carousel button.owl-prev {
    position: absolute;
    top: 0rem;
    left: -2rem;
    font-size: 50px!important;
    height: 90%;
    line-height: 1rem!important;
    background-color: transparent;
}

#content-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -10px;
    margin-bottom: 1rem;
}

.content-releated-div h1.line-m {
    display: flex;
    flex-direction: row;
    color: #319ab7;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.content-releated-div h1.line-m:before,
.content-releated-div h1.line-m:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #ccc;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.sub-group-channel {
    text-align: left;
    color: #1f97b0;
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 500;
    margin-bottom: .65rem;
}

.btn-more {
    background-color: #1f97b0;
    color: #fff;
    padding: 3px 40px;
    border-radius: 45px;
    box-shadow: none;
    display: block;
    text-align: center;
    font-size: 1rem;
    padding-top: 10px;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin: auto;
    box-shadow: 1px 10px 20px -15px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 10px 20px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 10px 20px -15px rgba(0, 0, 0, 0.75);
    background: linear-gradient( -45deg, #84e0f3, #4cc6df, #3dd5f3, #3ea8bd);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.btn-more:hover {
    color: #fff;
    background: linear-gradient( -45deg, #6cd6e9, #37deff, #55e3ff, #3cdafa);
}

.channel-content-box .desc-txt {
    position: relative;
    display: block;
    font-size: 1.4rem;
    line-height: 1.2rem;
    margin-top: 0;
    padding: 1rem;
    color: #3c3a3a;
    text-align: center;
}

.channel-content-box {
    transition: .3s;
    margin-top: 1rem;
}

.channel-content-box:hover {
    transform: translate(0px, -5px);
    z-index: 9;
    -webkit-box-shadow: 0px 8px 18px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 18px -2px rgba(0, 0, 0, 0.3);
    transition: .3s;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.careers-content h2 {
    color: #1f97b0;
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    text-align: center;
}


/*.c-box {
    padding: 10px;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
    width: 45%;
    border-top: 5px solid #24b0cb;
    -webkit-box-shadow: 0px 8px 18px -2px rgb(0 0 0 / 30%);
    box-shadow: 0px 8px 18px -2px rgb(0 0 0 / 30%);
    transition: .3s;
}*/

#all-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: -1.875em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1.875em;
    -webkit-column-fill: auto;
    -moz-column-count: 2;
    -moz-column-gap: 1.875em;
    -moz-column-fill: auto;
    column-count: 2;
    column-gap: 1.875em;
    column-fill: auto;
}

.c-box {
    background-color: #169fe6;
    margin-bottom: 1.875em;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 10px;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
    border-top: 5px solid #24b0cb;
    -webkit-box-shadow: 0px 8px 18px -2px rgb(0 0 0 / 30%);
    box-shadow: 0px 8px 18px -2px rgb(0 0 0 / 30%);
    transition: .3s;
}

.c-box li {
    list-style: none;
}

#no-more-tables tbody,
#no-more-tables td,
#no-more-tables tfoot,
#no-more-tables th,
#no-more-tables thead,
#no-more-tables tr {
    padding: 1rem;
    border: 1px solid #2b899b;
    color: #1491a9;
}

#no-more-tables {
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 18px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 18px -2px rgba(0, 0, 0, 0.3);
    transition: .3s;
}

#no-more-tables a {
    color: #1491a9;
    text-decoration: underline;
    text-align: center;
    margin: auto;
    display: block
}

@media only screen and (max-width: 800px) {
    #all-box {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #no-more-tables a {
        color: #1491a9;
        text-decoration: underline;
        text-align: left;
    }
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
        padding: 0;
        border: none;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #e9eff0;
    }
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        padding: 10px;
    }
    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

@media (max-width: 991px) {
    .top-bg-div {
        padding-top: 0px;
        height: 120px;
        font-size: 3rem;
        padding-left: 0;
    }
    .sub-group-channel {
        font-size: 2rem;
        line-height: 2rem;
    }
}

@media (max-width: 768px) {
    .page-num {
        text-align: center;
    }
    .page-num .total {
        display: inline-block;
        width: auto;
        float: none;
    }
    .page-num nav {
        display: inline-block;
        width: auto;
        float: none;
    }
    .sub-group {
        text-align: center;
    }
    .detail-h {
        text-align: center;
    }
}