/*
	store all page related styles. used on both frontend & backend
*/


/* ----- general ----- */

img {
    max-width: 100%;
}

p {
    line-height: 1.5;
}

.clickable {
    cursor: pointer;
}


/* ----- element related ----- */

.cms-element-bg {
    /*background-size: cover;*/
    background-position: center;
    /*background-repeat: no-repeat;*/
}

.cms-element-bg.repeat-bg {
    background-size: 100%;
    background-position: center top;
    background-repeat: repeat-y;
}


/* ----- container related ----- */

.cms-container {}

.cms-container>.cms-container-inside {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1210px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 10px;
    width: 100%;
}

.cms-container-item {
    width: 100%;
}


/* ----- block related ----- */

.cms-block {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.cms-block .cms-block-inside {
    margin: 0 10px;
}

.cms-block .block-title {
    /* font-size: 1.2em; */
    font-size: 42px;
    font-weight: bold;
}

.cms-image {
    text-align: center;
}

.cms-image img {
    max-width: 100%;
}


/* ----- block 3 related ----- */

.cms-block[data-block-type="3"] .text-item {
    padding-right: 15px;
}

.cms-block[data-block-type="3"] .image-item {
    float: right;
}


/* ----- block 4 related ----- */

.cms-block[data-block-type="4"] .text-item {
    padding-left: 15px;
}


/* ----- block 5 related ----- */

.cms-block[data-block-type="5"] .text-item {
    margin-top: 15px;
}


/* .cms-block[data-block-type="6"] .swiper-wrapper{
	align-items: center;
} */


/* ----- form related ----- */

.cms-form {
    padding: 20px 0;
}

.cms-form-item {
    padding: 20px;
}

.cms-form-item .item-title {
    float: left;
    width: 30%;
}

.cms-form-item .item-title .require-mark {
    margin-left: 5px;
    color: red;
}

.cms-form-item .item-input {
    float: right;
    width: 70%;
}

.cms-form-item .item-input .form-control {
    border-radius: 0;
}

.cms-form-item .item-input textarea {
    height: 100px;
    min-height: 40px;
    resize: vertical;
}

.cms-form-item .item-input .input-options {
    margin-bottom: 10px;
}

.cms-form-item .item-input .input-options input[type="radio"] {
    vertical-align: middle;
    margin: 0;
}

.cms-form-item .item-input .input-options .option-text {
    display: inline-block;
    margin-left: 5px;
}

.cms-form-submit {
    display: block;
    margin: 20px auto 0 auto;
    padding: 10px 40px;
    border: 1px solid #AAA;
    background: none;
}


/* ----- custom style ----- */

.cms-container.full-width .cms-container-inside {
    width: 100%;
    max-width: none;
}

.cms-block {
    max-width: 1170px;
}

.less-padding>.cms-container-inside {
    padding-top: 0;
}

.no-padding>.cms-container-inside {
    padding-top: 0;
    padding-bottom: 0;
}

.radius-img img {
    border-radius: 30px;
}

.cms-block .block-title,
.cms-block .block-title h2,
.cms-block .block-title h1 {
    color: #f5907b;
    font-size: 36px;
    padding: 10px 0;
    font-weight: bold;
}

.cms-block h1 {
    color: #6f3b9d;
    font-size: 62px;
}

.block-title p {
    line-height: 1;
}

.cms-block .block-content {
    color: #555555;
    font-size: 1.14em;
}

/*.cms-block .block-content:lang(tc) {
    text-align: justify;
}*/

.color-border-shadow .cms-image {
    position: relative;
}

.color-border-shadow .cms-image:after {
    position: absolute;
    content: '';
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    top: -5px;
    left: -5px;
    box-shadow: 0 0 35px 50px #e4fdf1 inset;
    display: block;
}


/* media block fading border */

.cms-block[data-block-type="5"].teacher-item .svg-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.cms-block[data-block-type="5"].teacher-item .svg-padding-layer {
    position: relative;
    height: 0;
}

.cms-block[data-block-type="5"].teacher-item .svg-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.cms-block[data-block-type="5"].fading-border .svg-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.cms-block[data-block-type="5"].fading-border .svg-padding-layer {
    position: relative;
    height: 0;
}

.cms-block[data-block-type="5"].fading-border .svg-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}


/* container - full width */

.cms-container.align-center>.cms-container-inside {
    align-items: center;
    margin: 0 auto;
}

.cms-container.align-center .cms-block {
    margin-bottom: 0;
}


/* slider related ? */

.cms-block[data-block-type="7"] .cms-block-inside {
    max-width: 700px;
    margin: 0 auto;
}


/* home service item */

.home-service-block .cms-container:not(:first-child)>.cms-container-inside {
    justify-content: center;
}

.home-service-block .cms-container-inside .cms-container-item{
	position:relative;
}

.home-service-block-icon1{
	position: absolute;
    right: 10%;
    top: 10%;
}

.home-service-block-icon2{
	position: absolute;
    bottom: 3%;
    left: 15%;
}

.home-service-block section .cms-container-item {
    max-width: 264px;
}


/* .cms-block.home-service-item{
	max-width:530px !important;
} */

.cms-block.home-service-item p span{
	font-family: 'Raleway-Bold' !important;
}

.cms-block.home-service-item .cms-block-inside {
    height: 0;
    padding-top: 120%;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.cms-block.home-service-item .cms-block-inside .image-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1;
}

.cms-block.home-service-item .cms-block-inside .image-item img {
    width: 100%;
}

.cms-block.home-service-item .cms-block-inside .text-item {
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1;
    height: 40%;
	border-radius: 0px 0px 20% 20%;
    margin-top: 0;
    transition: background-color 0.2s;
}

.cms-block.home-service-item .cms-block-inside .text-item img {
    width: 45px;
}

.cms-block.home-service-item .cms-block-inside svg {
    position: absolute;
    bottom: 43%;
    left: 0;
    right: 0;
    top: auto;
    z-index: 1;
    width: 100%;
    height: 15%;
    fill: currentColor;
    transition: color 0.2s;
    pointer-events: none;
}

.cms-block.home-service-item .cms-block-inside .block-content {
    font-size: 20px;
    color: #fff;
    /*margin-top: 10%;*/
}

.service-brief .cms-container-inside .cms-container-item .cms-block-inside .image-item .cms-image img{
	/*border: 5px solid #f5907b;*/
    border-radius: 20% 20% 0 0;
}

.cms-block.home-service-item .cms-block-inside .text-item .block-content p{
	margin: 1em;
}

html[lang="en"] .cms-block.home-service-item.need-2em .cms-block-inside .text-item .block-content p{
	margin: 1.5em;
}

html[lang="tc"] .cms-block.home-service-item.need-2em .cms-block-inside .text-item .block-content p{
	margin: 2em;
}

.home-service-item p {
    margin: 0 15px;
    /* display: flex;
	justify-content: space-between;
	align-items: center; */
    text-align: center;
}

.home-service .cms-container>.cms-container-inside {
    justify-content: center;
}

.home-service-item-container {
    width: 25% !important;
}

@media screen and (max-width: 1450px) and (min-width: 991px) {
    .cms-block.home-service-item .cms-block-inside .text-item img {
        max-width: 50%;
        width: 15%;
    }
}

/*@media screen and (max-width: 991px) {
	.cms-block.home-service-item .cms-block-inside .text-item{
		top:85%;
	}
	.cms-block.home-service-item .cms-block-inside svg{
		bottom:15%;
	}
}*/





.full-width-slider img {
    max-height: 763px;
}


/* ===== padding between menu and big title ====================================================================== */

.big-title {
    padding-top: 20%;
    padding-bottom: 4%;
}

.big-title .block-title h1 {
    font-size: 62px;
    color: #6f3b9d;
}


/* ===== Table ====== */

.common-table table {
    border-collapse: separate;
    border-spacing: 20px 25px;
}

.common-table table td {
    vertical-align: top;
}


/* ===== normal text-box ===== */

.text-box>.cms-block-inside {
    padding: 0 20px;
}

.text-box img {
    border-radius: 25px 25px 0 0;
    width: 100%;
}

.text-box .cms-block-item.text-item {
    margin-top: 0;
}

.text-box .block-content {
    background: #fffcd6;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5px 37px 20px 37px;
}

.text-box p {
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0;
    line-height: 1.4;
}




/* ===== homepage text-box-slider ===== */

.cms-block.text-box-slider .cms-block-inside {
    position: relative;
}


/* .text-box-slider .swiper-slide{
	width: auto!important;
} */

.text-box-slider .swiper-slide .image-item {
    width: 70%;
    height: 0;
    padding-top: 100%;
    border-radius: 15% 15% 0 0;
    overflow: hidden;
    position: relative;
	margin: auto;
}

.text-box-slider .swiper-slide .crl {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.text-box-slider .slide-img img {
    width: 100%;
}

.text-box-slider .block-title {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 100;
}

.text-box-slider .block-title p {
    margin: 0;
}

.text-box-slider .block-content {
    font-size: 22px;
}

.text-box-slider .boxtext {
    background-image: url(/file/09L7x8/textboxPanel.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
	min-height: 300px;
    /*height: 277px;
    width: 276px;
    position: absolute;*/
    z-index: 2;
    /*left: 0;
    top: 200px;*/
    opacity: .8;
}

.text-box-slider .swiper-slide:nth-child(even) .boxtext {
    opacity: .8;
}

.text-box-slider .boxtext .block-content{
	margin: 5%;
}

.text-box-slider .swiper-button-next {
    background-image: url("/file/m9bQz8/right_bannerArrow.png") !important;
    right: -5%;
}

.text-box-slider .swiper-button-prev {
    background-image: url("/file/d9Q559/left_bannerArrow.png") !important;
    left: -5%;
}


/* @media screen and (max-width: 1450px){
	.text-box-slider .swiper-slide{
		padding:50px;
	}
} */

.swiper-button-next,
.swiper-button-prev {
    display: inline-block;
    /*width: 21px;
    height: 32px;
    margin-top: -22px;*/
    outline: none;
    border: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}

.gallery-item .swiper-button-next {
    background-image: url("/file/X8EZ19/right_arrow.png");
    right: -4%;
}

.gallery-item .swiper-button-prev {
    background-image: url("/file/Z9mea9/left_arrow.png");
    left: -4%;
}

.gallery-item3 .swiper-button-next {
    background-image: url("/file/X8EZ19/right_arrow.png");
    right: -2%;
}

.gallery-item3 .swiper-button-prev {
    background-image: url("/file/Z9mea9/left_arrow.png");
    left: -2%;
}

.swiper-button-next {
    background-image: url("/file/X8EZ19/right_arrow.png");
    right: 0;
}

.swiper-button-prev {
    background-image: url("/file/Z9mea9/left_arrow.png");
    left: 0;
}

.text-box-slider .swiper-button-prev:after,
.text-box-slider .swiper-button-next:after,
.item-slider .swiper-button-prev:after,
.item-slider .swiper-button-next:after,
.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}


/* item slider */

.cms-block.item-slider {
    max-width: 1600px;
    ;
}

.item-slider .swiper-wrapper {
    align-items: center;
}

.item-slider .cms-block-inside {
    position: relative;
}

.item-slider .swiper-slide {
    padding: 30px;
}

.item-slider img {
    border-radius: 25px;
    width: 100%;
}

.item-slider .swiper-button-prev {
    background-image: url("/file/Z9mea9/left_arrow.png") !important;
    background-repeat: no-repeat;
    left: -1%;
}

.item-slider .swiper-button-next {
    background-image: url("/file/X8EZ19/right_arrow.png") !important;
    background-repeat: no-repeat;
    right: -1%;
}

/* home slider */

.cms-container-inside:has(> .cms-container-item > .home-banner){
	padding-bottom: 0;
}

.home-banner{
	max-width: initial;
    margin: 0;
}

.home-banner .cms-block-inside{
	margin: 0;
}

.home-banner .swiper-wrapper{
	align-items: center;
}

.home-banner .swiper-slide{
	margin-top: 10rem;
}

.home-banner .swiper-slide .cms-block-item{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
	justify-content: center;
}

.home-banner .swiper-slide .cms-block-item .block-title p{
	line-height: 1.5;
}

.home-banner .swiper-slide .cms-block-item .slide-img .cms-image img{
	width: 90%;
}

.cms-container-item:has(> .home-banner-icon){
	position: relative;
}

.home-banner-icon{
	position: fixed;
    right: 3%;
    top: 15%;
	z-index: 20;
}

.home-banner-icon img{
	width: 200px;
}

.swiper-button-prev, .swiper-button-next{
	width: 55px;
    height: 100px;
}

.schoolfeature-container{
		font-family: 'Raleway-Regular';
}

.schoolfeature {
	min-height: 600px;
}

.schoolfeature table td{
	padding: 0;
}

.schoolfeature .schoolfeature-container .cms-container-inside{
	padding-top: 0;
}

.schoolfeature .schoolfeature-title .block-title, .schoolfeature .schoolfeature-title .block-title h2{
	padding: 0;
}

.schoolfeature-container .block-content table tr td:first-child {
		width: 6%;
	}
	
.home-section-title h2, .coursefeature-title h2{
	padding: 0;
	margin: 0;
}

.home-section-title h2 > span, .schoolfeature-title h2 > span, .contactUs-title span{
	font-family: 'Raleway-ExtraBold' !important;
}

.schoolfeature-container{
	padding: 5% 10%;
}

.schoolfeature .cms-container-inside .cms-container-item{
	position: relative;
}

.schoolfeature-icon1{
	position: absolute;
	right: 15%;
	top: 21%;
	width: 150px;
}

.schoolfeature-icon2{
	position: absolute;
    top: 33%;
    left: -5%;
}

.schoolfeature-icon3{
	position: absolute;
    bottom: -2%;
    right: 15%;
}

.cms-block.schoolfeature-title .cms-block-item{
	display: flex;
    flex-direction: row-reverse;
    align-items: end;
    justify-content: center;
}

.cms-block.schoolfeature-title .block-title{
	margin: 10% 10% 0 5%;
}

.cms-block.schoolfeature-title .block-title h2 {
	border-left: 2px solid #91c48c;
    padding-left: 15%;
	color: #91c48c;
}

.schoolfeature-title .block-content img{
	border: 15px solid #fff;
    border-radius: 50px;
}

.cms-block.home-section-title{
	width: 75%;
	padding-bottom: 5%;
}

.cms-block.home-section-title .block-title h2{
	border-left: 2px solid #f5907b;
    padding-left: 3%;
}

.home-section-title h2 > span{
	font-weight: bold;
}

.service-brief .cms-container-inside{
	padding-top: 0;
}

.home-info .cms-container-inside{
	align-items: center;
    justify-content: center;
	padding: 5% 0 10% 0;
}

.home-info .cms-container-inside > .cms-container-item{
	width: 18% !important;
	height: 14em;
	margin: 5px;
    background-color: white;
    border-radius: 45px;
}

.home-info .cms-container-inside > .cms-container-item > .cms-block{
	margin: 10px 0;
}

.home-info .cms-container-item:not(:first-child) .cms-block .block-content img{
	margin-bottom: 10%;
}

.home-info .cms-container-inside > .cms-container-item .block-content > p > span > span{
	font-family: 'Raleway-Regular' !important;
}

.contactUs-title{
	width: 75%;
}

.contactUs-title .block-title {
	border-left: 2px solid #7dbbd2;
    padding-left: 3%;
    color: #7dbbd2;
}

/* history slider */

.cms-block.history-slider {
    max-width: 1600px;
    ;
}

.history-slider .cms-block-inside {
    position: relative;
}

.history-slider .swiper-slide {
    padding: 10px;
    background-color: #FFFDD7;
    border-radius: 25px;
	box-shadow: 2px 5px #dfa026;
}

.history-slider .swiper-slide:nth-child(odd) {
    background-color: #FFFDD7;
}

.history-slider img {
    width: 100%;
    border-radius: 25px;
    border-bottom-left-radius: 0px;
}

.history-slider .swiper-button-prev {
    background-image: url(/file/Z9mea9/left_arrow.png) !important;
    background-repeat: no-repeat;
    left: -5%;
}

.history-slider .swiper-button-next {
    background-image: url(/file/X8EZ19/right_arrow.png) !important;
    background-repeat: no-repeat;
    right: -5% !important;
}

.history-slider .swiper-button-prev:after,
.history-slider .swiper-button-next:after {
    content: '';
}

.history-slider .cms-image {
    position: relative;
}

.history-slider .block-title {
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 0;
    padding: 10px 20px;
    background-color: #ff633a;
	box-shadow: 2px 5px #dfa026;
    font-size: 20px !important;
    color: #ffffff;
	left: 50%;
	transform: translateX(-50%);
	border-radius:15px;
}

.history-slider .block-title p {
    margin: 0;
}


/* .history-slider .block-title p{
	display:inline-block;
	padding:10px 20px;
	background-color:#ff633a;
	font-size:20px;
	color:#ffffff;
	font-family:NotoSansMonoCJKtc-Regular_1;
	font-weight:lighter;
	margin:0;
} */

.history-slider .boxtext {
    padding: 10px;
}

.history-slider .block-content p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}

.full-width .swiper-button-prev:after,
.full-width .swiper-button-next:after {
    content: '';
}

.full-width .swiper-button-next {
    background-image: url("/file/b8n1KP/arrow3.png") !important;
    background-repeat: no-repeat;
    /* right:0 !important; */
    background-size: 100%;
}

.full-width .swiper-button-prev {
    background-image: url("/file/VPvkn8/arrow2.png") !important;
    background-repeat: no-repeat;
    background-size: 100%;
    /* left:0 !important; */
}

/* art slider */

.art-slider .swiper-button-prev:after,
.history-slider .swiper-button-next:after {
    content: '';
}

.download-btn a,
.read-more p {
    position: relative;
    width: auto;
    top: 0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;
}

.download-btn a:after,
.read-more p:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    height: 50px;
    width: 100%;
    border-style: solid;
    border-width: 0 0 0px;
    border-color: rgb(0, 0, 0);
    border-radius: 0px 0px 15px 15px;
    background-color: #177f82;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    opacity: 1;
}

.read-more p:after {
    left: 50%;
    transform: translateX(-50%);
    top: 35%;
    width: 80%;
}

.download-btn a:hover,
.read-more p:hover {
    top: 5px;
}

.download-btn a:hover:after,
.read-more p:hover:after {
    opacity: 0;
}

.download-btn a strong,
.read-more p strong {
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    text-decoration: none;
    background-color: #f26522;
    width: 80%;
}

.download-btn.orange-btn a strong {
    width: 25%;
    background-color: #f26522;
}

.download-btn.orange-btn a:after {
    background-color: rgb(198, 61, 6);
}

.album-block .cms-container-inside {
    display: flex;
    justify-content: center;
}

.cms-block.gallery-item {
    margin-bottom: 0;
}


/* .gallery-item .swiper-slide{
		min-height: 250px;
		padding-top:10%;
	} */

img.mfp-img {
    max-height: 90vh;
}

.gallery-item .cms-block-inside {
    position: relative;
}

.gallery-item a {
    cursor: pointer;
}

.gallery-item a img {
    padding-top: 28px;
    display: block;
}

.gallery-item .cms-image {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.gallery-item .cms-block-inside>img.background {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

.gallery-item .a-background {
    width: 180px;
    height: 180px;
}

.cms-block.gallery-item2 {
    margin-bottom: 0;
}


/* .gallery-item .swiper-slide{
	min-height: 250px;
	padding-top:10%;
} */

.gallery-item2 .cms-block-inside {
    position: relative;
}

.gallery-item2 a img {
    padding-top: 28px;
    display: none;
}

.gallery-item2 .cms-image {
    max-width: 260px;
    max-height: 220px;
    margin: auto auto auto auto;
}

.gallery-item2 .cms-block-inside>img.background {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

.gallery-item2 .a-background {
    width: 197px;
    height: 210px;
    margin-left: 10%
}

.cms-block.gallery-item3 {
    margin-bottom: 0;
}


/* .gallery-item .swiper-slide{
	min-height: 250px;
	padding-top:10%;
} */

.gallery-item3 .cms-block-inside {
    position: relative;
}

.gallery-item3 a img {
    padding-top: 28px;
    display: block;
}

.gallery-item3 a {
    cursor: pointer;
}


.gallery-item3 .cms-image {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.gallery-item3 .cms-block-inside>img.background {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

.gallery-item3 .a-background {
    width: 180px;
    height: 180px;
}

.cms-block.gallery-item4 {
    margin-bottom: 0;
}


/* .gallery-item .swiper-slide{
	min-height: 250px;
	padding-top:10%;
} */

/* .gallery-item .swiper-slide {
    width: auto;
} */

.gallery-item4 .cms-block-inside {
    position: relative;
}

.gallery-item4 a img {
    padding-top: 28px;
    display: none;
}

.gallery-item4 .cms-image {
    max-width: 260px;
    max-height: 220px;
    margin: auto auto auto auto;
}

.gallery-item4 .cms-block-inside>img.background {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

.gallery-item4 .a-background {
    width: 197px;
    height: 210px;
    margin-left: 10%;
}

.gallery4-container-left {
    left: 20%;
}

.gallery4-container-right {
    right: 20%
}

.gallery-item4-text-left {
    left: 20%;
}

.gallery-item4-text-right {
    right: 20%;
}

.hsa p{
	text-align:center;
	color: #373D45;
	font-size:15pt;
}
.hsa p span>span{
	font-size:15pt;
}
.hsa section.cms-container.ecs-container2.cca .cms-resource .cms-image img{
	height:29vh;
}

/*@media screen and (min-width: 450px){
	.cms-block.gallery-item2{
	margin-bottom:80px;
	}
	.cms-block.gallery-item4{
	margin-bottom:80px;
	}
	.gallery-item2 .a-background{
	width:245px;
	height:255px;
	margin: auto auto 20px 230px;
	}
	.gallery-item4 .a-background{
	width:245px;
	height:255px;
	margin: auto auto 20px 230px;
	}
	.gallery-item4 .a-background, .album .a-background{
		width:255px;
		height:265px;
	}
	.gallery-item4 .a-background, .album .a-background{
		width:255px;
		height:265px;
	}

}*/

.album .a-background {
    width: 272px;
    height: 272px;
    margin: 0 auto;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*=13/5/2020=*/

.nav>li>a {
    display: inline-block;
}


/* teacher img*/

.teacher-item .cms-image,
.teaching-border .cms-image {
    position: relative;
}

.teacher-item .cms-image>img,
.teaching-border .cms-image>img.teaching-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.teaching-border .cms-image>img.teaching-frame {
    pointer-events: none;
}

.cms-block[data-block-type="5"].teacher-item .text-item {
    margin-top: 0;
}

.cms-block[data-block-type="5"].teaching-border .text-item {
    margin-top: 30px;
}

.teaching-border .text-item .block-content p {
    line-height: 1.3;
}

.teaching-border .text-item .block-content a {
    color: #2ab0ba;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}


/* TABLE */

table.blue-table {
    border: #2ab0ba;
}

table.red-table {
    border: #823922;
}

table.blue-table th span,
table.red-table th span {
    font-size: 20px;
}

table.blue-table td,
table.blue-table th,
table.red-table td,
table.red-table th {
    padding: 2%;
}


/* TAB */

.tab-nav2 {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.tab-nav2 li {
    list-style: none;
}

.tab-nav2 li .block-title {
    color: #fff;
    font-size: 20px;
    padding: 20px 25px;
    border-radius: 5px;
    position: relative;
}

.tab-nav2 li:not(:last-child) .block-title {
    margin-right: 15px;
}

.tab-nav2 li .block-title p {
    margin: 0;
}

.tab-nav2 li .block-title.green_bg {
    background-color: #42bdc1;
}

.tab-nav2 li .block-title.brown_bg {
    background-color: #b99173;
}

.tab-nav2 li .block-title.purple_bg {
    background-color: #a995b5;
}

.tab-nav2 li.active .block-title:after {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: -12px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 10px;
}

.tab-nav2 li.active .block-title.green_bg:after {
    border-top: 12px solid #42bdc1;
}

.tab-nav2 li.active .block-title.brown_bg:after {
    border-top: 12px solid #b99173;
}

.tab-nav2 li.active .block-title.purple_bg:after {
    border-top: 12px solid #a995b5;
}

.tab-nav2 li a:hover {
    text-decoration: none;
}

.tab-content {
    margin-top: 5%;
}

.tab-content .tab-pane {
    padding: 5%;
}

.tab-content .tab-pane.green_bg {
    background-color: #a9e6e7;
}

.tab-content .tab-pane.brown_bg {
    background-color: #ebcfba;
}

.tab-content .tab-pane.purple_bg {
    background-color: #e5dfe9;
}

.padding-table td {
    padding: 2% 0;
}

.song .block-content {
    text-align: center;
}

.home-text {
    width: 100%;
}


/*
	.gallery-frame .cms-image{
		border: 45px solid transparent;
		border-image: url("http://ftylns.infinmedia.com/file/09LenG/frame_orange.png") 50 50;

	}

	.gallery-frame2 .cms-image{
		border: 45px solid transparent;
		border-image: url("http://ftylns.infinmedia.com/file/V8RLLG/frame_purple.png") 50 50;

	}
	*/

.cms-block .feature-img-top {
    margin-bottom: 0;
}

.inside-page-banner{
	max-width: 100%;
	margin: 0;
}

.inside-page-banner > .cms-block-inside{
	margin: 0;
}

/*feature*/
.coursebbox > .cms-container-inside{
	position: relative;
}

.coursefbox .block-content p{
    text-align: center;
}

.coursebbox .cms-container-inside{
	padding-top: 0;
}

.curriculum-characteristics-title{
	width: 82%;
}

.curriculum-characteristics-title .block-title h2{
	border-left: 2px solid #faab19;
    padding-left: 2%;
}

.curriculum-characteristics-title .block-title h2 span, .curriculum-goals-title .block-title h2 span, 
.wla-title .block-title h2 span, .pa-title .block-title h2 span, .smart-title .block-title h2 span,
.ee-title .block-title h2 span, .lt-title .block-title h2 span, .lep-title .block-title h2 span,
.lp-title .block-title h2 span, .lp-title2 .block-title h2 span, .tsws-intor-title .block-title h2 span,
.brief-history-title .block-title h2 span, .sm-title .block-title h2 span, .sc-title .block-title h2 span,
.ef-title .block-title h2 span, .activities-title .block-title h2 span, .staffing-title .block-title h2 span,
.ts-title .block-title h2 span, .ecs-title .block-title h2 > span > span, .occs-title .block-title h2 span, .ehs-title .block-title h2 span,
.sws-title .block-title h2 span, .ip-title .block-title h2 span, .oprs-title .block-title h2 span, .t1ss-title .block-title h2 span,
.title-contact-us .block-title h2 span, .title-services-hour .block-title h2 span, .admission-fee-title .block-title h2 span,
.admission-req-title .block-title h3 span, .admission-guidelines-title .block-title h3 span, .admission-related-pages-title .block-title h3 span
{
	font-family: 'Raleway-ExtraBold' !important;
}

.admission-fee-title h2{
	white-space: nowrap;
}

.brief-history-title .block-title h2 span, .schoolfeature-title .block-title h2 span{
	white-space: nowrap;
}

.coursebbox .image-block .cms-container-inside{
	padding-top: 20px;
    width: 85%;
}

.coursebbox .image-block img{
	border-radius: 30px;
    border: 15px solid #fff;
}

.curriculum-characteristics-content{
	width: 75%;
	padding: 2% 0;
}

.curriculum-characteristics-content p{
	font-family: 'Raleway-Regular';
	color: #373d45;
}

.curriculum-characteristics-icon{
	position: absolute;
    bottom: 8%;
    left: 1%;
    width: 150px;
    transform: rotate(-25deg);
}

.curriculum-goals-container > .cms-container-inside{
	padding: 0;
}

.curriculum-goals-container > .cms-container-inside > .cms-container-item{
	position: relative;
}

.curriculum-goals-container .curriculum-goals-icon{
	position: absolute;
	right: 0%;
    top: 0%;
    width: 150px;
}

.curriculum-goals-title .block-title h2{
	border-left: 2px solid #91c48c;
    padding-left: 5%;
}

.curriculum-goals-title .block-content{
	position: relative;
}

.curriculum-goals-title .swiper-button-next {
    background-image: url("/file/582KN9/arrow11.png");
	background-position: center;
    left: 12%;
	top: 150%;
	width: 70px;
}

.curriculum-goals-title .swiper-button-prev {
    background-image: url("/file/BPjVgP/arrow10.png");
	background-position: center;
    left: 0;
	top: 150%;
	width: 70px;
}

.curriculum-goals-slide img{
	border-radius: 30px;
    border: 15px solid #fff;
}

.curriculum-goals-paragraph, .wla-paragraph, .pa-paragraph, .lt-paragraph, .sm-paragraph{
	width: 64%;
}

.curriculum-goals-paragraph .block-content p, .wla-paragraph .block-content p, .pa-paragraph .block-content p, 
.smart-paragraph .block-content p, .ee-paragraph .block-content p, .lt-paragraph .block-content p, .lep-paragraph .block-content p,
.lp-paragraph .block-content p, .tsws-intor-paragraph .block-content p, .brief-history-paragraph .block-content p, .sm-paragraph .block-content table,
.sc-paragraph .block-content table, .ef-paragraph .block-content table, .activities-paragraph .block-content table, .staffing-paragraph .block-content table,
.ecs-paragraph .block-content p, .occs-paragraph .block-content p, .ehs-paragraph .block-content p,.sws-paragraph .block-content p, 
.ip-paragraph .block-content p, .oprs-paragraph .block-content p, .t1ss-paragraph .block-content p{
	color: #373d45;
	font-family: 'Raleway-Regular';
	text-align: justify;
}

.curriculum-goals-paragraph table td{
	padding: 2px 0;
}

.curriculum-goals-paragraph table td:first-child{
	width: 5%;
}

.wla-title .block-title h2{
	border-left: 2px solid #91c48c;
	padding-left: 3%;
}

.wla-container .cms-container-inside .cms-container-item{
	position: relative;
}

.wla-container2 .cms-container-inside{
	padding: 0;
	width: 85%;
}

.wla-container2 img{
	border-radius: 30px;
    border: 15px solid #fff;
}

.wla-title, .wla-paragraph, .curriculum-goals-title{
	width: 82%;
}

.wla-icon1, .wla-icon2, .wla-icon3{
	position: absolute;
}

.wla-icon1{
	top: -7%;
    right: 48%;
    width: 150px;
}

.wla-icon2{
	top: -5%;
    right: 13%;
    width: 50px;
}

.wla-icon3{
	bottom: 10%;
    left: 16%;
    width: 70px;
}

.pa-title .block-title h2{
	border-left: 2px solid #7dbbd2;
	padding-left: 3%;
}

.pa-container .cms-container-inside .cms-container-item{
	position: relative;
}

.pa-container2 .cms-container-inside{
	padding: 0;
	width: 85%;
}

.pa-container2 img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.pa-title, .pa-paragraph{
	width: 82%;
}

.pa-icon1, .pa-icon2{
	position: absolute;
}

.pa-icon1{
	bottom: 22%;
    left: 9%;
    width: 50px;
}

.pa-icon2{
	bottom: -2%;
    right: 10%;
    width: 80px;
}

.smart-title .block-title h2{
	border-left: 2px solid #fff;
	padding-left: 3%;
}

.smart-container2 img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.smart-container2-left .cms-block{
	width: 80%;
}

.smart-paragraph{
	width: 80%;
    margin-left: 0;
}

.smart-container .cms-container-inside .cms-container-item{
	position: relative;
}

.smart-icon1, .smart-icon2{
	position: absolute;
}

.smart-icon1{
	top: -25%;
    left: 5%;
    width: 160px;
}

.smart-icon2{
	top: 37%;
    right: 46%;
    width: 45px;
}

.ee-container > .cms-container-inside{
	padding: 0;
}

.ee-container2-left{
	margin-left: auto;
}

.ee-container2-right{
	width: 50% !important;
}

.ee-container2 > .cms-container-inside{
	padding: 10% 0;
}

.ee-container2-left .ee-title .block-title h2{
	border-left: 2px solid #7dbbd2;
	padding-left: 3%;
}

.ee-container2-right img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.ee-paragraph{
	width: 86%;
    margin-left: 0;
	margin-top: 10%;
}

.ee-container2-right .cms-block{
	width: 80%;
    margin-left: 0;
}

.ee-container .cms-container-item{
	position: relative;
}

.ee-icon1, .ee-icon2{
	position: absolute;
}

.ee-icon1{
	top: 35%;
    left: 15%;
    width: 40px;
}

.ee-icon2{
	bottom: 10%;
    right: 20%;
    width: 150px;
}

.lt-title .block-title h2{
	border-left: 2px solid #7dbbd2;
	padding-left: 3%;
}

.lt-container .cms-container-inside .cms-container-item{
	position: relative;
}

.lt-container2 .cms-container-inside{
	padding: 0;
	width: 85%;
}

.lt-container2 img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.lt-title, .lt-paragraph{
	width: 82%;
}

.lt-container .cms-container-inside{
	position: relative;
}

.lt-icon1, .lt-icon2{
	position: absolute;
}

.lt-icon1{
	top: -3%;
    left: 28%;
}

.lt-icon2{
	top: 17%;
    left: 8%;
}

.lep-title .block-title h2{
	border-left: 2px solid #7dbbd2;
	padding-left: 3%;
}

.lep-container .cms-container-inside .cms-container-item{
	position: relative;
}

.lep-container2 .cms-container-inside{
	padding: 0;
	width: 85%;
}

.lep-container2 img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.lep-title{
	width: 84%;
}

.lep-container .cms-container-inside{
	position: relative;
}

.lep-container2-left .cms-block{
	/*width: 80%;*/
}

.lep-paragraph{
	width: 80%;
    margin-left: 0;
    margin-top: 25%;
}

.lep-container > .cms-container-inside{
	padding: 5% 0;
}

.lep-container2 > .cms-container-inside{
	padding: 0;
}

.lep-icon1, .lep-icon2{
	position: absolute;
}

.lep-icon1{
	top: 41%;
    left: 49%;
    width: 45px;
}

.lep-icon2{
	bottom: -18%;
    right: 17%;
    width: 80px;
}

.lp-container{
	background-size: initial;
    background-repeat: repeat;
}

.lp-container > .cms-container-inside{
	padding: 5% 0;
}

.lp-container > .cms-container-inside > .cms-container-item{
	position: relative;
}

.lp-title .block-title h2, .lp-title2 .block-title h2{
	border-left: 2px solid #7dbbd2;
	padding-left: 3%;
}

.lp-title, .lp-title2, .lp-paragraph{
	width: 80%;
}

.lp-container2 > .cms-container-inside{
	padding: 0;
	width: 80%;
}

.lp-container2 img, .cca img{
	border-radius: 30px;
	border: 15px solid #fff;
}

section.cms-container.lep-container.cca .cms-image img{
	height:26vh;
}

section.cms-container.lep-container.cca .cms-block-item.text-item .block-content p{
	text-align: center;
}

.lp-icon1, .lp-icon2, .lp-icon3{
	position: absolute;
}

.lp-icon1{
	top: -7%;
    right: 15%;
    width: 200px;
}

.lp-icon2{
	top: 11%;
    left: 10%;
    width: 45px;
}

.lp-icon3{
	bottom: 10%;
    left: 10%;
    width: 50px;
}

/*About Us*/
.tsws-intor-title .block-title h2{
	border-left: 2px solid #faab19;
	padding-left: 3%;
}

.tsws-intor-container .cms-container-inside{
	padding: 3% 0;
}

.tsws-intor-container > .cms-container-inside > .cms-container-item{
	position: relative;
}

.tsws-intor-container2-left{
	position: relative;
}

.tsws-intor-container2-left .cms-block{
	position: absolute;
	top: 30%;
	left: 40%;
}

.tsws-intor-paragraph{
	width: 75%;
    margin-left: 0;
}

.tsws-intor-icon1, .tsws-intor-icon2{
	position: absolute;
}

.tsws-intor-icon1{
	top: 10%;
    left: 22%;
    width: 40px;
}

.tsws-intor-icon2{
	top: 70%;
    left: 37%;
    width: 60px;
}

.brief-history-container > .cms-container-inside{
	padding-top: 0;
    min-height: 600px;
}

.brief-history-container > .cms-container-inside > .cms-container-item{
	position: relative;
	width: 100%;
}

.brief-history-container2{
	position: absolute;
    width: 100%;
    top: 2%;
    left: 10%;
}

.brief-history-container2 > .cms-container-inside{
	padding-top: 0;
}

.brief-history-title .block-title h2{
	border-left: 2px solid #91c48c;
	padding-left: 20%;
}

.brief-history-container2 img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.brief-history-container2-right{
	position: relative;
}

.brief-history-title{
	position: absolute;
    bottom: 0;
}

.brief-history-container2-left .cms-block{
	width: 80%;
}

.brief-history-paragraph{
	margin-top: 35%;
    width: 65%;
}

.brief-history-icon1, .brief-history-icon2{
	position: absolute;
}

.brief-history-icon1{
	width: 40px;
    top: 60%;
    left: 15%;
}

.brief-history-icon2{
	top: 0;
    right: 10%;
    width: 150px;
}

.ts-title .block-title h2{
	border-left: 2px solid #91c48c;
    padding-left: 5%;
}

.ts-slide .cms-image{
	width: 75%;
}

.ts-container > .cms-container-inside > .cms-container-item{
	position: relative;
}

.ts-container2 > .cms-container-inside{
	padding-bottom: 70px;
}

.ts-container2 > .cms-container-inside{
	padding-top: 0;
	width: 85%;
}

.ts-title{
	width: 93%;
}

.ts-slide img{
	border-radius: 30px;
    border: 15px solid #fff;
}

.ts-slide-arrow .block-content{
	display: flex;
    width: 75%;
    justify-content: flex-end;
}

.ts-swiper-button-next,
.ts-swiper-button-prev {
    display: inline-block;
    width: 70px;
    height: 100px;
	outline: none;
    border: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}

.ts-swiper-button-prev {
    background-image: url(/file/N8qbN9/arrow4.png);
    background-repeat: no-repeat;
    left: -5%;
}

.ts-swiper-button-next {
    background-image: url(/file/d9Qo7P/arrow5.png);
    background-repeat: no-repeat;
    right: -5%;
}

.ts-paragraph{
	padding-top: 15%;
}

.ts-icon1{
	position: absolute;
	bottom: 10%;
    left: 3%;
    width: 80px;
}

.sm-title .block-title h2{
	border-left: 2px solid #7dbbd2;
	padding-left: 3%;
}

.sm-container .cms-container-inside .cms-container-item{
	position: relative;
}

.sm-container2 .cms-container-inside, .staffing-container2 .cms-container-inside{
	padding: 0;
	width: 80%;
}

.sm-container2 img, .staffing-container2 img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.sm-title, .sm-paragraph{
	width: 78%;
}

.sm-paragraph table tr td:first-child{
	width: 3%;
}

.sm-paragraph table td{
	padding: 0 0 1% 0;
}

.sm-icon1{
	position: absolute;
	top: 70%;
    right: 5%;
    width: 80px;
}

.report-paragraph a{
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #7dbbd2;
    margin: 2%;
    padding: 20px;
    font-weight: bold;
    font-size: 15.96px;
}

.report-2-btn-div.v2 .report-paragraph a{
    display: flex;
    justify-content: center;
}

.report2-paragraph.green a{
    background-color: #80AF81;
}

.report-paragraph{
	padding-top: 10px;
	padding-bottom: 10%;
	margin-left: 0;
}

.sc-title {
	width: 75%;
}

.sc-title .block-title h2{
	border-left: 2px solid #fff;
	padding-left: 3%;
}

.sc-container2 .cms-container-inside{
	padding: 0;
	width: 85%;
}

.sc-container2 img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.sc-container2-left .cms-block{
	width: 90%;
}

.sc-container .cms-container-inside .cms-container-item{
	position: relative;
}

.sc-swiper-button-next,
.sc-swiper-button-prev {
    /*display: inline-block;
    width: 70px;
    height: 100px;
	outline: none;
    border: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;*/
	display: inline-block;
    width: 70px;
    height: 100px;
	outline: none;
    border: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
	position: absolute;
}

.sc-swiper-button-prev {
    background-image: url(/file/ZGNZ6G/arrow6.png);
    background-repeat: no-repeat;
    left: 5%;
    top: 40%;
}

.sc-swiper-button-next {
    background-image: url(/file/VPvDn9/arrow7.png);
    background-repeat: no-repeat;
    right: 5%;
	top: 40%;
}

.sc-title .block-content{
	position: absolute;
    bottom: 0;
}

.sc-paragraph{
	width: 82%;
}

.sc-paragraph table tr td:first-child{
	width: 3%;
}

.sc-paragraph table td{
	padding: 0 0 1% 0;
}

.ef-title .block-title h2{
	border-left: 2px solid #91c48c;
	padding-left: 3%;
}

.ef-container .cms-container-inside .cms-container-item{
	position: relative;
}

.ef-container2 .cms-container-inside{
	padding: 0;
	width: 85%;
}

.ef-container2 img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.ef-title{
	width: 75%;
}

.ef-paragraph{
	width: 82%;
}

.ef-paragraph table tr td:first-child{
	width: 5%;
}

.ef-paragraph table td{
	padding: 0 0 1% 0;
}

.ef-slide, .sc-slide{
	width: 80%;
}

.ef-slide .cms-image, .sc-slide .cms-image{
	width: 90%;
	margin: auto;
}

.ef-slide img, .sc-slide img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.ef-swiper-button-next,
.ef-swiper-button-prev {
    display: inline-block;
    width: 70px;
    height: 100px;
	outline: none;
    border: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
	position: absolute;
}

.ef-swiper-button-prev {
    background-image: url(/file/D8OoK8/arrow8.png);
    background-repeat: no-repeat;
    left: 5%;
	top: 40%;
}

.ef-swiper-button-next {
    background-image: url(/file/z9kJB8/arrow9.png);
    background-repeat: no-repeat;
    right: 5%;
	top: 40%;
}

.activities-title .block-title h2{
	border-left: 2px solid #f5907b;
	padding-left: 3%;
}

.activities-container .cms-container-inside .cms-container-item{
	position: relative;
}

.activities-container2 .cms-container-inside{
	padding: 0;
	width: 85%;
}

.activities-container2 img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.activities-title{
	width: 75%;
}

.activities-paragraph{
	width: 82%;
}

.activities-paragraph table tr td:first-child{
	width: 5%;
}

.activities-paragraph table td{
	padding: 0 0 1% 0;
}

.activities-slide{
	width: 80%;
}

.activities-slide .cms-image{
	width: 90%;
	margin: auto;
}

.activities-slide img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.activities-swiper-button-next,
.activities-swiper-button-prev {
    display: inline-block;
    width: 70px;
    height: 100px;
	outline: none;
    border: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
	position: absolute;
}

.activities-swiper-button-prev {
    background-image: url(/file/D8OoK8/arrow8.png);
    background-repeat: no-repeat;
    left: 5%;
	top: 40%;
}

.activities-swiper-button-next {
    background-image: url(/file/z9kJB8/arrow9.png);
    background-repeat: no-repeat;
    right: 5%;
	top: 40%;
}

.activities-container{
	padding-bottom: 10%;
}

.staffing-container > .cms-container-inside > .cms-container-item{
	position: relative;
}

/*.staffing-container > .cms-container-inside{
	padding-top: 0;
	padding-bottom: 70px;
}*/

.staffing-container2 > .cms-container-inside{
	padding-top: 0;
}

.staffing-title {
	/*height: 94%;
    margin-top: 5%;*/
	width: 78%;
}

.staffing-title > .cms-block-inside, .staffing-title > .cms-block-inside > .cms-block-item{
	height: 100%;
}

 .staffing-title > .cms-block-inside > .cms-block-item{
	position: relative;
}
@media(min-width: 993px){
	 .staffing-title > .cms-block-inside > .cms-block-item .block-content{
		bottom: 0;
		position: absolute;
	 }
}

.staffing-title .block-title h2{
	border-left: 2px solid #7dbbd2;
	padding-left: 3%;
}

.staffing-slide img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.staffing-swiper-button-next,
.staffing-swiper-button-prev {
    display: inline-block;
    width: 70px;
    height: 100px;
	outline: none;
    border: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}

.staffing-swiper-button-prev {
    background-image: url(/file/ZGNZ6G/arrow6.png);
    background-repeat: no-repeat;
    left: -5%;
}

.staffing-swiper-button-next {
    background-image: url(/file/VPvDn9/arrow7.png);
    background-repeat: no-repeat;
    right: -5%;
}

.staffing-paragraph table tr td:first-child{
	width: 5%;
}

.staffing-paragraph table td{
	padding: 0 0 2% 0;
}

.staffing-paragraph{
	/*padding-top: 70%;*/
	padding-top: 5%;
	width: 82%;
	/*width: 85%;
    margin-left: 0;*/
}

.staffing-slide{
	/*position: absolute;
    width: 80%;
    top: 3%;*/
	margin-top: 10%;
}

.staffing-container2-right{
	position: relative;
	width: 50% !important;
}

.staffing-container2-left{
	margin-left: auto;
}

.staffing-icon1{
	position: absolute;
	/*bottom: 3%;
	left: 17%;*/
	top: 5%;
    right: 0;
    width: 200px;
}

/*service*/

.ecs-container2-left img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.ecs-title {
	padding-top: 10%;
}

.ecs-title .block-title h2{
	border-left: 2px solid #f5907b;
	padding-left: 3%;
}

.ecs-container2-left .cms-image{
	width: 75%;
    margin-left: auto;
}

.ecs-paragraph{
	width: 80%;
    margin-left: 0;
	padding-top: 5%;
}

.occs-container2-left img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.occs-title {
	padding-top: 10%;
}

.occs-title .block-title h2{
	border-left: 2px solid #91c48c;
	padding-left: 3%;
}

.occs-container2-left .cms-image{
	width: 75%;
    margin-left: auto;
}

.occs-paragraph{
	width: 60%;
    margin-left: 0;
	padding-top: 5%;
}

.ehs-container2-right img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.ehs-title {
	padding-top: 10%;
}

.ehs-title .block-title h2{
	border-left: 2px solid #91c48c;
	padding-left: 3%;
}

.ehs-container2-right .cms-image{
	width: 75%;
    margin-right: auto;
}

.ehs-paragraph{
    margin-right: 0;
	padding-top: 5%;
}

.ehs-container2-left{
	width: 30% !important;
    margin-left: auto;
}

.sws-container2-left img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.sws-title{
	width: 75%;
}

.sws-title .block-title h2{
	border-left: 2px solid #7dbbd2;
	padding-left: 3%;
}

.sws-container2-left .cms-image{
	width: 75%;
    margin-left: auto;
}

.sws-container2-right{
	display: flex;
}

.sws-paragraph{
    margin: auto auto auto 0;
	width: 65%;
}

.ip-container2-left img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.ip-title .block-title h2{
	border-left: 2px solid #ffffff;
	padding-left: 3%;
}

.ip-container2-left .cms-image{
	width: 75%;
	margin-top: 5%;
    margin-left: auto;
}

.ip-paragraph{
	width: 60%;
    margin-left: 0;
	padding-top: 5%;
}

.oprs-container2-right img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.oprs-title {
	padding-top: 10%;
}

.oprs-title .block-title h2{
	border-left: 2px solid #7dbbd2;
	padding-left: 3%;
}

.oprs-container2-right .cms-image{
	width: 75%;
    margin-right: auto;
}

.oprs-paragraph{
    margin-right: 0;
	padding-top: 5%;
}

.oprs-container2-left{
	width: 30% !important;
    margin-left: auto;
}

.t1ss-container2-left img{
	border-radius: 30px;
	border: 15px solid #fff;
}

.t1ss-title {
	padding-top: 10%;
}

.t1ss-title .block-title h2{
	border-left: 2px solid #f5907b;
	padding-left: 3%;
}

.t1ss-container2-left .cms-image{
	width: 75%;
    margin-left: auto;
}

.t1ss-paragraph{
	width: 70%;
    margin-left: 0;
	padding-top: 5%;
}

.ecs-icon1, .ecs-icon2, .occs-icon1, .occs-icon2, .occs-icon3, .ehs-icon1, 
.ehs-icon2, .ehs-icon3, .sws-icon1, .sws-icon2, .sws-icon3, .sws-icon4,
.ip-icon1, .oprs-icon1, .oprs-icon2, .t1ss-icon1{
	position: absolute;
}

.ecs-container > .cms-container-inside,
.occs-container > .cms-container-inside,
.ehs-container > .cms-container-inside,
.sws-container > .cms-container-inside,
.ip-container > .cms-container-inside,
.oprs-container > .cms-container-inside,
.t1ss-container > .cms-container-inside{
	padding-bottom: 5%;
}

.ecs-container > .cms-container-inside > .cms-container-item,
.occs-container > .cms-container-inside > .cms-container-item,
.ehs-container > .cms-container-inside > .cms-container-item,
.sws-container > .cms-container-inside > .cms-container-item,
.ip-container > .cms-container-inside > .cms-container-item,
.oprs-container > .cms-container-inside > .cms-container-item,
.t1ss-container > .cms-container-inside > .cms-container-item{
	position: relative;
}

.ecs-icon1{
	top: 0;
    left: 48%;
    width: 50px;
}

.ecs-icon2{
	bottom: -15%;
    right: 25%;
    width: 80px;
}

.occs-icon1{
	right: 15%;
    top: 0%;
    width: 150px;
}

.occs-icon2{
	right: 47%;
    top: 54%;
    width: 40px;
}

.occs-icon3{
	right: 25%;
    bottom: -15%;
    width: 40px;
}

.ehs-icon1{
	transform: rotate(-35deg);
    top: -38%;
    left: 1%;
}

.ehs-icon2{
	top: 45%;
    left: 20%;
    width: 40px;
}

.ehs-icon3{
	top: 75%;
    left: 28%;
    width: 80px;
}

.sws-icon1{
	top: -30%;
    right: 18%;
    width: 200px;
}

.sws-icon2{
	top: 0;
    right: 19%;
    width: 150px;
}

.sws-icon3{
	top: 47%;
    right: 47%;
    width: 45px;
}

.sws-icon4{
	bottom: 10%;
    right: 16%;
    width: 80px;
}

.ip-icon1{
	top: 35%;
    right: 47%;
    width: 40px;
}

.oprs-icon1{
	top: -22%;
}

.oprs-icon2{
	top: 55%;
    left: 17.5%;
    width: 45px;
}

.t1ss-icon1{
	top: 56%;
    left: 49.5%;
    width: 50px;
}

.pv .occs-container2, .pv .cms-container.cca{
	/*
    background-image: url(/file/xPe1KP/text_bg-min.png);
    	*/
    background-image: url(/file/JPlONG/text_bg02-min.png);
    background-repeat: round;
    background-size: 100% 100%;
    padding: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.pv .occs-container2 img, .pv .cms-container.cca img{
	max-height: 40vh;
}

.pv .occs-container2 .block-content span, .pv .cms-container.cca .block-content span,
.pv .occs-container2 .block-content p, .pv .cms-container.cca .block-content p{
	color:#373d45;
}

.pv .block-title p{
	background-image: url('/file/W8M3DG/bg_img1%20%281%29.png');
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 25px;
	padding-left: 40px;  /* width of the image plus a little extra padding */
	display: block;  /* may not need this, but I've found I do */
	color:#373d45;
}

.pv .block-title span{
	font-size:16pt;
}

@media(max-width: 992px){
	.curriculum-characteristics-icon, .wla-icon1, .wla-icon2, 
	.wla-icon3, .smart-icon1, .smart-icon2, .smart-icon3, 
	.pa-icon1 , .pa-icon2, .pa-icon3, .ee-icon1, .ee-icon2, 
	.lt-icon1, .lt-icon2, .lp-icon1, .lp-icon2, .lp-icon3, 
	.lep-icon1, .lep-icon2, .curriculum-goals-icon{
		display: none;
	}
	
	.coursebbox .image-block > .cms-container-inside, 
	.wla-container2 > .cms-container-inside, 
	.pa-container2 > .cms-container-inside, 
	.lt-container2 > .cms-container-inside,
	.lp-container2 > .cms-container-inside, 
	.ecs-container2 > .cms-container-inside,
	section.cms-container.lep-container.cca section.cms-container > .cms-container-inside,
	.occs-container2 > .cms-container-inside{
		flex-wrap: nowrap;
		flex-direction: column;
	}
	
	.coursebbox .image-block > .cms-container-inside > .cms-container-item, .wla-container2 > .cms-container-inside > .cms-container-item,
	.pa-container2 > .cms-container-inside > .cms-container-item, .lt-container2 > .cms-container-inside > .cms-container-item,
	.lp-container2 > .cms-container-inside > .cms-container-item, .lep-container2 > .cms-container-inside > .cms-container-item, 
	.ee-container2 > .cms-container-inside > .cms-container-item, .smart-container2 > .cms-container-inside > .cms-container-item{
		margin: auto auto 5% auto;
	}
	
	.curriculum-characteristics-content, .lep-container2-left .cms-block{
		width: 100%;
	}
	
	.curriculum-characteristics-content p{
		text-align: justify;
	}
	
	.curriculum-goals-container2 > .cms-container-inside, .smart-container2 > .cms-container-inside, 
	.lep-container2 > .cms-container-inside, .ip-container2 > .cms-container-inside{
		flex-direction: column;
	}
	
	.ee-paragraph{
		margin-left: auto;
	}
	
	.ee-container2 > .cms-container-inside{
		flex-direction: column-reverse;
	}
	
	.curriculum-goals-title .swiper-button-next{
		left: 20%;
	}
	
	.curriculum-goals-paragraph{
		padding: 10% 0 !important;
		margin: 0;
		width: 90%;
	}
	
	.smart-paragraph, .ee-container2-right .cms-block, .lep-paragraph, .ee-paragraph, .pa-paragraph, .wla-paragraph{
		width: 90%;
	}
	
	.lep-paragraph{
		margin-top: 0;
	}
	
	/*About Us*/
	
	.tsws-intor-container2-left .cms-block{
		width: 80%;
	}
	
	.tsws-intor-container2 > .cms-container-inside, .ts-container2 .cms-container-inside, .t1ss-container2 .cms-container-inside{
		flex-direction: column;
	}
	
	.tsws-intor-container2-left .cms-block{
		position: initial;
	}
	
	.tsws-intor-paragraph{
		width: 100%;
	}
	
	.tsws-intor-icon1{
		top: 0%;
		left: 0%;
		width: 35px;
	}
	
	.tsws-intor-icon2{
		top: 10%;
		right: 3%;
		left: auto;
		width: 50px;
	}
	
	.brief-history-container2{
		top: 0%;
		left: 0;
	}
	
	.brief-history-container > .cms-container-inside > .cms-container-item {
		position: unset;
	}
	
	.brief-history-container > .cms-container-inside{
		position: relative;
	}
	
	.brief-history-container2 img{
		border-radius: 25px;
		border: 5px solid #fff;
	}
	
	.brief-history-container2-left .cms-block{
		width: 100%;
	}
	
	.brief-history-title h2{
		font-size: 20px !important;
		margin: 0;
	}
	
	.brief-history-title h2 > span > span{
		font-size: 16px !important;
	}
	
	.brief-history-paragraph{
		width: 90%;
		margin-top: 40%;
	}
	
	.brief-history-icon1{
		width: 30px;
		top: 13%;
		left: 2%;
	}
	
	.brief-history-icon2{
		top: -4%;
		right: 0;
		width: 80px;
	}
	
	.ts-title .block-title h2 > span > span{
		font-size: 15px !important;
	}
	
	.ts-slide .cms-image{
		width: 80%;
		margin: auto;
	}
	
	.ts-slide img{
		border: unset;
	}
	
	.ts-container2 > .cms-container-inside > .cms-container-item{
		position: relative;
	}
	
	.ts-slide-arrow{
		position: absolute;
		top: 60%;
		left: -7%;
		width: 115%;
	}
	
	.ts-slide-arrow > .cms-block-inside > .cms-block-item > .block-content{
		width: 100%;
	}
	
	.ts-swiper-button-next, .ts-swiper-button-prev{
		width: 55px;
	}
	
	.ts-swiper-button-next{
		right: 0;
		position: absolute;
	}
	
	.ts-swiper-button-prev{
		left: 0;
		position: absolute;
	}
	
	.ts-paragraph{
		text-align: center;
	}
	
	.ts-icon1{
		bottom: 0;
		top: 40%;
		left: 5%;
		width: 50px;
	}
	
	.sm-container2 > .cms-container-inside{
		width: 95%;
	}
	
	.sm-title .block-title h2 > span > span{
		font-size: 20px !important;
	}
	
	.sm-container2 img {
		border-radius: 20px;
		border: 5px solid #fff;
	}
	
	.sm-title, .sm-paragraph {
		width: 95%;
	}
	
	.sm-paragraph table tr td:first-child {
		width: 10%;
	}
	
	.sm-icon1{
		top: 6%;
		right: 10%;
		width: 60px;
	}
	
	
	.sc-title h2{
		font-size: 20px !important;
		margin: 0;
	}
	
	.sc-title h2 > span > span{
		font-size: 16px !important;
	}
	
	.sc-container2-left .cms-block {
		width: 100%;
	}
	
	.sc-container2 img {
		border-radius: 20px;
		border: 6px solid #fff;
	}
	
	.sc-container2 .cms-container-inside{
		padding-top: 20px;
	}
	
	.sc-container2-left{
		width: 60% !important;
	}
	
	.sc-container2-right{
		width: 40% !important;
	}
	
	.sc-swiper-button-next, .sc-swiper-button-prev{
		width: 55px;
	}
	
	.sc-paragraph {
		width: 95%;
	}
	
	.sc-paragraph table tr td:first-child {
		width: 10%;
	}
	
	.sc-swiper-button-prev {
		left: 0;
		top: 13%;
	}
	
	.sc-swiper-button-next {
		right: 0;
		top: 13%;
	}
	/*.staffing-container2 > .cms-container-inside{
		margin-left: auto;
	}*/
	
	.ef-title h2 > span > span{
		font-size: 16px !important;
	}
	
	.ef-slide img {
		border-radius: 20px;
		border: 8px solid #fff;
	}
	
	.ef-swiper-button-prev {
		left: 0;
		top: 26%;
	}
	
	.ef-swiper-button-next {
		right: 0;
		top: 26%;
	}
	
	.ef-swiper-button-next, .ef-swiper-button-prev {
		width: 60px;
	}
	
	.ef-paragraph {
		width: 95%;
	}
	
	.ef-paragraph table tr td:first-child {
		width: 10%;
	}
	
	.activities-title h2 > span > span{
		font-size: 16px !important;
	}
	
	.activities-slide img {
		border-radius: 20px;
		border: 8px solid #fff;
	}
	
	.activities-swiper-button-prev {
		left: 0;
		top: 26%;
	}
	
	.activities-swiper-button-next {
		right: 0;
		top: 26%;
	}
	
	.activities-swiper-button-next, .activities-swiper-button-prev {
		width: 60px;
	}
	
	.activities-paragraph {
		width: 95%;
	}
	
	.activities-paragraph table tr td:first-child {
		width: 10%;
	}
	
	.staffing-container2 > .cms-container-inside{
		display: block;
	}
	
	.staffing-slide{
		/*width: 70%;
		position: initial;
		margin-left: 0;*/
	}
	
	.staffing-slide img {
		border-radius: 20px;
		border: 7px solid #fff;
	}
	
	.staffing-title h2 > span > span{
		font-size: 18px !important;
	}
	
	.staffing-swiper-button-next, .staffing-swiper-button-prev {
		width: 50px;
	}
	
	.staffing-container2-right, .staffing-container2-left{
		/*position: absolute;
		left: 70%;*/
		width: auto !important;
		z-index: 2;
	}
	
	.staffing-container2-right .cms-block-inside, .staffing-container2-left .cms-block-inside{
		margin: 0;
	}
	
	.staffing-paragraph {
		padding-top: 5%;
		width: 95%;
		padding-bottom: 10%;
	}
	
	.staffing-paragraph table tr td:first-child {
		width: 10%;
	}
	
	.staffing-icon1 {
		bottom: -5%;
		left: 7%;
		width: 100px;
		display: none;
	}
	
	.cms-container-item .cms-container-item:not(.sc-container2-left,.sc-container2-right, .staffing-container2-left, .staffing-container2-right , .contact-us-inner-view .cms-container-item){
        width: 95% !important;
        margin: 0 auto;
    }
	
	.ecs-container2-left .cms-block, .occs-container2-left .cms-block, .ehs-container2-right .cms-block, .oprs-container2-left .cms-block, .t1ss-container2-left .cms-block{
		margin-bottom: 0;
	}
	
	.ecs-container2-left .cms-image, .occs-container2-left .cms-image, .ehs-container2-right .cms-image, .oprs-container2-right .cms-image{
		width: 100%;
	}
	
	.ecs-title, .occs-title, .ehs-title, .oprs-title, .t1ss-title{
		padding-top: 0;
	}
	
	.ecs-paragraph, .occs-paragraph, .t1ss-paragraph{
		width: 100%;
	}
	
	.ecs-icon1{
		left: 0;
		width: 40px;
	}
	
	.ecs-icon2 {
		bottom: 38%;
		right: 0;
		width: 55px;
	}
	
	.occs-icon1{
		right: 0%;
		top: 50%;
		width: 120px;
	}
	
	.occs-icon2{
		right: 87%;
		top: 70%;
		width: 35px;
	}
	
	.occs-icon3{
		right: 10%;
		bottom: 0;
		width: 35px;
	}
	
	.ehs-icon1{
		width: 80px;
		top: -20%;
		left: -7%;
	}
	
	.ehs-icon2{
		top: 70%;
		left: 3%;
		width: 35px;
	}
	
	.ehs-icon3{
		top: 85%;
		left: 85%;
		width: 55px;
	}
	
	.ehs-container2 > .cms-container-inside, .oprs-container2 > .cms-container-inside{
		flex-direction: column-reverse;
	}
	
	.sws-title {
		margin-left: 5%;
	}
	
	.sws-title .block-title h2 span span{
		font-size: 20px !important;
	}
	
	.sws-container2-left .cms-image, .sws-paragraph, .ip-paragraph{
		width: 100%;
	}
	
	.sws-container2-left img{
		border-radius: 20px;
		border: 7px solid #fff;
	}
	
	.sws-icon1 {
		top: -15%;
		right: 2%;
		width: 120px;
	}
	
	.sws-icon2 {
		top: 8%;
		right: 0%;
		width: 80px;
	}
	
	.sws-icon3 {
		top: 34%;
		right: 41%;
		width: 35px;
	}
	
	.sws-icon4 {
		bottom: -8%;
		right: 0;
		width: 50px;
	}
	
	.ip-container2-left .cms-block{
		position: absolute;
		left: 0;
		width: 70%;
	}
	
	.ip-container2-left .cms-image{
		margin: 0;
	}
	
	.ip-title{
		margin-bottom: 0px;
		margin-right: 0;
		width: 44%;
	}
	
	.ip-container2-left img {
		border-radius: 20px;
		border: 7px solid #fff;
	}
	
	.ip-paragraph p{
		font-size: 14px !important;
	}
	
	.ip-icon1{
		top: 38%;
		right: 89%;
		width: 35px;
	}
	
	.oprs-container2-right{
		z-index: 2;
	}
	
	.oprs-container2-right .cms-image{
		width: 90%;
		margin: auto;
	}
	
	.oprs-container2-right img {
		border-radius: 20px;
		border: 7px solid #fff;
	}
	
	.oprs-icon1 {
		top: -4%;
		left: -5%;
		width: 100px;
	}
	
	.oprs-title h2{
		padding-top: 0;
		margin-top: 0;
	}
	
	.oprs-icon2 {
		top: 69%;
		left: 1.5%;
		width: 45px;
	}
	
	.t1ss-container2-left .cms-image{
		width: 90%;
		margin: auto;
	}
	
	.t1ss-container2-left img {
		border-radius: 20px;
		border: 7px solid #fff;
	}
	
	.t1ss-title h2{
		padding-top: 0;
		margin-top: 0;
	}
	
	.t1ss-icon1 {
		top: 62%;
		left: 1.5%;
		width: 40px;
	}
	
	.pv .occs-container2, .pv .cms-container.cca {
		background-image: url(/file/NG4MyP/text_bg_mobile-min.png);
		background-repeat: round;
		background-size: 100% 100%;
		padding: 100px;
		padding-top: 100px;
		padding-bottom: 100px;
		padding:15px;
	}
	
	.pv section.cms-container.cca > div{
		display: flex;
	}
	.pv section.cms-container.cca div .pv_img{
		order:1;
	}
	.pv section.cms-container.cca div .pv_para{
		order:2;
	}
}

/* ===== responsive =============================================================================================== */


/* @media screen and (max-width: 1780px){
	.swiper-button-prev{
		left:-1% !important;
	}
	.swiper-button-next{
		right:-1% !important;
	}
} */


@media screen and (max-width: 1000px) and (min-width: 768px){
	.ip-container2-left .cms-block {
		position: absolute;
		left: 8%;
		top: -10%;
		width: 55%;
	}
	
	.ecs-icon1, .ecs-icon2, .occs-icon1, .occs-icon2, .occs-icon3, .ehs-icon1, 
	.ehs-icon2, .ehs-icon3, .sws-icon1, .sws-icon2, .sws-icon3, .sws-icon4,
	.ip-icon1, .oprs-icon1, .oprs-icon2, .t1ss-icon1{
		display: none;
	}
} 

@media screen and (max-width: 1300px) {
	.text-box-slider .boxtext {
    /*background-color: #f59036;
    height: 277px;
    width: 300px;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 200px;
    opacity: .8;*/
	}
    .text-box-slider {
        padding: 0 5%;
    }
    .gallery-frame .cms-image {
        width: 100%;
    }
    .gallery-frame2 .cms-image {
        width: 100%;
    }
}


@media screen and (min-width: 991px) {


    .home-text {
        width: 60%;
    }
    .teaching-border .cms-image>a>img.lazy {
        width: 85%;
    }
    .margin-right {
        margin-right: 5%;
    }
    .margin-left {
        margin-left: 5%;
    }
}


@media screen and (max-width: 1280px) and (min-width: 991px) {
	.text-box-slider .swiper-slide:nth-child(even) .boxtext {
    background-color: #9f7cbe;
    opacity: .8;
	}
	.text-box-slider .boxtext {
    /*background-color: #f59036;
    height: 277px;
    width: 350px;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 250px;
    opacity: .8;*/
	}
    .gallery-frame .cms-image {
        width: 60%;
    }
    .gallery-frame2 .cms-image {
        width: 60%;
    }
    .home-text {
        width: 60%;
    }
    .gallery-item .cms-image {
        max-width: 100%;
        max-height: 100%;
    }
    .gallery-item .a-background {
        width: 210px;
        height: 240px;
    }
    .gallery-item2 .a-background {
        width: 200px;
        height: 200px;
    }
    .gallery-item3 .cms-image {
        max-width: 100%;
        max-height: 100%;
    }
    .gallery-item3 .a-background {
        width: 200px;
        height: 200px;
    }
    .gallery-item4 .cms-image {
        max-width: 200px;
        max-height: 200px;
    }
    .gallery-item4 .a-background {
        width: 200px;
        height: 200px;
    }
    .album .a-background {
        width: 200px;
        height: 200px;
    }
    .teaching-border .text-item .block-content a {
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {
	.text-box-slider .boxtext {
    /*background-color: #f59036;
    height: 277px;
    width: 400px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 300px;
    opacity: .8;*/
	}
    .big-title .block-title h1 {
        font-size: 50px;
    }
    /* .text-box-slider .swiper-slide .image-item{
	width:280px;
	height:280px;
	} */
	}

}
	
@media screen and (max-width: 991px) {
	
    .home-text {
        width: 60%;
    }
    .gallery-item2 {
        width: 270px;
    }
    .gallery-item4 {
        width: 270px;
    }
    .gallery-item2 .a-background {
        width: 197px;
        height: 210px;
        margin-left: 10%;
    }
    .gallery2-container {
        margin-bottom: 100px;
    }
    .gallery-item4 .a-background {
        width: 197px;
        height: 210px;
        margin-left: 10%;
    }
    .gallery4-container {
        margin-bottom: 100px;
    }
    .cms-container>.cms-container-inside {
        display: block;
    }
    .cms-container-item {
        /* width:100% !important; */
        width: 100%;
    }
    .cms-container-item .cms-container-item {
        /* width:80% !important; */
        width: 80%;
    }
    /* ----- block 3 related ----- */
    .cms-block[data-block-type="3"] .text-item {
        padding-right: 0;
        margin-top: 15px;
    }
    /* ----- block 4 related ----- */
    .cms-block[data-block-type="4"] .text-item {
        padding-left: 0;
        margin-top: 15px;
    }
    /* ----- form related ----- */
    .cms-form-item .item-title,
    .cms-form-item .item-input {
        float: none;
        width: 100%;
    }
    img.background,
    .three-block img.background {
        width: 252px;
        height: 255px;
    }
    .cms-block .block-title {
        font-size: 48px;
    }
    .cms-block.text-box-slider .block-title {
        font-size: 18px;
    }
    .full-width .swiper-button-prev,
    .full-width .swiper-button-next {
        width: 20px;
        height: 45px;
    }
    .cms-container.full-width .cms-container-inside .cms-block.teaching-border {
        margin-bottom: 10%;
    }
    .album-block .cms-container-item:nth-child(n+2) {
        margin-top: 15%;
    }
    /* .gallery-item .cms-image {
        max-width: 275px;
        max-height: 275px;
    } */
    .gallery-item .a-background,
    .album .a-background {
        width: 275px;
        height: 275px;
    }
    .gallery-item2 .cms-image {
        max-width: 245px;
        max-height: 255px;
        margin-left: 0%;
        margin-bottom: 0%;
    }
    .gallery-item2 .a-background,
    .album .a-background {
        max-width: 255px;
        max-height: 245px;
    }
    /* .gallery-item3 .cms-image {
        max-width: 275px;
        max-height: 275px;
    } */
    .gallery-item3 .a-background,
    .album .a-background {
        width: 275px;
        height: 275px;
    }
    .gallery-item4 .cms-image {
        max-width: 245px;
        max-height: 255px;
    }
    .gallery-item4 .a-background,
    .album .a-background {
        max-width: 255px;
        max-height: 265px;
    }
    .tab-nav2 {
        justify-content: center;
    }
    .flex-order>.cms-container-inside {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-order>.cms-container-inside>.cms-container-item:first-child {
        order: 2;
    }
    .flex-order>.cms-container-inside>.cms-container-item:last-child {
        order: 1;
    }
}


@media screen and (max-width: 800px) and (min-width: 500px){
	/* .history-slider .boxtext{
		margin-top:-18%;
	}*/

} 

@media screen and (max-width: 550px) {

	.course-container >.cms-container-inside {
    display: flex;
    flex-wrap: wrap;
    max-width: 1210px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
	}
	.text-box-slider .boxtext {
    /*background-color: #f59036;
    height: 277px;
    width: 350px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 250px;
    opacity: .8;*/
	}
}

@media screen and (max-width: 768px) and (min-width: 560px){
    
	.course-container >.cms-container-inside {
    display: flex;
    flex-wrap: wrap;
    max-width: 1210px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
	}
	.text-box-slider .swiper-slide:nth-child(even) .boxtext {
    background-color: #9f7cbe;
    opacity: .8;
	}
}
@media screen and (max-width: 768px) {
	
    /* .gallery-frame .cms-image {
        width: 60%;
    }
    .gallery-frame2 .cms-image {
        width: 60%;
    } */

	/*home page */
    .home-service-block .cms-container:not(:first-child)> div.cms-container-inside {
        display:flex;
        flex-wrap:wrap;
    }

    .home-service-block .cms-container:not(:first-child)> div.cms-container-inside .cms-container-item{
        width: 100%;
    }

    .draw3{
        z-index: 999;
        transform: translate(0, 450%);
        width: 50%;
        margin-left: 0%
    }

    .draw4{
        z-index: 999;
        float: right;
        width: 40%;
    }

    .home-info.cms-container>.cms-container-inside{
        flex-wrap: wrap;
    }
    .home-service-block .draw1{
        width: 50%;
        float: left;
    }

    .home-service-block .draw2{
        width: 50%;
        float: right;
    }

    .schoolfeature .cms-container>.cms-container-inside{
        flex-wrap: wrap;
    }

    .home-text {
        width: auto;
    }

    /* contact-us */

    .contactus.cms-container>.cms-container-inside {
        flex-wrap: wrap;
    }

    .transport.cms-container>.cms-container-inside {
        flex-wrap: wrap;
    }

    .servicetime .cms-container>.cms-container-inside{
        flex-wrap: wrap;
    }

    .draw6{
        margin-left: -100px;
    }

    .servicetime-inner .cms-container-inside .cms-container-item{
        text-align: center;
    }

    /*album*/
    .schoolalbum .cms-container-inside{
        flex-wrap: wrap;
    }
    .schoolalbum3 .cms-container-inside{
        flex-wrap: wrap;
    }

    /*school news*/
    .draw9{
        transform: translateY(30%);
    }
    
    .draw7 .cms-image {
        transform: translateY(40%);
    }

    /*.draw8 .cms-image {
        transform: translateX(10%);
    }*/
    
    .draw9 .cms-image {
        transform: translateX(0%);
    }
    
    .draw-container .cms-container-inside{
        flex-wrap: wrap;
    }

    .draw-container .cms-container-item .news-details{
        margin: -320px 0 250px 0;
    }

    .learnbtn .download-btn.orange-btn a strong {
        width:auto;
    }

    .draw-container .download-btn.orange-btn a strong {
        width: auto;
    }

    .draw-container .download-btn.orange-btn{
        transform: translate(0, -393%);
    }

    /*application*/

    .fee .block-content{
        margin: 0 0px 0 0px;
    }

    .draw11{
        margin-top: -50px;
        margin-left: 20%;
    }

    .cms-container.applyrule>.cms-container-inside {
        flex-wrap:wrap-reverse;
    }

    .draw-container h2{
        /*text-align: center;*/
    }

    .applyrule h2{
        text-align: center;
    }

    .applyrule .block-content{
        margin: 0 0px 0 40px;
    }

    .applymethod h2{
        text-align: center;
    }

    .cms-container.applymethod.cms-container-inside {
        flex-wrap:wrap;
    }

    .applymethod .draw-container .cms-image{
        margin: 400px 0 250px 0;
    }

    .draw12{
        transform: translate(20%,-300%)
    }

    .applyform .download-btn.orange-btn a strong {
        width:auto;
    }

    .applyform {
        margin: -100% 0 0 0;
    }


    /*feature*/
    .coursebbox .block-content{
        text-align: center;
        margin: 0 40px;
    }

    .draw10{
        transform: translateX(15%);
        width:60%;
    }

    .coursefbox .block-content{
        margin: 0 40px;
    }

    .coursefbox .block-content p{
        text-align: left;
    }

    .cms-container.coorplan .cms-container-inside {
        flex-wrap:wrap-reverse;
    }

    .coorplan .block-content{
        margin-bottom: 40px;
    }

    .coorplan .block-content p{
        text-align: center;
        margin: 0 40px;
        font-size: 18px;
    }

    /*school information*/
    .history-slider .swiper-button-prev {
        left: -2%;
    }

    .cms-container.twghsum .cms-container-inside {
        flex-wrap: wrap-reverse;
    }


    .cms-container.schoolmo .cms-container-inside {
        flex-wrap: wrap-reverse;
      
    }

    .cms-container.song .cms-container-inside {
        flex-wrap: wrap;
    }

    .cms-container.briefdetail .cms-container-inside {
        flex-wrap: wrap;
    }

    .schoolfeature h2{
        text-align: center;
    }

    .schoolfeature .block-content p{
        /*text-align: center;*/
        margin: 0 40px;
    }

    .cms-container.facility .cms-container-inside {
        flex-wrap: wrap;
    }

    .cms-container.facility .cms-container-inside .cms-container-item{
        margin: 0 auto;
    }

    .teacherphoto .cms-container-inside{
        flex-wrap: wrap;
    }

    .cms-container.teacherphoto .cms-container-inside .cms-container-item{
        margin: 0 auto;
    }

    .cms-container.teacherdev .cms-container-inside .cms-container-item{
        flex-wrap: wrap;
        margin: 0 auto;
    }


    .draw5{
        transform: translateY(-380%);
    }

    .parsons{
        margin: -150% 0 0 0;
    }

    .teacherdevphoto{
        margin: 400px 0 250px 0;
    }

    .cms-container.teacherdevphoto .cms-container-inside{
        flex-wrap: wrap;
    }

    .twghsum .twghlogo{
        margin: 0 auto;
    }

    .twghsum .block-content{
        margin: 40px 40px 40px 40px;
    }

    .schoolmo h2{
        text-align: center;
    }

    .schoolmo .block-content {
        margin: 0 40px;
        transform: translateY(80%);
    }

    .mophoto {
        transform: translateY(-150%);
    }

    .song h2{
        text-align: center;
    }

    .song .block-content {
        margin: 0 40px;
    }

    /*uncategorized item*/
    .gallery-item2 .a-background {
        width: 197px;
        height: 210px;
        margin-left: 10%
    }
    .gallery2-container {
        margin-bottom: 80px;
    }
    .gallery-item2 .cms-image {
        max-width: 245px;
        max-height: 255px;
        margin-left: 0%;
        margin-bottom: 0%;
    }
    .gallery-item4 .a-background {
        width: 197px;
        height: 210px;
        margin-left: 10%
    }
    .gallery4-container {
        margin-bottom: 80px;
    }
    .gallery-item4 .cms-image {
        max-width: 245px;
        max-height: 255px;
        margin-left: 0%;
        margin-bottom: 0%;
    }
    .gallery-item2 .a-background,
    .album .a-background {
        max-width: 255px;
        max-height: 265px;
    }
    .cms-container-item .cms-container-item:not(.sc-container2-left,.sc-container2-right, .staffing-container2-left, .staffing-container2-right, .contact-us-inner-view .cms-container-item){
        width: 95% !important;
        margin: 0 auto;
    }
	
    .cms-container:not(:first-child)>.cms-container-inside {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    /*.full-width-slider .swiper-button-prev,
    .full-width-slider .swiper-button-next {
        display: none;
    }*/
	
    /* .history-slider .boxtext{
			margin-top: -10%;
		} */
    .cms-block.teaching-border {
        margin-bottom: 60px;
    }
    .teaching-border .text-item .block-content a {
        font-size: 24px;
    }
}


@media screen and (max-width: 991px){
	.home-banner .swiper-slide{
		margin-top: 0;
	}
	
	.home-banner .swiper-slide .cms-block-item{
		flex-direction: column-reverse;
	}
	
	.home-info .cms-container-item{
		width: 50% !important;
	}
	
	.home-info .cms-container-item:first-child .block-content p > span:last-child > span,
	.home-info .cms-container-item:last-child .block-content p > span:last-child > span{
		font-size: 12px !important;
	}
	
	.home-info .cms-container-inside > .cms-container-item{
		height: 16em;
	}
	
	.container.list-group.cus-list-group{
		margin: 0;
	}

	.home-banner-icon img{
		width: 100px;
	}
	
	.home-text .block-content p{
		margin: 0 !important;
	}
	
	.schoolfeature-container .block-content table tr td:first-child {
		width: 15%;
	}
	
	.text-box-slider .swiper-slide .image-item{
		width: 90%;
		min-height: 500px;
	}
	
	.footer-content{
		padding: 0 0 8em 0 !important;
	}
	
	.copyright{
		margin-top: 15%;
	}
	
	.home-banner-container > .cms-container-inside{
		padding-top: 0;
	}
	
	.home-banner-container > .cms-container-inside > .cms-container-item{
		width: 100% !important;
	}
	
	.swiper-button-prev, .swiper-button-next{
		width: 33px;
	}
	
	.home-section-title{
		margin-left: 5%;
	}
	
	.home-service-block-icon1{
		right: 3%;
		top: 3%;
		width: 60px;
	}
	
	.home-service-block-icon2{
		position: absolute;
		bottom: 3%;
		left: 0;
	}
	
	.schoolfeature-title .block-title h2{
		text-align: left;
		line-height: 0.5;
	}
	
	.schoolfeature-title .block-title h2 span{
		font-size: 15px !important;
	}
	
	.schoolfeature-title .block-content p{
		margin: 0;
	}
	
	.schoolfeature-title .block-content p img{
		width: auto !important;
		height: 150px !important;
		border: 5px solid #fff;
		border-radius: 30px;
	}
	
	.schoolfeature-icon1{
		right: 3%;
		top: 2%;
		width: 80px;
	}
	
	.schoolfeature-icon2{
		top: 97%;
		left: 8%;
		width: 100px;
	}
	
	.schoolfeature-icon3{
		bottom: 2%;
		right: 0%;
		width: 70px;
	}
	
	.schoolfeature-container{
		padding: 5% 0;
		font-size: 12px;
	}
	
	.contactUs-title .block-title{
		margin-top: 10%;
	}
	
	.home-info .cms-container-inside .cms-container-item{
		width: 45% !important;
	}
}

/* @media screen and (max-width: 550px) {
    .gallery-frame .cms-image {
        width: 60%;
    }
    .gallery-frame2 .cms-image {
        width: 60%;
    }
    .home-text {
        width: 50%;
    }
    .gallery-item2 .a-background {
        width: 197px;
        height: 210px;
        margin-left: 10%
    }
    .gallery-item4 .a-background {
        width: 197px;
        height: 210px;
        margin-left: 10%
    }
    .tab-nav2 {
        display: block;
    }
    .tab-nav2 li {
        width: 100%;
    }
    .tab-nav2 li:not(:last-child) .block-title {
        margin-right: 20px;
    }
    .tab-nav2 li .block-title {
        margin: 20px;
    }
    .history-slider .boxtext {
        margin-top: -15%;
    }
} */


/* @media screen and (max-width: 480px) {
    .gallery-frame .cms-image {
        width: 60%;
    }
    .gallery-frame2 .cms-image {
        width: 60%;
    }
    .home-text {
        width: 50%;
    }
    .gallery-item2 .a-background {
        width: 197px;
        height: 210px;
        margin-left: 10%
    }
    .gallery-item2 .cms-image {
        max-width: 245px;
        max-height: 255px;
        margin-left: 0%;
        margin-bottom: 0%;
    }
    .gallery-item2 .a-background,
    .album .a-background {
        max-width: 255px;
        max-height: 265px;
    }
    .gallery-item4 .a-background {
        width: 197px;
        height: 210px;
        margin-left: 10%
    }
    .gallery-item4 .cms-image {
        max-width: 245px;
        max-height: 255px;
        margin-left: 0%;
        margin-bottom: 0%;
    }
    .gallery-item4 .a-background,
    .album .a-background {
        max-width: 255px;
        max-height: 265px;
    }
    .text-box-slider .block-title {
        font-size: 30px;
    }
    .text-box-slider .block-content {
        font-size: 14px;
    }
    .teaching-border .cms-image>a>img.lazy {
        width: 85%;
    }
}

@media screen and (max-width: 450px) {
    .home-text {
        width: 50%;
    }
    .gallery-item2 .a-background {
        width: 197px;
        height: 210px;
        margin-left: 10%
    }
    .gallery-item4 .a-background {
        width: 197px;
        height: 210px;
        margin-left: 10%
    }
    .gallery-item .cms-image {
        max-width: 60vw;
        max-height: 60vw;
    }
    .gallery-item .a-background,
    .album .a-background {
        width: 60vw;
        height: 60vw;
    }
    .gallery-item2 .cms-image {
        max-width: 245px;
        max-height: 255px;
        margin-left: 0%;
        margin-bottom: 0%;
    }
    .gallery-item2 .a-background,
    .album .a-background {
        max-width: 265px;
        max-height: 255px;
    }
    .gallery-item3 .cms-image {
        max-width: 60vw;
        max-height: 60vw;
    }
    .gallery-item3 .a-background,
    .album .a-background {
        width: 60vw;
        height: 60vw;
    }
    .gallery-item4 .cms-image {
        max-width: 245px;
        max-height: 255px;
        margin-left: 0%;
        margin-bottom: 0%;
    }
    .gallery-item4 .a-background,
    .album .a-background {
        max-width: 265px;
        max-height: 255px;
    }
} */

.teacher-item .svg-padding-layer image {
    width: 90%;
}

.cms-block[data-block-type="5"].teacher-item .svg-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 100%;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
    .teacher-item .svg-padding-layer image {
        width: 100%;
    }
    .cms-block[data-block-type="5"].teacher-item .svg-wrapper svg {
        width: 100%;
    }
}

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
    display: none;
}


/* draw */

.draw {
    position: relative;
}

.draw-container {
    min-height: 380px;
}

.draw7 .cms-image {
	transform: translateY(40%);
}

/*.draw8 .cms-image {
	transform: translateX(30%);
}*/

/*.draw9 .cms-image {
	transform: translateX(-30%);
}*/

.draw10 .cms-image {
	width:60%
}

.draw11 .cms-image {
	width:60%
}

.draw12 .cms-image {
	width:60%
}


@media screen and (min-width: 991px) {
    .draw1 {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .draw2 {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .draw3 {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .draw4 {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .draw5 {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .draw7 {
        position: absolute;
        right: 0;
        bottom: 0;
		transform: translate(-20%, 182%);
    }
    .draw8 {
        position: absolute;
        left: 0;
        bottom: 0;
		transform: translateX(30%);
    }
    .draw9 {
        position: absolute;
        right: 0;
        bottom: 0;
		transform: translateX(-20%);
    }
    .draw10 {
        position: absolute;
        left: 0;
        bottom: 0;
		transform: translateY(-10%);
    }
    .draw11 {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-20%);

    }
    .draw12 {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(35%, -20%);

    }
}

.draw6 .cms-image {
    margin-left: 180px;
    width: 60%;
}


/* accordion */

.accordion-container .line {
    border-bottom: 1px solid #b3b3b3;
    padding: 20px 0;
}

.accordion-container .block-title {
    font-size: 18px;
    color: #555555;
    padding: 0;
}

.accordion-container .block-title p {
    margin-bottom: 0;
}

.accordion-container .block-title strong {
    font-size: 26px;
    color: #6f3b9d;
}

.accordion-container .block-content {
    font-size: 18px;
}

.accordion-container .panel {
    display: none;
    padding-left: 35px;
    margin-bottom: 0;
    box-shadow: none;
    border: 0;
}

.accordion-container .desc-title {
    position: relative;
    padding-left: 35px;
}

.accordion-container .desc-title .plus {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
}

.accordion-container .desc-title .plus:before,
.accordion-container .desc-title .plus:after {
    content: "";
    position: absolute;
    background: #6f3b9d;
}

.accordion-container .desc-title .plus:before {
    left: 50%;
    top: 4px;
    bottom: 4px;
    width: 4px;
    transform: translateX(-50%);
}

.accordion-container .desc-title .plus:after {
    top: 50%;
    left: 4px;
    right: 4px;
    height: 4px;
    transform: translateY(-50%);
}

.accordion-container .desc-title.rotate-180 .plus:before {
    width: 0px;
}


/* ========= contact-us-map ======== */

.contact-map-container {
    max-width: 100%;
}


/*.gallery-frame .cms-image{
		border: 45px solid transparent;
		border-image: url("http://ftylns.infinmedia.com/file/09LenG/frame_orange.png") 50 50;
	}

	.gallery-frame2 .cms-image{
		border: 45px solid transparent;
		border-image: url("http://ftylns.infinmedia.com/file/V8RLLG/frame_purple.png") 50 50;
	}*/


/* ========= feature slider ======== */

.lazy-load-owl-slider .lazy-owl-block,
#day-service-owl .day-service-owl-block,
.home-c1 .class-img {
    position: relative;
}

.lazy-load-owl-slider .lazy-owl-block::before,
#day-service-owl .day-service-owl-block::before,
.home-c1 .class-img::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.lazy-load-owl-slider .lazy-owl-img,
#day-service-owl .day-service-img,
.home-c1 .class-img .home-c1-class-img {
    background-color: #eee;
    height: 100%;
    border: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.course-container .cms-block .cms-block-inside {
    margin: 0;
}

.course-container .cms-container-item {
    margin: 0 25px;
}

/*.course-container .cms-block .pd-20 {
    border-radius: 25px 25px 25px 25px;
}*/

.course-container .cms-container-item .pd-20 {
    min-height: 500px;
	border-radius: 0 0 25px 25px;
}

.course-container >.cms-container-inside {
    display: flex;
    width: 100%;
}

.feature-img-top .cms-image img {
    border-radius: 25px 25px 0 0;
	width: 100%;
}

.feature-img-top .cms-image{
	display: block;
    width: 100%;
}

/*Album*/

.orange-theme .gallery-item .swiper-slide .cms-image::before {
    content: ' ';
    width: 276px;
    height: 280px;
    position: absolute;
    background: url(/file/L90pM9/frame_orange_2.png) no-repeat;
    background-size: cover;
}

.purple-theme .swiper-slide a.cms-image::before {
    content: ' ';
    width: 276px;
    height: 280px;
    position: absolute;
    background: url(/file/kP1a6P/frame_purple_2.png) no-repeat;
    background-size: cover;
}

.orange-theme .cms-image ,
.purple-theme .cms-image  {
    height: 280px;
    display:flex;
    justify-content: center;
}

.orange-theme .cms-image img,
.purple-theme .cms-image  img {
    padding: 15px;
    width: 270px;
}

/*.purple-theme .cms-image {
    content: ' ';
    width: 276px;
    height: 280px;
    position: absolute;
    background: url(/file/kP1a6P/frame_purple_2.png) no-repeat;
    background-size: cover;
}*/


/* orange-block */
.orange-block .cms-image::before {
    content: ' ';
    width: 276px;
    height: 280px;
    position: absolute;
    background: url(/file/L90pM9/frame_orange_2.png) no-repeat;
    background-size: cover;
}

.orange-block .cms-image {
    padding: 14px;
    width: 270px;
    margin: auto;
    display: flex;
    height: 280px;
    justify-content: center;
    cursor: pointer;
}

.orange-block .cms-image img {
    margin: 3px;
    object-fit:cover;
}

.orange-block .block-content {
    text-align: center;
}


@media screen and (max-width: 1100px) {
    .schoolalbum .cms-container-inside {
        flex-wrap:wrap;
    }
    .schoolalbum .cms-container-inside .cms-container-item {
        margin: 0 100px;
    }
}

@media screen and (max-width: 780px) {
    .schoolalbum .cms-container-inside {
        flex-wrap:wrap;
    }
    .schoolalbum .cms-container-inside .cms-container-item {
        margin: 0 auto;
    }
}

/* purple-block */
.purple-block .cms-image::before {
    content: ' ';
    width: 276px;
    height: 280px;
    position: absolute;
    background: url(/file/kP1a6P/frame_purple_2.png) no-repeat;
    background-size: cover;
}

.purple-block .cms-image {
    padding: 12px;
    width: 270px;
    margin: auto;
    display: flex;
    height: 280px;
    cursor: pointer;
}

.purple-block .cms-image img {
    margin: 3px;
}

.purple-block .block-content {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .schoolalbum2 .cms-container-inside {
        flex-wrap:wrap;
    }
    .schoolalbum2 .cms-container-inside .cms-container-item {
        margin: 0 auto;
    }
}



/* ----- utility css related ----- */

.pd-20 {
    padding: 20px;
}

.clear-bottom {
    margin-bottom: 0px;
}

.clear-margin {
    margin: 0;
}