/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: Noto Sans TC;
    src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC");
}

body {
    font-family: 'Microsoft JhengHe', 'Noto Sans TC', sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 1.5em;
    background-color: #1a1500;
    letter-spacing: 0.04em;
}

#main {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

a {
    color: #4fa6d5;
}

a:hover {
    color: #45beff;
    text-decoration: none;
    outline: none;
}

a:focus {
    color: #45beff;
    text-decoration: none;
    outline: none;
}

a.link {
    color: #333;
    padding: 40px 0;
    display: inline-block;
    border-top: 1px solid;
    transition: all .3s ease;
}

a.link h4 {
    color: #000;
    font-weight: bold;
    font-size: 28px;
    padding: 0 0 20px;
}

a.link:hover h4 {
    color: #19566c;
}

a.link:hover p {
    color: #000;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: 'Microsoft JhengHe', 'Noto Sans TC', sans-serif;
}

.container.full {
    width: 100%;
    max-width: 1920px;
}

.homelink {
    position: absolute;
    width: 600px;
    height: 49%;
    top: 32%;
    left: 9%;
}

.home .homelink {
    width: 850px;
    height: 42%;
    top: 24%;
    left: 10%;
}

@media (min-width: 1920px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1750px;
    }
}
@media (max-width: 992px) {
    .homelink {
        width: 50%;
    }
    .home .homelink {
        width: 78%;
    }
}
@media (max-width: 768px) {
    .homelink {
        width: 80%;
    }
    .home .homelink {
        width: 80%;
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #325e7f;
    color: #fff;
    transition: display 0.5s ease;
    z-index: 9998;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #85b6cf;
    transition: all 0.3s ease;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    z-index: 997;
    padding: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: url(../../images/bg_header2.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 443px;
}

.home #header {
    background: url(../../images/bg_header.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 647px;
}

@media (max-width: 1200px) {
    #header {
        background-size: cover;
        height: 33vw;
    }
    .home #header {
        height: 55vw;
    }
}

#header {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#header.header-transparent {
    background: none;
}

.header-scrolled #header {
    min-height: 80px;
    max-height: 80px;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    opacity: .95;
    box-shadow: 0 3px 7px rgb(60 0 109 / 30%);
    background-color: #fff;
}

.header-scrolled #header .header_pic {
    display: none !important;
}

.header-scrolled #header h1.title {
    display: none;
}

#header h1.title {
    font-size: 32px;
    font-weight: 500;
    padding: 0;
    line-height: 1.2em;
    margin: 172px 0 0 50%;
    width: 40%;
    transition: all .3s ease;
    text-shadow: 5px 5px 10px rgb(0 0 0 / 45%);
}

.home #header h1.title {
    margin: 442px 0 24px 240px;
}

#header h1.title a {
    color: #fff;
    transition: all .3s ease;
    pointer-events: none;
}

#header h1.title:hover {
    pointer-events: none;
    /* transform: scale(.98) translateY(-5px); */
    text-shadow: 0 2px 5px rgb(0 0 0 / 75%);
}

#header .stitle {
    font-size: 60%;
    font-weight: normal;
    display: block;
    line-height: 1.5em;
}

#header .logo img {
    padding: 0;
    transition: 0.3s;
}

#header hr {
    border-top: 2px solid rgba(0, 0, 0, 1);
    width: 100%;
    margin: 0 auto;
}

.header-scrolled #header .logo img {
    max-height: 55px;
    margin: -8px 0 0 0;
}

.header-scrolled #main {
    margin-top: 280px;
}

.header-scrolled #main .About {
    margin-top: 504px;
}

.modal {
    padding-right: 0px !important;
}

@media (max-width: 1600px) {
    #header h1.title {
        margin: 177px 0 5vw 59vw;
    }
    .home #header h1.title {
        margin: 442px 0 24px 240px;
    }
}

@media (max-width: 1200px) {
    #header h1.title {
        margin: 14vw 0 6vw 61vw;
        width: 37%;
        font-size: 26px;
    }
    .home #header h1.title {
        margin: 37vw 0 24px 240px;
    }
}

@media (max-width: 992px) {
    .header-scrolled .nav-menu {
        white-space: nowrap;
        right: 0;
    }
    #header h1.title {
        font-size: 26px;
        margin: 26vw 0 30px 9vw;
        width: 85%;
    }
    .home #header h1.title {
        margin: 40vw 0 24px 12vw;
    }
}

@media (max-width: 768px) {
    .header-scrolled #header {
        min-height: 70px;
        max-height: 70px;
    }
    #header {
        height: 50vw;
        overflow: hidden;
    }
    #header h1.title {
        font-size: 20px;
        text-shadow: 1px 2px 3px rgb(0 0 0 / 60%);
        margin: 40vw 0 30px 14vw;
    }
    #header h1 .stitle {
        text-shadow: 1px 2px 3px rgb(0 0 0 / 60%);
    }
}

@media (max-width: 580px) {
    #header {
        height: 55vw;
    }
    #header h1.title {
        font-size: 14px;
        margin: 45vw 0 30px 6vw;
        width: 100%;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu {
    margin: 0 auto;
    text-align: left;
    position: absolute;
    bottom: -90px;
    right: 4vw;
    width: auto;
    z-index: 999;
    white-space: nowrap;
}   

.header-scrolled .nav-menu {
    top: -19px;
    left: auto;
    position: absolute;
    transform: scale(0.7);
    margin: 2px auto 0;
    animation-name: chgPosition;
    animation-duration: 1s;
    animation-delay: .1s;
    animation-fill-mode: forwards;
    margin-top: 0;
    width: 98%;
}

.header-scrolled .nav-menu>ul>li>a {
    font-size: 28px;
    line-height: 45px;
    width: 265px;
    height: 100px;
    padding: 12px 0 0;
    border-radius: 7px;
    border: none;
}
.header-scrolled #header .nav-menu .stitle {
    width: auto;
}

.header-scrolled .nav-menu>ul>li>a:hover {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    color: #000;
}

.header-scrolled #header .nav-menu>ul>li>a:hover .stitle {
    color: #000;
}

.header-scrolled #header .nav-menu .float-left>li>a {
    font-size: 16px;
    height: 50px;
    line-height: 27px;
}

.nav-menu>ul>li {
    position: relative;
    display: inline-block;
    color: #FFF;
    margin: 0 10px;
    vertical-align: bottom;
}

#header .nav-menu .stitle {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    display: block;
    position: relative;
    color: #000;
    width: 100%;
    margin: 0 auto;
    line-height: 25px;
    transition: all .3s ease;
    white-space: wrap;
}

.dropdown-menu.bg-black a.dropdown-item:hover {
    background-color: #333;
}

.nav-menu a {
    position: relative;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    background: linear-gradient(to bottom,  rgb(232,215,162) 0%,rgb(219,187,141) 100%);
    text-align: center;
    width: 200px;
    height: 120px;
    line-height: 40px;
    margin-bottom: 30px;
    border: 4px solid #4b5b68;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 35%);
}

.nav-menu a:hover,
.nav-menu .active>a {
    width: 200px;
    color: #fff;
    background: linear-gradient(to bottom,  #4b5b68 0%,#3b4853 100%);
    text-decoration: none;
    border: 4px solid #e9d8a4;
    box-shadow: 0 10px 12px -5px rgba(0, 0, 0, 0.5);
}

#header .nav-menu a:hover .stitle,
#header .nav-menu .active>a .stitle,
#header .nav-menu li:hover>a .stitle {
    color: #fff;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    /* opacity: 1;
    visibility: visible; */
    padding: 10px 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8)90%, rgba(0, 0, 0, 0)100%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8)90%, rgba(0, 0, 0, 0)100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8)90%, rgba(0, 0, 0, 0)100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.8)90%, rgba(0, 0, 0, 0)100%);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    padding: 60px 0 25px;
    width: 294px;
    margin-left: 3px;
}

.nav-menu .drop-down ul li:hover {
    background: rgba(0, 0, 0, .95);
}

.nav-menu .drop-down.lists ul {
    left: -155px;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 47%;
    visibility: visible;
}

.nav-menu .drop-down.hover>ul>.drop-down.list>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 7px 20px;
    text-transform: none;
    color: #FFF;
    height: auto;
    line-height: 1.5em;
    opacity: 1;
    font-size: 22px;
    text-align: left;
    background: none;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #fff0af;
}

.mobile-nav-active .nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
    transition: all.3s;
    transform: rotate(-90deg);
    top: 14px;
}

.nav-menu .drop-down.hover>a:after {
    transform: rotate(0deg);
    top: 10px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
    margin-top: 3px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

@media (max-width: 1200px) {
    .header-scrolled .nav-menu {
        left: 35%;
    }
    .nav-menu {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .mhide {
        display: none;
    }
    .nav-menu {
        margin: 0 auto;
    }
}


/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #325e7f;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #c7aa7d;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.mobile-nav .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\ea99";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
    font-size: 20px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
    width: auto!important;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
    background-color: #201503;
}

.mobile-nav-toggle {
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 9999;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 130%;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(50 69 81 / 55%);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #000;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
}

.section-bg {
    background-color: #f3f8fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #68A4C4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# HRiver
--------------------------------------------------------------*/

.HRiver {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 767px;
    max-width: 1920px;
    overflow: hidden;
    background: #ebebeb url(../../images/bg_intro3.jpg) 0 0 no-repeat;
}
.River {
    position: relative;
    display: block;
    background: url(../../images/homepage_map.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 1641px;
    max-height: 398px;
    transform-origin: 50% 50%;
    margin: 0 auto;
}

.river_info {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 5vw 6vw 10px 10vw;
}

.river_info .title {
    color: #1e1815;
    font-size: 36px;
    font-weight: 500;
    padding: 0 0 30px;
    width: 280px;
    letter-spacing: 3px;
    line-height: 1em;
    display: block;
    width: 30%;
}

.river_info .text {
    color: #1e1815;
    font-weight: 300;
    font-size: 18px;
    line-height: 2.2em;
    margin: 0 2vw;
    width: 70%;
}

.opacity0{
    opacity: 0;
}

.HRiver .points {
    position: absolute;
    border-radius: 50%;
    width: 1.9vw;
    max-width: 29px;
    height: 1.9vw;
    max-height: 29px;
    transition: all .3s ease;
    transform-origin: 50% 50%;
}

.HRiver .points:hover {
    background-color: #1963b2;
    box-shadow: 0 0 10px 5px rgba(35, 97, 155, 0.5);
}

.HRiver .points span{
    position: absolute;
    color: #5b6d7f;
    font-size: 32px;
    font-weight: bold;
    top: 50px;
    left: 50%;
    transform: translateX(-28%);
}

.HRiver .points:hover span{
    color: #000;
}

.HRiver .points.p4 span {
    top: -52px;
    left: 13px;
}

.HRiver .points.p4 span {
    left: 21px;
}

.HRiver .points.p1 {
    top: 44.3%;
    left: 18.8%;
}

.HRiver .points.p2 {
    top: 29%;
    left: 28.7%;
}

.HRiver .points.p3 {
    top: 16.8%;
    left: 38.6%;
}

.HRiver .points.p4 {
    top: 24.5%;
    left: 48.4%;
}

.HRiver .points.p5 {
    top: 54.7%;
    left: 57.1%;
}

.HRiver .points.p6 {
    top: 36%;
    left: 66.1%;
}

.HRiver .points.p7 {
    top: 17.6%;
    left: 75%;
}

.HRiver .points.p8 {
    top: 4.2%;
    left: 83.7%;
}

@media (max-width: 1400px) {
    .HRiver .cht {
        position: relative;
        top: 0;
        width: auto;
        margin: 0 10vw 30px;
    }
    .HRiver .eng {
        position: relative;
        top: 0;
        width: auto;
        margin: 0 10vw 30px;
    }
}

@media (max-width: 992px) {
    .river_info {
        padding: 5vw 15px 10px;
    }
}

@media (max-width: 580px) {
    .River{
        margin: 0 0 30px 2vw;
    }
    .HRiver p {
        font-size: 16px;
        line-height: 1.8em;
    }
    .HRiver .points span{
        font-weight: bold;
    }
    .HRiver h3 {
        font-size: 26px;
        font-weight: bold;
    }
}


/*--------------------------------------------------------------
# imglist
--------------------------------------------------------------*/

.imglist {
    position: relative;
    background: url(../../images/bg_intro2.jpg) 0 0 repeat-y;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}
.imglist .imgbox{
    position: relative;
}

.imglist .imgbox:first-child {
    text-align: right;
}

.imglist .imgbox:last-child {
    text-align: left;
}

.imglist .info {
    font-size: 32px;
    color: #1e1815;
    font-weight: 500;
    line-height: 1.5em;
    width: 100%;
    max-width: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-150%, -50%);
    transition: all .3s ease;
}

.imglist .imgbox:first-child .info {
    transform: translate(-200%, -50%);
}

.imglist .imgbox:last-child .info {
    transform: translate(100%, -50%);
}

.imglist img {
    margin: 85px 45px;
    border: 6px solid #436374;
    border-radius: 40px;
    overflow: hidden;
}

.opactiy-50 {
    opacity: .5;
}

@media (max-width: 1600px) {

    .imglist .imgbox {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }
    .imglist .imgbox:first-child .info {
        color: #fff;
        transform: translate(-50%, 100%);
        text-align: left;
    }
    .imglist .imgbox:last-child .info {
        color: #fff;
        transform: translate(-50%, 100%);
        text-align: left;
    }
}

@media (max-width: 768px) {
    .river_info {
        flex-direction: column;
        padding: 50px 15px;
    }
    .river_info .title {
        font-size: 18px;
        width: 100%;
    }
    .river_info .text {
        font-size: 14px;
        margin: 0;
        width: 100%;
    }
    .imglist .imgbox {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
    .imglist .imgbox:first-child .info {
        font-size: 5vw;
    }
    .imglist .imgbox:last-child .info {
        font-size: 5vw;
    }
    .imglist img {
        margin: 30px auto;
    }
}


/*--------------------------------------------------------------
# person
--------------------------------------------------------------*/

.person {
    position: relative;
    display: block;
    background-color: #FFF;
}

.person img {
    transition: all .3s ease;
}

.person:hover img {
    opacity: .8;
}

.person h3 {
    position: absolute;
    bottom: 1.8em;
    width: 100%;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 2vw;
    transition: all .3s ease;
}

.person:hover h3 {
    transform: scale(1.1);
}

.person h3 span {
    font-size: 1.3vw;
}

.personinfo {
    background-color: #736357;
}

.personinfo p {
    color: #b5a087;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    margin: 0;
    padding: 10px;
}

.aboutinfo {
    max-width: 100%;
    padding: 115px 10vw 90px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url(../../images/bg_intro.jpg) center 0 repeat-y;
}

.aboutinfo.ainfo1 {
    padding: 100px 5vw 90px 10vw;
    background: url(../../images/bg_about2.jpg) 0 0 repeat-y;
}

.aboutinfo.ainfo2 {
    padding: 100px 5vw 90px 10vw;
    background: url(../../images/bg_about4.jpg) 0 0 repeat-y;
}

h2.tips {
    color: #e8d3af;
    font-size: 36px;
    font-weight: 500;
    padding: 0 0 30px;
    width: 280px;
    letter-spacing: 3px;
    line-height: 1em;
    display: block;
}

h2.tips .stitle {
    display: block;
    color: #e8d3af;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.aboutinfo p {
    color: #e8d3af;
    font-size: 18px;
    line-height: 2.2em;
    margin: 0 4vw 30px;
}

.about .aboutinfo h4 {
    color: #e8d3af;
    font-size: 22px;
    line-height: 2.2em;
    margin: 0 0 5px;
}

.about .aboutinfo p {
    color: #e8d3af;
    font-size: 18px;
    line-height: 2.2em;
    margin: 0 0 30px;
}

.link_more {
    text-decoration: none;
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    background: linear-gradient(to bottom, rgb(232, 215, 162) 0%, rgb(219, 187, 141) 100%);
    text-align: center;
    line-height: 15px;
    margin: 30px 0;
    border: 4px solid #4b5b68;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease;
    float: right;
    padding: 5px 20px;
}

.link_more:hover {
    color: #fff;
    background: linear-gradient(to bottom, #4b5b68 0%, #3b4853 100%);
    text-decoration: none;
    border: 4px solid #e9d8a4;
}

.schoolist {
    max-width: 1920px;
    padding: 10px 15vw;
    margin: 0 auto;
    background: url(../../images/bg_intro4.jpg) 0 0 repeat-y;
    overflow: hidden;
}

.schoolist .tips {
    margin: 0 0 10px 10vw;
}

.schoolist .responsive {
    padding: 0 9vw;
}

.schoolist .responsive .slick-prev,
.schoolist .responsive .slick-next {
    width: 130px;
    height: 130px;
    transition: all .3s ease;
}

.schoolist .responsive .slick-prev {
    left: 10px;
}

.schoolist .responsive .slick-next {
    right: 10px;
}

.schoolist .responsive .slick-prev:hover {
    left: -10px;
}
.schoolist .responsive .slick-next:hover {
    right: -10px;
}

.schoolist .responsive img {
    max-width: 230px;
    padding: 60px 35px;
    transition: all 0.3s ease;
}

.schoolist .responsive a:hover img {
    transform: scale(.9);
}

.schoolist .responsive .slick-prev img,
.schoolist .responsive .slick-next img {
    padding: 0;
}

.schoolist .responsive .slick-prev:before,
.schoolist .responsive .slick-next:before {
    content: '';
}

@media (max-width: 1919px) {
    .schoolist .responsive .slick-prev {
        left: 0;
    }
    .schoolist .responsive .slick-next {
        right: 0;
    }
}

@media (max-width: 1200px) {
    .aboutinfo .tips {
        margin: 0;
    }
    .aboutinfo p {
        margin: 0 0 30px;
    }
    .schoolist {
        padding: 10px 0;
    }
}

@media (max-width: 992px) {
    h2.tips {
        margin: 0 0 30px
    }
    .aboutinfo {
        padding: 50px 15px;
    }
    h2.tips {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .person h3 {
        font-size: 4vw;
    }
    .person h3 .stitle {
        font-size: 2.8vw;
    }
    .schoolist .responsive .slick-prev,
    .schoolist .responsive .slick-next {
        transform: translate(0, -50%) scale(.5);
    }
    .aboutinfo .tips {
        margin: 0;
    }
    .aboutinfo p {
        margin: 0 0 30px;
    }
}

@media (max-width: 580px) {
    .aboutinfo p {
        font-size: 16px;
        line-height: 1.8em;
    }
    .personinfo p {
        font-size: 13px;
    }
    .aboutinfo .tips,
    .schoolist .tips {
        font-size: 26px;
        height: auto;
    }
    .about .aboutinfo p {
        font-size: 16px;
    }
    .schoolist .responsive {
        padding: 0 13vw;
        overflow: hidden;
    }
    .schoolist .responsive img {
        padding: 0 30px;
    }
    .schoolist .responsive .slick-prev {
        left: -35px;
    }
    .schoolist .responsive .slick-next {
        right: -35px;
    }
    .schoolist {
        padding: 30px 25px;
    }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.About {
    margin-top: 280px;
}
.About h2 {
    font-size: 45px;
    margin-top: 80px;
    font-weight: bold;
}

.About h2 .stitle {
    font-size: 35px;
    font-weight: normal;
    color: #666;
}

.About h3 {
    font-size: 30px;
    margin: 30px 0;
    font-weight: bold;
    color: #325e7f;
}

.About p {
    font-size: 22px;
    margin: 0 0 60px;
    line-height: 1.7em;
    letter-spacing: 2px;
}

.deer {
    margin-top: -100px;
    max-width: 325px;
}

.titlebar {
    width: 100%;
    height: 252px;
    background: url(../../images/bg_about.jpg) 50% 50% no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 11.5vw;
}

.titlebar .title01{
    color: #1e1815;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1em;
    display: block;
}

.titlebar .stitle {
    display: block;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.person_box img {
    border: 6px solid #e9d9a4;
    overflow: hidden;
    border-radius: 40px;
    margin: 0 0 40px;
}

@media (max-width: 1199px) {
    .About {
        padding: 7vw 11vw;
    }
    .About p {
        margin: 40px 0 40px;
    }
    .deer {
        margin-top: 0;
        width: 30vw;
    }
}

@media (max-width: 580px) {
    .About {
        margin-top: 30px;
    }
    .About h2 {
        font-size: 38px;
        margin-bottom: 40px;
    }
    .About h3 {
        font-size: 30px;
        margin-top: 40px;
    }
    .About h2 .stitle {
        font-size: 26px;
        margin-bottom: 60px;
    }
    .deer {
        width: 40vw;
    }
    .aboutinfo.ainfo2 {
        padding: 50px 15px;
    }
    .titlebar {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .titlebar .title01 {
        font-size: 30px;
    }
    .titlebar .stitle {
        font-size: 22px;
    }
}


/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/

section.about {
    background-color: #fff;
}

#history1 {
    color: #000;
    position: relative;
    overflow: hidden;
    background: #fff url(../../images/bg_about5.jpg) 0 0 repeat-y;
    min-height: 4715px;
}

#history1.history1 {
    background: #fff url(../../images/bg_about3.jpg) 0 0 repeat-y;
    min-height: 2313px;
}

#history1 h2 {
    position: absolute;
    left: 200px;
    top: 47px;
    font-size: 36px;
    margin-top: 80px;
    font-weight: 500;
}

#history1 h2 .stitle {
    font-size: 28px;
    font-weight: normal;
    color: #000;
}

#history1 .year {
    position: absolute;
    font-size: 32px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #5b6d7f;
    font-weight: bold;
}

#history1 .year.Y1981 {
    left: 1088px;
    top: 205px;
}

#history1 .year.Y1982 {
    left: 1098px;
    top: 713px;
}

#history1 .year.Y1983 {
    left: 847px;
    top: 1350px;
}

#history1 .year.Y1984 {
    left: 953px;
    top: 181px;
}

#history1.history1 .year.Y1984 {
    left: 720px;
    top: 1833px;
}

#history1 .year.Y1985 {
    left: 740px;
    top: 555px;
}

#history1 .year.Y1986 {
    left: 455px;
    top: 789px;
}

#history1 .year.Y1987 {
    left: 455px;
    top: 1571px;
}

#history1 .year.Y1988 {
    left: 814px;
    top: 2350px;
}

#history1 .year.Y1989 {
    left: 834px;
    top: 2793px;
}

#history1 .year.Y1990 {
    left: 1028px;
    top: 3048px;
}

#history1 .year.Y1991 {
    left: 784px;
    top: 3526px;
}

#history1 .year.Y1992 {
    left: 700px;
    top: 4130px;
}

#history1 .year.Y1993 {
    left: 700px;
    top: 4550px;
}

#history1 .img-fluid {
    position: absolute;
}

#history1 .deer {
    position: absolute;
    bottom: 0;
    left: 12%;
}

#history1 .text_box {
    padding: 110px 6vw 50px 39vw;
    position: absolute;
}

#history1 .text_box p {
    font-size: 20px;
    color: #000;
    line-height: 2em;
    margin-bottom: 50px;
}

#history1 ul {
    list-style: none;
    padding: 0;
    padding-top: 280px;
    height: 100%;
    position: relative;
    margin-bottom: 0;
}

#history1 .h_link {
    display: block;
    color: #1e1815;
    font-size: 20px;
    position: absolute;
    text-align: left;
    width: 520px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 300;
    transition: all .3s ease;
    cursor: pointer;
    margin-bottom: 45px;
    letter-spacing: .1em;
    padding: 15px;
    transform: translate(-15px, -15px);
}

#history1 .h_link.right {
    text-align: right;
}

#history1 .h_link.nolink {
    pointer-events: none;
}

#history1 .h_link.haslink {
    color: #0e486b;
}

#history1 .h_link:hover {
    transform: translate(-15px, -15px);
    padding: 15px 15px;
    border-radius: 15px;
    background-color: rgb(255 255 255 / 50%);
    backdrop-filter: blur(5px);
    z-index: 9;
}
#history1 .h_link.right:hover {
    transform: translate(-15px, -15px);
}

#history1 .h_link .link {
    font-size: 90%;
}

#history1 .h_link .link:hover {
    background-color: #fff;
}

#history1 .h_link a {
    color: #005bac;
}

#history1 .h_link a:hover {
    color: #0082fb;
    transform: translateX(10px);
}

#history1 .h_link .eng {
    font-size: 14px;
    font-weight: 300;
    width: 520px;
    max-width: 100%;
    display: inline-block;
    line-height: 1.5em;
}

#history1 .h_link .time {
    font-size: 22px;
    font-weight: 500;
    color: #20333f;
}

#history1 .h_link.haslink .time {
    color: #0e486b;
}

#history1 .h_link.whale .time {
    color: #5f99af;
}

#history1 .h_link.noicon a {
    color: #043853;
    max-width: 100%;
}

#history1 .h_link.whale {
    transform: translate(-15px, -15px);
    padding: 10px 15px;
    color: #5f99af;
    background: rgb(255 255 255 / 50%);
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 20%);
}

#history1 .h_link.whale:hover {
    transform: translate(-15px, -17px);
    padding: 10px 15px;
    color: #427d94;
    background: #fff;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 50%);
}

#history1 .h_link.whale:after {
    content: '';
    width: 136px;
    height: 156px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(100%, -70%);
    background: url(../../images/list_pic2.png) right center no-repeat;
}

#history1 .h_link a {
    color: #5f99af;
}

#history1 .h_link:hover a {
    color: #5f99af;
}

#history1 .h_link.whale.whale2:after {
    transform: translate(80%, -50%);
    background: url(../../images/list_pic3.png) right center no-repeat;
}

#history1 .h_link.whale.whale3:after {
    transform: translate(-190%, -60%);
    background: url(../../images/list_pic4.png) 0 center no-repeat;
}

#history1 .h_link.whale.whale3.right:after {
    transform: translate(-190%, -60%);
}

#history1 .h_link.whale.whale4:after {
    transform: translate(-182%, -46%);
    background: url(../../images/list_pic5.png) 0 center no-repeat;
}

#history1 .h_link.whale.whale4.right:after {
    transform: translate(-182%, -46%);
}

#history1 .h_link.whale.whale5:after {
    transform: translate(100%, -50%);
    background: url(../../images/list_pic6.png) 0 center no-repeat;
    background-size: 85%;
}

#history1.history1 .h_link[data-index="01"] {
    left: 1146px;
    top: 251px;
}

#history1.history1 .h_link[data-index="02"] {
    left: 492px;
    top: 251px;
}

#history1.history1 .h_link[data-index="03"] {
    left: 488px;
    top: 417px;
}

#history1.history1 .h_link[data-index="04"] {
    left: 1147px;
    top: 417px;
}

#history1.history1 .h_link[data-index="05"] {
    left: 1135px;
    top: 763px;
}

#history1.history1 .h_link[data-index="06"] {
    left: 467px;
    top: 763px;
}

#history1.history1 .h_link[data-index="07"] {
    left: 1135px;
    top: 898px;
}

#history1.history1 .h_link[data-index="08"] {
    left: 1101px;
    top: 1030px;
}

#history1.history1 .h_link[data-index="09"] {
    left: 446px;
    top: 898px;
}

#history1.history1 .h_link[data-index="10"] {
    left: 881px;
    top: 1390px;
}

#history1.history1 .h_link[data-index="11"] {
    left: 202px;
    top: 1390px;
}

#history1.history1 .h_link[data-index="12"] {
    left: 857px;
    top: 1547px;
}

#history1.history1 .h_link[data-index="13"] {
    left: 191px;
    top: 1547px;
}

#history1.history1 .h_link[data-index="14"] {
    left: 721px;
    top: 1874px;
}

#history1 .h_link[data-index="01"] {
    left: 975px;
    top: 215px;
}

#history1 .h_link[data-index="02"] {
    left: 975px;
    top: 338px;
}

#history1 .h_link[data-index="03"] {
    left: 741px;
    top: 590px;
}

#history1 .h_link[data-index="04"] {
    left: 741px;
    top: 718px;
}

#history1 .h_link[data-index="05"] {
    left: 73px;
    top: 465px;
}

#history1 .h_link[data-index="06"] {
    left: 1121px;
    top: 718px;
}

#history1 .h_link[data-index="07"] {
    left: 459px;
    top: 828px;
}

#history1 .h_link[data-index="08"] {
    left: 458px;
    top: 1000px;
}

#history1 .h_link[data-index="09"] {
    left: 458px;
    top: 1112px;
}

#history1 .h_link[data-index="10"] {
    left: 458px;
    top: 1226px;
}

#history1 .h_link[data-index="11"] {
    left: 458px;
    top: 1345px;
}

#history1 .h_link[data-index="12"] {
    left: 558px;
    top: 1607px;
}

#history1 .h_link[data-index="13"] {
    left: 558px;
    top: 1737px;
}

#history1 .h_link[data-index="14"] {
    left: 558px;
    top: 1873px;
}

#history1 .h_link[data-index="15"] {
    left: 917px;
    top: 2350px;
}

#history1 .h_link[data-index="16"] {
    left: 917px;
    top: 2450px;
}

#history1 .h_link[data-index="17"] {
    left: 138px;
    top: 2350px;
}

#history1 .h_link[data-index="18"] {
    left: 138px;
    top: 2460px;
}

#history1 .h_link[data-index="19"] {
    left: 917px;
    top: 2620px;
}

#history1 .h_link[data-index="20"] {
    left: 138px;
    top: 2577px;
}

#history1 .h_link[data-index="21"] {
    left: 940px;
    top: 2790px;
}

#history1 .h_link[data-index="22"] {
    left: 1000px;
    top: 2900px;
}

#history1 .h_link[data-index="23"] {
    left: 1106px;
    top: 3089px;
}

#history1 .h_link[data-index="24"] {
    left: 362px;
    top: 3089px;
}

#history1 .h_link[data-index="25"] {
    left: 1151px;
    top: 3240px;
}

#history1 .h_link[data-index="26"] {
    left: 1110px;
    top: 3380px;
}

#history1 .h_link[data-index="27"] {
    left: 362px;
    top: 3260px;
}

#history1 .h_link[data-index="28"] {
    left: 785px;
    top: 3573px;
}

#history1 .h_link[data-index="29"] {
    left: 785px;
    top: 3693px;
}

#history1 .h_link[data-index="30"] {
    left: 785px;
    top: 3833px;
}

#history1 .h_link[data-index="31"] {
    left: 730px;
    top: 4172px;
}

#history1 .h_link[data-index="32"] {
    left: 70px;
    top: 4172px;
}

#history1 .h_link[data-index="33"] {
    left: 730px;
    top: 4300px;
}

#history1 .h_link[data-index="34"] {
    left: 730px;
    top: 4410px;
}

#history1 .h_link[data-index="35"] {
    left: 730px;
    top: 4590px;
}

#history1 .img-fluid[class*="bg_"] {
    opacity: .3;
}

.smallpic {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 11px;
    left: -45px;
    transition: all .1s ease;
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
    transform-origin: 100% 50%;
}

.right .smallpic {
    top: 11px;
    left: auto;
    right: -45px;
    transform-origin: 0 50%;
}

.h_link:hover .smallpic {
    transform-origin: 100% 50%;
    transform: scale(1.3);
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
}

.h_link.right:hover .smallpic {
    transform-origin: 0 50%;
}



#float_nav {
    position: fixed;
    top: 50%;
    right: -300px;
    transform: translateY(-50%);
    transition: all .3s ease;
    opacity: 0;
    z-index: 10;
}

#float_nav .year {
    color: #99357c;
    padding: 0 5px;
    cursor: pointer;
    transition: all .3s ease;
}

#float_nav.active {
    right: 2vw;
    opacity: 1;
}

#float_nav .year {
    color: #000;
    padding: 0 5px;
    cursor: pointer;
    transition: all .5s ease;
    background-color: #fff;
    border: 1px solid #999;
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 50%);
}

#float_nav .year:hover,
#float_nav .year.active {
    color: #357699;
    transform: scale(1.2);
}

#showModal .modal-content {
    background-color: rgb(22 27 36 / 75%);
    color: #fff;
    max-height: 95vh;
    border-radius: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .5);
    border: none;
}

#showModal .modal-header {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border-radius: 0;
    z-index: 999;
}

#showModal .modal-header .close {
    padding: 30px;
    margin: 20px;
    width: 50px;
    height: 50px;
    opacity: 1;
    outline: none;
}

#showModal .modal-header .close:before,
#showModal .modal-header .close:after {
    width: 30px;
    height: 1px;
    content: "";
    background-color: #fff;
    display: block;
    transform-origin: center;
    transform: rotate(45deg);
    margin-top: -25px;
    margin-left: -14px;
}

#showModal .modal-header .close:before {
    transform: rotate(-45deg);
    margin-top: -2px;
}

#showModal .modal-header .close:hover:before,
#showModal .modal-header .close:hover:after {
    background-color: #FFF;
}

#showModal.modal.show .modal-dialog {
    max-width: 100%;
}

#showModal .modal-body {
    padding: 55px 55px 55px 100px;
}

.modal-open #showModal.modal {
    overflow-y: hidden;
    z-index: 9999;
}

.modal-backdrop.show {
    opacity: 0;
}

.close span {
    visibility: hidden;
}

#button_left {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#button_right {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#button_left img {
    width: 80%;
}

#button_right img {
    width: 80%;
}

.infomation {
    padding-right: 14px;
    background-color: rgba(0 0 0 / 25%);
    margin: -55px 0;
    padding: 120px 20px !important;
}

.infomation p.title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.infomation p.title .info {
    font-size: 20px;
}

.infomation p .time {
    font-size: 45px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: 40px;
    display: block;
}

.infomation p.eng {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.infomation p.cht {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.infomation p.cht .info {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.infomation p.cht .eng {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.infomation p.eng2 {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5em;
}

#Label_link a {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background: url(../../images/ico_link.png) 0 5px no-repeat;
    padding-left: 50px;
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 25px;
}

#Label_link a:hover {
    color: #ffe08b;
}

#simple-bar a {
    margin-bottom: 100px;
    display: block;
}

#simple-bar a:last-child {
    margin-bottom: 0;
}

#infomation {
    height: calc(95vh - 275px);
    max-height: calc(95vh - 275px);
    padding-right: 14px;
}

#simple-bar {
    height: calc(95vh - 110px);
    text-align: left;
    max-width: 97%;
    padding: 0 0 0 2%;
}

#Big_Photo {
    height: calc(100% - 95px);
    overflow: hidden;
    text-align: left;
}

#Big_Photo .img-fluid.photo {
    max-width: calc(50% - 15px);
    max-height: 100%;
    float: left;
    margin: 0 15px 0 0;
}

#Big_Photo .img-fluid.photo.big_pic {
    max-width: calc(100% - 15px);
}

#List_Photo {
    height: 108px;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

#List_Photo .scroll {
    height: 108px;
    width: auto;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

#List_Photo .scroll::-webkit-scrollbar {
   width: 5px;
   height: 5px;
   background-color: rgb(255 255 255 / 25%);
   border-radius: 5px;
}
#List_Photo .scroll::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 15%);
}
#List_Photo .scroll::-webkit-scrollbar-thumb {
   background-color: #0000008e;
   border-radius: 5px;
   height: 3px;
}

#List_Photo .photo {
    height: 75px;
    margin: 20px 10px 10px 0;
    cursor: pointer;
    transition: all .3s ease;
    border: 5px solid transparent;
}

#List_Photo .photo:hover,
#List_Photo .photo.active {
    border: 5px solid #fff;
    background-color: #000;
}
.overlayElement{
    z-index: 9999;
}
#Big_Photo .photo.big_pic{
    pointer-events: none;
}

@media (max-width: 1650px) {
    #history1 {
        background: none;
        padding-bottom: 305px;
        min-height: 4715px;
    }
    #history1.history1 {
        background: none;
        min-height: 2313px;
    }
    #history1 h2{
        left: calc(50% - 517px / 2);
        font-size: 30px;
    }
    #history1 h2 .stitle{
        font-size: 24px;
    }
    #history1 .h_link:hover {
        transform: translate(-15px, -15px);
        padding: 15px 15px;
    }
    #history1 .h_link.right:hover {
        transform: translate(-15px, -15px);
        padding: 15px 15px;
    }
    #history1 .h_link.whale:hover,
    #history1 .h_link.whale.right:hover {
        transform: translate(-15px, -17px);
        padding: 15px 15px;
        margin-bottom: 35px;
    }
    #history1 .bg_1, 
    #history1 .bg_2, 
    #history1 .bg_3, 
    #history1 .bg_4, 
    #history1 .bg_5, 
    #history1 .bg_6, 
    #history1 .bg_7 {
        left: 50%;
        margin-left: 10vw;
        transform: translateZ(0) scale(.75);
        opacity: .15 !important;
    }
    #history1 .bg_2 {
        margin-top: -130px;
    }
    #history1 .year {
        left: 0 !important;
        margin: 39px 0 0 -27px;
        transform: translateZ(0) rotate(90deg);
        top: auto !important;
    }
    #history1 .h_link[data-index] {
        position: static;
        text-align: left;
    }
    #history1 .pic1,
    #history1 .pic2,
    #history1 .pic3,
    #history1 .pic4 {
        right: 5vw;
        left: auto;
        opacity: .4;
        transform: translateZ(0) scale(.5);
        transform-origin: 100% 0;
    }
    #history1 .text_box {
        padding: 110px 6vw 50px 6vw;
    }
    #history1:before {
        content: '';
        background: #fff url(../../images/bg_about5.jpg) center 0 repeat-y;
        opacity: .3;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: contain;
    }
    #history1.history1:before {
        background: #fff url(../../images/bg_about3.jpg) center 0 repeat-y;
    }
    #float_nav {
        transform: translateY(-70%) scale(.75);
    }
    #float_nav.active {
        right: 1vw;
    }
    .deer {
        max-width: 18vw;
    }
    #history1 .h_link.whale.whale3.right:after,
    #history1 .h_link.whale.whale4.right:after {
        transform: translate(80%, -60%);
    }
    .smallpic,
    .right .smallpic {
        width: 70px;
        height: 70px;
        left:  -80px;
        right:auto;
    }
    .h_link.right:hover .smallpic {
        transform-origin: 100% 50%;
    }
}

@media (max-width: 1200px) {
    #history1 .deer {
        left: 2%;
    }
}

@media (max-width: 992px) {
    #infomation{
        height: 38vh;
    }
    .infomation {
        height: 40vh;
        background-color: transparent;
        margin: 0;
        padding: 0 15px !important;
    }
    .infomation p .time {
        margin-bottom: 20px;
    }
    .infomation p.eng {
        margin-bottom: 25px;
    }
    #simple-bar .mCSB_scrollTools .mCSB_draggerContainer {
        top: 0;
    }
    #simple-bar {
        max-height: calc(100% - 95px);
    }
    .imglists {
        height: 45vh;
        margin: 0;
    }
    .extm {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    #Big_Photo .img-fluid.photo {
        max-width: 100%;
        max-height: 100%;
        float: none;
    }
    #Big_Photo {
        height: 100%;
        overflow: hidden;
        text-align: center;
    }
    #showModal .modal-body {
        padding: 55px 75px;
    }
    #button_left {
        transform: translateY(-32%) scale(.65);
        left: 20px;
    }
    #button_right {
        transform: translateY(-32%) scale(.65);
        right: 20px;
    }
    .deer {
        max-width: 30vw;
    }
}

@media (max-width: 768px) {
    .smallpic, .right .smallpic {
        width: 50px;
        height: 50px;
        right: -50px;
        left: auto;
    }
}

@media (max-width: 580px) {
    #history1 .text_box {
        padding: 67px 6vw 50px 6vw;
    }
    #history1 .h_link {
        text-align: left;
    }
    #history1 .h_link:before {
        left: -36px;
        right: auto;
        background-size: 70%;
        top: 27px;
    }
    #history1 .h_link {
        width: 75%;
    }
    #history1 .h_link .eng {
        width: 100%;
    }
    #history1 .h_link {
        margin-bottom: 30px;
    }
    #history1 .text_box p {
        font-size: 17px;
        line-height: 1.7em;
        margin-bottom: 10px;
    }
    #float_nav {
        left: auto;
        right: -200px;
        transform: translateY(-50%) scale(.75);
    }
    .imglists {
        height: 55vh;
        margin: 0 10px;
    }
    .extm {
        position: absolute;
        bottom: 100.5%;
        left: 50%;
        transform: translateX(-50%);
        border: 4px solid #fff;
    }
    #infomation {
        height: 33vh;
        overflow-y: auto;
    }
    .infomation p.title {
        font-size: 20px;
    }
    .infomation p .time {
        font-size: 25px;
        margin-bottom: 0;
    }
    .infomation p.eng {
        margin-bottom: 10px;
        line-height: 1;
        font-size: 16px;
    }
    #simple-bar a {
        margin-bottom: 30px;
        display: block;
    }
    #showModal .modal-header .close {
        margin: 0;
        width: 40px;
        height: 40px;
        overflow: hidden;
    }
    #showModal .modal-header .close:before,
    #showModal .modal-header .close:after {
        margin-left: -17px;
    }
    .infomation {
        padding: 20px !important;
        margin: 0;
        background-color: transparent;
    }
    #simple-bar {
        margin-right: -50px;
    }
    #history1{
        background-size: 150%;
    }
    #history1 h2 {
        left: 14%;
    }
    #history1 .h_link.whale:after {
        transform: translate(33%, -60%) scale(.5) !important;
    }
    #history1 .year {
        margin: 25px 0 0;
        left: -5vw !important;
        opacity: .75;
        font-size: 30px;
        padding: 2px 5px;
    }
    #history1 .pic1,
    #history1 .pic2,
    #history1 .pic3,
    #history1 .pic4,
    #history1 .pic5,
    #history1 .pic6 {
        right: 0;
        transform: translateZ(0) scale(.4);
        opacity: .75;
        left: auto;
    }
    #button_left {
        transform: translateY(174%) scale(.3);
        left: 0;
    }
    #button_right {
        transform: translateY(174%) scale(.3);
        right: 0;
    }
    #showModal .modal-body {
        padding: 15px;
    }
    #showModal .modal-content {
        max-height: 100vh;
        height: 98vh;
    }
    #history1:before,
    #history1.history1:before {
        opacity: .15;
        background-size: 140%;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: url(../../images/bg_footer.jpg) center top no-repeat;
    padding: 0 0 30px 0;
    color: #1e1815;
    font-size: 18px;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 422px;
}

#footer .container {
    border-top: 1px solid rgba(255, 255, 255, .3);
}

#footer .footer-top .container {
    border-top: none;
}

#footer .footer-top {
    padding: 60px 0 0 0;
}

#footer .footer-top .footer-info {
    margin: 0 0 7px;
    padding-left: 135px;
}

#footer .footer-top .footer-info ul li.openTime span {
    margin-left: 317px;
    display: block;
}

#footer .footer-top .footer-info ul li.addr span {
    margin-left: 317px;
    display: block;
}

#footer .footer-top .footer-info ul li.phone {
    margin-left: 175px;
}

#footer .footer-top .footer-info ul li.phone b {
    margin-right: 17px;
}

#footer .footer-top .footer-info ul li.addr b {
    margin-right: -20px;
    letter-spacing: 34px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 18px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 600;
}

#footer .footer-top .footer-info h3 img {
    width: 135px;
    margin-right: 15px;
    ;
}

#footer .footer-top .footer-info .logo_td {
    margin: 0 40px 6% 0;
    float: left;
}

#footer .footer-top .footer-info p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 30px;
    font-weight: bold;
}

#footer .footer-top .footer-info ul {
    list-style: none;
    padding: 0;
}

#footer .footer-top .footer-info ul li {
    font-size: 16px;
    line-height: 1.8em;
}

#footer .footer-top .footer-info ul li a {
    color: #1e1815;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    padding: 2px 5px;
}

#footer .footer-top .footer-info ul li a:hover {
    color: #1e1815;
    background-color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 100%);
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    padding-right: 50px;
    margin: 30px 0 0;
    max-width: 600px;
}

#footer .footer-top .footer-link ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-link h4 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding: 0 0 12px 0;
    text-align: center;
}

#footer .footer-top .footer-link a {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px;
    background: linear-gradient(to bottom,  rgb(232,215,162) 0%,rgb(219,187,141) 100%);
    text-align: center;
    line-height: 1.6em;
    margin: 0 10px 30px;
    border: 4px solid #4b5b68;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 7px 1px rgb(0 0 0 / 35%);
    width: 150px;

}

#footer .footer-top .footer-link a .stitle {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;

}

#footer .footer-top .footer-link a:hover {
    color: #fff;
    background: linear-gradient(to bottom,  #4b5b68 0%,#3b4853 100%);
    text-decoration: none;
    border: 4px solid #e9d8a4;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 15%);
}

#footer .footer-top .footer-link a:hover .stitle {
    color: #fff;

}

#footer .footer-top .footer-link ul a {
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    white-space: nowrap;
}

#footer .footer-top .footer-link ul a:hover {
    color: #fffedc;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer hr {
    width: 87%;
    border-top: 1px solid #bcbcbc;
}

#footer .copyright {
    font-size: 16px;
    text-align: left;
    padding: 25px 0 30px 312px;
    font-weight: normal;
    display: none;
}

#footer .designed {
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 25px 0 30px 295px;
    font-weight: normal;
    display: none;
}

#footer .designed a {
    color: #fff;
}

#footer .privacy {
    font-size: 12px;
    padding: 8px 0 30px 75px;
}

#footer .privacy a {
    color: #FFF;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #a2cce3;
}

.mobile-nav-active .mobile-nav .float-right {
    float: left!important;
}

.mobile-nav-active .mobile-nav .opacity6 {
    color: #FFF;
    margin-left: 20px;
}

.mobile-nav-active .mobile-nav #searchProducts {
    margin-left: 20px;
}

.mobile-nav-active .mobile-nav .searchProducts {
    margin: 5px 0 0 -30px;
    color: #FFF;
}

@media (min-width: 1920px) {
    .nav-menu .drop-down.lists ul {
        left: 13px;
    }
    .nav-menu .drop-down>a:after {
        position: absolute;
    }
    .nav-menu .drop-down li {
        min-width: 240px;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .nav-menu .drop-down.lists ul {
        left: 13px;
    }
    .nav-menu .drop-down>a:after {
        position: absolute;
    }
    .nav-menu .float-left a {
        font-size: 16px;
        padding: 10px 1.1em;
    }
    .nav-menu .drop-down.lists ul {
        left: -130px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .nav-menu .float-left a {
        font-size: 16px;
    }
    .home .nav-menu>.float-left>li>a {
        height: 50px;
    }
    .home .nav-menu>.float-left {
        margin: 74px 0 0 -95px;
    }
    .nav-menu>ul.float-right {
        margin-top: -128px;
    }
    .home .nav-menu>ul.float-right {
        margin: 0;
        position: fixed;
        right: 55px;
    }
    .nav-menu>ul.float-right>li {
        margin: 7px 5px;
        width: auto!important;
    }
    .nav-menu>ul.float-right span,
    .nav-menu>ul.float-right .white {
        padding: 5px;
        line-height: 2em;
    }
    .nav-menu>ul br.mhide {
        display: none;
    }
    .nav-menu .drop-down.lists ul {
        left: -348px;
    }
    .home .nav-menu .drop-down.lists ul {
        left: -142px;
    }
    .home .header-scrolled .nav-menu .drop-down.lists ul {
        left: -344px;
    }
    #footer .footer-top .footer-links {
        max-width: 50%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .nav-menu>ul.float-right {
        margin-top: -112px;
        background-color: rgba(0, 0, 0, .3);
    }
    .nav-menu>ul.float-right>li {
        margin: 7px 5px;
        width: auto!important;
    }
    .nav-menu>ul br.mhide {
        display: none;
    }
    .nav-menu .float-left a {
        font-size: 14px;
    }
    #footer .footer-top .footer-links {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    #footer {
        background-size: cover;
    }
    #footer .footer-top .footer-links {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #footer .footer-top .footer-link h4 {
        text-align: center;
    }
    #footer .designed {
        border-top: none;
        padding: 0 0 30px 310px;
    }
    #footer .footer-top .footer-info {
        margin: 0 0 7px;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    #footer .footer-top .footer-info .logo_td {
        margin: 0 0 30px;
        float: none;
    }
    #footer .footer-top .footer-info {
        padding-left: 40px;
    }
    #footer .footer-top .footer-info ul li.openTime span {
        margin-left: 152px;
    }
    #footer .footer-top .footer-info ul li.phone {
        margin-left: 0;
    }
    #footer .footer-top .footer-links {
        padding-left: 28px;
    }
    #footer .copyright {
        padding: 25px 0 30px 40px;
    }
    #footer .designed {
        padding: 0 0 30px 40px;
    }
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        padding-right: 40px;
    }
    #footer .footer-top .footer-info ul li.openTime span {
        margin-left: 0;
    }
    #footer .footer-top .footer-info ul li.addr span {
        margin-left: 0;
    }
    #footer .copyright {
        margin-left: 0;
        padding: 25px 40px 30px 40px;
    }
    #footer .privacy {
        padding: 30px 0 15px 75px;
    }
    #footer .footer-top .footer-link a {
        margin: 0 0 5px;
    }
    #footer .footer-top .footer-links {
        padding-left: 36px;
    }
}