.sticky_header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #c7c7c7;
    top: 0;
}

.top-logo {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.top-logo img {
    width: 250px;
    transition: 0.3s;
}

.sticky_header .top-logo img {
    width: 170px;
}

.sticky_header .searchh {
    display: none;
}

.sticky_header .navbar-header .navbar .navbar-collapse {
    margin-top: 1rem;
}

.sticky_header .btn-lang {
    margin-top: 0.5rem;
}

.sticky_header .navbar-btn {
    margin-top: 6px;
}

.navbar-btn {
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    margin-top: 24px;
}

.btn-lang {
    margin-top: 1.5rem;
    transition: 0.3s;
}

.navbar-header .navbar {
    padding: 0;
}

.navbar-header .navbar .navbar-collapse {
    margin-top: 2rem;
    transition: 0.3s;
}

.navbar-header .nav-link {
    color: #191919!important;
    font-family: "AvantGarGotItcTEE-Demi" !important;
    text-transform: uppercase;
    padding: 0.7rem 1rem!important;
}

.navbar-header .nav-item .nav-link:hover,
.navbar-header .nav-item.show .nav-link {
    background: rgba(25, 25, 25, 0.93) !important;
    color: #ffffff!important;
}

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

.navbar-header .nav-item .nav-link.cur {
    color: #902037!important;
}

.navbar-header .nav-item .dropdown-menu {
    z-index: 20;
    top: 100%;
    left: 0;
    padding: .625rem .9375rem .625rem .9375rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(25, 25, 25, 0.93) !important;
    margin-left: 0px !important;
}

.navbar-header .nav-item .dropdown-menu .dropdown-item {
    color: #fff !important;
    text-align: left !important;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: normal;
    font-size: 1 rem;
    font-family: "Quicksand", sans-serif;
    font-weight: bolder;
}

.navbar-header .nav-item .dropdown-menu .dropdown-item:hover {
    background: none;
    color: #c0a062 !important;
}

.searchh {
    position: absolute;
    right: 77px;
    margin-top: 25px;
    top: 0;
    font-weight: bold;
}

.searchh a {
    font-family: AvantGardeBkBT;
    font-size: 12px;
    color: #888888;
    letter-spacing: 1.5px;
}

.fadein {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    z-index: 999999999;
    top: 0;
    display: none;
}

.fadein .close1 {
    position: absolute;
    cursor: pointer;
    right: 89px;
    top: 80px;
    display: none;
}

.fadein .search {
    overflow: hidden;
    width: 82%;
    height: 96px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 48px;
    display: flex;
    position: relative;
    top: -96px;
    align-items: center;
}

.fadein .search .fl {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: #902037;
    justify-content: center;
    cursor: pointer;
}

.fadein .search .fl {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: #902037;
    justify-content: center;
    cursor: pointer;
}

.fadein .search .fr {
    width: 180px;
    height: 96px;
    background: #fff;
    border-radius: 48px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 96px;
    position: absolute;
    right: 0;
    top: 0;
    color: #902037;
    cursor: pointer;
    border: 0;
}

.fadein .search input {
    width: 80%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    padding-left: 24px;
    font-size: 26px;
    color: #902037;
}

.fadein_btns{
	display: flex;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
    /* flex-direction: row; */
    flex-wrap: wrap;
}

.fadein_btns a{
	margin:15px;
	width: 200px;
}

.btns {
    display: block;
    background: #c0a062;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 18px 15px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 2rem;
    max-width: 260px;
    margin-top: 6rem;
}

.banner-img .img-ban {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.homepageslidetitletop {
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 15%;
}

.homepageslidetitle {
    font-family: MicrosoftPhagsPa-Bold;
    font-size: 38px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 17px rgba(25, 25, 25, 0.5);
    text-transform: uppercase;
    font-weight: bold;
}

.homepageslidesub {
    font-family: MicrosoftPhagsPa-Bold;
    font-size: 60px;
    color: #902037;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 70px;
    margin-top: 15px;
    font-weight: bold;
}

.container-title {
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 3em;
}

.container-title-h1 {
    font-family: MicrosoftPhagsPa-Bold;
    font-size: 1.875rem;
    color: #191919;
}

.container-subtitle {
    font-family: AvantGardeBkBT;
    font-size: 24px;
    color: #888888;
}

.container-title.white .container-title-h1,
.container-title.white .container-subtitle {
    color: #ffffff;
}

#index-whyus {
    margin-top: 4em;
    position: relative;
    padding-bottom: 4em;
}

.index-why-item {
    text-align: center;
}

.index-why-item .why-img {
    margin-bottom: 20px;
}

.index-why-item .why-name {
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 1.25rem;
    color: #191919;
    letter-spacing: 1.5px;
}

.index-why-item .why-p {
    font-family: AvantGardeBkBT;
    font-size: 0.9375rem;
    color: #696969;
    letter-spacing: 1.5px;
    margin-top: 7px;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.index-why-btn .index-why-btn-prev,
.index-why-btn .index-why-btn-next {
    display: none;
    background: none;
    border: 0;
    font-size: 20px;
    background: #191919;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 4px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.index-why-btn .index-why-btn-prev {
    background-image: url(../images/button_left.png);
}

.index-why-btn .index-why-btn-next {
    background-image: url(../images/button_right.png);
}

#index-exp {
    background: url(../images/red_bg_home.png);
    background-size: cover;
    padding-top: 11em;
    padding-bottom: 3em;
    background-repeat: no-repeat;
}

.exp-item {
    position: relative;
}

.exp-item a:hover .exp-name {
    background: rgba(240, 242, 207, 0.4);
    font-size: 27px;
}

.exp-item .exp-name {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(25, 25, 25, 0.5);
    transition: 0.3s;
    text-decoration: none !important;
}

.exp-item .exp-img img {
    width: 100%;
    border-radius: 20px;
}

#index-news {
    position: relative;
    padding-top: 5em;
    padding-bottom: 5em;
}

.index-news-item a {
    display: block;
    background: #f9f9f9;
    box-shadow: 0 6px 24px 0 rgba(25, 25, 25, 0.16);
    border-radius: 4px;
    border-radius: 16px;
    padding: 20px;
    transition: 0.3s;
}

.index-news-item a:hover {
    margin-top: -12px;
}

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

.index-news-item a .news-name {
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 1.25rem;
    color: #191919;
    letter-spacing: 1.5px;
    line-height: 1.5rem;
    margin-top: 16px;
}

.index-news-item a .news-intr {
    font-family: AvantGardeBkBT;
    font-size: 0.9375rem;
    color: #191919;
    letter-spacing: 1.5px;
    line-height: 1.75rem;
    margin-top: 10px;
}

.index-news-item a .news-timemore {
    display: flex;
}

.index-news-item a .news-timemore .news-time {
    font-family: AvantGardeBkBT;
    font-size: 1.125rem;
    color: #191919;
    letter-spacing: 2px;
    line-height: 3.25rem;
    font-weight: bold;
}

.index-news-item a .news-timemore .news-more {
    text-align: right;
    flex-grow: 1;
}

.index-news-item a .news-timemore .news-more span {
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 1rem;
    color: #902037;
    letter-spacing: 1.5px;
    text-align: center;
    border: 1px solid #902037;
    border-radius: 11px;
    padding: 8px 18px;
    margin-top: 8px;
    display: inline-block;
}

.index-news-item a:hover .news-timemore .news-more span{
	color: #ffffff;
	background: #902037;
}

.index-news-more {
    text-align: center;
    margin-top: 3em;
}

.index-news-more a {
    display: inline-block;
    background: #c0a062;
    border-radius: 8px;
    border-radius: 8px;
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 26px;
    text-decoration: none;
    transition: all 0.2s;
}

.index-news-more a:hover{
	background: #902037;
}

#index-join {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-image: url(../images/home_buttom_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 4em;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    padding-bottom: 4em;
}

.index-join-title {
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 2.125rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: bolder;
}

.index-join-p {
    font-family: AvantGardeBkBT;
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 2.07px;
    text-align: center;
    line-height: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 3em;
    margin-bottom: 3em;
}

.index-join-more {
    display: flex;
}

.join-more-btn {
    flex-grow: 1;
    text-align: center;
}

.join-more-btn a {
    background: #ffffff;
    border-radius: 8px;
    border-radius: 8px;
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 18px;
    color: #191919;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 16px 52px;
    text-transform: uppercase;
    width: 300px;
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: bolder;
}

.join-more-btn a:hover {
    color: #fff;
    background: #c0a062;
}

#foot {
    background: #191919;
    color: #fff;
    margin: 0;
    border: 0;
    padding-top: 8em;
    padding-bottom: 8em;
    font-family: AvantGarGotItcTEE-Demi;
}

#foot a {
    color: #fff;
}

#foot a:hover {
    color: #c0a062;
}

.foot-contain {
    display: flex;
}

.foot-item {
    flex: 1;
    margin-right: 1em;
}

.foot-contact-social ul {
    padding-left: 0;
}

.foot-contact-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 2rem;
}

.foot-nav-title {
    font-family: MicrosoftPhagsPa-Bold;
    font-size: 1.1875rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 15px;
}

.foot-nav-con ul li {
    list-style: none;
}

.foot-nav-con ul {
    padding-left: 0;
}

.foot-nav-con ul li a {
    background: none !important;
    /* font-family: AvantGarGotItcTEE-Demi; */
    font-size: 0.9375rem;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

#foot-copyright {
    font-family: AvantGardeBkBT;
    font-size: 1rem;
    color: #696969;
    letter-spacing: 1.5px;
    line-height: 1.5625rem;
    font-weight: bold;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#foot-copyright p {
    margin-bottom: 10px;
}

#foot-copyright h6 {
    font-size: 0.75rem;
}

.contain-banner-img .img-ban {
    max-height: 500px;
}

.banner-title {
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 10%;
}

.banner-title .homepageslidetitle {
    font-family: MicrosoftPhagsPa-Bold;
    font-size: 2.375rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 17px rgba(25, 25, 25, 0.5);
    text-transform: uppercase;
}

#nav-breadcrumb .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 0 auto;
    background: none;
    padding: 0;
    max-width: 100%;
    margin-top: 2em;
    margin-bottom: 12px;
    color: #888888;
    font-family: AvantGardeBkBT;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-size: 0.875rem;
}

#nav-breadcrumb .breadcrumb li a {
    color: #888888;
    font-family: AvantGardeBkBT;
}

#contain {
    padding-top: 2em;
    padding-bottom: 6rem;
}

.contain-title h1 {
    font-family: MicrosoftPhagsPa-Bold;
    font-size: 1.875rem;
    color: #191919;
    letter-spacing: 1.5px;
    border: 0;
}

.contain-con {
    margin-top: 2em;
}

.about-p {
    font-weight: bolder;
    color: #696969;
    letter-spacing: 1.5px;
}

.about-p p {
    margin-bottom: 10px;
}

.about-p ul {
    list-style: none !important;
}

.about-p ul li {
    color: #696969;
	position: relative;
}

.about-p ul li::before {
    content: "\2022";
    color: #c0a062;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    width: 1em;
    margin-left: -1.2em;
    margin-right: 0.5rem;
}

.about-goals {
    background: url(../images/bg1.png);
    padding-top: 3em;
    padding-bottom: 3em;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
    margin-top: 6rem;
}

.about-goals-title {
    background: url(../images/history_logo_y_s.png);
    font-family: MicrosoftPhagsPa-Bold;
    font-size: 30px;
    color: #191919;
    letter-spacing: 1.5px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 42px;
    margin-bottom: 30px;
}

.about-goals-con ul {
    display: flex;
    flex-wrap: wrap;
}

.about-goals-con ul li {
    flex: 0 0 50%;
    margin-bottom: 30px;
    padding-right: 29px;
    font-family: AvantGardeBkBT;
    font-size: 16px;
    color: #696969;
    letter-spacing: 1.5px;
    line-height: 26px;
}

.about-values {
    padding-top: 3em;
    padding-bottom: 3em;
}

.about-values-title {
    font-family: MicrosoftPhagsPa-Bold;
    font-size: 30px;
    color: #191919;
    letter-spacing: 1.5px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
}

.about-values-con ul {
    display: flex;
    flex-wrap: wrap;
}

.about-values-con ul li {
    flex: 0 0 50%;
    margin-bottom: 3em;
    padding-right: 29px;
    font-family: AvantGardeBkBT;
    font-size: 16px;
    color: #191919;
    letter-spacing: 1.5px;
    line-height: 26px;
    list-style: none;
    padding: 0;
    padding-right: 5em;
    margin-left: 22px;
    margin-right: -22px;
    color: #696969;
}

.about-values-con ul li:before {
    display: none;
}

.about-values-con ul li span {
    background: url(../images/icon_values_pic.png);
    display: inline-block;
    background-size: contain;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    float: left;
    margin-left: -58px;
    color: #fff;
    font-family: AvantGarGotItcTEE-Demi;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-align: center;
    font-size: 25px;
}

.history-list {
    background: linear-gradient(to right, #982e3f 50%, #ffffff 50%);
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.history-list-contain {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.history-list-con {
    width: calc(100% - 200px);
    background: url(../images/bg-album.png) right bottom no-repeat;
    background-size: cover;
    border-radius: 20px;
    min-height: 576px;
}

.history-list-time {
    width: 170px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    overflow: hidden;
}

.history-list-time::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9));
}

.about-history-time-swiper {
    height: 150px;
    overflow: visible;
}

.about-history-time-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 30px;
    position: relative;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.about-history-time-swiper .swiper-slide:after {
    content: "";
    background: url(../images/icon-triangle-left.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.about-history-time-swiper .swiper-slide.swiper-slide-thumb-active {
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 22px !important;
    color: #060101;
    letter-spacing: 0 !important;
}

.about-history-time-swiper .swiper-slide.swiper-slide-thumb-active:after {
    opacity: 1;
}

.history-item {
    display: flex;
}

.history-item>.history-p {
    opacity: 0;
    transform: translateX(25px);
    transition: all .4s;
}

.swiper-slide-active .history-item>.history-p {
    opacity: 1;
    transform: none;
}

.history-imgs {
    position: relative;
    width: 55%;
}

.history-imgs-con {
    padding: 10%;
}

.history-p {
    width: 45%;
    padding-top: 18%;
    padding-right: 50px;
    max-width: 400px;
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: AvantGardeBkBT;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.history-img {
    max-height: 400px;
    width: auto;
    object-fit: cover;
    position: relative;
    z-index: 10;
    border-radius: 20px;
}

.history-imgs:after {
    content: "";
    display: block;
    top: 0;
    height: 80%;
    width: 80%;
    left: 10%;
    max-width: 400px;
    max-height: 400px;
    transform: translateY(-60%) rotate(13deg);
    background-color: #E4E5E7;
    z-index: 2;
    position: absolute;
    border-radius: 20px;
    margin-top: 50%;
}

.learn-ban {
    position: relative;
    overflow: hidden;
    margin-top: 6rem;
}

.img-learn-ban {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

#application {
    background: #e6e6e6;
    padding-top: 3em;
    padding-bottom: 3em;
}

.application-title {
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 1.5rem;
    color: #191919;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
}

.application-p {
    font-family: AvantGardeBkBT;
    font-size: 1rem;
    color: #191919;
    letter-spacing: 1.5px;
    font-weight: bolder;
}

.application-con {
    margin-bottom: 3em;
    margin-top: 3em;
}

.careerbtn {
    display: block;
    font-family: AvantGarGotItcTEE-Demi;
    background: #902037;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 18px 15px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 2rem;
}

.specialblue {
    background: #c0a062;
    font-size: 17px;
    font-family: AvantGarGotItcTEE-Demi;
    color: #ffffff;
    padding: 30px;
    border-radius: 5px;
    margin-top: 3em;
    text-align: center;
    font-weight: bolder;
}

.bottom-icon {
    overflow: hidden;
    height: 220px;
    position: relative;
}

.rightmenublock {
    background: #f4f5f7;
    padding: 3em 0em;
}

.rightmenublock ul {
    display: block;
}

.rightmenublock ul li {
    padding-left: 4em;
    padding-right: 4em;
}

.rightmenublock ul li a {
    display: block;
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 1rem;
    color: #454545;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-bottom: 1px solid #c4c6d2;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: 0.3s;
}

.rightmenublock ul li:hover {
    background: gray;
}

.rightmenublock ul li a:hover {
    background: none;
    color: #fff;
}

.rightmenublock ul li:last-child a {
    border: 0;
}

.rightmenublock ul li.active a {
    color: #902037;
}

.news-item a {
    display: block;
}

.news-item a .news-img img {
    height: 210px;
    border-radius: 4px;
    object-fit: cover;
}

.news-item a .news-time {
    font-family: AvantGardeBkBT;
    font-size: 14px;
    color: #959595;
    letter-spacing: 1.5px;
    margin-top: 12px;
    font-weight: bold;
}

.news-item a .news-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #337ab7;
    font-size: 0.875rem;
	font-weight: bold;
}

.news-item a .news-intro {
    font-family: AvantGardeBkBT;
    font-size: 0.9375rem;
    color: #5c5c5c;
    letter-spacing: 1.5px;
    line-height: 1.25rem;
	font-weight: bold;
}

.news-item a .news-more {
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 12px;
    color: #902037;
    letter-spacing: 1.5px;
    text-decoration: none;
    font-weight: bold;
}

#banner {
    overflow: hidden;
    min-height: 15px;
}

.scrolldivhome img {
    /*max-height: 500px;*/
    /*width: 100%;*/
    object-fit: cover;
}

.news-view-time {
    font-family: AvantGardeBkBT;
    font-size: 1rem;
    color: #191919;
    letter-spacing: 0.8px;
    line-height: 25px;
}

.news-view-back{
	text-align: center;
	margin-top: 2rem;
}

.news-view-back a{
	font-family: AvantGarGotItcTEE-Demi;
    font-size: 18px;
    color: #902037;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: bold;
}

.news-view-back a:hover{
	text-decoration: underline;
}

.partner-item {
    margin-bottom: 6rem;
}

.partner-name {
    margin-top: 12px;
    font-weight: bolder;
    font-size: 1.125rem;
}

.kecheng-ts-item {
    margin-bottom: 3rem;
}

.kecheng-ts-title {
    color: #191919;
    font-weight: bolder;
    font-size: 1.625rem;
    margin-bottom: 0.8rem;
}

.faq-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.faq-item {
    margin-bottom: 2.5rem;
}

.faq-item .faq-q {
    background-image: url(../images/icon-faq-q.jpg);
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 25px;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 15px;
    line-height: 30px;
}

.faq-item .faq-a {
    background-image: url(../images/icon-faq-a.jpg);
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    background-size: 20px;
    color: #191919;
    font-size: 0.875rem;
}

.faq-ban {
    margin-top: 6rem;
}

.faq-ban img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.faq-yey {
    margin-top: 6rem;
}

.jobs-list {
	min-height: 680px;
}

.jobs-item {
    margin-bottom: 1rem;
}

.jobs-item a {
    color: #191919;
}

.jobs-item a:hover h4 {
    color: #c0a062;
}

.jobs-item a h4 {
    border-bottom: 1px solid rgb(0, 0, 0);
    max-width: 100%;
    line-height: 2;
    /*display: inline-block;*/
}

.teacher-item {
    position: relative;
}

.schoolitem-posi .schoolitem-img img {
    width: 100%;
}

.schoolitem-posi {
    max-width: 300px;
    margin: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 1s;
    transition: opacity 0.3s, -webkit-transform 1s;
    -o-transition: opacity 0.3s, -o-transform 1s;
    -moz-transition: transform 1s, opacity 0.3s, -moz-transform 1s;
    transition: transform 1s, opacity 0.3s;
    transition: transform 1s, opacity 0.3s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;
    background: #fff;
}

.teacher-item:hover .schoolitem-posi {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
}

.teacher-item-name {
    font-size: 1.2rem;
    margin-top: 1rem;
    font-weight: bolder;
}

.teacher-item-zw {
    font-size: 1rem;
    margin-top: 0.2rem;
    color: #AEB3BD;
}

.schoolitem-otslide {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10.40724% 6.81818%;
    border: 2px solid #c0a062;
    background: #fff;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 1s;
    transition: opacity 0.3s, -webkit-transform 1s;
    -o-transition: opacity 0.3s, -o-transform 1s;
    -moz-transition: transform 1s, opacity 0.3s, -moz-transform 1s;
    transition: transform 1s, opacity 0.3s;
    transition: transform 1s, opacity 0.3s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;
    opacity: 0;
}

.teacher-item:hover .schoolitem-otslide {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.schoolitem-otdes {
    line-height: 30px;
    font-size: 16px;
    margin-top: 1rem;
}

.teacher-item .schoolitem-otdes {
    max-height: 79%;
}

.schoolitem-otdes {
    width: 100%;
    max-height: 88%;
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
    overflow-y: auto;
}

.schoolitem-otdes::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #c0a062;
}

.schoolitem-otdes::-webkit-scrollbar {
    width: 3px;
    height: 8px;
    background-color: #fff;
}

.teacher-intro-p {
    width: 100%;
    max-height: 300px;
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
    overflow-y: auto;
    padding-right: 15px;
}

.teacher-intro-p::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #c0a062;
}

.teacher-intro-p::-webkit-scrollbar {
    width: 3px;
    height: 8px;
    background-color: #fff;
}

.teacher-k,
.teacher-p {
    margin-top: 5rem;
}

.teacher-more {
    text-align: right;
    margin-top: 3em;
}

.teacher-more a {
    display: inline-block;
    border: 2px solid #902037;
    border-radius: 8px;
    border-radius: 8px;
    font-family: AvantGarGotItcTEE-Demi;
    font-size: 20px;
    color: #902037;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 26px;
    text-decoration: none;
    transition: all 0.2s;
}

.teacher-more a:hover{
	background: #902037;
	color: #ffffff;
}

@media (max-width: 1399.98px) {
    .history-imgs:after {
        margin-top: 58%;
    }
}

@media (max-width: 1199.98px) {
    .homepageslidetitle {
        font-size: 30px;
        line-height: 30px;
    }
    .homepageslidesub {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 991.98px) {
    .navbar-header .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 1;
        margin-top: 0;
        background: rgba(254, 254, 254, 0.70);
    }
    .searchh {
        right: 55px;
    }
    .history-item {
        display: block;
    }
    .history-imgs,
    .history-p {
        width: 100%;
    }
    .history-p {
        padding-top: 0;
        padding-bottom: 120px;
        padding-right: 30px;
        padding-left: 15px;
        max-width: none;
    }
    .history-list-con {
        width: 100%;
    }
    .history-imgs:after {
        margin-top: 44%;
    }
    .history-list-time {
        top: 100%;
        left: 0;
        height: auto;
        width: 100%;
    }
    .about-history-time-swiper {
        height: auto;
    }
    .history-list-time::after {
        display: none;
    }
    .about-history-time-swiper .swiper-slide {
        height: 70px;
        width: 100px;
        text-align: center;
        padding-top: 30px;
        line-height: 40px;
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .about-history-time-swiper .swiper-slide:after {
        top: 20px;
        left: 50%;
        margin-left: -10px;
        transform: rotate(90deg);
    }
	.schoolitem-posi {
        margin-left: 0;
    }
    .schoolitem-otslide {
        display: block;
        opacity: 1;
        position: relative;
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        transform: rotateY(0);
        padding: 0;
        border: none;
        height: 150px;
    }
    .teacher-item:hover .schoolitem-posi {
        -webkit-transform: unset;
        -moz-transform: unset;
        transform: unset;
        opacity: 1;
    }
    .schoolitem-otslide .teacher-item-name,
    .schoolitem-otslide .teacher-item-zw {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .banner-img .img-ban {
        height: 500px;
    }
    .scrolldivhome {
        display: none;
    }
    .index-why-btn .index-why-btn-prev,
    .index-why-btn .index-why-btn-next {
        display: block;
    }
    .index-news-icons {
        display: none;
    }
    .index-join-more {
        display: block;
    }
    .join-more-btn {
        margin: 10px 0;
    }
    .foot-contain {
        display: block;
    }
    .about-values-con ul li,
    .about-goals-con ul li {
        flex: 0 0 100%;
    }
	
	.history-imgs:after {
    margin-top: 57%;
	}
}

@media (max-width: 575.98px) {
    .top-logo img {
        height: 65px;
    }
}