@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../fonts/OpenSans-Italic.ttf');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Semibold.woff') format('woff'),
    url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
    url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
    url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-light-webfont.woff') format('woff'),
    url('../fonts/opensans-light-webfont.woff2') format('woff2'),
    url('../fonts/opensans-light-webfont.ttf') format('truetype'),
    url('../fonts/opensans-light-webfont.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*homemodal*/
.homemodal {
    background: rgba(255, 255, 255, 0.5);
    overflow: unset;
    z-index: 9999999999;
    /*display: none !important;*/
}
#myModal.homemodal {
	text-align: center;
}
#myModal.homemodal .modal-dialog{
    top:50%;
    transform: translateY(-50%) !important;
	max-width: 800px;
	margin: 0 auto;
	display: inline-block;
}
#myModal.homemodal .modal-header{
	border-bottom: 0;
}
.homemodal .modal-content {
    background-color: transparent;
    border: none;

}

.homemodal .modal_img {
    /*padding: 13px 10px 13px 10px;*/
    opacity: 1;
    top: 100%;
    /*padding: 4px 4px;*/
    /*position: absolute;*/
    /*border-style: solid;
    border-radius: 0px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    border-width: 8px;
    border-color: #fff;
    background-color: #fff;*/

}#test-level {
    font-weight: bolder;
}

.homemodal .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    top: 26px;
    right: -7px;
    opacity: 1;
    z-index: 99999999999999999;
    opacity: 1;
    color: #636267;
    background: #fff;
    border: solid 2px #636267;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
}

.homemodal .modal-header .close i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homemodal .modal-header .close:focus {
    outline: none;
}

#fullpage {
    overflow: hidden;
}

#fullpage .section-1 {
    margin: 0;
}

#fullpage .section-1 .slide {
    width: 100%;
    -webkit-transform: translateX(0);
}
.section-5 .panel-page-content h4{
	font-size: 18px;
	margin-top: 16px;
}
.section-5 .panel-page-content p{
	font-size: 14px !important;
	margin-top: 10px;
}
.line_02 {
    height: 1px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.line_02 span {
    position: relative;
    top: -34px;
    background: #fff;
    padding: 0 25px;
    color: #4e4e4e;
    font-size: 35px;
    font-family: 'OpenSans-Light';
}

.sec-centers {
    margin: 50px auto;
    text-align: center;
    border: 0;
    justify-content: center;
}

.sec-centers li a {
    display: inline-block;
    padding: 4px 25px;
    font-size: 20px;
}

.sec-centers li a {
    color: #8a999e;
}

.sec-centers li a:hover,
.sec-centers li a.active {
    background: #009539;
    border-radius: 8px;
}

.sec-centers li a.active,
.sec-centers li a:hover {
    color: #fff;
}

.fa {
    font-size: 20px;
    margin-right: 8px;
}

#view-news a:hover {
    color: #009539;
}

.gallery-text {
    background: #ffffff;
    color: #bb6d2b;
    line-height: 26px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    letter-spacing: 0px;
}

.gallery-color {
    color: #009539;
}

.gallery-color1 {
    color: #aabd6c;
}

.gallery-color2 {
    color: #484385;
}



.slider {
    height: 175px;
    width: 1346px;
    position: relative;
    overflow: hidden;
}

.image-gallery .arrow-btn {
    width: 36px;
    height: 36px;
    background: url(../images/arrow-btn.png) no-repeat;
    cursor: pointer;
}

.image-gallery #btn-left {
    position: absolute;
    left: 0;
    z-index: 99999;
    bottom: 55px;
    background-position: 0 -36px;
}

.image-gallery #btn-left:hover {
    background-position: 0 0;
}

.image-gallery #btn-right {
    position: absolute;
    z-index: 99999;
    right: 0;
    bottom: 55px;
    background-position: -36px -36px;
}

.image-gallery #btn-right:hover {
    background-position: -36px 0;
}

.view-content .col {
    width: 400px !important;
}

.footer-wrapper {
    /*-moz-box-shadow: 0px -4px 7px #dddfdf;*/
    /*-webkit-box-shadow: 0px -4px 7px #dddfdf;*/
    /*box-shadow: 0px -4px 7px #dddfdf;*/
    width: 100%;
    margin-top: 30px;
}

.main-footer {
    color: #8a999e;
    margin-bottom: 40px;
}

.main-footer a {
    color: #8a999e;
    font-family: 'OpenSans';
}

.main-footer h5 {
    margin: 0;
    font-family: 'OpenSans-Bold';
}

.no-h5 {
    margin-top: 24px;
}

.main-footer ul {
    list-style: none;
    padding: 0;
    line-height: 30px;
    margin-top: 5px;
}

.footer-img h3 {
    color: #8a999e;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'OpenSans-Bold';
}

.footer-img .col-md-6 img {
    margin-right: 8px;
}

.footer-bottom {
    background: #009539;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
}

.footer-bottom a,
.footer-bottom a:hover {
    color: #fff;
}

/*.footer-content {
    padding-left: 85px;
}*/

/* .footer-logo{padding-left: 108px;} */
.footer-logo {
    padding-left: 75px;
}

.fa-facebook-square {
    color: #3a5898;
}

.fa-twitter-square {
    color: #57abed;
}

.fa-youtube-square {
    color: #b2131b;
}

.fa-instagram {
    color: #683c27;
}

/*eason 2018-10-18*/
* {
    margin: 0;
    padding: 0;
}

body,
html {
    color: #7e8486;
    font: 15px/1.8 "OpenSans", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif
}

p,
a {
    font-family: 'openSans';
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    color: #454545;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

p {
    word-wrap: break-word;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

em {
    font-style: normal;
}

button {
    outline: none;
}

input {
    outline: none;
}

* {
    padding: 0;
    margin: 0;
}

@media (min-width: 1380px) {
    .container {
        max-width: 1350px;
    }
}

body > article {
    padding: 100px 0 90px 0;
    /**/
}

article > .container > h4.title {
    margin: 70px 0 50px 0;
}

article > .container > h4.title:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #009539;
    margin-right: 12px;
}

.mw-none {
    max-width: none;
}

.overflow-hidden,
.s-banner {
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

/*header*/
.l-page .navs {
    margin-right: 70px;
    text-align: right;
}

.l-page .navs h4,
.l-page .navs li {
    margin-bottom: 15px;
}

.l-page .navs h4 {
    color: #000000;
}

.l-page .navs li a {
    font-size: 16px;
    color: #8a999e;
}

.l-page .navs li:hover a {
    color: #009539;
    opacity: 0.7;
}

#free-language-content {
    right: 15px;
}

#block-locale-language-content {
    right: 150px;
}

.mobile-menu {
    right: 190px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

#more-menu {
    display: none;
}

/*header end*/

/*home*/
#fullpage .image-gallery .full-slides .full-slide > img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

body.front #fullpage .image-gallery .image-gallery-thumbs .gallery-thumb {
    box-sizing: border-box;
    width: 250px;
    /*border: 0; height: 145px; */
}

body.front #fullpage .image-gallery .image-gallery-thumbs .gallery-thumb .cover {
    height: 100%;
    overflow: hidden;
}

/*home end*/

/*careers*/
.careers .mw-none {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.careers .head a {
    line-height: 68px;
    font-size: 26px;
    position: relative;
    padding: 0 28px;
    background: #edefee;
}

.careers .head a:not(.collapsed) {
    background: #e5f5eb;
    color: #009539;
}

.careers .head a:hover {
    background: #e5f5eb;
    color: #009539;
}

.careers .head .sel-icon {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 24px;
    height: 14px;
    background-image: url(../images/down.png);
}

.careers .head a:not(.collapsed) .sel-icon {
    background-image: url(../images/up.png);
}

.careers .box {
    margin-bottom: 2px;
}

.careers .box h4 {
    font-style: italic;
    color: #009539;
}

.careers li {
    list-style-image: url(../images/yes.png);
}

/*careers end*/

/*aboutUs*/
.banner {
    position: relative;
}

.banner .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: 0.8;
}

.banner .owl-nav .owl-prev {
    left: 10%;
}

.banner .owl-nav .owl-next {
    right: 10%;
}

.banner .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.banner .owl-dot span {
    width: 12px !important;
    height: 12px !important;
}

.banner .owl-dot.active span {
    background: #009539 !important;
    border: 2px solid #FFFFFF;
    width: 14px !important;
    height: 14px !important;
}
article.aboutUs{
    overflow-x: hidden;
}
article.aboutUs img {
    width: auto;
    max-width: none;
}

.aboutUs .history {
    height: 310px;
}

.aboutUs .history > div:last-child {
    border-left: 2px dashed #009539;
}

.aboutUs .history:last-child > div {
    border: 0;
}

.aboutUs .history .text {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.aboutUs .history .text p,
.aboutUs .history .text h5 {
    width: 100%;
}

.aboutUs .box {
    background: #e5f4eb;
    border-radius: 8px;
    border-bottom: 5px solid #a2d4b6;
    padding: 30px 32px 20px 32px;
}

.aboutUs .box:before {
    content: "";
    position: absolute;
    top: 24px;
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
}

.aboutUs .box.right {
    margin-left: 44px;
}

.aboutUs .box.left {
    margin-right: 44px;
}

.aboutUs .box.right:before {
    left: 20px;
    border-color: transparent #e5f4eb transparent transparent;
}

.aboutUs .box.left:before {
    right: 20px;
    border-color: transparent transparent transparent #e5f4eb;
}

.aboutUs .time {
    color: #009539;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 0;
    background: #FFFFFF;
    z-index: 999;
    padding-bottom: 14px;
}

.aboutUs .time.right {
    left: -22px;
}

.aboutUs .time.left {
    right: -22px;
}

.aboutUs .time i {
    display: block;
    width: 26px;
    height: 26px;
    background: #009539;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.aboutUs .time i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    left: 3px;
    top: 3px;
}

.aboutUs .box h5 {
    color: #000000;
    font-weight: bold;
    margin: 0;
    line-height: 1.6;
}

.aboutUs .box p {
    margin: 0;
}

.aboutUs .headImg > div {
    border: 2px solid #a6d6b9;
    overflow: hidden;
    background: #FFFFFF;
    width: 63px;
    height: 63px;
}

.aboutUs .headImg img {
    width: 44px;
    height: 44px;
}

/*aboutUs end*/

/*chatRoom*/
h4 {
    color: #333333;
}

.chatRoom h2 {
    color: #009539;
}

.chatRoom ul {
    list-style: none;
    padding: 0;
}

.chatRoom .haveIcon li {
    padding-left: 50px;
    line-height: 54px;
}

.chatRoom li i {
    background-image: url(../images/chatRoom-icon.png);
}

.chatRoom .haveIcon li i {
    position: absolute;
    top: 10px;
    left: 0;
}

.chatRoom .haveIcon li:nth-child(1) i {
    width: 34px;
    height: 33px;
    background-position: -5px -114px;
}

.chatRoom .haveIcon li:nth-child(2) i {
    width: 28px;
    height: 29px;
    background-position: -132px -114px;
}

.chatRoom .haveIcon li:nth-child(3) i {
    width: 29px;
    height: 29px;
    background-position: -93px -114px;
}

.chatRoom .haveIcon li:nth-child(4) i {
    width: 34px;
    height: 31px;
    background-position: -49px -114px;
}

.chatRoom [class*=btn-] li {
    width: 300px;
    height: 90px;
    border-radius: 50px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}

.chatRoom [class*=btn-] li a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    color: #FFFFFF;
}

.chatRoom [class*=btn-] li span {
    display: table-cell;
    vertical-align: middle;
}

.chatRoom .btn-one {
    margin-top: 90px;
}

.chatRoom .btn-one li {
    background: -webkit-linear-gradient(left, #aaaeab, #d3d8d5);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #aaaeab, #d3d8d5);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #aaaeab, #d3d8d5);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #aaaeab, #d3d8d5);
    /* 标准的语法 */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.chatRoom .btn-one li a {
    justify-content: center;
}

.chatRoom .btn-one li:hover {
    background: -webkit-linear-gradient(left, #ffa804, #f77d04);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #ffa804, #f77d04);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #ffa804, #f77d04);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #ffa804, #f77d04);
    /* 标准的语法 */
    box-shadow: 0 5px 10px rgba(247, 125, 4, 0.6);
}

.chatRoom .btn-one li i {
    position: static;
    display: inline-block;
    transform: none;
}

.chatRoom .btn-one li span {
    margin-left: 20px;
    color: #fff;
}

.chatRoom .btn-one li:nth-child(1) i {
    width: 38px;
    height: 32px;
    background-position: -129px -48px;
}

.chatRoom .btn-one li:nth-child(2) i {
    width: 41px;
    height: 33px;
    background-position: -129px -5px;
}

.chatRoom .btn-one li:nth-child(3) i {
    width: 38px;
    height: 38px;
    background-position: -59px -60px;
}

.chatRoom h4.text-center {
    margin-top: 90px;
}

.chatRoom .btn-two li {
    padding: 0 8px;
    background: -webkit-linear-gradient(left, #00963a, #39d876);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #00963a, #39d876);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #00963a, #39d876);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00963a, #39d876);
    /* 标准的语法 */
    box-shadow: 0 5px 10px rgba(18, 170, 76, 0.6);
}

.chatRoom .btn-two li span {
    margin-left: 14px;
    color: #fff;
}

.chatRoom .btn-two li i {
    background-image: url(../images/chatRoom-icon2.png);
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 76px;
    height: 76px;
}

.chatRoom .btn-two li:nth-child(1) i {
    background-position: 0px -75px;
}

.chatRoom .btn-two li:nth-child(2) i {
    background-position: 0px 0px;
}

.chatRoom .btn-two li:nth-child(3) i {
    background-position: -84px 0px;
}

.chatRoom span {
    font-size: 20px;
    color: #000;
    /* font-weight: bold; */
}

/*chatRoom end*/

/*courses*/
.courses .filter li,
.courses .filter li a.active {
    border-radius: 8px;
}

.courses .filter li a.active {
    padding: 3.5px 0;
}

.courses .filter li a.active,
.courses .filter li:hover {
    background: #009539;
}

.courses .filter a.active,
.courses .filter li:hover a {
    color: #FFFFFF;
}

.courses .list a {
    position: relative;
    overflow: hidden;
}

.courses .list span {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
}

/*courses end*/

/*curriculum*/
.curriculum {
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

.curriculum img {
    max-width: none;
}

.curriculum p {
    position: relative;
}

.curriculum p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 100px;
    background: #333333;
}

.curriculum .text-md-right:before {
    right: 0;
    left: auto;
}

/*curriculum end*/
.title-shadow {
    text-shadow: 1px 1px 1px black;
}

/*franchise*/
.franchise {
    padding-bottom: 0;
}

#franchisebanner img {
    width: 100%;
}

.franchise .mw-none {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.franchise .w-1000 {
    max-width: 1030px;
    margin-top: 76px;
}

.franchise .back {
    margin-top: 86px;
}

.franchise .cenOpen {
    margin-top: 86px;
    width: 100%;
    position: absolute;
    top: 0;
}

.franchise .cenOpen > div:first-child p {
    max-width: 776px;
    margin: 0 auto;
}

.franchise .start {
    margin-top: 630px;
}

.franchise .start h3,
.franchise .start p,
.franchise .start a {
    color: #FFFFFF;
}

.franchise .start p,
.franchise .start p a {
    font-size: 20px;
}

.franchise .start a,
.franchise .down-btn a {
    font-size: 28px;
    border-radius: 50px;
    padding: 9px 50px;
}

.franchise .start p a {
    padding: 0;
}

.franchise .down-btn a {
    background: #009539;
    color: #ffffff;
}

/*franchise end*/

/*location*/
.location .filter {
    background: #009539;
    position: relative;
}

.location .filter a {
    color: #b8d9c0;
    font-size: 16px;
    line-height: 54px;
    padding: 0 30px;
    position: relative;
    display: inline-block;
}

.location .filter span {
    color: #b8d9c0;
}

.location .filter li:last-child {
    position: absolute;
    right: 30px;
    padding: 12px 16px 0;
}

.location .filter li:last-child a {
    padding: 0 16px;
    text-decoration: underline;
}

.location .filter li a.active,
.location .filter li a:hover {
    color: #FFFFFF;
}

.location .filter li a.active:after,
.location .filter li a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #FFFFFF transparent;
}

.location .addList {
    border: 1px solid #d1d1d1;
    border-top: 0;
    height: 501px;
    overflow-y: auto;
}

.location .addList::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.location .addList::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.5);
}

.location .addList::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.location .addList li {
    position: relative;
    padding: 16px 16px 16px 54px;
    border-bottom: 1px solid #d1d1d1;
}

.location .addList li i {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 27px;
    height: 27px;
    background: #009539;
    color: #FFFFFF;
    border-radius: 12px;
    text-align: center;
    font-style: normal;
}

.location .addList li p {
    font-size: 14px;
}

.location .addList li span,
.location .addList li p a {
    color: #000000;
}

.location .addList li p a:hover {
    color: #009539
}

.location .imgBox {
    border: 1px solid #d1d1d1;
    border-top: 0;
    border-left: 0;
    height: 501px;
}

.location-text {
    background: #009539;
    color: #b8d9c0;
    border: 0;
    width: 50%;
    font-size: 16px;
    padding-top: 12px;
    padding-left: 15px;
    text-decoration: underline;
}

article.location > .container > h4.title {
    margin: 70px 0 20px 0;
}

.location-label {
    color: #009539;
}

/*location end*/

/*aberdeenCentre*/
.aberdeenCentre {
    overflow-x: hidden;
}

h4.title {
    position: relative;
}

a.returnBtn {
    position: absolute;
    right: 0;
    font-size: 15px;
    font-style: italic;
    color: #009539;
    line-height: 32px;
    padding: 0 20px;
    border: 1px solid #009539;
    border-radius: 5px;
}

a.returnBtn:hover {
    background: #009539;
    color: #FFFFFF;
}

a.returnBtn i {
    font-style: normal;
}

.aberdeenCentre .ourTeachers {
    background: #f1f7f2;
    padding: 70px 0;
}

.aberdeenCentre .item {
    padding: 0 15px;
}

.aberdeenCentre .imgBox {
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0 15px;
}

.aberdeenCentre .imgBox img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.aberdeenCentre .imgBox > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.3s;
    left: 0;
    top:0;
}

.aberdeenCentre .imgBox p {
    color: #FFFFFF;
}

.aberdeenCentre .imgBack {
    position: absolute;
    top: 0;
    left: 15px;
    width: 90%;
    height: 350px;
    /*background: -webkit-linear-gradient(left,#009539,#38d775);*/
    /* Safari 5.1 - 6.0 */
    /*background: -o-linear-gradient(left,#009539,#38d775);*/
    /* Opera 11.1 - 12.0 */
    /*background: -moz-linear-gradient(left,#009539,#38d775);*/
    /* Firefox 3.6 - 15 */
    /*background: linear-gradient(to right,#009539,#38d775);*/
    border-radius: 10px;
    transition: all 0.3s;
}

.aberdeenCentre .item:hover .imgBack {
    top: 11px;
    left: 15px;
    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    /* IE 9 */
    -moz-transform: rotate(3deg);
    /* Firefox */
    -webkit-transform: rotate(3deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(3deg);
    /* Opera */
}

.aberdeenCentre .item:hover .imgBox > div {
    opacity: 1;
}

.aberdeenCentre .owl-nav {
    text-align: right;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

.aberdeenCentre .mapInfo {
    margin-top: 100px;
    margin-bottom: 100px;
}

.aberdeenCentre .info li {
    position: relative;
    padding-left: 30px;
}

.aberdeenCentre .info i {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/aberdeenCentre-icon.png);
}

.aberdeenCentre .info li:nth-child(1) i {
    width: 17px;
    height: 22px;
    background-position: -5px -35px;
}

.aberdeenCentre .info li:nth-child(2) i {
    width: 18px;
    height: 18px;
    background-position: -35px -5px;
}

.aberdeenCentre .info li:nth-child(3) i {
    width: 20px;
    height: 20px;
    background-position: -5px -5px;
}

.aberdeenCentre .info li:nth-child(4) i {
    width: 26px;
    height: 21px;
    background-image: url(../images/gangtie.png);
}

.aberdeenCentre .btn-two li span {
    display: table-cell;
    vertical-align: middle;
    margin:0 auto;
}

.aberdeenCentre .btn-two li {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 20px;
    position: relative;
    width: 300px;
    height: 90px;
    padding: 0 8px;
    border-radius: 50px;
    color: #FFFFFF;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #00963a, #39d876);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #00963a, #39d876);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #00963a, #39d876);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00963a, #39d876);
    /* 标准的语法 */
    box-shadow: 0 5px 10px rgba(18, 170, 76, 0.6);
}

.aberdeenCentre .btn-two li a {
    margin-left: 14px;
    color: #fff;
}

.aberdeenCentre .btn-two li i {
    background-image: url(../images/chatRoom-icon2.png);
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 76px;
    height: 76px;
}

.aberdeenCentre .btn-two li:nth-child(1) i {
    background-position: 0px -75px;
}

.aberdeenCentre .btn-two li:nth-child(2) i {
    background-position: 0px 0px;
}

.aberdeenCentre .btn-two li:nth-child(3) i {
    background-position: -84px 0px;
}

/*aberdeenCentre end*/

/*login*/
article.login {
    background: url(../images/login_02.jpg) center 92px no-repeat;
}

.login h2 {
    font-weight: bold;
    color: #FFFFFF;
}

.login .loginForm {
    max-width: 1088px;
    padding: 76px 86px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}

.login .loginForm label {
    display: block;
    margin-bottom: 30px;
}

.login .loginForm input {
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    border-radius: 8px;
    border: 0;
    background: #e5f5eb;
}

.login .loginForm input[type=button] {
    background: #009539;
    color: #FFFFFF;
}

.login .loginForm p,
.login .loginForm a {
    color: #009539;
}

.login .loginForm h3 {
    font-family: 'OpenSans-Bold';
    color: #e98e13;
    font-size: 30px;
}

/*login end*/

/*management*/
article.management {
    overflow-x: hidden;
}

.management .text-left {
    padding-right: 80px;
}

.management .text-right {
    padding-left: 80px;
}

.management .text-right > div {
    text-align: left;
}

/*management end*/

/*news*/
/*.news ul{margin: 0 -15px;}*/
/* .news{padding-bottom: 0;} */
.news .text {
    /*min-height: 130px; */
}

.news .container > .row,
.mem-news .container > .row {
    /*border-bottom: 1px solid #d8d8d8;*/
    margin-bottom: 55px;
}

.news .container > .row:last-child,
.mem-news .container > .row:last-child {
    border: 0;
    margin-bottom: 0;
}

.news li {
    padding: 0 30px 100px 30px;
}

.news li .readBtn {
    line-height: 30px;
    padding: 0 10px;
    background: #dce3e4;
    position: absolute;
    bottom: 54px;
    left: 30px;
}

.news li:hover h5 a {
    color: #009539;
}

.news li:hover .readBtn {
    color: #FFFFFF;
    background: #009539;
}

.news .more,
.mem-news .more {
    display: inline-block;
}

.news .more i,
.mem-news .more i {
    display: inline-block;
    width: 11px;
    height: 7px;
    margin-bottom: 2px;
    background: url(../images/news_03.webp);
}

.news-bad-bg {
    background: #e5f5eb;
    padding: 40px 0 60px;
}

.news-bad-bg p {
    margin: 20px 0;
}

.news .bad-title {
    height: 2px;
    border-top: 1px solid #333;
    text-align: center;
    padding-bottom: 50px;

}

.news .bad-title span {
    position: relative;
    top: -20px;
    padding: 0 20px;
    background: #fff;
    color: #333;
    font-size: 1.3rem;
    font-weight: bold;
}

/*news end*/

/*newsDetails*/
.newsDetails li .fa {
    font-size: 28px;
    color: #8a999e;
    margin: 0;
}

.newsDetails li:last-child {
    /*margin-left: 24px;*/
}

.newsDetails li:last-child a {
    color: #009539;
}

/*newsDetails end*/

/*freeTest*/
.freeTest .box {
    padding: 86px 50px;
    transition: all 0.3s;
}

.freeTest .box:hover {
    box-shadow: 0px 0px 140px rgba(0, 149, 57, 0.2);
}

.freeTest .titleBox {
    padding: 0px 5px;
    width: 200px;
    height: 200px;
    font-size: 25px;
    font-weight: bold;
    color: #009539;
    background: #e5f5eb;
    border-radius: 50%;
}

.freeTest .btnBox {
    opacity: 0;
    transition: all 0.3s;
}

.freeTest .box:hover .btnBox {
    opacity: 1;
}

.freeTest .btnBox a {
    display: inline-block;
    width: 46%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 18px;
}

.freeTest .btnBox a.yes,
.freeTest .btnBox a.test-yes {
    background: #009539;
    box-shadow: 0 10px 20px rgba(0, 149, 57, 0.4);
}

.freeTest .btnBox a.no {
    background: #b6b7b6;
    box-shadow: 0 10px 20px rgba(182, 183, 182, 0.4);
}

.testDetails,
.tipsBox,
.testBox,
.comingSoonBox,
.accountBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.testDetails > .container,
.tipsBox > .container,
.testBox > .container,
.comingSoonBox > .container,
.accountBox > .container {
    height: 100%;
}

.testDetails .form,
.accountBox .form {
    width: 100%;
    padding: 113px 70px;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
}

.testDetails .fa-close,
.tipsBox .fa-close,
.testBox .fa-close,
.comingSoonBox .fa-close,
.accountBox .fa-close {
    position: absolute;
    right: 28px;
    top: 28px;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    background: #009539;
    cursor: pointer;
}

.testDetails .form form,
.accountBox .form form {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testDetails .form label,
.testBox .form label,
.accountBox .form label {
    margin-bottom: 26px;
}

.testDetails .form input,
.testDetails .form select,
.accountBox .form input,
.faqs .faq-content input,
.faqs .faq-content select,
.faqs .faq-content textarea ,
.seldistrict {
    width: 100% !important;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    padding: 0 20px;
    border-color: #D8D8D8;
}
.accountBox .form input.checkboxchooseor{
	width: 20px!important;
    margin-right: 7px;
}
.faqs .faq-content textarea {
	height: 88px;
}
.faqs .faq-content span{
	color: red;
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.testBox .form input,
.testBox .form select{
    width: 95%;
    /*height: 48px;*/
    line-height: 48px;
    border-radius: 5px;
    padding: 0 20px;
    border-color: #D8D8D8;
}
.testDetails .form select,
.testBox .form select,
.accountBox .form select {
    border: 1px solid #D8D8D8;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/freeDown.png) no-repeat center right 15px transparent;
}

.testDetails .form select:focus,
.testBox .form select:focus,
.accountBox .form select:focus {
    outline: 0;
}

.testDetails .form option,
.testBox .form option,
.accountBox .form option {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    appearance: none;
}

/* --背景色字体颜色--*/
.testDetails .form option:hover,
.testBox .form option:hover,
.accountBox .form option:hover {
    color: #fff;
    background-color: red;
}

.testDetails .form input[type=submit],
.accountBox .form input[type=submit] {
    width: auto;
    padding: 0 36px;
    margin-top: 20px;
    background: #009539;
    box-shadow: 0 10px 20px rgba(0, 149, 57, 0.4);
}

.tipsBox .tips,
.testBox .tips,
.comingSoonBox .tips {
    position: relative;
    width: 827px;
    padding: 100px 57px;
    height:98%;
    overflow-y: scroll;
    background: url(../images/tips_03.jpg);
    border-radius: 20px;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.1);
}

.tipsBox .tips p,
.tipsBox .tips h5 {
    line-height: 2;
}

.testBox input {
    min-height: 0;
    width: auto;
}

.testDetails h3 {
    color: #009539;
}

.testDetails .form {
    padding: 80px 70px 113px;
    max-height: 100vh;
    overflow-y: auto;
}

.testDetails span,
.testDetails .onError,
.testBox span,
.testBox .onErrors{
    color: red;
}

/*freeTest end*/

.fade:not(.show) {
    opacity: 1;
}

/* #login-img{
  width:0;
  height:0;
  padding:0;

  margin-left:45px;
  margin-top:100px;
} */

/*   newslist   */
.newslist-title h3 {
    color: #5e696d;
    font-family: 'OpenSans-Semibold';
}

.newslist-a a {
    color: #FFFFFF;
    font-size: 15px;
    background: #009539;
    border-radius: 5px;
    padding: 8px 10px;
    font-family: 'OpenSans-Semibold';
}

.newslist-paging li {
    display: block;
    float: left;
    padding: 0 5px !important;
}

/*   newslist   */

.swiper-container {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    color: #fff;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 22%;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    display: none;
}
@media only screen and (min-width: 576px) {
	.gallery-thumbs{
		display: block;
	}
}
@media only screen and (max-width: 575px) {
	.gallery-thumbs{
		display: none !important;
	}
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    border-left: 1px solid #e6e6e6;
    padding: 10px 13px 25px;
    background: #fff;

    cursor: pointer;
    transition: -webkit-transform .3s linear, opacity .3s linear;
    transition: transform .3s linear, opacity .3s linear;
}

.gallery-thumbs .swiper-slide-thumb-active,
.gallery-thumbs .swiper-slide:hover {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
}
.gallery-top .swiper-slide{
	background-color: #FFFFF0;
}
.gallery-top .swiper-slide .full-slide-text .box-title {
    font-size: 45px;
    line-height: 1;
    color: #fff !important;
}

.gallery-top .swiper-slide .full-slide-text a {
    color: #fff;
    font-weight: bold;
}

.gallery-top .swiper-slide .full-slide-text {
    left: 5%;
    bottom: 0.1em;
    max-width: 600px;
    position: absolute;
    text-shadow: 4px 4px 4px #000000;
}

.gallery-thumbs .swiper-slide:hover .cover,
.gallery-thumbs .swiper-slide-thumb-active .cover {
    opacity: 0;
    visibility: hidden;
}

.gallery-thumbs .swiper-slide .cover {
    height: 100%;
    overflow: hidden;
}
.gallery-thumbs .swiper-slide .cover img{
	max-width: 100%;
	position: relative;
    	top: 50%;
    	transform: translateY(-50%);
}

.gallery-thumbs .swiper-slide .hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.gallery-thumbs .swiper-slide:hover .hidden,
.gallery-thumbs .swiper-slide-thumb-active .hidden {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next,
.swiper-button-prev {
    background-size: auto;
    width: 36px;
    height: 36px;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(../images/arrow-btn.png);
    background-position: -36px -36px;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(../images/arrow-btn.png);
    background-position: 0 -36px;
}

.swiper-button-prev.swiper-button-white:hover {
    background-position: 0 0;
}

.swiper-button-next.swiper-button-white:hover {
    background-position: -36px 0;
}

.news-nav [class*=news-],
.news-nav [class*=news-]:hover {
    background: transparent;
}

.address {
    display: none;
    width: 98% !important;
}
.addressto {
    display: none;
    width: 98% !important;
}

.city_first {
    display: inline-block;
}

/*   member样式   */
/*.membership {
    padding: 0 0 40px;
}*/

/*
}.membership h4.title {
    font-family: 'OpenSans-Semibold';
*/

/*
.membership-color {
    background: #eaf4ee;
    padding: 35px 0;
}*/
/*
.membership-title,
.membership-title2 {
    font-size: 18px;
    color: #5f6164;
}*/

/*
.membership-title span {
    font-size: 22px;
    font-family: 'OpenSans-Bold';
}

.membership-title2 {
    padding: 0 50px 0 35px;
}

.membership-title2 span {
    font-size: 35px;
    font-family: 'OpenSans-Bold';
}
*/

/*.membership-title3 a {
    font-size: 17px;
    color: #FFFFFF;
    background: #009539;
    border-radius: 20px;
    padding: 10px 25px;
    font-family: 'OpenSans-Bold';
}

.membership-img img {
    margin-top: -85px;
}

.membership-my {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.membership-my h3 {
    font-size: 21px;
    color: #172b43;
    font-family: 'OpenSans-Bold';
}*/

.membership-my h1,
.membership-posi h2,
.membership-my2 h1,
.membership-my3 h1 {
    font-size: 60px;
    font-family: 'OpenSans-Bold';
    background-image: -webkit-linear-gradient(top, #fdc771 50%, #fda470 60%);
    color: transparent;
    /*文字填充色为透明*/
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    /*背景剪裁为文字，只将文字显示为背景*/
    background-size: 200% 100%;
}

.membership-top2 {
    padding-top: 7rem;
}

.membership-posi img {
    position: relative;
    margin-top: -60px;
}

.membership-posi h2,
.membership-posi2 h2,
.membership-posi3 h2 {
    position: relative;
    font-size: 30px;
    margin-top: -80px;
}

.membership-my2 {
    position: relative;
}

.my-arrow {
    position: absolute;
    right: -7px;
    top: 50%;
    text-align: center;
}

.membership-my2 h1,
.membership-posi2 h2 {
    background-image: -webkit-linear-gradient(top, #da98ed 50%, #8e74fc 60%);
}

.membership-my3 h1,
.membership-posi3 h2 {
    background-image: -webkit-linear-gradient(top, #09b2e1 50%, #437cf3 60%);
}

.membership-view a {
    font-size: 14px;
    color: #009539;
}

.membership-view a i {
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-left: 5px;
    background: url(../images/membership-5.png);
}

.transaction-bg {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 60px #eef3f6;
}

.transaction-bg select.form-control {
    background: url(../images/select-arrow.jpg) no-repeat center right;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.transaction-bg .add-on {
    margin-left: -25px;
}

.transaction-bg .form-control {
    height: 40px;
}

.transaction-bg .form-btn {
    position: absolute;
    right: 65px;
}

.transaction-bg .form-control:disabled,
.form-control[readonly] {
    background: #fff;
}

.transaction-bg select option,
.transaction-bg .form_datetime input,
.membership select {
    width: 180px !important;
}

.transaction-bg .select-earn option {
    width: 100px;
}

.transaction-bg .btn {
    font-family: 'OpenSans-Bold';
    border-radius: inherit;
    margin-left: 10px;
    padding: 8px 20px;
}

.transaction-bg .search-btn {
    background: -webkit-linear-gradient(left, #fda270, #fdcc71);
    padding: 8px 25px;
}

.transaction-bg .refresh-btn {
    background: #cfcfcf;
}

.sec-item {
    margin: 40px auto 30px;
    padding: 6px 0;

}

.sec-item li a:hover,
.sec-item li a.active {
    background: #009539;
    border-radius: 18px;
}

.items-redeem .tabbed .tabs {
    border: 0;
}

.items-redeem .tabbed .tabs li.active {
    position: relative;
    padding-top: 35px;
    margin-top: -35px;
    -moz-box-shadow: 0px -4px 15px #dddfdf;
    -webkit-box-shadow: 0px -4px 15px #dddfdf;
    box-shadow: 0px -4px 15px #dddfdf;
}

.items-redeem .tabbed .tabs li {
    list-style-type: none;
    display: inline-block;
    width: 24%;
    margin-right: -1px;
    color: #8a999e;
    padding: 15px 40px 15px 40px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    cursor: pointer;
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    transition: color .3s linear, opacity .3s linear;
}

.items-redeem .tabbed .tabs li.active::after {
    background: transparent;
}

.his-title {
    padding-left: 3em;
}

.setting-border {
    border: 1px solid #C0C0C0;
    display: flex;
    width: 50%;
}

.setting-post {
    position: relative;
}

.setting-posit {
    position: absolute;
    top: 12px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.setting-edit {
    position: absolute;
    top: 22px;
    right: 30px;
}

.setting-edit a {
    padding: 14px 32px;
    background: #FFFFFF;
    border-radius: 25px;
}

.setting-edit a img {
    padding-bottom: 5px;
}

.setting-edit a span {
    font-size: 18px;
    font-family: 'OpenSans-bold';
    color: #545454;
    padding-left: 10px;
}

.setting-border h3 {
    font-size: 22px;
    color: #fba36f;
    font-family: 'OpenSans-Semibold';
}

.setting-name li {
    font-size: 16px;
    color: #939393;
    line-height: 40px;
    margin-right: 45px;
}

.setting-name span {
    font-size: 18px;
    color: #545454;
}

.mem li {
    margin-right: 70px;
}

.pl-6 {
    padding-left: 4rem;
}

.pl-7 {
    padding-left: 13rem;
}

.news-park {
    position: absolute;
    top: 175px;
    left: 35px;
    font-size: 18px;
    color: #FFFFFF;
}

.news-title {
    font-size: 18px;
    color: #5e696d;
}

.news-title2 {
    font-size: 20px;
    color: #009539;
    font-family: 'OpenSans-bold';
}

.news-number {
    color: #009539;
    font-family: 'OpenSans-Semibold';
}

.news-now a {
    font-size: 16px;
    background: #009539;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 10px 20px;
}

.students-color {
    background: #eef4f6;
}

.students-post {
    background: url(../images/students-1.jpg) no-repeat;
    /* width:317px; */
    height: 502px;
}

.stu2 {
    background: url(../images/students-2.jpg) no-repeat;
    /* width:317px; */
    height: 502px;
}

.students-post li {
    color: #bed9f6;
    font-size: 18px;
    margin-left: 10px;
    line-height: 40px;
}

.students-post li lable {
    width: 33%;
    float: left;
}

.students-post li span {
    color: #FFFFFF;
}

.students-img {
    padding: 25px 0 0;
    text-align: center;
}

.students-title {
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
}

.students-posi {
    position: relative;
    margin-bottom: 35px;
}

.students-posi img {
    border: 1px solid #ccc;
}

.students-posit {
    position: absolute;
    left: 17px;
    bottom: 8px;
}

.students-date {
    color: #ffffff;
    font-size: 17px;
}

.students-view {
    padding-left: 68px;
}

.students-view a {
    font-size: 15px;
    color: #ffffff;
}

.students-view a img {
    margin-top: -5px;
    padding-right: 5px;
}

.students-color .search {
    margin: 15px 0;
}

.students-color .search input,
.attendance-right .search input {
    border: 0;
    border-radius: 50px;
    width: 35%;
    padding: 6px 20px;
    background-color: #ffffff;
    position: relative;
}

.students-color .search img {
    position: absolute;
    right: 62px;
    top: 32px;
}

.student-text {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 18px 24px;
    margin-bottom: 30px;
}

.student-text span {
    font-style: italic;
    color: #009539;
    margin-right: 8px;
}

.stu-date {
    color: #a2a8aa;
}

/* .students-color .col-md-4{max-width: 30.8%;} */
.students-color .col-lg-9 {
    height: 502px;
    overflow-y: scroll;
    /* flex: 0 0 68%;max-width:68%; */
}

.students2 .col-lg-9 {
    height: 387px;
}

/*.stu-date-box {
    box-shadow: 0 0 60px #eef3f6;
}*/

/*.stu-date-box .col-md-9 {
    background: #eef3f6;
}*/

.attendance-right {
    background: #fff;
    padding: 40px 30px;
    width: 100%;
}

.attendance-left {
    background: #fff;
    padding: 40px 100px;
}

.attendance-right .search input {
    border: 1px solid #d1d1d1;
    width: 100%;
}

.attendance-right .search img {
    position: absolute;
    right: 62px;
    top: 48px;
}

.stu-date-box li {
    margin: 0 0 30px 25px;
    padding-left: 8px;
    text-align: left;
}

.stu-date-box li:nth-child(1) {
    list-style-image: url("../images/green-circle.jpg");
    margin-top: 32px;
}

.stu-date-box li:nth-child(2) {
    list-style-image: url("../images/yellow-circle.jpg");
}

.stu-date-box li:nth-child(3) {
    list-style-image: url("../images/red-circle.jpg");
}

.stu-date-box li:nth-child(4) {
    list-style-image: url("../images/blue-circle.png");
}

.produ-title {
    font-size: 32px;
    color: #000000;
    /*    padding-bottom: 15px;*/
}

.produ-sz {
    display: inline-block;
}

.produ-sz .new-produ-sz {
    color: #fda170;
    font-size: 28px;
    font-family: 'OpenSans-bold';
    display: inline-block;
}

.produ-sz .old-produ-sz {
    display: inline-block;
    margin-left: 20px;
}

.produ-sz .old-produ-sz img {
    width: 40px;
}

.produ-sz img {
    margin-top: -15px;
    padding-left: 10px;
    margin-right: 5px;
}

.produ-text {
    font-size: 16px;
    width:100%;
}

.produ-text tr td {
    padding-bottom: 15px;
}

.produ-text2 {
    color: #000000;
    padding-left: 10px;
}

.produ-j,
.produ-j3 {
    font-size: 24px;
    padding: 0 20px;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

.produ-j3 {
    border-left: 1px solid #ccc;
    border-right: 0;
    background: #009539;
    color: #FFFFFF;
}

.produ-j2 {
    font-size: 18px;
    padding: 6px 10px;
    border: 0;
    text-align: center;
}

/*.produ-now {
    background: -moz-linear-gradient(left, #fda470, #fdcb71);
    background: -webkit-linear-gradient(left, #fda470 0%, #fdcb71 100%);
    !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(to right, #fda470 0%, #fdcb71 100%);
    padding: 10px 30px;
}*/

.produ-now a {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'OpenSans-bold';
    background: -moz-linear-gradient(left, #fda470, #fdcb71);
    background: -webkit-linear-gradient(left, #fda470 0%, #fdcb71 100%);
    background: linear-gradient(to right, #fda470 0%, #fdcb71 100%);
    padding: 10px 30px;
}

.pro-title {
    margin-right: 60px;
}

.pro-title span {
    font-size: 24px;
    top: -24px;
    font-family: 'OpenSans';
}

.pro-img img {
    margin-left: 6px;
}

.wraper-btn button {
    background: transparent;
    bottom: 18px !important;
    position: relative;
    left: 10px;
}

.wraper-btn .fa {
    background: #e8e8e8;
    color: #aaaaaa;
    border-radius: 50px;
    padding-top: 4px;
    width: 29px;
    height: 29px;
    margin-right: 0;
}

.wraper-btn .fa:hover {
    background: #009539;
    color: #fff;
}

.careers .head i {
    float: right;
    line-height: 68px;
}

/*   member样式   */
/*homebanner*/
#homebenner .swiper-slide {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center!important;
    height: 100vh;
    /*    background: url(../images/top-banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;*/
}

/*location search*/

.location_search .input-group {
    position: relative;
}

.location_search .input-group .form-control {

    border-radius: unset;
    background: #fff;

}

.location .addList h5 a:hover {
    color: #009539;
}

.location_search i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #009539;
    z-index: 4;
    cursor: pointer;
}

.location_search .input-group .form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #009539;
    background: #fff;
}

.aberdeentea_name {
    text-align: center;
}

.line_02 .news_s_title {
    position: relative;
    top: -25px;
    background: #fff;
    padding: 0 25px;
    color: #4e4e4e;
    font-size: 1.5rem;
    font-family: 'OpenSans-Light';
}

.meetourteacher {
    overflow: hidden;
}

.meetourteacher .swiper-button-prev {
    background-image: none;
    outline: none;
    border: none;
    top: 47%;
}

.meetourteacher .swiper-button-next {
    background-image: none;
    outline: none;
    border: none;
    top: 47%;
}

.meetourteacher .swiper-button-prev i,
.meetourteacher .swiper-button-next i {
    font-size: 34px;

}

.meetourteacher .swiper-button-prev:hover i,
.meetourteacher .swiper-button-next:hover i {
    color: #009539;
}

#clickhere {
    text-align: center;
    color: black;
    font-size: 18px;
}

#clickhere a {
    color: #007bff;

}

/*
.location_search .input-group .form-control:focus + .location_search i{
	color: #edb98e;
}*/
/*
2019.2.18 by lancy*/
/*membership*/
article.membership {
    padding: 50px 0;
}

.header_t {
    background-image: url(../images/explore_01.png);
    background-position: center;
    background-size: cover;
    max-height: 100px;
    max-width: 100%;
    font-family: 'OpenSans-Bold';
}

header .ban-total {
    font-size: 17px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin-top: 10px;
}

header .ban-total img {
    padding-right: 5px;
}

header .wel-text {
    text-align: right;
    padding-top: 15px;
    width: 57%;
    display: inline-block;
}

header .mem-portrait {
    padding-top: 15px;
    display: inline-block;
    width: 43%;
    float: right;
    text-align: center;
}

.m-header-a,
.m-header-b {
    font-size: 17px;
}

.m-header-a {
    display: none;
}

header .header_t .container {
    position: relative;
}

header .mem-portrait img {
    width: 60px;
    height: 60px;
}

.m-header-i {
   opacity: 0;
}

.m-header {
    background: rgba(255, 255, 255, 1);
    /*position: absolute;*/
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 999;
    transition: all 1s;
    box-shadow: 0 0 5px #e0e0e0;
    /*    margin-top: -.5rem !important;*/
}

.m-header hr {
    border-top: 2px solid #9f9e9e;
}

.header_b {
    font-family: 'OpenSans-Bold';
    background-color: #009539;
}

.m-header .m-header-i a {
    display: inline-block;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 5px;
    width: 50%;

}

.m-header .m-header-i a img {
    margin-right: 5px;
    width: 23px;
}

/*article.membership h5{
    font-family: 'OpenSans-Bold';
}*/
/*nav*/
.header_b #nav ul li a {
    color: #fff;
    line-height: 50px;
    display: inline-block;
    font-weight: 500;
    border-bottom: solid transparent 3px;
}

.header_b #nav ul li:hover a {
    text-decoration: none;
    color: #ffdd00;
    font-weight: 600;
    border-bottom: solid #ffdd00 3px;
}

.header_b #nav ul li.active a {
    color: #ffdd00;
    font-weight: 600;
    border-bottom: solid #ffdd00 3px;
}

.header_b #nav ul li {
    padding: 0px 35px;
    position: relative;
}

.header_b #nav li ul {
    padding-left: 0;
/*    opacity: 0;*/
    position: absolute;
    background: #009539;
    display: none;
    z-index: 999;
    left: 0;
    min-width: 150px;
}
.header_b .lan_mobile{
    display: none;
}
.header_b #nav li.active ul li a,
#nav li:hover ul li a {
    color: #fff !important;
    border-bottom: none!important;
}

.header_b #nav li ul li a {
    color: #fff !important;
    line-height: unset;
}

.header_b #nav li ul li {
    list-style-type: none;
}

.header_b #nav li ul li:hover {
    background: #4cb574;
    border: none;
}

.header_b #nav li ul li.active {
    background: #4cb574;
    border: none;
}

.header_b #nav li ul li:hover a {
    color: #fff;
}

.header_b #nav li:hover ul {
 /*  opacity: 1;
    transition: all 1s;*/
}

.membership .title {
    font-weight: 700;
    text-align: center;
    padding: 0 13px;
    font-family: 'OpenSans-bold';
}

.membership .title::before,
.membership .title::after {
    content: '|';
    /* width: 2px;
     height: 5px;*/
    margin: 0 5px;
    color: #009539;
}

.column-title {
    position: absolute;
    /*绝对定位*/
    text-align: center;
    /*文本居中*/
    width: 100%;
    max-width: 100%;
    color: #009539;
}

.column-title h5 {
    color: #009539;
    font-family: 'OpenSans-Semibold';
}

.column-title:after,
.column-title:before {
    background: #009539 !important;
    content: "";
    height: 1px;
    /*线宽*/
    position: absolute;
    /*线上下距离*/
    top: 50%;
    width: 35%;
}

.column-title:before {
    left: 0%;
    /* 左偏离 */
}

.column-title:after {
    right: 0%;
    /* 右偏离 == 左偏离 */
}

.mem-title {
    position: relative;
    margin: 0 0px;


}

/*exploretable*/
.explore-table h5,
.explore-table2 h5 {
    color: #6c6c6c;
    font-weight: 600;
}

.explore-table {
    background: #fff;
    color: #6c6c6c;
    font-size: 18px;
    border: none;
    display: table;
    overflow-x: scroll;
    margin: 5rem 0 1rem;
    table-layout: fixed;
}

.explore-table thead tr th {
    width: 25%;
    text-align: center;
    vertical-align: top;
}

.explore-table thead tr th:first-child {
    vertical-align: bottom;
    padding: 0;
    background: #fff;

}

.explore-table thead tr th:first-child h5 {
    padding: 0.75rem;
    background: #45a128;
    color: #fff;
}

.explore-table thead tr th img {
    max-width: 100%;
}

.explore-table thead tr th h5 {
    margin-bottom: 0;
    margin-top: 15px;
}

.explore-table thead tr th p {
    font-weight: 400;
    margin-bottom: 0;
}

.explore-table tbody {
    text-align: center;

}

.explore-table tbody th {
    font-weight: 600;
    font-size: 15px;

}

.explore-table tbody tr {
    border-bottom: solid 2px #fff;
}

.explore-table thead tr th img {
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.41);
    border-radius: 10px;
}

.explore-table thead tr th:first-child {
    vertical-align: bottom;
    padding: 0;

}

.explore-table thead tr th:nth-child(2) {
    background: #eff2c7;
}

.explore-table thead tr th:nth-child(3) {
    background: #c5e5f8;
}

.explore-table thead tr th:nth-child(4) {
    background: #fbf4a3;
}

.explore-table td,
.explore-table th {
    border: none;
    font-size: 15px;
}

.explore-table tbody tr:nth-of-type(odd) th {
    background-color: #dcdedf;

}

.explore-table tbody tr:nth-of-type(odd) {
    background: #f3f4f6;
}

.explore-table tbody tr:nth-of-type(even) {
    background: #e5e6e7;
}

.explore-table tbody tr:nth-of-type(even) th {
    background-color: #c1c6c9;
}

.explore-table tbody tr td:nth-child(3) {
    border-right: #bcbdbd solid 1px;
    border-left: #bcbdbd solid 1px;
}

.explore-table2 tbody tr td:last-child {
    border-right: #bcbdbd solid 1px;

}

/*exploretable1*/
.explore-table2 thead th {
    vertical-align: middle !important;
    border: solid 1px #bcbdbd;
}

.explore-table2 {
    color: #6c6c6c;
    font-size: 18px;
    border: none;
    overflow-x: scroll;
    margin: 5rem 0;
    display: table;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle !important;
}

.explore-table2 thead tr th:first-child {
    background: #45a128;
    color: #fff;
}

.explore-table2 thead tr th:first-child h5 {
    color: #fff;
}

.explore-table2 thead p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 15px;
}

.explore-table2 thead tr th:nth-child(2) {
    background: #eff2c7;
}

.explore-table2 thead tr th:nth-child(3) {
    background: #c5e5f8;
}

.explore-table2 thead tr th:nth-child(4) {
    background: #fbf4a3;
}

.explore-table2 tbody tr:nth-of-type(odd) th,
.explore-table2 tbody tr:nth-of-type(even) th {
    background: #fff;
}

.explore-table2 tbody tr:nth-of-type(odd) {
    background: #f3f4f6;
}

.explore-table2 tbody tr:nth-of-type(even) {
    background: #e5e6e7;
}

.explore-table2 tbody tr {
    border-bottom: solid 1px #bcbdbd;
}

.explore-table2 tbody tr td:nth-child(3) {
    border-right: #c1c6c9 solid 1px;
    border-left: #c1c6c9 solid 1px;
}

.explore-table2 td,
.explore-table2 th {
    vertical-align: middle;
    font-size: 15px;
}

.explore-table2 tbody tr th:first-child p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 15px;
}

.explore-table2 tbody tr th:first-child img {
    margin-right: 5px;
}

.explore-table2 tbody tr th:first-child {
    border: solid 1px #bcbdbd;

}

.footer-bottom {
    background: #009539;
    color: #fff;
}

/*
fee*/
.datetable.transaction {
    padding: 15px 0 5px 0;
}

#datepicker {
    padding-right: 20px;
    background-color: #fff;
    background-image: url(../images/fee_03.png);
    background-position-x: 98%;
    background-repeat: no-repeat;
    background-position-y: center;
    width: 40%;

}

#datepicker1 {
    padding-right: 20px;
    background: url(../images/fee_03.png) no-repeat;
    background-position-x: 98%;
    background-position-y: center;
    width: 40%;
}

#datepicker2 {
    padding-right: 20px;

    background: url(../images/fee_03.png) no-repeat;
    background-position-x: 149px;
    background-position-y: center;

}

#datepicker3 {
    padding-right: 20px;
    background: url(../images/fee_03.png) no-repeat;
    background-position-x: 149px;
    background-position-y: center;

}

.transaction label {
    color: #9d9d9d;
}

.transaction p {
    color: #9d9d9d;
    margin: 0 15px;
}

.transaction input {
    width: 180px !important;
    background: #fff;
    border: 1px solid #c7c7c7;
    box-shadow: 0px 2px 4px #c7c7c7 inset;
    color: #333;
    font-size: .9375em;
    min-height: 25px;
    margin-bottom: 0;
    padding: 6px;

}

.transaction .search-btn {
    background: -webkit-linear-gradient(left, #fda270, #fdcc71);
    padding: 8px 25px;
    color: #fff;
}

.transaction .refresh-btn {
    background: #cfcfcf;
    color: #fff;
    padding: 8px 20px;
}

.transaction .btn {
    font-family: 'OpenSans-Bold';
    border-radius: inherit;
    padding: 8px 20px;
}

/*
membership*/
.member-info {
    padding: 30px 30px;
}

.member-info img,
.member-info h3,
.member-info span {
    display: inline-block;
    font-family: 'OpenSans-Bold';
    color: #3c3c3c;
}

.member-info h3 {
}

.membership-bg {
    background: #faf5d9;

    color: #3c3c3c;
}

.member-r-img img {
    max-width: 100%;
    padding: 27px 30px;
}

.member-r-img .membership-title {
    text-align: center;

}

.member-r-img .membership-title span {
    font-family: 'OpenSans-Bold';
}

.membership-bg label {
    display: flex;
    font-size: 18px;
}

.membership-bg label {
    color: #8a8a8a;
}

.membership-bg label p {
    color: #3c3c3c;
    padding-left: 10px;
    padding-top: 3px;
}

.member-info-b .member-info-link {
    background: #009539;
    color: #fff;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 18px;
    font-family: 'OpenSans-Bold';
}

.member-info-b {
    padding: 0 30px 20px 30px;
}

.membership-point {
    background: -webkit-linear-gradient(#fff, #faf5d9);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fff, #faf5d9);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fff, #faf5d9);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#fff, #faf5d9);
    /* 标准的语法 */

    border-radius: 15px;
    position: relative;
    color: #3c3c3c;
    border: solid 1px #009539;
    font-family: 'OpenSans-Bold';
}

.membership-point h4 {
    font-family: 'OpenSans-Bold';
}

.membership-point .membership-point-info {
    text-align: center;
    padding: 60px 0;
}

.membership-point .membership-a-point {
    position: absolute;
    color: #009539;
    font-size: 30px;
    left: 50%;
    top: -29px;
    text-align: center;
    width: 200px;
    background: #fff;
    transform: translateX(-50%);
}

.product-info .welcome-cap2,
.product-info .welcome-cap3 {
    text-align: left;
}

.product-info .welcome-cap3 img {
    width: 20px;

}

.product-info .welcome-cap2 {
    color: #6e6e6e
}

.member-redeem {
    cursor: pointer;
}

.product-info .welcome-cap3 {
    color: #009539;
    font-family: 'OpenSans-Semibold';
}

.product-info .welcome-cap-a {
    display: none;
}

.promotions-b {
    display: none;
}

.product-info .welcome-cap-b {
    display: none;
}

.product-info .welcome-cap-a a {
    background: #009539;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    font-family: 'OpenSans-Semibold';
}

.product-info .welcome-cap-b a {
    background: #b6b6b6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    font-family: 'OpenSans-Semibold';
}
.member-redeem .welcome-cap{
    position: relative;
}
.member-redeem .welcome-cap .small-love{
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 8px;
	width:24px;
}
 .small-love{
    position: absolute;
    display: inline-block;
    top: 8px;
    right:8px;
	width:24px;
}

#membership-navigation .page-item:first-child .page-link i,
#membership-navigation .page-item:last-child .page-link i {
    vertical-align: middle;
    color: #8a999e;
    margin-right: 8px;
    margin-left: 8px;
    margin-top: -7px;
    font-size: 32px;
}

#membership-navigation .page-item:first-child .page-link,
#membership-navigation .page-item:last-child .page-link {
    color: #009539;
    font-family: 'OpenSans-Italic';
}

#membership-navigation .page-link {
    background: #fff;
    border: none;
    padding: 14px 15px;
    font-family: 'OpenSans-Italic';
}

#membership-navigation .page-link:hover {
    z-index: 2;
    color: #009539;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

#membership-navigation .page-item.active .page-link {
    color: #009539;
}

#membership-navigation .page-link:focus {
    outline: none;
    border: none;
    box-sizing: unset;
    box-shadow: none
}

.beginTime {
    font-size: 30px;
    text-align: center;
    color: #32a9db;
    letter-spacing: 4px;
}

.leftspan,
.rightspan {
    color: #32a9db;
    font-size: 30px;
    cursor: pointer;
}

.leftspan i,
.rightspan i {
    font-size: 30px;
}

.rightspan {
    margin-left: -16px;
}

#select-year,
#select-year1 {
    border: none;
    background: transparent;
    color: #585d5e;
    font-size: 26px;
    width: auto !important;
}

.select-course {
    position: relative;
}

.select-course button {
    background: #32a9db;
    width: 100%;
    border-radius: unset;

    text-align: left;
    font-size: 18px;
}

.select-course button:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.select-course button i {
    float: right;
    font-size: 26px;
}

.select-course-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background: rgba(50, 169, 219, 0.71);
    background-clip: padding-box;

}

.select-course-menu .radio {
    display: flex;
    padding-left: 11px;
    color: #fff;
    position: relative;
}

.select-course-menu input {
    z-index: 3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.select-course-menu input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 2px solid #fff;
    text-indent: .15em;
    line-height: 1;
}

.select-course-menu input[type="radio"]:checked + label::before {
    background-color: #fff;
    background-clip: content-box;
    padding: .2em;
}

.select-course-menu input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.photo-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 71%;
    background: #fff;
    width: 81%;
    padding: 13px;
    text-align: center;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.34);
    font-family: "OpenSans-Italic";
}

.photo-info h5 {
    color: #009539;
    margin-bottom: 15px;
}

.photo-info p {
    font-family: "OpenSans-Italic";
}

.students-photos {
    position: relative;
    padding-bottom: 50px;
    cursor: pointer;
}

/*
newsevents*/
.news-promotions .promotions-a {
    position: relative;

}

.promotions2 {
    font-family: "OpenSans-Bold";
    margin-top: 15px;
}

.promotions3 {
    font-family: "OpenSans-Italic";
    font-weight: bold;
    font-size: 18px;
    color: #009539;
}

.news-promotions .promotions-a a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: "OpenSans-Bold";
    cursor: pointer;
}
.news-promotions .promotions-a a:hover{
    color: #fff;
    opacity: 0.85;
}
.news-promotions .promotions-img {
    position: relative;
}

.news-promotions .promotions-img .promotions2-2 {
    bottom: 4px;
    left: 15px;
    font-size: 18px;
}

.news-promotions .promotions3-3 img {
    width: 20px;
}

.news-promotions .promotions3-3 {
    color: #009539;
    font-family: 'OpenSans-Semibold';
}

.promotions-b a {
    background: #009539;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    font-family: 'OpenSans-Semibold';
}

.photopopup {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 99;
    display: none;
}

.photopopup .fa-close {
    /* float: right; */
    color: #fff;
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 15px;
    border: solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}

.students-photos-t {
    position: relative;
}

.photopopup h4 {
    text-align: center;
    font-family: 'OpenSans-Semibold';
    color: #fff;
}

.photopopup .swiper-container {
    width: 90%;
    margin-bottom: 79px;
}

.photopopup-swiper .swiper-slide {

    display: flex;
}

.photopopup-swiper .swiper-slide .photobox {
    width: 33.3%;
    text-align: center;

}

.photopopup-swiper .swiper-slide .photobox .photo-t {
    height: 40%;
    display: inline-block;
    position: relative;
    width: 100%;
}

.photopopup-swiper .swiper-slide .photobox .photo-b {
    height: 60%;
    display: inline-block;
    width: 100%;
}

.photopopup-swiper .swiper-slide .photobox .photo-t-1 {
    height: 60%;
    display: inline-block;
    width: 100%;
}

.photopopup-swiper .swiper-slide .photobox .photo-b-1 {
    height: 40%;
    display: inline-block;
    width: 100%;
}

.photopopup-swiper .swiper-slide .photobox .photo-t-2 {
    height: 50%;
    display: inline-block;
    width: 100%;
}

.photopopup-swiper .swiper-slide .photobox .photo-b-2 {
    height: 50%;
    width: 100%;
    display: inline-block;
}

.photopopup-swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
    /*  padding: 15px 15px;*/

}

.photo-s-box {
    position: relative;
    margin: 15px 8px;
}

.photo-hover {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: white;
    font-size: 1em;
    left: 0;
   /*     pointer-events: none;*/
    opacity: 0;
    overflow: hidden;
    padding: 3.75em 3em;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer;

}

.photo-hover:hover {
    opacity: 1;
}

.photopopup .swiper-button-prev,
.photopopup .swiper-button-next {
    background-image: none;
    /*   height: 100px;*/
}

/*.photopopup .swiper-button-prev i,.photopopup .swiper-button-next i{
    font-size: 100px;
    color: #fff;
}*/
.photo-hover i {
    bottom: 10px;
    position: absolute;
    left: 10px;
    cursor: pointer;
}

.photo-hover i:hover {
    color: red;
}

.profile-a {
    color: #fba36f;
    font-family: 'OpenSans-Semibold';
    font-size: 20px;
}

.profile-b {

    font-family: 'OpenSans-Semibold';
    font-size: 18px;
}

.member-info-b label p:first-child {
    width: 35%;
    color: #8a8a8a;
    font-size: 16px;

}

.member-info-b label p:last-child {
    font-size: 16px;

}

.profile-btn {
    padding-right: 30px;
    text-align: right;
}

.profile-btn a {
    background: #009539;
    color: #fff;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 30px;
    font-family: 'OpenSans-Bold';
}

.profile-btn a i {
    vertical-align: middle;
    font-size: 20px;
}

.membership-bg1 {
    background: #eef3f6;
}

.membership-bg1 .member-info a img {
    width: 87px;
}

.popupdetail {
    display: none;
}

.popbtn1-left,
.popbtn2-left {
    left: 15px;
}

.popbtn1-right,
.popbtn2-right {
    right: 15px;
}

.redeemselect select {
    color: #000;
}

.membership .show-results {
    color: #000;
    float: right;
}

.redeem-search h5 {
    font-family: "OpenSans-Semibold";
}

.redeem-search .search-input {
    position: relative;

}

.redeem-search .search-input input {
    padding: 5px;
}

.redeem-search .search-input span {
    background: url(../images/redeem_03.png) no-repeat;
    position: absolute;
    width: 26px;
    height: 21px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.redeem-search li {
    border-bottom: 1px #dcdcdc solid;
    color: #485154;
    padding: 5px 0;
}

.popupdetail-info {
    position: absolute;
    width: 100%;
    background: rgba(0, 149, 57, 0.8);
    bottom: 0;
}

.popupdetail-info-w {
    display: inline-block;
    /* padding-left: 5px; */
    padding: 5px 8px;
}

.popupdetail-info-m {
    display: inline-block;
    float: right;
}

.popupdetail-info-m a {
    display: inline-block;
    padding-right: 5px;
    margin-top: 5px;
}

/*
welcome*/
.welcome-bor {
    border-right: solid 1px #e5e5e5;
}

.welcome-bor h3,
.his-title h3 {
    font-family: "OpenSans-Semibold";
    color: #000;
}

.wel-banana {
    color: #000;
    font-size: 20px;
}

.welcome-bor .num {
    font-size: 30px;
    font-family: "OpenSans-Bold";
    color: #000;
}

.welcome-bor table {
    color: black;
    width: 100%;
}

.welcome-bor table thead,
.welcome-bor table tbody {
    border-bottom: solid 1px #e5e5e5;
}

.welcome-bor table td {
    padding: 5px 0 5px 15px;
}

.welcome-title {
    color: #009539;
    font-family: "OpenSans-Semibold";
}

.welcome-name {
    font-size: 14px;
    color: #000000;
    width: 61%;
}

.welcome-name p {
    color: #5e5e5e;
}

.welcome-sz {
    font-size: 20px;
    font-family: 'OpenSans-Semibold';
    color: #000000;
    padding-top: 2rem;
}

.welcome-sz a {
    font-family: OpenSans-Bold;
    color: #000;
}

.welcome-choice {
    border-bottom: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
}

.product-title {
    color: #485154;
    font-size: 19px;
    font-family: 'OpenSans-Semibold';

}

.product-title::before {
    content: '|';
    margin-right: 5px;
    color: #009539;
}

.sp-vertical .sp-arrow {
    transform: none;
    text-shadow: none;
    color: #4c4c4c;
}

.sp-vertical .sp-previous-arrow {
    left: 31px;
    top: 50%;
}

.sp-vertical .sp-next-arrow {

    top: 40%;
}

.pro-cap .slider-pro {
    margin: 0;
}

.pro-cap .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    color: transparent;
}

.pro-cap .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border: none;
}

.pro-cap .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
}

.pro-cap .sp-vertical .sp-next-arrow {
    left: unset;
}

.pro-cap .sp-big {
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 2;
}

.pro-cap .sp-image {
    height: auto !important;

}

.produ-text2 select {
    width: 60% !important;
    border: 1px solid #C0C0C0;
    border-radius: unset;
    padding: 6px 10px;
}

.produ-add {
    font-family: OpenSans-Semibold;
    font-size: 18px;
}

.header_b #nav ul li ul li {
    padding: 10px 17px;
}

.prod-description h5 {
    font-family: OpenSans-Bold;
    text-align: center;
}

.welcome-cap2 {
    color: #6e6e6e;
}

.welcome-cap3 {
    font-size: 18px;
    color: #009539;
    font-family: 'OpenSans-Semibold';
}
.lang_en::after{
    content: '|';
    color: #000;
    margin: 0 1px 0 5px;
}
.chosen_lang a:hover{
    color: #009539 ;
}
.chosen_lang a{
    width: auto!important;
}
.chosen_lang a.active{
    color: #009539 ;
}
.news-promotions .more{
    display: inline-block;
}
.news-promotions .more i{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: -1px;
    background: url(../images/arrowright_03.png);
}
.membership-bottom{
    display: inline-block;
}
.membership-bottom li{
    list-style-type: none;
    float: left;
}
.membership-bottom li a:after{
    content: "|";
    width: 1px;
    height: 10px;
    color: #fff;
    margin: 0 12px;
}
.membership-bottom li:last-child a:after{
    content: "";
}
/*.calAlert {
     width: auto;
    position: absolute;
    z-index: 999;
    top: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    left: 50%;
    background: rgba(50, 169, 219, 0.84);
    padding: 10px 9px;
}*/

/*
.pro-cap #carousel li{
    float: none!important;
    width: 100px!important;
    height: 100px!important;
}
.pro-cap #carousel slides{
    transform: none!important;
}
.pro-cap .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{
    content: '';
    color: transparent;
}
.pro-cap .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{
    border: none;
}
.pro-cap .slider-pro{
    margin: 0;
}
.sp-thumbnail-container{
    width: 130px;
}*/
/*
table*/
#membership-table,#membership-table1,#membership-table2{
    overflow-x: hidden;
    text-align:center;
    color: #000;
    max-height: 460px;
}

#membership-table thead tr th,
#membership-table1 thead tr th,
#membership-table2 thead tr th{
    background: #009539;
    color: #fff;
}
#membership-table thead th,#membership-table .table-bordered td,#membership-table .table-bordered th,.table td, .table th,
#membership-table1 thead th,#membership-table1 .table-bordered td,#membership-table1 .table-bordered th,.table td, .table th,
#membership-table2 thead th,#membership-table2 .table-bordered td,#membership-table2 .table-bordered th,.table td, .table th{
    border: none;
}
#membership-table tbody,#membership-table1 tbody,
#membership-table2 tbody{
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}
#membership-table tbody tr:nth-of-type(even),
#membership-table1 tbody tr:nth-of-type(even),
#membership-table2 tbody tr:nth-of-type(even){
    background-color: rgba(0,0,0,.05);
}
#membership-table select{
	text-align: center;
	text-align-last: center;
}
#membership-table select,
#membership-table1 select,.header_b #nav li ul
#membership-table2 select{
    background: #f2f2f2;
    border: none;
    margin: 0 auto;
    color: #000;
}
.fa-trash:before {
    content: "\f021";
}
.fa-trash:after {
    content: 'Reset';
    padding-left: 13px;
    font-size: 16px;
    font-weight: bold;
}
.bootstrap-table .btn-secondary{
    background: #cfcfcf;
   /* border-color:transparent;*/
    border: none;padding: 8px 20px;
    border-radius: unset;
}
.btn-secondary.focus, .btn-secondary:focus{
    border: none;
    box-shadow: none;
}

article.faqs,
article.article{
	padding: 50px 0;
}
.faqs .title,
.article .title{
	font-weight: 700;
    text-align: center;
    padding: 0 13px;
    font-family: 'OpenSans-bold';
}
.faqs .title::before,
.faqs .title::after,
.article .title::before,
.article .title::after {
    content: '|';
    margin: 0 5px;
    color: #009539;
}
.faqs .faq-content{
	padding: 10px 0;
}
.faqs .faq-content .label-head{
    display: block;
    position: relative;
    line-height: 1.8em;
    padding-right: 40px;
    cursor: pointer;
}
.faqs .faq-content .label-head h5{
	padding: 16px 0;
}
.faqs .faq-content .label-head i{
	font-size: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #333333;
}
.faqs .faq-content .label-head i.fa-angle-up{
	display: none;
}
.faqs .faq-content .content-box{
	padding: 0 10px 0 20px;
	overflow: hidden;
	height: 0px;
	-webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.faqs .faq-content.active .content-box{
	height: auto;
	height: auto;
	opacity: 1;
}
.faqs .faq-content.active .label-head h5{
	font-weight: bold;
}
.faqs .faq-content.active .label-head i.fa-angle-up{
	display: block;
}
.faqs .faq-content.active .label-head i.fa-angle-down{
	display: none;
}

.privacy ul{
	padding-left: 40px;
	-webkit-padding-start: 40px;
    list-style-type: disc;
}
.privacy ol{
	padding-left: 40px;
    -webkit-padding-start: 40px;
    list-style-type: lower-alpha;
}
.privacy h5{
	margin: 1rem 0;
}
.privacy p{
	margin-bottom: 1rem;
}
.termsOfUse{
	min-height: calc(100vh - 153px - 62px);
}
h1.title {
    margin: 70px 0 50px 0!important;
    position: relative!important;
    color: #333333!important;
    font-size: 1.5rem!important;
}
article > .container > h1.title:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #009539;
    margin-right: 12px;
}



/*2019.9.5 by eason*/
article.favorite,
article.cart{
    min-height: calc(100vh - 215px);
}
article.favorite .overflow-x,
article.cart .overflow-x{
	overflow-x: auto;
}
.favorite_table{
	border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    min-width: 1000px;
}
.favorite_table th{
    font-weight: 700;
    padding: 9px 12px;
    background-color: #FFFFFF;
}
.favorite_table td{
	border-top: 1px solid rgba(0,0,0,.1);
    padding: 6px 12px;
    vertical-align: middle;
}
.favorite_table a.remove{
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.favorite_table a.remove:hover{
    color: #fff;
    background: red;
}
.favorite_table .product-add button{
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'OpenSans-bold';
    background: -moz-linear-gradient(left, #fda470, #fdcb71);
    background: -webkit-linear-gradient(left, #fda470 0%, #fdcb71 100%);
    background: linear-gradient(to right, #fda470 0%, #fdcb71 100%);
    padding: 10px 30px;
}
.product-price,
.product-total{
	min-width: 130px;
}
.product-price img,
.product-total img{
    margin-top: -15px;
    padding-left: 10px;
    margin-right: 5px;
}
.product-price .new-produ-sz,
.product-total .new-produ-sz{
	color: #fda170;
    font-size: 26px;
    font-family: 'OpenSans-bold';
    display: inline-block;
    white-space: nowrap;
}
.product-quantity .produ-j,
.product-quantity .produ-j3{
	font-size: 24px;
    padding: 0 14px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.product-quantity .produ-j2{
	font-size: 18px;
    padding: 6px 10px;
    border: 0;
    text-align: center;
    width: 60px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.product-quantity .produ-j3{
	background: #009539;
    color: #FFFFFF;
}
.cart .toProceed{
	font-size: 16px;
    color: #FFFFFF;
    font-family: 'OpenSans-bold';
    background: #009539;
    padding: 10px 30px;
}

@media only screen and (max-width: 768px) {
.gallery-thumbs {
    height:auto;
}
.gallery-thumbs .swiper-slide .cover img {
    top: auto;
    transform: unset;
}

}

@media (min-width: 768px) and (max-width: 769px){
body.front #fullpage .section-2 {
    height: auto;
}
}

/*
.membership .sp-slide{
	height:auto!important;
}

.membership .sp-slide .sp-image-container{
	height:auto!important;
}
*/
.membership  .sp-vertical .sp-next-arrow {
    top: 50%;
}
.membership .sp-image-container {
    background-color: #fbfbfb;
}
.pro-cap .sp-big {
    position: absolute;
}
.membership  .pro-cap .sp-image{

}
.welcome-cap,
.small-love-box{position:relative!important;display:inline-block!important;}



/*  20200413 shirley */
.show-more-list td a{
	display:inline-block;
	color:#009539!important;
	padding:12px 0;
	cursor: pointer;
}
.show-more-list td a span{
	display:inline-block;
	padding-left:4px;
}

.membership .news-promotions .promotions-a .outerdiv{
	text-align: center;
}
.membership .news-promotions .promotions-a .outerdiv #bigimg{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}



/* shirley 20200513 */
.layui-layer-btn a.layui-layer-btn0 {
    border-color: #009539;
    background-color: #009539;
    color: #fff;
}
.layui-layer-btn a.layui-layer-btn0:hover{
	color:#fff;
}

.membership_tc h5{
	margin:1rem 0;
}
.membership_tc .span1{
	display:block;
	padding-left:30px;
	padding-bottom:12px;
}
.membership_tc ol{
	margin-left:40px;
}
.membership_tc .ol01 li{
	padding-bottom:10px;
}
.membership_tc .ol01 p{
	color:#333;
	font-size:17px;
}
.membership_tc .ol01{
	margin-bottom:16px;
}
.membership_tc .ol02{
	margin-bottom:26px;
}
.membership_tc .ol02 table{
	margin:15px 0
}
.membership_tc .ol02 table td,
.membership_tc .ol02 table th{
	padding: 0;
    border: 1px solid #ccc;
    line-height: 47px;
    background-color: transparent;
}
.membership_tc .ol02 li{
	padding-bottom:10px;
}
.membership_tc .ol02 ul li{
	position:relative;
	padding-left:50px;
	padding-bottom:7px;
}
.membership_tc .ol02 ul li i{
	position:absolute;
	left:0;
	font-style:normal;
}
.membership_tc .ol02 ul li.li2{
	color:#333;
	font-size:16px;
}

/* 20200716 */
.product-detail-tab .tabUl{
	display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: start;
    align-items: center;
    margin: 0;
}
.product-detail-tab .tabUl li{
	margin-right: 10px;
    padding: 6px 20px;
    font-size: 16px;
    z-index: 100;
    position: relative;
    cursor: pointer;
    color: #009539;
    font-weight: bold;
    background-color: #ffff;
    text-align: center;
}
.product-detail-tab .tabUl > li a{
	color: #009539;
}
.product-detail-tab .tabUl > li.currentTab:before{
	content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
	border-width: 0;
    border-color: transparent transparent #fff transparent;
    bottom: -1px;
    background-image: url(../images/07dichan_0701.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 8px;
}
.product-detail-tab .tabUl > li.currentTab{
	background-color: #009539;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.product-detail-tab .tabUl > li.currentTab a{
    color: #fff;
}
.product-detail-tab .tab-all-content{
	border-top: 1px solid #009539;
    padding: 15px;
}
.product-detail-tab .tab-all-content .everTab{
	visibility: hidden;
    height: 0;
    overflow: hidden;
}
.product-detail-tab .tab-all-content .everTab.active{
	height: auto;
    visibility: visible;
}
/* 20200716 end */

.sec-centers-img img {
	max-height: 630px!important;
}
.location .imgBox img{
	max-height:100%;
}

.parents-share{
	
}
.parents-share .row-bg{
	background-color: #f1f7f3;
	margin: 0 0 20px;
	align-items: center;
}
.parents-share .part-text .text-box{
	padding:15px;
	position:relative;
}
.parents-share .part-text .text-box span{
	color:#000;
}
.parents-share .part-text .text-box:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 35px solid #f1f7f3;
    border-bottom: 20px solid transparent;
}
.parents-share .row-img-r .part-text .text-box:before {
    left: auto;
    right:-50px;
    border-top: 20px solid transparent;
    border-right: 0;
    border-left: 35px solid #f1f7f3;
    border-bottom: 20px solid transparent;
}
@media screen and (max-width: 991px){
	.parents-share .row-img-r .part-text .text-box:before,
	.parents-share .part-text .text-box:before {
	    left: 50%;
	    right:auto;
	    top: -40px;
	    transform: translate(-50%,0);
	    border-bottom: 30px solid #f1f7f3;
	    border-right: 15px solid transparent;
	    border-left: 15px solid transparent;
	}
	.parents-share .part-text .text-box{
		padding:15px 0;
		text-align: center;
	}
	
}

