:root {
    --primary: #4854a1;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 4px;
}

::-webkit-scrollbar:horizontal {
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(58, 58, 58, 0.5);
    border-radius: 10px;
    border: 2px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }

}
iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.main {
    min-height: 70vh;
}
.title-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.title-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.title-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.font-serif {
    font-family: 'Noto Serif TC', serif;
}
.imgbox__inner-5-5 {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.imgbox__inner-6-9 {
    width: 100%;
    padding-top: calc(100% * 6 / 9);
    position: relative;
}
.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

img {
    width: 100%;
    max-width: 100%;
}

.note {
    font-size: 19px;
    color: #83bac1;
}

.pinfooter {
    opacity: 0.8 !important;
}
footer h5 {
    opacity: 0.8;
}
.short-hr {
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: #d9d9d9;
    margin: 16px 0;
}
.deco-news {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-image: url(../img/deco/deco1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 1070px;
}
.deco-news-page {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 500px;
    background-image: url(../img/deco/deco1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    opacity: 0.6;
}

.btn.from-center {
    position: relative;
    color: #333;
    background-color: #e0e6ff;
    transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    user-select: none;
    z-index: 0;
    box-shadow: 0 0 40px -2px rgb(143 164 255 / 30%);
}
.btn.from-center i {
    position: relative;
}
.btn.from-center:hover {
    color: #fff;
    box-shadow: none;
    transition-delay: .35s;
}

.btn.from-center:hover:before {
    transition-delay: 0s;
}

.btn.from-center:hover:after {
    background: var(--primary);
    transition-delay: .35s;
}
.btn.from-center:before,
.btn.from-center:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
}
.btn.from-center:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    border: 1px solid var(--primary);
    border-left: 0;
    border-right: 0;
}

.btn.from-center:after {
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: var(--primary);
}

.btn.from-center:hover:before {
    left: 0;
    width: 100%;
}

.btn.from-center:hover:after {
    top: 0;
    height: 100%;
}
.hero {
    position: relative;
}

.hero .background-image-wrapper {
    display: flex;
    align-items: center;
}

.hero-loop .owl-stage {
    width: 100%;
    padding-top: calc(100% * 4 / 11);
    position: relative;
}

.hero .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.col-box {
    display: flex;
    align-items: center;
}

.pattern-bg1 {
    background-image: url('../img/patterns/poly1.svg');
    background-size: 660px;
    background-repeat: no-repeat;
    background-position: 103% 256%;

}

.section-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 24px;
}

.section-subtitle {
    font-size: 15px;
    color: rgb(94, 94, 94);
    letter-spacing: 1px;
}

.news article .textbox {
    padding: 16px 24px;
    min-height: 240px;
}

.news .card-title {
    font-size: 22px;
    line-height: 30px;
}

.news .card-text {
    font-size: 16px;
    color: #777;
}

.news .news-date {
    letter-spacing: 0.4px;
    font-size: 14px;
    color: #acacac;
}

.news .news-imgbox {
    position: relative;
}

.news .news-imgbox .imgbox__inner {
    width: 100%;
    padding-top: 60%;
}

.news-more {
    position: relative;
    line-height: 100%;
}

.news-more::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0.04em;
    background-color: #4c79f1;
    transition: all 0.3s;
}

.news-more:hover::after {
    width: 100%;
}

.card-transform .card {
    padding: 10px;
}

.card-transform .imgbox__inner {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

.card-transform .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-deco {
    width: 60px;
    height: 3px;
    display: inline-block;
    background-color: #1e3d80;
    margin-bottom: 16px;
}

.bg-primary .title-deco {
    background-color: #fff;
}
.featureWrapper {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    text-align: center;
    /* width: 420px; */
    /* height: 420px; */
    position: relative;
    margin: 0 auto;
}
/* .featureWrapper::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #ebecf5;
    width: 70%;
    height: 70%;
    border-radius: 100%;
} */
.featureWrapper .imgbox {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
    width: 120px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 30px -6px rgb(7 34 158 / 16%);
}
.featureWrapper h4 {
    margin-bottom: 12px;
    font-size: 1.6em;
    line-height: 1.4;
    letter-spacing: 0;
    background-color: var(--primary);
    padding: 2px 10px;
    color: #fff;
    display: inline-block;
}
.featureWrapper p {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 50%;
    line-height: 1.6;
    font-size: 1.1em;
    letter-spacing: 0.8px;
    color: #5b5b5b;
}
.section-3 .feature-box img {
    width: 100px;
    margin-bottom: 16px;
    transition: all 0.5s;
}

.section-3 .feature-box:hover img {
    transform: scale(1.2);
}

.deco-box {
    position: absolute;
    top: 60%;
    right: 0;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 950px;
    opacity: 0.2;
}

.section-4 .imgbox__inner {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

.section-4 .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-4 .link-box {
    display: flex;
    align-items: center;

    padding: 16px 24px;
    border-radius: 6px;
}

.section-4 .link-box img {
    width: 60px;
    height: 60px;
}

.section-4 .link-box h3 {
    font-size: 26px;
    font-weight: 700;
    padding-left: 16px;
}


.light-navbar .header-logo img {
    width: 200px !important;
}


.news-box {
    display: block;
}

.news-box .news-box-imgbox {
    overflow: hidden;
    transition: all 0.3s;
    background-color: #dcdcdc;
}
.news-box .news-box-imgbox .image {
    background-size: contain;
}
.news-box .news-box-content {
    padding: 10px 0;
    transition: all 0.3s;
}

.news-box .btn-box {
    width: 15%;
}

.news-box .imgbox__inner {
    width: 100%;
    padding-top: calc(100% * 6 / 9);
    position: relative;
}
.news-box .image {
    transition: all 1s ease;
}
.news-box .news-title {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.news-box .news-intro {
    margin-bottom: 0;
    color: #aaa;
    font-size: 0.9em;
    line-height: 1.4;
}
.news-box .date {
    padding-top: 8px;
    font-size: 0.9em;
    color: #889ccd;
}
.news-box:hover {
    text-decoration: none;
    border-radius: 4px;
}
.news-box:hover .image {
    transform: scale(1.08);
}

.news-box:hover .btn {
    color: rgb(175, 239, 255);
    text-shadow: 0 0px 24px rgba(170, 255, 255, 0.9);
}

.news-box:hover .btn .custom-arrow-icon {
    transform: translate3d(10px, 0, 0);
    color: rgb(175, 239, 255);
}

.news-list-section .news-box {
    padding: 10px;
    margin-bottom: 32px;
}

.news-box:hover .news-title {
    color: var(--primary);
}
.news-list-section .news-box:hover .btn {
    color: #0d94b3;
    text-shadow: 0 0px 24px rgba(170, 255, 255, 0.9);
}

.news-list-section .news-box:hover .btn .custom-arrow-icon {
    transform: translate3d(10px, 0, 0);
    color: #0d94b3;
}

.news-wrapper {
    padding: 12px;
    background-color: #f6f6f6;
}

.grad {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;

    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 95%);
}

.hero-loop {
    position: relative;
}

.owl-carousel.custom-nav-1-pos-1 .owl-nav {
    z-index: 5;
    top: 100%;
    transform: none !important;
}
.owl-carousel.custom-nav-1 .owl-nav .owl-prev,
.owl-carousel.custom-nav-1 .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    border-radius: 0;
}
.owl-carousel.custom-nav-1-pos-1 .owl-nav .owl-prev {
    transform: none !important;
    left: auto;
    top: auto;
    bottom: 0;
    right: 60px;
    background: var(--primary) ;
}

.owl-carousel.custom-nav-1-pos-1 .owl-nav .owl-next {
    transform: none !important;
    top: auto;
    bottom: 0;
    right: 0;
    background: #161d77 !important;
}
.owl-carousel.custom-nav-1-pos-1 .owl-nav .owl-next:hover {
    background: #4858c5 !important;
}
.owl-carousel.custom-nav-1 .owl-nav .owl-prev:before,
.owl-carousel.custom-nav-1 .owl-nav .owl-next:before {
    color: #fff;
    left: 0 !important;
    top: 1px !important;
    font-size: 16px !important;
}
.hero-loop .hero-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0c6580c7;
    padding: 12px 16px;
}

.hero-loop .hero-text h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.hero-loop .hero-imgbox {
    width: 100%;
    display: block;
}

.text-on-para {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    padding: 24px 32px;
    width: 40%;
}

.parallax {
    min-height: 350px;
}


.title-wrapper {
    position: relative;

}
.title-wrapper h2,
.title-wrapper h4 {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 0;
}
.title-sm {
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 500;
}
.title-big {
    font-size: 2.4em;
    font-weight: 700;
    font-family: 'Montserrat',Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}
.title-icon {
    width: 70px;
    opacity: 0.2;
    position: absolute;
    left: -32px;
    top: -16px;
    z-index: -1;
}

@media (max-width: 1500px) {
    .deco-news {
        background-position: right;
    }
}
@media (max-width: 1025px) {
    .site-name {
        display: none;
    }

    .feature-box .feature-box-info {
        padding-left: 8px;
    }

    .feature-box .feature-box-info h3 {
        font-size: 26px;
    }

    .feature-box .feature-box-info p {
        font-size: 16px;
        line-height: 26px;
    }

    .deco-news {
        width: 100%;
    }
}

@media (max-width: 430px) {
    footer h5 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 24px !important;
    }

    footer a {
        font-size: 16px;
    }

    .light-navbar .header-logo img {
        width: 160px !important;
    }

    .site-name {
        font-size: 17px;
        white-space: nowrap;
    }

    .hero-loop .hero-text {
        padding: 6px;
    }

    .news-box {
        margin-bottom: 24px;
    }

    .news-box .news-box-imgbox {
        width: 100%;
    }

    .news-box .news-box-content {
        width: 100%;
        padding: 8px 4px;
    }

    .news-wrapper {
        padding-bottom: 24px;
        clip-path: none;
        box-shadow: none;
    }

    .news-box .btn-box {
        width: 100%;
        text-align: right;
    }

    .news-box .btn-box .btn {
        color: #20a8c7;
        font-size: 16px;
    }

    .parallax {
        min-height: 160px;
    }

    section.section {
        padding: 42px 0;
    }

    .title-sm {
        font-size: 1.6em;
    }
    .title-wrapper h2 {
        font-size: 34px;
    }
    .deco-news {
        width: 100%;
        height: 500px;
        background-size: 890px;
        background-position: right bottom;
    }
    .news-box .news-title {
        font-size: 1.4em;
    }
    .news-box .news-intro {
        font-size: 1em;
    }
    .featureWrapper h4 {
        font-size: 1.05em;
    }
    .deco-news-page {
        display: none;
    }
}
@media (max-width: 321px) {
    .title-wrapper h2 {
        font-size: 26px;
        line-height: 1.2;
    }
}

/* page */
.nav-card .card-text {
    min-height: 60px;
}

.nav-card .span-with-icon {
    display: inline-block;
    line-height: 20px;
}

.nav-card .span-with-icon i {
    font-size: 0.8em;
}

.page-title {
    position: relative;
}

.widget .title-icon {
    width: 48px;
    left: -24px;
    top: -7px;
}

.widget .title-wrapper {
    border-bottom: 1px solid #a6c8d1;
    margin-bottom: 24px;
    padding: 16px;
}

.widget .title-wrapper .btn {
    padding: 0 12px;
    font-size: 15px;
    line-height: 26px;
    float: right;
    border-width: 1px;
}

.meta-data {
    color: #aaa;
    font-size: 12px;
    line-height: 16px;
    display: block;
    font-weight: 400;
}

.widget.recent_posts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget.recent_posts ul li {
    padding: 0;
    margin-bottom: 8px;
    border: 0;
    font: inherit;
    font-size: 100%;
}

.widget.recent_posts ul li .news-item {
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 6px;
}

.media-box {
    position: relative;
    display: inline-block;
    width: 30%;
}

.media-box .imgbox__inner {
    width: 100%;
    padding-top: calc(100% * 6 / 9);
    position: relative;
}

.widget.recent_posts ul li .right-box {
    width: 70%;
    padding-left: 10px;
}

.widget.recent_posts ul li h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.widget.recent_posts ul li h5 a {
    color: #484848;
}

.widget.recent_posts ul li .meta-data.grid-item-meta {
    display: block;
    margin-bottom: 4px;
}

.grid-item-meta {
    margin-bottom: 17px;
    display: block;
}

.widget.recent_posts ul li .news-item:hover {
    background-color: #eef5f7;
}

article .content-box img {
    margin: 4px 0;
}

article .content-box,
article .content-box p {
    font-size: 17px;
    line-height: 30px;
}

@media (max-width: 430px) {
    .page-header .page-title {
        font-size: 30px !important;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 16px !important;
    }

    .nav-card .card-title {
        font-size: 20px !important;
        margin-bottom: 16px !important;
    }

    .nav-card .card-text {
        font-size: 16px !important;
        line-height: 26px;
        min-height: 0;
    }

    .nav-card .card-body {
        padding: 24px;
    }

    .tabs .nav.nav-list {
        flex-direction: row !important;
    }

    .scroll-outter {
        position: relative;
    }

    .scroll-outter::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
        pointer-events: none;
    }
}

.table-responsive {
    width: 100%;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.team>table {
    min-width: 100%;
    padding: 15px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.teamimg {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

.team tr {
    height: 80px;
}

.team thead tr {
    height: 58px;
}

.team td,
.team th {
    vertical-align: middle !important;
    font-size: 17px;
}

.team thead {
    background-color: #dfedf5;
}

.team tbody {
    background-color: #fbfbfb;
}

.team tbody td {
    padding: 12px 16px;
}

.team tbody td i {
    font-size: 20px;
}

.team thead th {
    border-bottom: 0;
}

.team td>span {
    vertical-align: top;
    line-height: 70px;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #f5f8f9;
}

.table-hint {
    display: none;
    margin-top: 4px;
    font-size: 16px;
}

@media (max-width: 430px) {
    .team>table {
        width: 720px;
    }

    .table-hint {
        display: block;
    }
}

.section-box {
    padding-bottom: 32px;
}

.section-box .title-box {
    font-weight: 600;
    color: #1c7f96;
    border-bottom: 1px solid;
    margin-bottom: 0;
    padding: 0 10px;
    padding-bottom: 24px;
    /* background-image: url(../img/patterns/t4.png); */
    background-size: 800px;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}

.highlight-title {
    background-color: #0d94b3;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 12px;
}

.intro-box p {
    line-height: 32px;
    font-size: 19px;
}

.intro-box .time-note {
    display: block;
    margin-bottom: 32px;
}

.intro-box img {
    display: inline-block;
    /* width: 100%; */
    width: auto;
    max-width: 100%;
    margin: 2px 0;
}

.img-smtext {
    font-size: 16px;
    color: #969696;
    margin-top: 4px;
    line-height: 24px;
}

.intro-box .step-title {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 16px;
    color: var(--primary);
    background-color: #e7eaf4;
    padding: 6px 14px;
    display: inline-block;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.intro-box .step-title span {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    font-size: 0.9em;
    margin-right: 12px;
}

.sidebar h4 {
    padding-left: 12px;
    position: relative;
    border-left: 10px solid #1c7f96;
    line-height: 22px;
}

.tab-pane .sticky-bar {
    position: sticky;
    position: -webkit-sticky;
    top: 110px;
}

.skew-title {
    position: relative;
    display: inline-block;
}

.skew-title::after {
    content: "";
    position: absolute;
    right: -40px;
    width: 32px;
    height: 100%;
    background-color: #1c7f96;
    -webkit-transform: perspective(100px) rotateX(45deg);
    -webkit-transform-origin: left center;
    -moz-transform: perspective(100px) rotateX(45deg);
    -moz-transform-origin: left center;
}

.table-responsive.team.long-name .teamimg {
    display: block;
}

.team.long-name td>span {
    display: block;
    padding-top: 12px;
    line-height: 26px;
}


.sort-destination .avatar-imgbox,
.award-list .avatar-imgbox {
    text-align: center;
    padding-top: 12px;
    display: flex;
    justify-content: center;
}

.sort-destination .avatar-imgbox .imgbox__inner,
.award-list .avatar-imgbox .imgbox__inner {
    display: inline-block;
    width: 180px;
    height: 180px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.sort-destination .avatar-imgbox .imgbox-outter,
.horizontal-card.card-wrapper .imgbox-outter,
.award-list .imgbox-outter {
    position: relative;
    padding: 26px;
}

.sort-destination .imgbox-outter::after,
.award-list .imgbox-outter::after,
.horizontal-card.card-wrapper .imgbox-outter::after {
    content: "";
    background-image: url(../img/head/award-head-outter.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* opacity: 0.5; */
    z-index: 1;
}

.sort-destination .card-wrapper,
.award-list .card-wrapper {
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 3px 32px -5px rgb(0 0 0 / 10%);
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
}

.sort-destination .card-wrapper__inner,
.horizontal-card.card-wrapper .card-wrapper__inner,
.award-list .card-wrapper__inner {
    background-color: #f3f3f3;
    z-index: 1;
    position: relative;
}

.sort-destination .text-box,
.award-list .text-box {
    padding-bottom: 16px;
}

.sort-destination .text-box .note,
.award-list .text-box .note {
    line-height: 22px;
    padding: 8px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
}

.sort-destination .award-year-label,
.award-list .award-year-label,
.horizontal-card.card-wrapper .award-year-label {
    background-color: #e1ba80;
    color: #fff;
    line-height: 24px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 32px;
}

.sort-destination .award-year,
.award-list .award-year {
    color: #222;
    font-weight: 600;
    display: block;
    line-height: 20px;
}

.sort-destination hr.dashed:after,
.award-list hr.dashed:after {
    border-top: 1px dashed rgb(0 0 0 / 25%);
}

.award-tab-box .nav.nav-tabs {
    justify-content: flex-start;
    border-bottom: 0;
}

.award-tab-box .nav-item {
    width: 33.33333333%;
    text-align: center;
}

.award-tab-box .nav-item .nav-link i {
    padding-right: 6px;
}

.award-tab-box .nav-tabs li .nav-link {
    font-size: 16px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 2px;
}

.award-tab-box .nav-tabs li.active .nav-link,
.award-tab-box .nav-tabs li.active .nav-link:hover,
.award-tab-box .nav-tabs li.active .nav-link:focus {
    border-top: 0;
}

html body .award-tab-box.tabs .nav-tabs li.active .nav-link {
    background-color: #0d94b3;
    color: #fff;
}

.award-tab-box .tab-content {
    box-shadow: none;
    border: none;
}

.isotope-item .table tr td span.under-text {
    display: block;
    line-height: 26px;
}

.horizontal-card.card-wrapper {
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 3px 32px -5px rgb(0 0 0 / 10%);
    position: relative;
}

.horizontal-card.card-wrapper .card-wrapper__inner {
    display: flex;
    align-items: center;
}

.horizontal-card.card-wrapper .avatar-imgbox {
    padding: 10px;
}

.horizontal-card.card-wrapper .imgbox__inner {
    display: inline-block;
    width: 180px;
    height: 180px;
    /* width: 100%;
    padding-top: 100%; */
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.horizontal-card.card-wrapper .text-box {
    padding-left: 24px;
}

.horizontal-card.card-wrapper .award-year {
    display: inline-block;
}



@media (max-width: 430px) {
    .intro-box h1 {
        font-size: 28px !important;
        line-height: 32px;
    }

    .intro-box .img-smtext {
        margin-top: 8px;
        font-size: 16px;
    }

    .section-box {
        padding-bottom: 48px;
    }

    .sort-destination .avatar-imgbox .imgbox__inner,
    .award-list .avatar-imgbox .imgbox__inner {
        width: 110px;
        height: 110px;
    }

    .sort-destination .avatar-imgbox .imgbox-outter,
    .horizontal-card.card-wrapper .imgbox-outter,
    .award-list .imgbox-outter {
        padding: 12px;
    }

    .sort-destination .card-wrapper,
    .award-list .card-wrapper {
        padding: 7px;
        margin-left: 4px;
        margin-right: 4px;
        box-shadow: 0 3px 20px -5px rgb(0 0 0 / 10%);
    }

    .sort-destination .text-box p,
    .award-list .text-box p {
        line-height: 24px !important;
        font-size: 16px;
    }

    .sort-destination .text-box,
    .award-list .text-box {
        padding-bottom: 12px;
    }

    .horizontal-card.card-wrapper .avatar-imgbox {
        padding: 0;
        padding-top: 12px;
    }

    .horizontal-card.card-wrapper .text-box {
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
    }

    .horizontal-card.card-wrapper .card-wrapper__inner {
        flex-direction: column;
    }

    .highlight-title {
        font-size: 25px;
        line-height: 32px;
    }
}

.feature-intro {
    background-color: #f1f1f1;
    padding: 16px;

}

.feature-intro .feature-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-intro .feature-header h4 {
    font-size: 18px;
    letter-spacing: 0.4px;
}

.feature-intro .feature-header a {
    flex-shrink: 0;
}

.feature-intro .feature-header .year-badge {
    background-color: #d9ab83;
    padding: 2px 8px;
    margin-right: 6px;
    display: inline-block;
    border-radius: 2px;
    color: #fff;

}

.feature-intro .feature-body {
    margin-top: 16px;
}

.feature-body img {
    margin: 4px 0;
}

.feature-intro .toggle-content {
    padding: 24px 16px;
    background-color: #fff;
}

.feature-intro a.bg-primary:focus {
    background-color: #0d94b3 !important;
}

.feature-intro .figure-group {
    display: flex;
}

.feature-intro .figure-group img {
    width: 50%;
    padding: 4px;
}

.toggle.toggle-minimal .toggle>label,
.toggle.toggle-minimal .toggle>.toggle-title {
    background-color: #cf9855;
}

.toggle.toggle-minimal .toggle.active>label,
.toggle.toggle-minimal .toggle.active>.toggle-title {
    background-color: #c08741;

}

.case-box {
    padding: 14px;
    border-radius: 6px;
    display: block;
    box-shadow: 0 1px 68px -8px rgb(0 0 0 / 20%);
    position: relative;
    transform: translateY(-4px);
    transition: all 0.3s;
    margin-bottom: 32px;
}

/* .case-box.case-box2 {
    box-shadow: none;
    border: 1px solid #dbe5e7;
} */
.case-box:hover {
    box-shadow: 0 1px 32px -8px rgb(0 0 0 /10%);
    transform: translateY(0);
}

.owl-carousel .case-box {
    margin: 10px;
    box-shadow: 0 0 12px -1px rgb(0 0 0 / 16%);
}

.case-box .title {
    font-size: 22px;
    min-height: 54px;
    margin-bottom: 6px;
}

.case-box2.case-box .title {
    font-size: 20px;
}

.case-box .imgbox__inner {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

.case-box .text-box {
    padding-top: 10px;
    position: relative;
}

.case-box .text-item {
    display: flex;
    margin-bottom: 8px;
}

.case-box .text-item p {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 22px;

}

.case-box .label {
    width: 33%;
    font-weight: 600;
}

.case-box .content {
    flex-grow: 1;
    width: 67%;
}

.case-box .content span {
    display: block;
    font-size: 0.9em;
}

.cover-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 49, 80, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.cover-layer span {
    font-weight: 600;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}

.case-box:hover .cover-layer {
    opacity: 1;
    visibility: visible;
}

.case-box:hover .cover-layer span {
    transform: translate(-50%, -50%);
}

.case-box .year-badge,
.news-box .year-badge {
    display: inline-block;
    background-color: #e1ba80;
    color: #fff;
    padding: 2px 15px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 32px;
    margin-bottom: 8px;
    position: relative;
    left: -14px;
    font-size: 20px;
    font-weight: 600;
}

.case-box2.case-box .year-badge,
.news-box.model-box .year-badge {
    background-color: #339191;
}

.news-box.model-box .year-badge {
    left: 0;
}

.news-box.model-box {
    background-color: #eef5f7;
}

.news-box.model-box:hover {
    background-color: #0d94b3;
}

.title-year-box {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    user-select: none;
}

.title-year-box .year-box {
    width: 200px;
    height: 180px;
    background-image: url('../img/icons/glory.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.title-year-box .year-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(189, 113, 15);
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 900;
    text-shadow: 0 1px 3px rgb(133 70 5 / 62%);
}

.title-year-box h1 {
    flex-grow: 1;
    padding-left: 24px;
}

.qr-wrapper {
    display: flex;
    align-items: center;
}

.qr-code-box {
    width: 40%;
    text-align: center;
    padding-right: 16px;
}

.qr-code-box img {
    width: 180px;
}

.qr-code-box p {
    font-size: 17px;
    padding-top: 16px;
    line-height: 24px;
}

.photo-box {
    width: 60%;
    padding: 12px;
    border: 1px solid #acacac;
}

.photo-box img {
    width: 100%;
    max-width: 100%;
}

.section ul li {
    /* line-height: 26px; */
    line-height: 1.7;
}

img.img-auto {
    width: auto;
    display: inline-block;
}

@media (max-width: 1200px) {
    .title-year-box .year-box span {
        font-size: 24px;
    }
}
@media (max-width: 992px) {
    .title-year-box .year-box span {
        font-size: 18px;
        letter-spacing: 0;
    }
}
@media (max-width: 430px) {
    .photo-ul li {
        height: auto;
        width: 100%;
    }
    .title-year-box .year-box span {
        font-size: 30px;
    }
}

.p-with-icon p strong i {
    background-color: #2baab1;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    font-size: .8em;
    line-height: 1.3;
    margin-right: 4px;
}

.center-link-box {
    display: block;
    text-align: center;
    transition: all 0.3s;
    /* border: 1px solid; */
    border-radius: 8px;
    box-shadow: 0px 0px 40px -10px rgb(171 191 216 / 60%);
    margin-bottom: 32px;
}

.center-link-box .imgbox {
    padding-top: 18px;
    padding-bottom: 10px;
}

.center-link-box .imgbox__inner {
    position: relative;
    width: 220px;
    height: 170px;
    display: inline-block;
}

.center-link-box .image {
    background-size: contain;
}

.center-link-box .title {
    margin-top: 6px;
    font-size: 26px;
    line-height: 30px;
    min-height: 60px;

}

.center-link-box .intro-box {
    padding: 24px;
    background-color: #0d94b3;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.center-link-box .intro {
    line-height: 26px;
    min-height: 104px;
    color: #fff;
    opacity: 0.8;

}

.center-link-box .intro-box .span-with-icon {
    color: #fff;
}

.center-link-box .intro-box .title {
    color: #fff;
}

.title-chemi-icon {
    color: #fff;
    background-color: #efa988;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
}

.font-italic {
    font-style: italic;
}

.title-deco-line span {
    position: relative;
    display: inline-block;
    color: #3bb8d5;
    font-size: 40px;
}

.title-deco-line span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    font-size: 40px;
    line-height: 100%;
    width: 82px;
    height: 1px;
    background-color: #3bb8d5;
    transform: translateY(-50%);
    margin-left: 32px;

}

.title-deco-line span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    font-size: 40px;
    line-height: 100%;
    width: 82px;
    height: 1px;
    margin-right: 32px;
    background-color: #3bb8d5;
    transform: translateY(-50%);
}

.deco-spot {
    position: relative;
    z-index: 0;
}

.deco-spot::before {
    content: "";
    position: absolute;
    bottom: -32px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../img/patterns/tiling.png');
    opacity: 0.7;
}

.big-number {
    font-size: 32px;
    font-weight: 900;
    margin-right: 8px;
}

.youtube-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-wrapper {
    padding-bottom: 32px;
}

.deco-p {
    position: absolute;
    bottom: -110px;
    right: 0;
    width: 340px;
    opacity: 0.7;
}

.border-left-deco {
    border-left: 6px solid #18b0dd;
    padding-left: 16px;
    margin-left: 4px;
}

.title-line {
    position: relative;
}

.title-line::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #000;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 16px;
}

.global-link-section .link-box {
    box-shadow: 0 3px 16px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    display: block;
}

.global-link-section .link-box .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    transition: all 0.3s;
}

.global-link-section .link-box:hover .image::before {
    opacity: 0;
}

.global-link-section .link-box .text-box {
    padding: 14px;
    position: relative;
    box-shadow: -2px 0 12px -2px rgba(0, 0, 0, 0.2);
}

.global-link-section .link-box .text-box h4 {
    font-size: 21px;
    min-height: 54px;
}

.global-link-section .link-box .imgbox__inner {
    position: relative;
    width: 100%;
    padding-top: 46%;
}

.global-link-section .link-box .text-box p {
    line-height: 26px;
}

.global-link-section .link-box .text-box::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 12px 18px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    left: 50%;
}

.global-link-section .link-box .text-box .label {
    font-weight: 600;
    color: #1cafb5;
}

.global-link-section .link-box .text-box .content {
    min-height: 78px;
}

.photo-row img {
    height: 300px !important;
    width: auto !important;
}

.oversea-link {
    display: block;
}

.oversea-link .content-box {
    background-image: url('../img/page-header/oversea.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 32px;
    padding-top: 160px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.oversea-link.news-blank-link .content-box {
    background-image: url('../img/news/banner.jpg');
}

.oversea-link .content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
    border-radius: 10px;
    transition: all 0.3s;
}

.oversea-link .content-box h4 {
    color: #fff;
}

.oversea-link .content-box p {
    color: #fff;
}

.oversea-link:hover .content-box::before {
    opacity: 0.2;
}

.oversea-link.news-blank-link:hover .content-box::before {
    opacity: 0;
}

.oversea-link:hover .btn {
    border-color: rgb(53 214 251) !important;
    background-color: rgb(53 214 251);
    box-shadow: 0 6px 32px -1px rgb(117 238 238 / 40%);
}

.oversea-link:hover .btn i {
    transform: translate3d(10px, 0, 0);
}

.news-blank-link {
    padding: 6px;
    display: block;
    text-align: center;
}

.news-blank-link .imgbox {
    overflow: hidden;
}

.news-blank-link .image {
    transition: all 0.3s;
}

.news-blank-link .imgbox__inner {
    position: relative;
    width: 100%;
    padding-top: 32%;
}

.news-blank-link span {
    font-size: 17px;
    display: inline-block;
    margin-top: 6px;
    color: #212529;
}

.widget .news-blank-link:hover {
    background-color: #eef5f7;
}

.widget .news-blank-link:hover .image {
    transform: scale(1.1);
}

.widget .news-blank-link:hover span {
    color: #212529;
}

@media (max-width: 430px) {
    .line-height-7 {
        line-height: 30px !important;
    }

    article .news-title {
        font-size: 26px !important;
    }

    .case-box {
        box-shadow: 0 1px 28px -8px rgb(0 0 0 / 20%);
    }

    .case-box .title {
        min-height: 0;
    }

    .case-box .text-box p {
        font-size: 16px;
        line-height: 26px;
    }

    .title-year-box {
        flex-direction: column;
        margin-bottom: 8px;
    }

    .title-year-box .year-box {
        width: 180px;
        height: 160px;
    }

    .title-year-box h1 {
        padding-left: 0;
        font-size: 26px !important;
        margin-top: 12px;
    }

    .global-link-section .link-box .text-box {
        box-shadow: -2px 0 12px -2px rgb(0 0 0 / 10%);
    }

    .global-link-section .link-box .text-box h4 {
        min-height: 0;
    }

    .global-link-section .link-box .text-box p {
        font-size: 17px;
        line-height: 28px;
    }

    .global-link-section .link-box .text-box .content {
        min-height: 0;
    }

    .award-big-title::before {
        width: 48px;
        height: 48px;
    }

    .award-big-title {
        font-size: 26px;
        padding-left: 58px;
    }

    article p {
        font-size: 16.5px;
        line-height: 32px;
    }

    article .line-height-7 {
        line-height: 32px !important;
    }

    .qr-wrapper {
        flex-direction: column-reverse;
        margin-bottom: 32px;
    }

    .photo-box {
        width: 100%;
        padding: 10px;
        margin-bottom: 8px;
    }

    .qr-code-box {
        width: 100%;
        padding-right: 0;
        display: flex;
        align-items: center;
    }

    .qr-code-box img {
        width: 130px;
    }

    .qr-code-box p {
        padding-top: 0;
        padding-left: 6px;
        margin-bottom: 0;
    }

    .deco-p {
        width: 280px;
    }

    .title-bg-box h3 {
        font-size: 26px;
    }

    .center-link-box {
        box-shadow: 0px 0px 10px 0px rgb(171 191 216 / 40%);
    }

    .title-deco-line span {
        font-size: 32px;
    }

    .title-deco-line {
        margin-bottom: 24px;
    }

    .oversea-link .content-box {
        padding: 32px;
    }

    .oversea-link .content-box p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 400px) {
    .award-big-title {
        font-size: 24px;
        line-height: 26px;
    }
}

#header .header-logo {
    width: 300px;
}

.light-navbar .header-logo img {
    width: 100% !important;
}
@media (max-width: 1100px) {
    #header .header-logo {
        width: 200px;
    }
}
@media (max-width: 1025px) {
    #header .header-logo {
        width: 280px;
    }
}
@media (max-width: 800px) {
    .news-box .btn-box .btn {
        padding: 0;
    }
}

@media (max-width: 430px) {
    #header .header-logo {
        width: 260px;
    }

    .oversea-link.award-target-link .content-box {
        flex-direction: column;
        padding: 18px;
    }

    .oversea-link.award-target-link .content-box .btn {
        margin-top: 16px;
    }

    .award-link-list .link-item {
        width: 44%;
        margin: 6px;
    }
}

@media (max-width: 400px) {
    #header .header-logo {
        width: 280px;
    }
}

@media (max-width: 361px) {
    #header .header-logo {
        width: 260px;
    }
}

@media (max-width: 321px) {
    #header .header-logo {
        width: 220px;
    }
}

.collapse-show {
    display: none !important;
}



@media (max-width: 1025px) {
    .collapse-show {
        display: block !important;
    }

    .mobile-hide {
        display: none !important;
    }
}

.header-nav-top {
    width: 100%;
    justify-content: flex-end;
    padding-top: 6px;
    padding-right: 1.2rem;
}

#header .header-nav-top .nav>li>a {
    color: rgb(80, 80, 80);
}

#header .header-nav-top .nav>li>a:hover {
    text-decoration: underline;
}
@media (max-width: 1025px) {
    .header-nav-top {
        padding-right: 16px;
    }
}
.nav-tools {
    background-color: #eee;
    padding: 4px 10px;
    border-radius: 32px;
    letter-spacing: 0;
}
.course-list-box {
    display: block;
    padding: 16px;
    background-color: #e7eaf4;
    border-radius: 4px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px -1px rgb(13 18 71 / 18%);
    transition: all 280ms;
}
.course-list-box:hover {
    background-color: var(--primary);
}

.course-list-box .imgbox {
    
    border-radius: 10px;
    overflow: hidden;
}
.course-list-box .title {
    padding: 24px 4px;
    padding-bottom: 8px;
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.4;
    color: var(--primary);
    position: relative;
    transition: all 280ms;
}
.course-list-box p {
    line-height: 1.6;
    opacity: 0.9;
}
.course-list-box p strong {
    color: var(--primary);
}
.course-list-box:hover .title{
    color: #fff;
}
.course-list-box .title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent var(--primary);
    margin-right: 8px;
    transition: all 280ms;
}
.course-list-box:hover .title::before {
    border-color: transparent transparent transparent #fff;
}
.course-list-box .sub-title {
    font-size: 1.1em;
    font-weight: 600;
}
.course-list-box .info-detail {
    padding: 8px 10px;
    background-color: #fff;
    border-radius: 2px;
}

.section-course {
    position: relative;
}
.section-course::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/deco/deco2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    opacity: 0.8;
}
.section-course .bg-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../img/patterns/worn_dots.png);
    background-size: 150px;
    opacity: 0.4;
}
section.section-link {
    position: relative;
    padding-bottom: 200px;
}
.section-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/deco/bg_hand.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: .6;
    pointer-events: none;
}
.section-link .link-wrapper {
    position: relative;
    background-color: #ffffffb6;
    padding: 24px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
}
.section-link .link-wrapper .title {
    font-size: 1.1em;
    margin-bottom: 8px;
    color: #5a5a5a;
}
.section-link .link-wrapper a {
    display: flex;
    position: relative;
    padding: 4px 10px;
}
.section-link .link-wrapper a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--primary);
    margin-right: 8px;
    flex-shrink: 0;
    margin-top: 10px;
}
.section-link .link-wrapper a:hover {
    background-color: var(--primary);
    color: #fff;
}
.section-link .link-wrapper a:hover::before {
    background-color: #fff;
}

.program-box {
    padding: 24px 30px;
    background-color: #f2f4f8;
    border-radius: 4px;
    margin-bottom: 32px;
}
.program-box article {
    line-height: 1.8;
}
.related-box {
    display: flex;
}
.related-box .tag {
    font-weight: 600;
    color: var(--primary);
    padding-right: 4px;
}
.related-box a {
    color: #484848;
    text-decoration: underline;
}
.related-box a:hover {
    text-decoration: none;
}
.deco-contact {
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 500px;
    height: 250px;
    background-image: url(../img/deco/deco3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
}
.news-header {
    position: relative;
}
.nav-tools {
    font-size: 1.1em;
}
.ask-nchu img {
    width: 120px;
}
.section-link .link-wrapper .cate-col {
    width: 20%;
}
.download-wrapper {
    border: 1px solid #d4d9f3;
    padding: 24px;
    padding-top: 32px;
    border-radius: 10px;
    margin-bottom: 32px;
    position: relative;
    line-height: 1.8;
}
.download-wrapper .icon-wrapper {
    position: absolute;
    top: -20px;
    left: 10px;
    background-color: #fff;
    padding: 0 16px;
}
.download-wrapper .icon {
    display: inline-block;
    border: 1px solid #d4d9f3;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    color: var(--primary);
}
.download-wrapper .icon-wrapper h4 {
    font-size: 1.1em;
    padding-left: 4px;
}
.download-wrapper a {
    text-decoration: underline;
}
.download-wrapper a:hover {
    text-decoration: none;
}
article {
    line-height: 1.8;
    text-align: justify;
}
@media (max-width: 1500px) {
    .nav-tools {
        font-size: 0.7em;
    }
    .ask-nchu img {
        width: 90px;
    }
    
}
@media (max-width: 1025px) {
    .section-link .link-wrapper .cate-col {
        width: 33.33333333%;
        margin-bottom: 32px;
    }
}
@media (max-width: 450px) {
    .section-course::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/deco/deco2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.8;
    }
    .course-list-box {
        padding: 12px;
        height: 100%;
        margin-bottom: 0;
    }
    .course-list-box .title {
        padding: 0;
        padding-top: 10px;
    }
    .section-link .link-wrapper .title {
        margin-bottom: 0;
    }
    .program-box {
        padding: 16px 18px;
    }
    .card-body {
        padding: 1rem;
    }
    
    .owl-carousel.custom-nav-1-pos-1 .owl-nav .owl-prev {
        top: 0;
    }
    .owl-carousel.custom-nav-1-pos-1 .owl-nav .owl-next {
        top: 0;
    }
    .section-link .link-wrapper .cate-col {
        width: 100%;
    }
    section.section-link {
        padding-bottom: 90px;
    }
}
@media (max-width: 360px) {
    .course-list-box .title {
        font-size: 1.1em;
    }
    

}