body {
    font-family: Microsoft JhengHei;
    background-image: url(../images/bg.jpg)
}

#wrap {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden
}

a:link {
    color: #000
}

a:visited {
    color: #000
}

a:hover {
    color: #001f61;
    text-decoration: none
}

a:active {
    color: #001f61
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.swiper-slide img {
    width: 100%;
    height: auto
}

.transparent {
    opacity: 0
}

main section h2 {
    font-size: 2.25rem;
    font-weight: 700
}

.contact-info li {
    margin-bottom: .5rem
}

.contact-info li span {
    display: inline-block;
    color: #fff;
    background-color: #1faceb;
    padding: .3rem .4rem;
    margin-right: .5rem
}

.content section {
    margin: 3rem 0
}

.campus-calendar iframe {
    height: calc(100vw)
}

h1 {
    font-size: 22px;
    font-weight: 700;
    margin: .5em 0
}

h2 {
    font-size: 20px;
    font-weight: 700;
    margin: .5em 0
}

h3 {
    font-size: 19px;
    font-weight: 700;
    margin: .5em 0
}

h4 {
    font-size: 18px;
    font-weight: 700;
    margin: .5em 0
}

h5 {
    font-size: 17px;
    font-weight: 700;
    margin: .5em 0
}

h6 {
    font-size: 16px;
    font-weight: 700;
    margin: .5em 0
}

.table td, .table th {
    border: 2px solid #000 !important;
}

.lhb .right ul li {
    list-style-type: none;
    width: 50%;
    float: left;
    margin-bottom: 1rem;
    text-align: center;
}

.lhb .right ul li a {
    font-size: 28px;
    font-weight: 700;
}

.lhb .right ul li p {

    font-weight: 500;
}

@media (min-width: 576px) {
    .campus-calendar iframe {
        height: 540px
    }

    h1 {
        font-size: 24px;
        font-weight: 700
    }

    h2 {
        font-size: 22px;
        font-weight: 700
    }

    h3 {
        font-size: 20px;
        font-weight: 700
    }

    h4 {
        font-size: 19px;
        font-weight: 700
    }

    h5 {
        font-size: 18px;
        font-weight: 700
    }

    h6 {
        font-size: 17px;
        font-weight: 700
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 28px;
        font-weight: 700
    }

    h2 {
        font-size: 24px;
        font-weight: 700
    }

    h3 {
        font-size: 22px;
        font-weight: 700
    }

    h4 {
        font-size: 20px;
        font-weight: 700
    }

    h5 {
        font-size: 19px;
        font-weight: 700
    }

    h6 {
        font-size: 18px;
        font-weight: 700
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 32px;
        font-weight: 700
    }

    h2 {
        font-size: 28px;
        font-weight: 700
    }

    h3 {
        font-size: 24px;
        font-weight: 700
    }

    h4 {
        font-size: 22px;
        font-weight: 700
    }

    h5 {
        font-size: 20px;
        font-weight: 700
    }

    h6 {
        font-size: 18px;
        font-weight: 700
    }
}

.home-banner .index-video {
    margin-top: -126px;
}

@media (min-width: 1200px) {
    .home-banner .index-video {
        margin-top: -110px;
    }

    main > section > .container {
        max-width: 1370px
    }

    main > section.page > .container {
        max-width: 1280px
    }

    h1 {
        font-size: 36px;
        font-weight: 700
    }

    h2 {
        font-size: 32px;
        font-weight: 700
    }

    h3 {
        font-size: 28px;
        font-weight: 700
    }

    h4 {
        font-size: 24px;
        font-weight: 700
    }

    h5 {
        font-size: 20px;
        font-weight: 700
    }

    h6 {
        font-size: 18px;
        font-weight: 700
    }
}

.popup {
    z-index: 99998;
    position: fixed;
    top: 100px;
    right: 1rem;
    left: 1rem;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.popup .inner {
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
    padding: 1rem;
    position: relative;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .3)
}

.popup .inner img {
    max-width: 100%;
    max-height: 95%
}

.popup .inner a.close {
    z-index: 1;
    position: absolute;
    top: -1rem;
    right: -1rem
}

@media (min-width: 1200px) {
    .popup {
        top: 1vh
    }
}

.banner {
    position: relative
}

.banner .swiper-container {
    width: 100%
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, .6)
}

.banner .swiper-pagination-bullet:focus {
    outline: 0
}

.banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner .swiper-slide .slide {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 1200px) {
    .banner .swiper-slide .slide {
        height: calc(100vh - 110px)
    }
}

#footer {
    min-height: 430px;
    margin-top: -50px;
    padding-top: 40px;
    padding-bottom: 80px
}

#footer {
    position: relative;
    background-image: url(../images/bg-footer.png), linear-gradient(to bottom, transparent 50px, #fff 50px);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    font-size: .9rem
}

#footer .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: #008c99;
    font-size: .8rem
}

#footer .copyright .color {
    background: linear-gradient(to right, #f37c7e, #f37c7e 16.67%, #fac34c 16.67%, #fac34c 33.33%, #acc158 33.33%, #acc158 50%, #fde487, 50%, #fde487 66.67%, #4dbcd8, 66.67%, #4dbcd8 83.33%, #4c7297 83.33%, #4c7297)
}

#footer .navs {
    font-size: .875rem;
    font-weight: 700
}

#footer .navs h3 {
    font-size: 1.125rem;
    font-weight: 700
}

#footer .navs h3 ~ ul > li > a {
    display: block;
    margin-bottom: .25rem
}

#footer .navs ul > li > ul {
    list-style-type: square;
    list-style-position: inside;
    margin-bottom: .5rem
}

#footer .navs ul > li > ul > li a {
    margin-left: 0
}

#footer a:hover {
    color: #4c7297
}

@media (min-width: 576px) {
    #footer .navs ul > li > ul > li a {
        margin-left: -.6rem
    }
}

@media (min-width: 768px) {
    #footer .navs ul > li > ul > li a {
        margin-left: -.5rem
    }
}

@media (min-width: 992px) {
    #footer .navs ul > li > ul > li a {
        margin-left: -.4rem
    }
}

@media (min-width: 1200px) {
    #footer {
        min-height: 430px;
        margin-top: -50px;
        padding-top: 60px;
        padding-bottom: 60px
    }

    #footer .container {
        max-width: 1508px
    }

    #footer .navs ul > li > ul > li a {
        margin-left: -.3rem
    }
}

.fix-icons {
    z-index: 99999;
    position: fixed;
    right: 2rem;
    bottom: 5rem;
}

@media (max-width: 767px) {
    .fix-icons {
        right: 1rem;
        bottom: 2rem;
    }
}

.fix-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background-color: #bb2b31;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 5px;
}

.fix-icons a.facebook {
    background-color: #1877f2;
}

.fix-icons a.youtube {
    background-color: #ff0200;
}

.fix-icons a.instagram {
    background-color: #6933ca;
    background: linear-gradient(150deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

#header .logo {
    max-width: 412px;
    max-height: 100px
}

#header .navbar {
    min-height: 110px;
    background-color: rgba(255, 255, 255, .7)
}

#header .navbar .navbar-toggler {
    color: #000;
    border: none;
    font-size: 2rem
}

#header .navbar .navbar-toggler:focus {
    outline: 0
}

#header .navbar .dropdown-toggle::after {
    display: none
}

#header .navbar span.dropdown-item {
    cursor: pointer
}

#header .navbar .navbar-brand {
    width: 80%;
    height: 110px;
}

#header .navbar .navbar-brand img {
    max-width: 100%
}

#header .navbar .navbar-nav {
    margin-top: 1rem;
    margin-left: -1rem;
    margin-right: -1rem
}

#header .navbar .navbar-nav > li {
    padding-left: .5rem;
    padding-right: .5rem
}

#header .navbar .dropdown-menu.show {
    max-height: calc(60vh);
    /**overflow: auto;*/
    margin-bottom: .6rem
}

#header .navbar .nav-item a.nav-link {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: .5rem;
    font-weight: 700
}

#header .navbar .nav-item a.nav-link:hover {
    color: rgba(255, 255, 255, .8)
}

/*#header .navbar .navbar-nav li.nav-item:nth-child(1) {*/
/*    background: linear-gradient(to bottom, rgba(255, 130, 132, .9) 8px, rgba(255, 130, 132, .5) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(1):hover {*/
/*    background: linear-gradient(to bottom, rgba(255, 130, 132, .9) 8px, rgba(255, 130, 132, .8) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(1) .dropdown-menu {*/
/*    background-color: rgba(255, 130, 132, .8);*/
/*    border-color: rgba(255, 130, 132, .8)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(2) {*/
/*    background: linear-gradient(to bottom, rgba(255, 203, 82, .9) 8px, rgba(255, 203, 82, .5) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(2):hover {*/
/*    background: linear-gradient(to bottom, rgba(255, 203, 82, .9) 8px, rgba(255, 203, 82, .8) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(2) .dropdown-menu {*/
/*    background-color: rgba(255, 203, 82, .8);*/
/*    border-color: rgba(255, 203, 82, .8)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(3) {*/
/*    background: linear-gradient(to bottom, rgba(227, 255, 117, .9) 8px, rgba(227, 255, 117, .5) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(3):hover {*/
/*    background: linear-gradient(to bottom, rgba(227, 255, 117, .9) 8px, rgba(227, 255, 117, .8) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(3) .dropdown-menu {*/
/*    background-color: rgba(227, 255, 117, .8);*/
/*    border-color: rgba(227, 255, 117, .8)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(4) {*/
/*    background: linear-gradient(to bottom, rgba(255, 172, 105, .9) 8px, rgba(255, 172, 105, .5) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(4):hover {*/
/*    background: linear-gradient(to bottom, rgba(255, 172, 105, .9) 8px, rgba(255, 172, 105, .8) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(4) .dropdown-menu {*/
/*    background-color: rgba(255, 172, 105, .8);*/
/*    border-color: rgba(255, 172, 105, .8)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(5) {*/
/*    background: linear-gradient(to bottom, rgba(92, 225, 255, .9) 8px, rgba(92, 225, 255, .5) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(5):hover {*/
/*    background: linear-gradient(to bottom, rgba(92, 225, 255, .9) 8px, rgba(92, 225, 255, .8) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(5) .dropdown-menu {*/
/*    background-color: rgba(92, 225, 255, .8);*/
/*    border-color: rgba(92, 225, 255, .8)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(6) {*/
/*    background: linear-gradient(to bottom, rgba(255, 112, 200, .9) 8px, rgba(255, 112, 200, .5) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(6):hover {*/
/*    background: linear-gradient(to bottom, rgba(255, 112, 200, .9) 8px, rgba(255, 112, 200, .8) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(6) .dropdown-menu {*/
/*    background-color: rgba(255, 112, 200, .8);*/
/*    border-color: rgba(255, 112, 200, .8)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(7) {*/
/*    background: linear-gradient(to bottom, rgba(255, 148, 210, .9) 8px, rgba(255, 148, 210, .5) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(7):hover {*/
/*    background: linear-gradient(to bottom, rgba(255, 148, 210, .9) 8px, rgba(255, 148, 210, .8) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(7) .dropdown-menu {*/
/*    background-color: rgba(255, 148, 210, .8);*/
/*    border-color: rgba(255, 148, 210, .8)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(8) {*/
/*    background: linear-gradient(to bottom, rgba(178, 185, 255, .9) 8px, rgba(178, 185, 255, .5) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(8):hover {*/
/*    background: linear-gradient(to bottom, rgba(178, 185, 255, .9) 8px, rgba(178, 185, 255, .8) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(8) .dropdown-menu {*/
/*    background-color: rgba(178, 185, 255, .8);*/
/*    border-color: rgba(178, 185, 255, .8)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(9) {*/
/*    background: linear-gradient(to bottom, rgba(33, 185, 255, .9) 8px, rgba(33, 185, 255, .5) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(9):hover {*/
/*    background: linear-gradient(to bottom, rgba(33, 185, 255, .9) 8px, rgba(33, 185, 255, .8) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(9) .dropdown-menu {*/
/*    background-color: rgba(33, 185, 255, .8);*/
/*    border-color: rgba(33, 185, 255, .8)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(10) {*/
/*    background: linear-gradient(to bottom, rgba(227, 255, 117, .9) 8px, rgba(227, 255, 117, .5) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(10):hover {*/
/*    background: linear-gradient(to bottom, rgba(227, 255, 117, .9) 8px, rgba(227, 255, 117, .8) 8px)*/
/*}*/

/*#header .navbar .navbar-nav li.nav-item:nth-child(10) .dropdown-menu {*/
/*    background-color: rgba(227, 255, 117, .8);*/
/*    border-color: rgba(227, 255, 117, .8)*/
/*}*/

@media (min-width: 1200px) {
    #header .navbar {
        padding: 0;
        background-color: rgba(255, 255, 255, .3)
    }

    #header .navbar .navbar-brand,
    #header .navbar .navbar-nav li a.nav-link {
        transition: all .5s;
        height: 50px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #header .navbar.bg-narrow {
        background-color: rgba(255, 255, 255, .9)
    }

    #header .navbar.bg-narrow .navbar-brand,
    #header .navbar.bg-narrow .navbar-nav li a.nav-link {
        height: 72px;
        line-height: 72px
    }

    #header .navbar .navbar-brand {
        margin-right: 0;
        padding: 0 1.5rem
    }

    #header .navbar .container {
        position: relative
    }

    /*#header .navbar .container::before {*/
    /*    width: 50%;*/
    /*    height: 100%;*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: calc(-50% + 15px);*/
    /*    background: linear-gradient(to bottom, rgba(255, 160, 48, .9) 8px, rgba(255, 160, 48, .5) 8px)*/
    /*}*/
    /*#header .navbar .container::after {*/
    /*    width: 50%;*/
    /*    height: 100%;*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    right: calc(-50% + 15px);*/
    /*    background: linear-gradient(to bottom, rgba(255, 78, 139, .9) 8px, rgba(255, 78, 139, .5) 8px)*/
    /*}*/
    #header .navbar .navbar-brand {
        background: linear-gradient(to bottom, rgba(99, 148, 194, .9) 8px, rgba(99, 148, 194, .5) 8px)
    }

    #header .navbar .navbar-brand:hover {
        background: linear-gradient(to bottom, rgba(99, 148, 194, .9) 8px, rgba(99, 148, 194, .8) 8px)
    }

    #header .navbar .navbar-nav {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    #header .navbar .nav-item {
        text-align: center;
        width: calc(100% / 9)
    }

    #header .navbar .nav-item a.nav-link {
        padding: 0
    }

    #header .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        border: none;
        border-radius: 0;
        background-origin: border-box;
        background-clip: border-box
    }

    #header .navbar .dropdown-menu.show {
        max-height: calc(100vh - 110px)
    }

    #header nav .container {
        max-width: 1508px;
    }

    #header .logo-bar .container {
        max-width: 1400px;
    }

    #header .navbar .navbar-brand {
        width: auto
    }
}

.latest-news .container {
    position: relative
}

.latest-news .container .swiper-button-next {
    outline: 0;
    right: -2rem
}

.latest-news .container .swiper-button-prev {
    outline: 0;
    left: -2rem
}

.latest-news .swiper-container {
    margin-left: -15px;
    margin-right: -15px
}

.latest-news .swiper-slide {
    color: #fff;
    font-size: 13px
}

.latest-news .swiper-slide hr {
    background-color: #fff
}

.latest-news .swiper-slide .box {
    color: #fff;
    height: 490px;
    margin: .5rem 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 4px 0 4px rgba(204, 204, 204, .5), -4px 0 4px rgba(204, 204, 204, .5), 0 4px 4px rgba(204, 204, 204, .5), 0 -4px 4px rgba(204, 204, 204, .5)
}

.latest-news .swiper-slide .box .footer {
    width: 100%
}

.latest-news .swiper-slide .box h3 {
    font-size: 15px;
    margin: 1rem 0;
    margin-top: 2rem
}

.latest-news .swiper-slide .bg-img {
    width: 230px;
    height: 230px;
    /* width: 290px; */
    /* height: 290px; */
    border-radius: 50%;
    transition: .5s
}

.latest-news .swiper-slide .bg-img:hover {
    border-radius: 0
}

.latest-news .swiper-slide:nth-child(4n+1) .box {
    background-color: #1faceb
}

.latest-news .swiper-slide:nth-child(4n+1) .box:hover {
    background-color: rgba(31, 172, 235, .7)
}

.latest-news .swiper-slide:nth-child(4n+2) .box {
    background-color: #b5cd6a
}

.latest-news .swiper-slide:nth-child(4n+2) .box:hover {
    background-color: rgba(181, 205, 106, .7)
}

.latest-news .swiper-slide:nth-child(4n+3) .box {
    background-color: #ffca00
}

.latest-news .swiper-slide:nth-child(4n+3) .box:hover {
    background-color: rgba(255, 202, 0, .7)
}

.latest-news .swiper-slide:nth-child(4n+4) .box {
    background-color: #bb2b31
}

.latest-news .swiper-slide:nth-child(4n+4) .box:hover {
    background-color: rgba(187, 43, 49, .7)
}

.latest-news .swiper-slide {
    width: calc(100%)
}

@media (min-width: 768px) {
    .latest-news .swiper-slide {
        width: calc(100% / 2)
    }
}

@media (min-width: 992px) {
    .latest-news .swiper-slide {
        width: calc(100% / 3)
    }
}

@media (min-width: 1200px) {
    .latest-news .swiper-slide {
        width: calc(100% / 4)
    }
}

.common-links .box img {
    width: 100%
}

.page-banner {
    max-height: 507px;
    height: calc((100vw - 17px) * 507 / 1903)
}

.page-banner .bg-img {
    height: 100%
}

.page-banner .bg-img .inner, .home-banner .inner {
    /*   background-color: rgba(0,0,0,.5); */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*   background-color: rgba(0,0,0,.3); */
    color: #fff
}

.home-banner .inner {
    position: absolute;
    top: 0px;
    left: 0px;
}

.page-banner .bg-img .inner h1, .home-banner .inner h1 {
    font-size: 1.5rem
}

@media (min-width: 576px) {
    .page-banner .bg-img .inner h1 {
        font-size: 2rem
    }
}

@media (min-width: 768px) {
    .page-banner .bg-img .inner h1 {
        font-size: 2.5rem
    }
}

@media (min-width: 992px) {
    .page-banner .bg-img .inner h1, .home-banner .inner h1 {
        font-size: 3rem;
        color: #333;
    }
}

.content {
    min-height: 60vh
}

.content .textarea {
    text-align: justify;
    line-height: 1.8
}

.content .textarea hr {
    border-top-style: dashed;
    border-top-color: rgb(0 0 0 / 90%);
}

.content .textarea img {
    max-width: 100%;
    height: auto !important;
}

.content .textarea iframe {
    max-width: 80%;
}

.content .textarea .images {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
    position: relative
}

.content .textarea .images .box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    border-width: 10px;
    border-style: solid
}

.content .textarea .images .front {
    border-color: #4dbcd8;
    left: 0;
    bottom: 0;
    z-index: 2
}

.content .textarea .images .back {
    border: 10px solid #f27c7e;
    top: 0;
    right: 0;
    z-index: 1
}

.content .textarea li {
    margin: .5rem 0
}

.content .textarea li p {
    margin: .7rem 0;
    color: #000
}

.content .textarea ol {
    list-style: none;
    counter-reset: item
}

.content .textarea ol > li {
    counter-increment: item
}

.content .textarea ol > li::before {
    content: counters(item, ".") " "
}

.content .textarea ol > li > ul {
    margin-left: 1.75rem
}

.content .textarea ol > li > ul > li {
    list-style-type: square
}

.content .textarea ol,
.content .textarea ul {
    list-style-position: inside;
    padding-left: 0
}

.content .textarea ol li > ol {
    margin-left: 1rem
}

.content .textarea ol li > ol > li > ol {
    margin-left: 1.75rem
}

.content .textarea ol li > ol > li > ol > li > ol {
    margin-left: 2.5rem
}

.content .textarea > ol > li {
    color: #1faceb
}

.content .textarea > ol > li ol {
    color: #000;
    margin-top: .3rem;
    margin-bottom: .7rem
}

.content .textarea > ol > li > ol,
.content .textarea > ol > li > ul {
    color: #000
}

.content .textarea .images-small {
    flex-direction: column-reverse
}

.content .textarea .images-small .box {
    margin: 1rem 0
}

.content .post .photos a {
    display: block;
    margin-bottom: 1.5rem
}

.content .post .photos a img {
    max-width: 100%
}

@media (min-width: 768px) {
    .content .textarea .images {
        width: 260px;
        height: 300px
    }

    .content .textarea .images .front {
        width: 220px;
        height: 220px
    }

    .content .textarea .images .back {
        width: 160px;
        height: 160px
    }

    .content .textarea .image {
        float: right;
        margin-left: 1rem;
        margin-bottom: 1rem;
        width: 100%
    }

    .content .textarea img {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .content .textarea .images {
        width: 260px;
        height: 300px
    }

    .content .textarea .images .front {
        width: 220px;
        height: 220px
    }

    .content .textarea .images .back {
        width: 160px;
        height: 160px
    }

    .content .textarea .image {
        float: right;
        margin-left: 1rem;
        margin-bottom: 1rem;
        width: auto
    }
}

@media (min-width: 1200px) {
    .content .textarea .images {
        width: 400px;
        height: 300px
    }

    .content .textarea .images .front {
        width: 270px;
        height: 270px
    }

    .content .textarea .images .back {
        width: 220px;
        height: 220px
    }
}

.history .line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-top: .7rem;
    margin-bottom: -.7rem
}

.history .line .dot {
    background-color: #ffca00;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 5px 0
}

.history .line .cube {
    background-color: #ffca00;
    width: 3px;
    min-height: 165px;
    flex-grow: 1
}

.history .row.item {
    font-weight: 700
}

.history .row.item .title {
    color: #1faceb
}

.history .row.item:last-child .line .cube {
    display: none
}

.slide-history {
    position: relative;
    --swiper-navigation-color: #000;
    --swiper-navigation-size: 24px;
    padding: 0 2rem
}

.slide-history .swiper-button-next,
.slide-history .swiper-button-prev {
    outline: 0
}

.slide-history .swiper-slide {
    height: 200px;
    width: calc((100% - 10px) / 2)
}

.slide-history .bg-img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.slide-history .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width: 576px) {
    .slide-history .swiper-slide {
        width: calc((100% - 20px) / 3)
    }
}

@media (min-width: 768px) {
    .slide-history .swiper-slide {
        width: calc((100% - 30px) / 4)
    }
}

@media (min-width: 992px) {
    .slide-history .swiper-slide {
        width: calc((100% - 40px) / 5)
    }
}

@media (min-width: 1200px) {
    .slide-history .swiper-slide {
        width: calc((100% - 50px) / 6)
    }
}

table {


    border-spacing: 1px;
    border-collapse: separate
}

/* table tr:nth-child(odd) {
  background-color: #1faceb
}
table tr:nth-child(even) {
  background-color: #9fe2ff
} */
table td {
    padding: 1rem;
    text-align: center
}

table td a {
    color: #007bff !important;
    font-weight: bold;
}

.page-16 table tr > td:last-child {
    width: 50%;
    padding-left: 1rem;
    text-align: left
}

.page-17 table tr > td:last-child {
    width: 35%
}

@media (min-width: 576px) {
    .page-16 table tr > td:last-child {
        width: 60%;
        padding-left: 2rem
    }
}

@media (min-width: 768px) {
    .page-16 table tr > td:last-child {
        width: 65%;
        padding-left: 4rem
    }
}

@media (min-width: 992px) {
    .page-16 table tr > td:last-child {
        width: 70%;
        padding-left: 5rem
    }
}

@media (min-width: 1200px) {
    .page-16 table tr > td:last-child {
        width: 75%;
        padding-left: 7rem
    }
}

main {
    position: relative
}

main .content {
    padding-bottom: 120px;
    border: 1px solid transparent;
    overflow: hidden
}

.bg-style-1 .content {
    background-image: url(../images/bg-top-2.jpg), url(../images/bg-bottom-2.jpg), url(../images/bg-center.jpg);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: contain, contain, contain;
    background-position: center top, center bottom, center;
    padding: 0;
    /*   padding-bottom: 300px */
}

.bg-style-1 .bg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(../images/bg-center.jpg);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center bottom
}

.bg-style-2 .content {
    min-height: calc(100vw * (1164 / 1920));
    background-image: url(../images/bg-tr.jpg);
    background-size: contain;
    background-position: center top;
    background-repeat: repeat-y
}

.bg-style-3 .content {
    min-height: 100vh;
    background-image: url(../images/bg-bottom-2.jpg), url(../images/bg-center.jpg);
    background-repeat: no-repeat, repeat-y;
    background-size: contain, contain;
    background-position: center bottom, center
}

.bg-style-3 .bg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(../images/bg-center.jpg);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center bottom
}

.files ul li {
    line-height: 2;
    padding: .3rem 0;
    border-bottom: 1px dashed #ccc
}

.files ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.member {
    padding: 1.5rem 1rem;
    color: #fff;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 4px 0 4px rgba(204, 204, 204, .5), -4px 0 4px rgba(204, 204, 204, .5), 0 4px 4px rgba(204, 204, 204, .5), 0 -4px 4px rgba(204, 204, 204, .5)
}

.member .img-box {
    border-radius: 50%;
    overflow: hidden;
    transition: all .5s;
    width: 230px;
    height: 230px;
}

.member .img-box:hover {
    border-radius: 0
}

.member hr {
    border-top-style: dashed;
    border-top-color: rgba(255, 255, 255, .5)
}

.member img {
    max-width: 100%
}

.org .org-name {
    color: #1faceb;
    font-size: 20px;
    font-weight: 700
}

.org .row > div:nth-child(4n+1) .member {
    background-color: #1faceb
}

.org .row > div:nth-child(4n+1) .member:hover {
    background-color: rgba(31, 172, 235, .7)
}

.org .row > div:nth-child(4n+2) .member {
    background-color: #b5cd6a
}

.org .row > div:nth-child(4n+2) .member:hover {
    background-color: rgba(181, 205, 106, .7)
}

.org .row > div:nth-child(4n+3) .member {
    background-color: #ffca00
}

.org .row > div:nth-child(4n+3) .member:hover {
    background-color: rgba(255, 202, 0, .7)
}

.org .row > div:nth-child(4n+4) .member {
    background-color: #bb2b31
}

.org .row > div:nth-child(4n+4) .member:hover {
    background-color: rgba(187, 43, 49, .7)
}

.event {
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 4px 0 4px rgba(204, 204, 204, .5), -4px 0 4px rgba(204, 204, 204, .5), 0 4px 4px rgba(204, 204, 204, .5), 0 -4px 4px rgba(204, 204, 204, .5)
}

.event .text-box {
    padding: 1.5rem 1rem;
    background-color: rgba(255, 255, 255, .7);
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

.event .text-box:hover {
    background-color: #fff
}

.event hr {
    border-top-style: dashed;
    border-top-color: rgba(204, 204, 204, .5)
}

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

.event .name {
    height: 48px
}

.event .date,
.event .name {
    color: #1faceb
}

.event .title {
    min-height: 48px
}

.event .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 3rem;
    background-color: #ffca00;
    border-color: #ffca00;
    font-size: 14px
}

@media (min-width: 320px) {
    .event .img-box {
        height: 192px
    }
}

@media (min-width: 360px) {
    .event .img-box {
        height: 218px
    }
}

@media (min-width: 375px) {
    .event .img-box {
        height: 228px
    }
}

@media (min-width: 576px) {
    .event .img-box {
        height: 354px
    }
}

@media (min-width: 768px) {
    .event .img-box {
        height: 220px
    }

}

@media (min-width: 992px) {
    .event .img-box {
        height: 220px
    }
}

@media (min-width: 1024px) {
    .event .img-box {
        height: 192px
    }
}

@media (min-width: 1200px) {
    .event .img-box {
        height: 263px
    }
}

@media (min-width: 1920px) {
    .event .img-box {
        overflow: hidden;
        height: 20vh;

    }
}

.alumni-swiper {
    text-align: center
}

.alumni-swiper img {
    display: block;
    margin-bottom: 1rem
}

.alumni-swiper .swiper-slide {
    padding-bottom: 2rem
}

.pagination {
    padding-top: 2em;
    text-align: center;
    justify-content: center;
    font-size: .9rem

}

.pagination a,
.pagination span {
    padding: .3rem .5rem;
    margin: 0 .3rem
}

.pagination span {
    cursor: not-allowed;
    color: #999
}

.pagination .active {
    background-color: #1fbef3;
    color: #fff
}

.lhb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 2px solid #333;
}

.lhb .left {
    width: 20%
}

.lhb .left img {
    width: 100%
}

.lhb .right {
    width: 70%;
    padding: 2% 0px;
    text-align: left;
}

.lhb .right ul {
    padding-left: 0px
}

.lhb .right a span {
    display: block;
    font-size: 1.4em;
    margin-bottom: 1em;
}

.lhb .right a {
    list-style: none;
    text-align: left;
}

.lhb .right ul li a img {
    max-height: 42px;
}

.lhb2 {
    border: none;
    display: block;
}

.lhb2 img {
    display: block;
    margin: 0 auto;
    max-width: 50%
}

.lhb2 .left {
    width: 100%
}

.lhb2 .right {
    width: 100%;
    text-align: center;
}

.lhb2 .right h1 {
    text-align: center;
    font-size: 3em;
}

@media (max-width: 768px) {

    .content_publication .member h4 {
        font-size: 1.025rem !important;
    }
}

@media (max-width: 767px) {
    .latest-news .swiper-slide .bg-img {
        width: 100%;
        height: 100%;
    }

    .bg-style-1 .content {

        padding-bottom: 0px;
    }

    .content_publication .member img {

        height: auto !important;
        max-height: 100% !important;

    }

    .content_publication .member h4 {
        font-size: 1.05rem !important;
    }

    .latest-news .swiper-slide .bg-img {

        width: 290px;
        height: 290px;

    }

    .lhb .left {
        width: 100%
    }

    .lhb .left img {
        display: block;
        margin: 0 auto
    }

    .lhb .right {
        width: 100%;
        margin-top: 2em;
        text-align: center;
    }

    .lhb .right a {
        text-align: center;
    }

    .lhb .right a span {
        font-size: 1em;
    }

    .lhb .right ul li {
        text-align: center;
        transform: translateY(0%);
        width: 100%;
    }

    .lhb .right ul li a {
        display: flex;
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .lhb2 .right h1 {
        font-size: 1.6em;
        margin-top: 0
    }

    .dropnew {
        height: 120px;
        overflow-y: scroll;
    }

    .dorptop {
        background: none !important;
    }
}

.content_publication .member {
    padding: 0;
    background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
    margin-bottom: 3vh;
}

.content_publication .member img {
    width: 100%;
    max-height: 320px;

}

.content_publication .member h4 {
    color: #4d4d4d;
    font-size: 1.2rem;
}

.show1 .dropdown-menu {
    display: block;
}

.show1 .dropnew {
    left: 100%;
    top: 0;
}

.cd-tabs {
    position: relative;
}

.cd-tabs-navigation {
    padding: 0;
}

.cd-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 50px;
}

.cd-tabs-content {
    padding: 0;
    margin-bottom: 5vh
}

.cd-tabs-navigation li {
    float: left;
    list-style: none;
}

.cd-tabs-navigation a {
    position: relative;
    display: block;

    text-align: center;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #4dbcd8;
    padding: 5px 15px;

}

.no-touch .cd-tabs-navigation a:hover {
    color: #29324e;

}

.cd-tabs-navigation a.selected {
    color: #29324e;
}

.cd-tabs-content li {
    display: none;
}

.cd-tabs-content li.selected {
    display: block;
    -webkit-animation: cd-fade-in 0.5s;
    -moz-animation: cd-fade-in 0.5s;
    animation: cd-fade-in 0.5s;
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .content_publication .member img {
        height: 260px
    }
}

@media (max-width: 768px) {
    .content_publication .member img {
        height: 190px;
    }
}

@media (max-width: 767px) {
    .btcon {
        display: block;
    }

    .cd-tabs nav {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .cd-tabs-navigation {
        padding: 0;
    }

    .cd-tabs-navigation a {
        font-size: 16px;
        width: auto;
        padding-right: 10px;
    }

    table td, table th {
        white-space: nowrap;
    }

    .content .textarea iframe {
        max-width: 100%;
        max-height: 300px;
    }

}

.page-banner .bg-img .inner h1, .home-banner .inner h1 {
    color: #333;
}

/* header v2 */
body {
    padding-top: 127px;
}

#header .logo-bar {
    background-color: white;
    border-bottom: 1px solid #777;
    padding-bottom: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#header .logo-bar .navbar-brand {
    padding: 0.25rem 0.5rem;
    background: rgba(99, 148, 194, .5);
}

#header .logo-bar .navbar-brand img {
    max-height: 60px;
    width: auto;
}

#header .navbar {
    margin-top: 127px;
    min-height: auto;
}

#header .icon-links {
    max-width: 90px;
    padding: 0.5rem 0;
}

#header .icon-links .group a {
    /*background: #e9e9e9;*/
    margin: 0.25rem;
    border-radius: 0.25rem;
    overflow: hidden;
}

#header .icon-links .group1 {
    display: flex;
    justify-content: space-between;
}

#header .icon-links .group2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#header .icon-links .group1 a > img {
    height: 30px;
    width: auto;
    max-width: none;
    display: block;
}

#header .icon-links .group2 a > img {
    height: 20px;
    width: auto;
    display: block;
}

@media (min-width: 1200px) {
    #header .logo-bar {
        border-bottom: none;
        padding-bottom: 0.5rem;
        margin-top: 8px;
    }

    #header .logo-bar .navbar-brand img {
        max-height: 106px;
        width: auto;
    }

    #header .icon-links {
        max-width: none;
        display: flex;
        justify-content: flex-end;
    }

    #header .icon-links .group1 {
        display: flex;
        align-items: center;
    }

    #header .icon-links .group a {
        display: block;
        border-radius: 0.5rem;
    }

    #header .icon-links .group1 a > img {
        height: 110px;
        width: auto;
        max-width: none;
    }

    #header .icon-links .group2 {
        max-width: 180px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #header .icon-links .group2 a {

    }

    #header .icon-links .group2 a > img {
        height: 50px;
        width: auto;
    }

    #header .navbar {
        margin-top: 141px;
        background: #E7F3F9;
    }

    body {
        padding-top: 191px;
    }

    #header .color-border {
        width: 2986px;
        max-width: 100%;
        margin: 0 auto;
        height: 8px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}
