/* 中文版 */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html,
body {
    -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
}
html {
    touch-action: manipulation !important;
    -ms-touch-action: manipulation !important;
}
body {
    overflow: hidden;
}
img{max-width: 100%;}
table td{vertical-align: baseline;padding: 5px;}
.font-main {
    font-family: "Barlow", "Noto Serif TC", "Heiti TC", serif;
    font-weight: 400;
    font-style: normal;
}
.index-owl {
    position: relative;
}
.main {
    overflow: hidden;
}
.sliderText {
    --min-size: 16;
    --max-size: 24;
    --font-size: calc( (var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)) );
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
    background-color: rgb(36 153 171 / 77%);
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 51px;
    line-height: 26px;
    font-weight: 600;
    text-shadow: 0px 0px 10px #126875a3;
    color: #fff;
}
.index-owl:before {
    content: "";
    position: absolute;
    width: 100vw;
    padding-bottom: 20%;
    background-color: #f2fafb;
    left: 0;
    top: 0;
}
.owl-slider:before {
    content: "";
    position: absolute;
    width: 27vw;
    padding-bottom: 15vw;
    background: url(../img/deco/deco_slider1.svg) center / contain no-repeat;
    left: -25vw;
    top: 10%;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: invert(96%) sepia(5%) saturate(985%) hue-rotate(149deg) brightness(92%) contrast(86%) opacity(0.15);
}
.owl-slider:after {
    content: "";
    position: absolute;
    width: 27vw;
    padding-bottom: 18vw;
    background: url(../img/deco/deco_slider1.svg) center / contain no-repeat;
    right: -30vw;
    top: 10%;
    filter: invert(96%) sepia(5%) saturate(985%) hue-rotate(149deg) brightness(92%) contrast(86%) opacity(0.15);
    transform: rotate(270deg);
}
.index-owl+ div.container-xl .owl-carousel-light{
    width:100%;
    aspect-ratio: 2.72/1;
}
#header .header-column.header-column-border-right {
    flex-basis: 25%;
    padding: 0px 20px 0 40px;
}
.multilang {
    width: 100px;
    height: auto;
    transform: translateY(-5px);
}
.anim-hover-translate-top-10px .card-body h4 {
    font-size: 1.2rem;
    min-height: 54px;
}
.anim-hover-translate-top-10px .card-body:hover h4 {
    color: var(--main);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.carousel-half-full-width-right {
    counter-reset: custom-counter;
}
.carousel-half-full-width-right .card span.text-grey-600 {
    position: relative;
}
.carousel-half-full-width-right .card span.text-grey-600:before {
    content: "0" counter(custom-counter);
    counter-increment: custom-counter;
    font-weight: 700;
    position: relative;
    /* opacity: .5;
    left: -45px;
    top: 13px;
    font-style: italic; */
}
.carousel-half-full-width-right .card:nth-child(10) span.text-grey-600:before {
    content: counter(custom-counter);
    counter-increment: custom-counter 10;
}
.header-column .nav.top li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}
.header-column .nav.top li:last-child {
    padding-right: 0 !important;
}
.header-column .nav.top li:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background-color: #d5d5d5;
}
.header-column .nav.top li:last-child:before,.header-column .nav.top li:nth-last-child(2):before {
    content:none;
}
#header .header-column.header-column-border-right {
    border-right: 0;
}
.card-body.arrow_right {
    padding: 1.5rem 4rem 2rem 1.5rem;
}
.arrow_right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    background: var(--white);
    border-radius: 8px;
}
.arrow_right:after,
.arrow_right:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
.arrow_right:before {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #3f566bbd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 24px;
}
.arrow_right:after {
    width: 8px;
    height: 8px;
    right: 34px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    border-bottom: 2px solid #3f566b;
    border-right: 2px solid #3f566b;
    margin: -1px 0 0;
}
.carousel-half-full-width-right .anim-hover-translate-top-10px:hover .text-grey-600 {
    color: var(--primary) !important;
    opacity: 0.4;
}
.carousel-half-full-width-right .anim-hover-translate-top-10px:hover .arrow_right:before {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.carousel-half-full-width-right .anim-hover-translate-top-10px:hover .arrow_right:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
/* === HEADING STYLE #3 === */
.custom_heading .title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 5px;
    position: relative;
}
.custom_heading .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #3f566b;
}
.custom_heading .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #3f566b;
}
.custom_heading .title.white:before,
.custom_heading .title.white:after {
    background-color: #a0dae4;
}
.newsItem {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    padding: 7px 0;
    text-align: center;
}
.newsItem .item {
    text-align: left;
}
.newsItem .dateBox {
    flex: 0 0 12.5%; 
    text-align: center;
    font-family: sans-serif;
    width: 115px;
}
.newsItem .badge-primary {
    flex: 0 0 11.5%;
    width: 125px;
}
.alumnus.newsItem .badge-primary {
    color: var(--dark--200);
    background-color: #efefef !important;
}
.alumnus.newsItem .badge-primary:hover{
    filter: brightness(.95);
}
.alumnus.newsItem{
    min-height: 102px;
}
.alumnus.newsItem .vr{
    flex-shrink: 0;
    height: 50px;
    align-self: center;
}
.newsItem .item a,
.honor__item a,
.highlight_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.dateBox p {
    color: var(--dark);
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
}
.newsItem .item h3 {
    font-size: 20px;
    font-weight: 600;
}
.newsItem:hover .item h3,
.newsItem:hover .dateBox p {
    color: var(--primary);
}
.newsItem:hover .dateBox .badge-primary,
.honor__item:hover .honor__date,
.badge-primary:hover {
    background-color: var(--secondary) !important;
}
.honor__item:hover p {
    color: var(--primary);
}
.vr.doted {
    min-width: 1px;
    background-image: radial-gradient(circle at 4px 4px, black 4px, white 0);
    background-size: 10px 15px;
    background-color: transparent;
}
.wrapper {
    max-height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
}
.honorList {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.highlight_item,
.honorList {
    opacity: 0;
}
.index_news_nav.honor button {
    padding: 3px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.index_news_nav.honor li.active button,
.index_news_nav.honor li:hover button {
    border: 1px solid var(--secondary-100);
}
.honor__item {
    position: relative;
    display: flex !important;
    align-items: center;
    width: 100%;
    padding: 0 12px 0 0;
    margin-bottom: 30px;
    margin: 0 20px 30px 0;
    background-color: #fff;
    /* filter: drop-shadow(0 8px 8px rgba(0,0,0,.05)); */
}
.honor__item:after {
    content: "";
    background-color: #efefef;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.honor__date {
    background-color: var(--primary);
    color: #fff;
    font-size: 3em;
    text-align: center;
    line-height: 1;
    padding: 15px 10px;
    margin-right: 20px;
    flex-shrink: 0;
}

.honor__date .month-year {
    display: block;
    font-size: 0.4em;
}
.honor__item-body {
    width: 100%;
    /* background-color: #fff; */
    border-radius: 8px;
    padding: 16px 20px 16px 70px;
}
.honorl__item-body p {
    color: var(--dark);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.honor__item a,
.highlight_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-arrow {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 3;
}
.arrow_btn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid var(--primary-200); */
    border-radius: 40px;
    margin-bottom: 15px;
    margin-left: 35px;
    color: var(--dark);
    cursor: pointer;
    background-color: #ffffffbf;
}
.arrow_btn:hover {
    background-color: #fff;
    color: var(--primary);
}
.slides-numbers {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    opacity: 0.7;
    letter-spacing: 2px;
    color: var(--dark);
}
.slides-numbers .active {
    color: var(--primary);
    font-size: 20px;
}
.hr {
    width: 80px;
    border-top: 1px solid #2a2a2a;
    transform: translateY(-4px);
}
.highlight .highlight-title {
    color: var(--dark);
    padding: 20px;
}
.highlight-body {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.highlight_slick .highlight_item {
    position: relative;
}
.highlight_img {
    width: 100%;
    /* height: 305px; */
    aspect-ratio: 5/3.2;
    margin-bottom: 15px;
    overflow: hidden;
}
.highlight_img img {
    transition: all 0.3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.highlight_text {
    padding: 0px 15px 20px;
    margin-bottom: 0;
    min-height: 55px;
}
.highlight_date {
    padding: 0px 15px 0px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.highlight_item:hover img {
    transform: scale(1.05);
}
.highlight .arrow_btn {
    display: inline-flex;
    height: 40px;
    width: 40px;
    margin: 0 10px;
    top: 30%;
    position: relative;
}
.highlight .arrow_btn .nexy_hl {
    right: 10px;
}
.award-icon {
    content: "";
    position: relative;
    background-image: url("../img/award.png");
    background-size: contain;
    width: 80px;
    height: 60px;
    background-repeat: no-repeat;
}
.custom-section-halfbar-bg {
    position: absolute;
    top: 70%;
    right: -15vw;
    width: 50vw;
    height: 80%;
    background: #ffd17221;
    -webkit-transform: translate3d(0, -50%, 0) skew(321deg, 0);
    -moz-transform: translate3d(0, -50%, 0) skew(321deg, 0);
    -ms-transform: translate3d(0, -50%, 0) skew(321deg, 0);
    -o-transform: translate3d(0, -50%, 0) skew(321deg, 0);
    transform: translate3d(0, -50%, 0) skew(321deg, 0);
}
.absoult_more {
    position: absolute;
    right: -34px;
    writing-mode: vertical-lr;
    letter-spacing: 2px;
    padding: 15px 10px;
    font-weight: 500;
    font-size: 16px;
}
.absoult_more:hover {
    background-color: var(--primary);
    color: #fff;
}
.deco_circle_text img {
    animation: page_rotation 30s linear 1.74s infinite;
    position: absolute;
    left: 10%;
    width: 16vw;
    top: 6px;
    opacity: 0.15;
    /* filter: invert(38%) sepia(9%) saturate(3676%) hue-rotate(139deg) brightness(88%) contrast(76%); */
}
.custom-svg-position-1 {
    position: absolute;
    top: -38px;
    left: -90px;
    max-height: none;
    width: 60vw;
    opacity: 0.2;
    z-index: 0;
}
.custom-svg-position-2 {
    position: absolute;
    top: 300px;
    right: -62%;
    opacity: 0.2;
    z-index: 0;
    max-width: 2000px;
}
.decoLineWave:after {
    /* content: "";
    width: 25vw;
    height: 20vw;
    z-index: 0;
    background-image: url('../img/deco/deco_config.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -18%; */
}
.decoLineWave:before {
    content: "";
    display: block;
    width: 320px;
    height: 290px;
    background-color: #f2fafb;
    pointer-events: none;
    position: absolute;
    top: -70px;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: skew(314deg, 0);
    -moz-transform: skew(314deg, 0);
    -ms-transform: skew(314deg, 0);
    -o-transform: skew(314deg, 0);
    transform: skew(314deg, 0);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    z-index: 1;
}
.decodot {
    /* width: 15vw;
    height: 15vw;
    z-index: 0;
    background-image: url('../img/deco/deco_dot.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -18%; */
}
.customLines1anim {
    -webkit-animation-name: customLines1anim;
    animation-name: customLines1anim;
}
@-webkit-keyframes customLines1anim {
    from {
        stroke-dasharray: 1600;
        stroke-dashoffset: 1600;
    }
    to {
        stroke-dasharray: 1600;
        stroke-dashoffset: 0;
    }
}

@keyframes customLines1anim {
    from {
        stroke-dasharray: 1600;
        stroke-dashoffset: 1600;
    }
    to {
        stroke-dasharray: 1600;
        stroke-dashoffset: 0;
    }
}
@keyframes page_rotation {
    0% {
        transform: rotate(60deg);
    }

    to {
        transform: rotate(420deg);
    }
}
.sitemap {
    padding-left: 0;
}
.sitemap > li {
    display: inline-block;
    width: calc((100% / 9) - 15px);
    margin: 0 calc(10px / 2);
    text-align: left;
    vertical-align: text-top;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.sitemap > li h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 3px double;
}
.sitemap > li > ul {
    padding-left: 0;
}
.sitemap > li > ul > li {
    display: block;
}
.sitemap > li > ul > li a,
.links_list a {
    color: var(--primary-100) !important;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 600;
}
.links_list a {
    font-weight: 600;
    color: #fff !important;
}
.sitemap > li > ul > li a:hover,
.links_list a:hover {
    color: var(--primary--100) !important;
}
.footer-logo {
    filter: invert(1);
    width: 100%;
    margin: 0px auto;
}
.contact_data li {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
}
.contact_data li a,
.contact_data li {
    color: #fff !important;
    opacity: 1;
    font-weight: 600;
}
.contact_data li a:hover {
    opacity: 1;
}
.pageToTop:before {
    content: "Page Top";
    text-transform: uppercase;
    position: absolute;
    writing-mode: vertical-lr;
    font-style: normal;
    letter-spacing: 1.5px;
    border-left: 1px solid var(--primary--300);
    padding: 28px 0 10px 5px;
    font-weight: 500;
}
.pageToTop:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 22px;
    width: 19px;
    height: 1px;
    background-color: var(--primary--300);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}
.links_list li {
    display: inline-block;
    padding: 0px 20px 0 0;
    position: relative;
    opacity: 1;
}
/* .links_list li:first-child{padding-left: 0px;} */
.links_list li:not(:last-child):before {
    content: "";
    height: 15px;
    position: absolute;
    border-right: 1px solid #ffffff6e;
    right: 6px;
    top: 25%;
    transform: rotate(25deg);
}
.custom-parallax-1:before {
    content: "";
    display: block;
    width: 290px;
    height: 650px;
    background-color: var(--secondary-rgba-30); /* #33a6b870 */
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: skew(-24deg, 0);
    -moz-transform: skew(-24deg, 0);
    -ms-transform: skew(-24deg, 0);
    -o-transform: skew(-24deg, 0);
    transform: skew(-24deg, 0);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    z-index: 1;
}
.triangle_white:after {
    content: "";
    display: block;
    width: 150px;
    height: 125%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: -7vw;
    -webkit-transform: skew(325deg, 0);
    -moz-transform: skew(325deg, 0);
    -ms-transform: skew(325deg, 0);
    -o-transform: skew(325deg, 0);
    transform: skew(325deg, 0);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 0;
}
@media (min-width: 2000px) {
    .triangle_white:after {
        width: 13vw;
        right: 1.5vw;
    }
}
.links_style {
    display: flex;
    width: 100%;
    color: #464b51;
    /*background-color: #fee5d7;*/
    background: linear-gradient(315deg, #fad7be, #fee5d7);
    border-radius: 4px;
    border: 4px double #f8feff;
    padding: 10px 5px;
    text-align: center;
    justify-content:center;
    align-items: center;
    letter-spacing: 2px;
    font-size: 17px;
    margin-bottom: 15px;
    min-height: 86px;
    font-weight: 600;
    position: relative;
}
/* .links_style::after{
  position: absolute;
  content: "Link";
  font-weight: 900;
  display: inline-block;
  top: 16%;
  left: 6px;
  border-right: 1px dashed var(--primary-rgba-30);
  padding: 6px;
  writing-mode: vertical-rl;
  font-size: 14px; 
} */
.links_style:hover {
    color: #fff;
    background: var(--secondary);
    border: 4px double #ffdcc2;
}
.triangle_bg:before {
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    background-color: #ffd17221; /* #f8f8f8 */
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: -5vw;
    z-index: -1;
}
.links_style:hover:before {
    background-color: #ffdcc2;
}
.footer-social-icons li {
    margin-right: 10px;
}
li.social-icons:hover a {
    background-color: var(--primary) !important;
    color: #fff;
}

.custom-svg-position-1 > svg {
    height: 5.3vw;
    min-height: 96px;
}

@media (min-width: 1950px) {
    .custom-svg-position-1 {
        left: -121px;
        width: 51vw;
        top: -41px !important;
    }
    .custom-svg-position-1 > svg {
        height: 110px;
        width: 100%;
    }
}
.header_title {
    position: relative;
    font-size: 5.5rem;
}
.page_title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 500;
}
.common-line {
    position: absolute;
    width: 100%;
    height: 0.99px;
}
.common-line > .l {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dcdcdc;
}

.common-line > .i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(-50%, -50%, 0);
    width: 0.313rem;
    height: 0.313rem;
    border: 0.99px solid #dcdcdc;
    border-radius: 50%;
}

.common-line > .i.__01 {
    left: 0;
    transform: translate3d(-100%, -50%, 0);
}

.common-line > .i.__02 {
    left: auto;
    right: 0;
    transform: translate3d(100%, -50%, 0);
}

.cateList li {
    position: relative;
    border-bottom: 1px solid #efefef;
    font-size: 1rem;
    list-style: none;
}
.sidebar li a {
    color: var(--dark);
    display: block;
    padding: 6px 8px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
}
.sidebar li:last-child {
    /*border-bottom: none;*/
}
.sidebar li:hover a,.sidebar li.active a {
    color: #fff;
}
.cateList li:hover {
    background-color: var(--primary-rgba-70);
    color: #fff;
}
.cateList li.active a,.tabs.tabs-simple .nav-tabs.cateList.teacher li a.active {
    background-color: var(--primary);
    color: #fff !important;
}
.cateList.teacher li {
    display: inline-block;
}
.tabs.tabs-simple .nav-tabs.cateList.teacher{
        justify-content: start;
}
.tabs.tabs-simple .nav-tabs.cateList.teacher li:hover a{color:#fff;}
.tabs.tabs-simple .nav-tabs.cateList.teacher li a{
    padding:8px 35px 8px 15px;
     scroll-behavior: smooth;
}
.cateList.teacher li a span{font-size:13px;display: block;}
.cateList li:hover:before ,.cateList li.active:before,.cateList li a.active:before{
    content: "\f0a9";
    width: 8px;
    height: 8px;
    right: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin: -1px 0 0;
    position: absolute;
    top: 36%;
    color: #fff;
}
section.custom_section {
    background: #2bc0e4; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #eaecc6, #2bc0e4); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eaecc6, #2bc0e4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
section.custom_section .custom-svg-position-1 {
    left: auto;
    right: -200px;
}
.svg-fill-color-custom {
    fill: #348e73 !important;
}
.index_news_nav {
    padding-left: 0;
}
.index_news_nav li,.page_news_nav li {
    display: inline-block;
    position: relative;
}
.in_Tlist.index_news_nav li button{min-height: 45px;margin-top: 10px;}
.in_Tlist.index_news_nav li span{
    display: block;
    font-size: 12px;
}
.index_news_nav li button {
    font-size: 14px;
    font-weight: 500;
    background-color: #eee;
    padding: 3px 6px;
    margin-bottom: 5px !important;
    margin-right: 5px;
}
.page_news_nav button {
    font-size: 16px;
    font-weight: 500;
    background-color: #eee;
    padding: 3px 6px;
    margin-bottom: 5px !important;
    margin-right: 5px;
}
.index_news_nav li.active button,
.index_news_nav li:hover button,
.page_news_nav li.active button,
.page_news_nav li:hover button {
    background-color: var(--secondary-100);
    color: #fff;
    animation: all 0.3s;
}
.page_news_nav.subfilter button{
    background-color: #fff;
    border:1px solid #ddd;
}
.page_news_nav.subfilter li.active button,
.page_news_nav.subfilter li:hover button {
    background-color: #f6df6a;
    color: #444;
    animation: all 0.3s;
    border-color:#f6df6a;
}
.index_news_nav li.active:before,.page_news_nav li.active:before {
    content: "";
    position: absolute;
    top: 90%;
    left: calc((100% - 16px) / 2 );
    border: 8px solid transparent;
    border-top: 8px solid var(--secondary-100);
    width: 0;
    height: 0;
}
.newsList .index_news_nav li.active:before,.page_news_nav li.active:before {
    top: 80%;
    left:calc((100% - 19px) / 2 );
}
.page_news_nav.subfilter li.active:before{

    border-top: 8px solid #f6df6a;
}
.page_news_nav + ul li{margin-bottom: 10px;}
.favoriteLinkBox {
    padding: 25px 25px 10px 25px;
    background-color: var(--primary-100);
    border-radius: 10px;
    /*max-height: 600px;*/
    overflow-y: scroll;
}
.favoriteLink li {
    margin-bottom: 15px;
    list-style: none;
}

.favoriteLink li a {
    position: relative;
    padding: 10px 28px 10px 10px;
    display: block;
    font-weight: 500;
    background-color: #fff;
    font-size: 18px;
    color: #444;
    border-radius: 4px;
    letter-spacing: 2px;
    line-height: 1.3
}
.favoriteLink li a i {
    content: "";
    position: absolute;
    right: 10px;
    top: 35%;
}
.favoriteLink li a:hover,
.favoriteLink li a:hover i {
    color: var(--secondary-100);
}
.owl-index-honor h4 {
    min-height: 56px;
    margin-bottom: 0 !important;
}
.owl-index-honor .box-shadow-1:before {
    box-shadow: 0 10px 20px #bbb;
}
.owl-index-honor .col-sm-6 {
    margin-bottom: 15px;
}
.owl-index-honor .card .card-body {
    position: relative;
}
.owl-index-honor .card .card-body:before {
    content: "";
    position: absolute;
    background-image: url(../img/award_bg.png);
    background-position: center;
    background-size: cover;
    filter: opacity(0);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: -1;
}
.owl-index-honor .card:hover .card-body:before {
    filter: opacity(0.5);
}
.honor_bg {
    position: relative;
    background-image: linear-gradient(to top, rgb(254 207 171 / 21%), rgb(255 243 238 / 41%)), url(../img/deco/bg_noise.jpg);
}
.honor_bg:before {
    content: "";
    display: block;
    width: 20vw;
    height: 40vw;
    background-color: rgb(243 232 224 / 58%);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -7vw;
    bottom: auto;
    right: auto;
    -webkit-transform: skew(321deg, 0);
    -moz-transform: skew(321deg, 0);
    -ms-transform: skew(321deg, 0);
    -o-transform: skew(321deg, 0);
    transform: skew(321deg, 0);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    z-index: 0;
}
.honorLargeText {
    max-width: 100vw;
    font-size: 5.8rem;
    display: block;
    text-align: center;
}
.custom-stroke-text-effect-1.dark {
    -webkit-text-stroke-color: #e1dede;
    -webkit-text-fill-color: #ffffff80;
    position: relative;
    z-index: 2;
    transform: translateY(-100%);
}
.card:hover h4,
.highlight_item:hover h4 {
    color: var(--primary);
}
.btn-more {
    padding: 5px 12px;
    font-weight: 600;
    font-size: 16px;
}
.btn-more i {
    padding-left: 10px;
}
#footer {
    position: relative;
}
#footer:before {
    /* content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #f1f6f8;
    transform: skewY(-4.7deg);
    z-index: -1; */
}
#footer:after {
    /*  content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #f1f6f8;
    transform: skewY(4.7deg);
    z-index: -1; */
}
/* #footer:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    background-position: left;
    background-size: cover;
    width: 30vw;
    height: 100%;
    background-image: url(../img/deco/footer_bg.png);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0), transparent));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0), transparent);
    opacity: .3;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
} */
.titleBox {
    font-weight: 400;
}
.titleBox::after {
    content: "";
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    bottom: -10px;
    background-color: #f2b6a3;
}
.PageclassBoxRow {
    position: relative;
    border-bottom: 1px solid #f9debf;
    background-color: #f9debf;
}
@media (min-width: 750px) {
    .faculty_total .col-lg-6:nth-child(even) .col-lg-8{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .PageclassBoxRow .PageclassLink {
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: flex;
    }
    .PageclassBoxRow .PageclassLink li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;     
        padding: 10px;   
        max-width: calc(100% / 5);
        min-width: calc(100% / 5);
        position: relative;
        list-style: none;
    }
    .PageclassBoxRow .PageclassLink li::after {
        content: ": ";
        font-size: 1.5rem;
        color:#d1a26c;
        position: absolute;
        width: 2px;
        height: 10px;
        background-position: center;
        top: 20%;
        left:-.5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 8px;
        z-index: 2;
    }
    .PageclassBoxRow .PageclassLink li:last-child::before,  .PageclassBoxRow .PageclassLink li:nth-child(6):before{
        content: ": ";
        font-size: 1.5rem;
        position: absolute;
        color:#d1a26c;
        width: 2px;
        height: 10px;
        background-position: center;
        top: 35%;
        right:-.5px !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 8px;
        z-index: 2;
    }
    .PageclassBoxRow .PageclassLink a {
        display: block;
        border-radius: 10px;
        padding:8px 15px 8px 0;
        width: calc(100% - 0px);
        height: 100%;
        margin: 0 2px;
        font-size: clamp(16px, .95rem, 20px);
        font-weight: 500;
        color: #222222;
        background-color: #fff;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
    }
    .PageclassBoxRow .PageclassLink li:nth-child(1),.PageclassBoxRow .PageclassLink li:nth-child(2),
    .PageclassBoxRow .PageclassLink li:nth-child(3),.PageclassBoxRow .PageclassLink li:nth-child(4),
    .PageclassBoxRow .PageclassLink li:nth-child(5),.PageclassBoxRow .PageclassLink li:nth-child(6){
        /*border-bottom: 1px solid #ffffff7a;*/
    }
    .PageclassBoxRow .PageclassLink a.active,
    .PageclassBoxRow .PageclassLink a:hover {
        color: var(--secondary-200);
    }
    .PageclassBoxRow .PageclassLink a::after{
        content: "\f0a9";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        font-weight: 900;
        height: 4px;
        right: 10px;
    }
    /*.PageclassBoxRow .PageclassLink a.active::after,
    .PageclassBoxRow .PageclassLink a:hover::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        bottom: 0;
        background-color: var(--primary);
    }*/
}
.about_maincover {
    --min-size: 350;
    --max-size: 600;
    --width-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    width: clamp(var(--min-size) * 1px, var(--width-size), var(--max-size) * 1px);
    height: clamp(var(--min-size) * 1px, var(--width-size), var(--max-size) * 1px);
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    position: absolute;
    top: 30%;
    right: 0;
}
.data_contain p {
    text-indent: 2rem;
}
.timeline-carousel {
  /*padding: 86px 6.9444% 90px 6.9444%;*/
  position: relative;
  overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
  /*content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  background-color: #1d1d1e;
  z-index: 3;
  width: 6.9444%;*/
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: white;
  font-size: 46px;
  line-height: 50;
  margin-bottom: 40px;
  font-weight: 900;
}

.timeline-carousel__item {
  cursor: pointer;
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom:2px solid rgb(251 171 112 / 46%);
}
.timeline-carousel__item-inner .year {
  font-size: 36px;
  line-height: 36px;
  color: white;
  display: table;
  padding-right: 10px;
  background-color: var(--secondary);
  z-index: 1;
  position: relative;
  margin: -15px 0 10px;
  font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: var(--secondary);
  z-index: 3;
}
.timeline-carousel__item-inner .month {
text-transform: uppercase;
color: var(--secondary-100);
display: block;
margin-bottom: 10px;
font-weight: 500;
font-size: 1.2rem;
line-height: 1.3;
padding-right: 20px;
}
.timeline-carousel__item-inner p {
  line-height: 18px;
  width: 60%;
  font-weight: 400;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #b38c52;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: var(--secondary);
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: var(--secondary);
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}
.timeline-carousel .slick-track{
    padding-top: 20px;
}
.timeline-carousel .slick-arrow{
    position: absolute;
    display: inline-flex;
    height: 40px;
    width: 40px;
    margin: 0 10px;
    top: 23px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-bottom: 15px;
    cursor: pointer;
    background-color: var(--primary);
}
.timeline-carousel .slick-arrow.slick-prev{
    left:-16px;
}
.timeline-carousel .slick-arrow.slick-next{
    right:-8px;
}
.slick-arrow.slick-disabled{background-color: #e4f3f6;}
.slick-arrow.slick-disabled:before{
    opacity: 1;
    color:#c4c4c4;
}
.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: var(--secondary);
  border-color: var(--secondary);
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}
.pagesub_title {
    position: relative;
    padding: 0.15em 0.5em;
    background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
    background: linear-gradient(to right, rgb(51 166 184), transparent);
    color: #ffffff;
    font-size: clamp(14px, 2rem, 28px);
}
.dash_healding{
  display: flex;
  align-items: center;
  color: var(--secondary-200);
  padding-bottom: 10px;
  border-bottom: dashed 2px var(--secondary-100);
}
/*.bus_table{border:1px solid var(--primary-200);}*/
.bus_table th{
    width: calc(100% / 3);
    background-color: var(--primary-200);
    color:#fff;
    padding: 10px 18px;
    text-align: center;
}
.bus_table th,.bus_table td{
    font-size: 18px;
}
.bus_table td{
    border:1px solid #eee;
}
.bus_table tr:nth-child(2) td{
    background: #fff9eb;
    font-weight: 600;
    text-align: center;
    color: #875724;
}
.education .cover{
    border-radius: 15px;
    width: 100%;
    transform: scale(1.5);
    transform-origin: left top;

}
.container div:nth-child(4) .cover{
    transform-origin: right top;
}
.education .shadow{
    position: relative;
    background-color: #fff;
    margin-top: 80px;
    z-index: 1;
}
.as-ratio-1{
    aspect-ratio:1/1;
}
.as-radio3-4{
    aspect-ratio:3/4;
}
.as-radio9-16{
    aspect-ratio:9/16;
}
.committee .item {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
}
.committee .item-box {
    padding: 4px;
    position: relative;
    border-radius: 4px;
    margin-bottom: 16px;
}
.delievery-notify .item {
    background-color: #ffdda5;
    color: #c79125;
    position: relative;
}
.committee .item-box .bottom-box {
    padding: 10px 8px;
    font-size: 18px;
    color:#674114;
}
.committee .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/deco/stripes.png);
    opacity: 0.3;
    background-size: 80px;
    mix-blend-mode: luminosity;
    border-radius: 4px;
}
.committee .item p {
    position: relative;
    margin-bottom: 0;
    font-size: clamp(16px , 1.3rem , 20px);
}
.committee .item-box.delievery-notify {
    background-color: #fff0d7;
    height: calc(100% - 16px);
}
.committee .item i {
    font-size: 19px;
    margin-right: 8px;
    background-color: #fff;
    width: 35px;
    height: 35px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    padding: 5px;
}
.committee .bottom-box .notify li{
    margin-bottom: 5px;
}
.committee.instudent .item-box.delievery-notify{
    height: auto;
}
.committee.instudent .col-lg-12:nth-child(odd) .item-box.delievery-notify {
    background-color: #f8f1dc;
}
.committee.instudent .col-lg-12:nth-child(odd) .delievery-notify .item{
    background-color: #ffeebb;
    color: #dbb855;
}
.committee.instudent .col-lg-12:nth-child(even) .item-box.delievery-notify {
    background-color: #ffebe0;
}
.committee.instudent .col-lg-12:nth-child(even) .delievery-notify .item{
       background-color: #ffe2d3;
    color: #c89376;
}
/*.committee.instudent .col-lg-12:nth-child(4) .item-box.delievery-notify {
    background-color: #eff2ff;
}
.committee.instudent .col-lg-12:nth-child(4) .delievery-notify .item{
    background-color: #dee9ff;
    color: #7d8fb5;
}*/
/*.committee.instudent .col-lg-12:nth-child(5) .item-box.delievery-notify {
    background-color :#e0f5f5;
}
.committee.instudent .col-lg-12:nth-child(5) .delievery-notify .item{
    background-color: #c3e6f4;
    color: #76b3cb;
}
.committee.instudent .col-lg-12:nth-child(6) .item-box.delievery-notify {
    background-color: #def6f7;
}
.committee.instudent .col-lg-12:nth-child(6) .delievery-notify .item{
    background-color: #c3efef;
    color: #76cbcb;
}*/
.committee.instudent .data-contain{
    padding: 1rem;
    margin-bottom: 20px;
}
.data-contain{
    line-height: 1.8;
}
.img-icon{
    width: 40px; height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    filter:invert(69%) sepia(43%) saturate(758%) hue-rotate(330deg) brightness(94%) contrast(92%);
}


.table_family{
    margin-bottom: 30px;
}
.table_family table,.table_grant{min-width: 100%;}
.table_family th,.table_grant th{
    background-color: #fce9bc;
    color: var(--dark);
    padding: .5rem .5rem;
    text-align: center;
    font-weight: 600;
}
.table_family td,.table_grant td{
    border: 1px solid rgb(242 228 195);
    width: calc(92% / 5);
    color: #222;
    padding: .5rem .5rem;
    vertical-align: top;
}
.table_grant td{text-align: center;}
.table_family td:nth-child(1){
    width: 8%;
    text-align: center;
    background-color: rgb(248 242 227);
}
.table_grant td:nth-child(1){
    width: 40%;
    background-color: rgb(248 242 227);
    font-weight: 500;
    text-align: left;
}
.table_family ul{
    margin-bottom: 0;
}
.with_teacher.table_family td:nth-child(1){
    width: 10%;
}
.with_teacher.table_family td{
     width: calc(90% / 6);
    text-align: center;

}
.history table{width: 100%;}
table.table th,.history table th,.tab-pane table th{
    background-color:#fce9bc;
    color: var(--dark);

}
.tab-pane table td, .tab-pane table th{
    border-color: rgba(0, 0, 0, 0.06) !important;
}
.tab-pane table{width: 100% !important;}
.tab-pane table tbody tr:nth-child(1){
    background-color:#fce9bc;
    color: var(--dark);
}
.tab-pane table tbody tr{
  height: auto !important;}
.tab-pane table tbody tr td,.tab-pane table  colgroup col{
  text-align: left;
  padding: .5rem .5rem !important;
  width: auto !important;
  height: auto !important;
}
.history table th{
    text-align: center;
    font-size: 20px;
    padding: .8rem .8rem;
}
.history table td{
    border:1px solid rgb(242 228 195);
    color:var(--text-color);
    font-size: 18px;
    padding: .8rem .8rem;
    text-align: center;

}
.history li{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500
}
table.table.table-border td{
border: 1px solid rgb(242 228 195);
color:var(--bs-table-color);
}
table.table.table-border td a{
  color: var(--bs-table-color);
}

.history table a{color:var(--default);}
.history table a:hover{color:var(--primary);}
.enrollment{
    line-height: 2.2;
    color:#333;
}
.alignright{
    float: right;
    max-width: 250px;
    margin:20px;
}
.alignleft{
    float: left;
    max-width: 250px;
    margin:20px;
}
.btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 5px;
    border:none;
}
.btn-icon-split .icon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0.375rem 0.5rem;
}
.btn-icon-split .text {
    display: inline-block;
    padding: 0.375rem 0.5rem;
    min-width: 50px;
}
.btn-icon-split.word{
    background-color: #0173c9f0;
    color: #ffff;
}
.btn-icon-split.pdf{
    background-color: #ad0a00;
    color: #ffff;
}
.btn-icon-split.word:hover{
    filter: brightness(1.1);
    background-color: #0173c9f0;
    color: #ffff;
}
.btn-icon-split.pdf:hover{
    filter: brightness(1.1);
   background-color: #ad0a00;
    color: #ffff;
}
.research_list li{
    position: relative;
    display: inline-block;
    width: calc((100% / 3.05));
    padding-left:15px;
    vertical-align: top;
}
.research_list li:before{
    content: "● ";
    position: absolute;
    left: 0;
    top:0;
}
.pricing-block.border{
    border-color: var(--primary-rgba-50) !important;
} 
.pricing-block .price i{
    --min-size: 60;
    --max-size: 80;
    --font-size: calc( (var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)) );
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
    opacity: .5;
    color: #00819b;
}
.lab-block{
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    /*min-height: 247px;*/
    /*margin-bottom: 20px !important;*/
    height: 100%;
    border: 1px solid #d3e7ea;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1);
}
.lab-block h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1.4;
    white-space: nowrap;
    color: var(--primary);
    border-bottom: 1px solid #d6e7e1;
}
.lab-block h4 a{
    color: var(--primary);
}
.lab-block h4 a:hover{
    color: var(--secondary);
}
.lab-block a{
    color:#4b4b4b;
}
.lab-block a:hover{
    color:var(--primary);
}
.lab-block:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 90%;
    background-image: url(../img/science-and-tech.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    filter: invert(53%) sepia(91%) saturate(327%) hue-rotate(140deg) brightness(90%) contrast(90%);
    opacity: 0.15;
}
.lab-block .lab-des{
    background-color: #fffadf;
    padding: 8px;
    border-radius: 7px;
    margin-bottom: 10px;
    /* box-shadow: 0 0 10px rgba(0 0 0 / 10%); */
    border: 1px solid #ece38d;
}
.table-download td:nth-child(1){
    font-weight: 500;
    color:var(--dark);
    --min-size: 16;
    --max-size: 19;
    --font-size: calc( (var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)) );
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}
.border-left-1{
 border-left:1px solid #eee;
}
.member_box{
    padding: 1rem;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
}
.member_tag{
    text-align: center;
    padding: 4px 12px;
    border-radius: 35px;
    /* border: 1px solid; */
    /* min-width: 80%; */
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    background-color: #efefef;
}
.links-bg a{
    color: #484848;
    font-weight: 600;
    border:1px solid #efefef;
    display: block;
    border-radius: 8px;
}
.links-bg a:hover{
    color:var(--primary);
    box-shadow: 0 10px 20px #bbbbbb2b;
}
.links-bg .link-img{
    position: relative;
    filter: invert(55%) sepia(72%) saturate(394%) hue-rotate(140deg) brightness(89%) contrast(92%);
    aspect-ratio: 1 / 1;
    padding: 30px;
    background-size: contain;
    margin: 20px 10px;
}
.links-bg .link-img:before{
    content: '';
    background-color: #f4f4f4;
    border-radius: 100px;
    width: calc(50px + 30px);
    height: calc(50px + 30px);
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: .1;
    right: 0;
    margin: 0 auto;
}
.list-ordened-style-3 small{
    background-color: #ffffff;
    padding: 2px 8px;
    border-radius: 10px;
    /* font-weight: 500; */
    border: 1px solid #e3d9c6;
    display: inline-block;
    line-height: 1.5;
    margin: 5px 0;
}
.inteacherpage.table.table-bordered th{
    background-color: #f2f2f2;
    color: var(--dark);
    padding-left: 15px;
}
.inteacherpage.table a{
    color: #000;
}
.inteacherpage.table a .font_icon{
    opacity: 1;
}
.inteacherpage.table a:hover{
    color: var(--primary);
} 
.table  .table.table-striped{
    margin-bottom: 0px;
}
.table  .table.table-striped th{
    text-align-last: justify;
    vertical-align: middle;
}
.table  .table.table-striped th,
.table  .table.table-striped td{
    line-height: 1.5;
    padding:3px 5px;
    color:#504b3f;
}
.page_headerBG{
    position: relative;
    background-image: linear-gradient(to top, rgb(254 207 171 / 21%), rgb(255 243 238 / 41%)), url(../img/deco/bg_noise.jpg) !important;
}
.page_headerBG:before{
    content: "";
    display: block;
    width: clamp(30vw,50vw,60vw);
    height: 100%;
    background-color: rgb(243 232 224 / 58%);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -7vw;
    bottom: auto;
    right: auto;
    -webkit-transform: skew(321deg, 0);
    -moz-transform: skew(321deg, 0);
    -ms-transform: skew(321deg, 0);
    -o-transform: skew(321deg, 0);
    transform: skew(321deg, 0);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    z-index: 0;
}
#header .header-nav-main nav > ul > li > a.search_icon{display: flex}
#header .header-nav-main nav > ul > li > a.search_text{display: none}
.image-wrapper .contain.as-radio3-4{
    background-position: top;
}
.teacher_list li{
    word-break: break-all;
}
.teacher_list li a{
    color:#777;
    letter-spacing: -.5px;
    word-break: auto-phrase;
}
.teacher_list li a:hover{
    color:var(--primary);
}
.teacher_list li:first-child a{
    display: inline-block;
    /*font-size: 15px;*/
    /*letter-spacing: -.5px;*/
}  
.teacher_list li span{
    font-weight: 600;
} 
.teacher_list li:nth-child(1) span{
    flex: 0 0 70px;
}
.teacher_list li:nth-child(2) span{
    flex: 0 0 52px;
}
.teacher_list li:nth-child(3) span{
    flex: 0 0 108px;
}
.teacher_list li:nth-child(4) span{
    flex: 0 0 55px;
}
.teacher_list li.laboratory span{
    flex: 0 0 93px;
}
.teacher_list li.lab span{
    flex: 0 0 70px;
}
/*.teacher_list li:nth-child(5) span{
    flex: 0 0 70px;
}
.teacher_list li:nth-child(6) span{
    flex: 0 0 75px;
}*/
.metting_table{border:1px solid #fce9bc;}
.metting_table td{width:10%;}
table.table.table-border.metting_table  td a:hover{color:var(--primary);}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
    color: var(--primary);
    font-size:18px;
    font-weight: 500; 
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--primary);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.font_icon{
    background: url(../img/arroba.png) center / cover no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 1;
    transform: translateY(3px);
    margin: 0 2px;
    opacity: .6;

}
#footer .font_icon{
    filter: invert(1);
    opacity: 1;
}
a:hover .font_icon{
    filter:  invert(62%) sepia(37%) saturate(751%) hue-rotate(140deg) brightness(85%) contrast(87%);
    opacity: 1;
}

/* 1106 針對google 多語系調整*/
html:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(zh-Hant-TW)) #header .header-nav-main nav > ul > li{
        height: auto;
}
html:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(zh-Hant-TW)) .nav-pills.top{padding-left: 15px;}
html:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(zh-Hant-TW)) .sitemap > li{
    width: calc((100% / 4) - 15px);
}
html:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(zh-Hant-TW)) .newsItem .badge-primary,
html:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(zh-Hant-TW)) .teacher_list li span{
    flex: none;
    padding-right: 5px;
}
html:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(zh-Hant-TW)) .PageclassBoxRow .PageclassLink a{
    padding: 8px 15px 8px 5px;
}
html:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(zh-Hant-TW)) .PageclassBoxRow .PageclassLink a::after{
    height: fit-content;
    right: 5px;
    top: 41%;
    line-height: 1;

}
html:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(zh-Hant-TW)) .cateList li a{
padding-right: 17px;
line-height: 1.5;
}
html:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(zh-Hant-TW)) .cateList li.active:before{
    width: min-content;
    height: min-content;
    top: 44%;
}
html:not(:lang(zh-CN)):not(:lang(zh-TW)):not(:lang(zh-Hant-TW)) .collapse .nav.nav-pills{
    justify-content: end;
}
.header-column-border-right >.header-row{
    width: 100%;
}








:root {
    --font: "微軟正黑體", -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei",
        "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 5px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

/*
| ----------------------------------------------------
| responsive
| ----------------------------------------------------
*/
@media (max-width: 1650px) {
    .collapse .nav.nav-pills{
        justify-content: end;
    }
    /*#header .header-nav-main nav > ul > li{height: auto;}*/
    #header .header-logo img{width: 95%;transform: translateX(15px);}
    #header .header-column.header-column-border-right {
    flex-basis: 20%;padding: 0;}
}
@media (max-width: 1367px) {
    #header .header-logo img{
        width:100%;
    }
    .col-lg-1-5{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .newsItem .dateBox{ flex: 0 0 12%;}
    #header .header-column.header-column-border-right{
        flex-basis: 40%;
    }
}


@media (max-width: 1181px) {
    #header .header-column.header-column-border-right {
        padding: 0 20px;
    }
    #header .header-logo img {
        width: 245px;
    }
    
    .col-lg-1-5 {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .links_style{letter-spacing: 1px;}
    .dropdown-item.active, .dropdown-item:active{
        /*background-color: #fff9e0;*/
    }
    .newsItem .dateBox{
        flex: 0 0 auto;
    }
    /*.favoriteLink{white-space: nowrap; overflow: overlay; }*/
    /*.favoriteLink li{display: inline-block;}*/
    /*.favoriteLink li a{padding: 10px 30px 10px 10px}*/
    /*.favoriteLink li a i{top:32%;}*/
    .about_maincover{right: -12%;}
    .pagesub_title{margin-bottom: 0;}
    #header .header-nav-main nav > ul > li > a.search_icon{display: none}
    #header .header-nav-main nav > ul > li > a.search_text{display: flex}
    .PageclassBoxRow .PageclassLink li{max-width: calc(100% / 3);  min-width: calc(100% / 3);}
    .about_maincover {
        --max-size: 500;
    }
}
@media (max-width: 1025px) {
    .main{padding-left:8px;}
    #header .header-nav.header-nav-links, #header .header-nav.header-nav-line{ min-height: 50px; }
    #header .header-nav-main{
        width: 100vw;
        top: 100%;
        left: auto;
        transform: translate3d(5%, 0, 0);
    }
    #header .header-nav-main nav{transform: translate(-20px,-30px);}
    #header .header-nav-main:before{transform: translate(-50%, -30px);}
    #header .hstack .ms-lg-auto{
        margin-left: auto;
    }
    #header .header-logo{padding: 10px 5px;}
    #header .header-container>.header-row{flex-wrap: wrap;min-height: 111px;flex-direction: column;}
    #header .header-row .header-column .w-100{order:2;}
    .header-nav-links{
        position: absolute;
        top: -28px;
        right: 0;
    }
    .hstack .h-100.w-100{height: auto !important}
    #header .hstack .ms-lg-auto{
        margin: 10px auto;
    }

    .newsItem .dateBox{flex: 0 0 17%;}
    .about_maincover{position: relative;
        top: 0;
        right: 0;
        margin: auto;
    }
}

@media (max-width: 821px) {
    .sitemap > li{width:calc((100% / 5) - 15px);}
    .footer-logo img{max-width: 300px !important;}
    .education .cover{transform: scale(1);aspect-ratio: 10 / 5; }
    .education .shadow{
        margin-top: -80px;
        transform: translate(30px, 0px);
    }
    #header .header-nav-main nav{max-height: 100vh;}
    .btn-icon-split .icon{display: none;}
    .newsItem .dateBox{flex: 0 0 22%;}
    .lab-block h4{white-space: inherit;}
    .index_news_nav,.page_news_nav{margin-top: 5px;}
    .index_news_nav li.active:before, .page_news_nav li.active:before{top: 80%;}
    
}

/*iphone plus*/
@media(max-width: 750px){
    #header .header-nav-main nav{transform: translateY(-30px);}
    .newsItem{flex-wrap: wrap;}
    .newsItem .dateBox { flex: 0 0 22%;margin-right: 8px;}
    .newsItem .item {flex: 0 0 100%;}
    .t_research_table table{
        min-width: 800px;
    }
    .PageclassLink{display: none;}
}
@media (max-width: 600px) {
	#header .nav-pills.top{width: 90%; margin: auto;}
	#header .header-logo img{transform: translate(-10px,15px);}
    .newsList .d-flex.justify-content-between.align-items-center{
        align-items: start !important;
    }
    .hstack .ms-sm-auto.d-inline-block{
        margin:0 auto;
    }
    .index-owl+ div.container-xl .owl-carousel-light{
        aspect-ratio: 2.07 / 1;
    }
    .sliderText{min-height: 41px;line-height: 1.5;background-color: rgb(80 178 192);bottom:1px;}
    .owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-prev, .owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }
    .owl-carousel .owl-nav{top:40%;}
    .owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-prev{left:10px;}
    .owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-next { right: 10px;left: auto;}
    .btn-more{flex-shrink: 0}
    .col-lg-1-5{flex: 0 0 calc(100% / 2);max-width: calc(100% / 2);}
    .links_style{letter-spacing: 0px;font-size: 16px;}
    .triangle_bg:before{right: 0;width: 100vw;}
    h3.text-3-4{margin-top: 10px;}
    .sitemap > li { width: calc((100% / 3) - 15px); }
    .newsItem .dateBox { flex: 0 0 32%;margin-right: 8px;}
    .header-column .nav.top li{margin-right: 8px; padding-right: 8px;}
    .table.bus_table tr,.table.bus_table td{display: block}
    .bus_table th,.bus_table tr:nth-child(2){display: none;}
    .bus_table td:before {
        content: attr(data-th);
        color: var(--dark);
        font-weight: bold;
        display: inline-block;
        width: 100%;
        background-color: #fce9bc;
        padding: 8px;
    }
     .education .shadow{
        transform: translate(0px, 0px);
    }
    .table.table-striped th[width="13%"]{
        width: 18%;
    }
    /* .table_family{min-width: 900px; margin-bottom: 20px;} */
    .alignright{float: none;display: block}
    .research_list li{width: calc((100% / 2.05));}
    .pricing-block .plan-price{position: relative;}
    .pricing-block .plan-price .price{position: absolute; right: -10px; top: -40px;}
    .pricing-block > .row > div:nth-child(2){padding: 1rem}
    .alumnus_smalltitle{
        position: relative;
        font-size: 1.5rem !important;
        padding: 10px 10px 10px 0;
        margin-top: 15px;
        margin-bottom: 10px;
        display: inline-block;
        background-color: #fff;
        color:#0e98ae;
    }
     .alumnus_smalltitle:before{
        content: '';
        position: absolute;
        width: 100%;
        right: -100%;
        border-top: 1px solid var(--primary-rgba-20);
        top: 50%;
     }
     .tabs.tabs-simple .nav-tabs.cateList.teacher li{
        margin-bottom: 8px;
        border:none;
     }
     .tabs.tabs-simple .nav-tabs.cateList.teacher li a{
        padding: 8px 10px;
        border:none;
        background-color: #f2f2f2;
        margin-left: 5px;
        line-height: 1.4;
     }
     .tabs.tabs-simple .nav-tabs.cateList.teacher li a span{
        /*display: none;*/
            line-height: 1;
     }
     .tabs.tabs-simple .nav-tabs.cateList.teacher li a:before{
        content: none;
     }
     .teacher_list li{border-bottom: 1px solid #eee}
     .staff [data-plugin-sticky]{
        background-color: #eaf5f6;
        padding: 10px;
        border-radius: 10px;
        border:4px double #95d5df;
     }
     .staff .titleBox p{color:var(--primary) !important;}
     .staff  .titleBox::after{background-color: var(--primary);}
}

/*iphone: 7px*/
@media (max-width: 400px) {
    .header-column .nav.top li {
        margin-right: 4px;
        padding-right: 4px;
    }
    .nav > li > a {
    font-size: 15px !important;
    }
}


/*iphone 5*/
@media (max-width: 321px) {
}

/*iPhone XR*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
}

/*iPhone XS*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
}

/*iPhone XS Max*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
}
/*æ©«æ‹¿*/
@media screen and (orientation: landscape) {
}
/*ç¸±æ‹¿*/
@media screen and (orientation: portrait) {
}
/*è¨­å‚™å¯¬é«˜æ¯”*/
@media screen and (device-aspect-ratio: 16/9) {
}
