/* Gocov - HTML Template */

@media only screen and (max-width: 1800px) {
	.main-slider .slider-wrapper .image img {
		width: auto;
	}
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1300px) {
	.page-wrapper {
		overflow: hidden;
	}
}

@media only screen and (min-width: 1200px) {
	.five-column {
		max-width: 20%;
	}

	.custom-row>div {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	.container {
		max-width: 100%;
	}

	.page-wrapper {
		margin-bottom: 0px !important;
	}

	.main-header .header-upper.style-two .upper-right {
		padding: 0;
	}

	.main-header .header-upper.style-two .upper-right:before {
		display: none;
	}

	.owl-nav-style-four .owl-nav .owl-prev {
		left: 10px;
	}

	.owl-nav-style-four .owl-nav .owl-next {
		right: 10px;
	}

}


@media only screen and (max-width: 1143px) {
	.contact-section .contact-info .contact-feature h3 {
		padding: 48px 30px;
	}
}

@media only screen and (min-width: 992px) {
	.row.row-revers-lg {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	/* -------------兼容电脑----------- */
	.page-title h1 {
		bottom: 100px;
		position: relative;
		font-size: 45px;
		line-height: 1em;
		letter-spacing: 10px;
		/* font-weight: 800; */
		margin-bottom: 11px;
		color: #ffffff;
		text-transform: capitalize;
	}

	.indent-up {
		margin-top: -280px;
	}
    
	.indent-footer {
		margin-top: -380px;
	}
	.sd-typeset1 {
		position: relative;
		background-color: #FFFFFF;
		border-top-left-radius: 15vw;
		padding-top: 100px;
		z-index: 99;
	}

	.shop-section {
		position: fixed;
		right: 0;
		top: 30vh;
		overflow: hidden;
		display: none;
		z-index: 100;
	}

	.shop-section-item {
		text-align: center;
		float: left;
		padding: 15px 15px;
		width: 95px;
		font-size: 8px;
		font-family: Source Han Sans CN;
		font-weight: 300;
		line-height: 14px;
		color: #7B7B7B;
		box-shadow: 4px 1px 15px rgba(0, 0, 0, 0.16);
	}
    .shop-section-item img{
		margin-bottom: 15px;
	}
	.shop-item-left:hover{
		    transition: 0.2s ease;
		transform: scale(1.5);
		padding: 40px 5px 10px 30px;
		width: 150px;
		background-color: #FFFFFF;
		box-shadow: 4px 1px 15px rgba(0, 0, 0, 0.16);
		z-index: 999;
	}
	.shop-item-right {
		margin-top: 30px;
	}

	.section-title {
		font-size: 50px;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #00BCAE;
		letter-spacing: 2px;
	}

	.section-vice-title {
		font-size: 30px;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #00BCAE;
		text-transform: uppercase;
	}

	.section-content {
		margin: 40px 0;
		font-size: 30px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		line-height: 40px;
		color: #3B3B3B;
	}

	.section-desc {
		font-size: 14px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #646464;
	}

	.sd-typeset2 {
		background-color: #f3f3f3;
		border-top-right-radius: 15vw;
		padding-top: 100px;
		z-index: 99;
	}

	.main-footer {
		position: relative;
		border-top-right-radius: 20vw;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

/* 	.main-footer:before {
		position: absolute;
		border-top-right-radius: 15vw;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgb(33, 33, 34, 0.7);
	} */

	.about-title-one {
		font-size: 28px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		line-height: 40px;
		color: #3B3B3B;
		margin-bottom: 50px;
	}

	.about-title-two {
		font-size: 28px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		line-height: 40px;
		color: #FFFFFF;
		margin-bottom: 50px;
	}

	.about-content-one {
		font-size: 17px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		line-height: 28px;
		color: #3B3B3B;
	}

	.about-content-two {
		font-size: 17px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		line-height: 28px;
		color: #FFFFFF;
	}

	.about-title {
		font-size: 50px;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #FFFFFF;
		letter-spacing: 2px;
	}

	.about-vice-title {
		font-size: 30px;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: uppercase;
	}

	.course-col-left {
		position: relative;
		padding: 100px 50px 100px 0;
		border-right: 2px solid #02CEB9;
		text-align: right;
	}

/* 	.course-img {
		border-radius: 120px 0 120px 0;
	} */

	.course-col-right {
		position: relative;
		padding: 100px 0px 100px 50px;
	}

	.course-indent {
		margin-top: -120px;
	}
}


@media only screen and (max-width: 991px) {
	.main-header .header-upper.style-two .upper-right {
		display: block;
	}

	.main-slider .slide {
		padding: 130px 0px;
	}

	.main-slider h1 {
		font-size: 55px;
		line-height: 60px;
	}

	.feature-section {
		padding: 100px 0px 70px;
	}

	.feature-section .feature-inner {
		margin-top: 0px;
	}

	.about-section .about-content-block {
		margin-top: 0px;
	}

	.about-section .content-column {
		width: 100%;
		float: none;
	}

	.about-section .about-block-area {
		float: none;
	}

	.about-section .image-column {
		background-image: none !important;
		position: relative;
		width: 100%;
	}

	.about-section .image-column .image-box {
		display: block;
	}

	.about-image-block:before {
		top: 0;
	}

	.main-footer .posts-widget {
		padding-right: 0px;
		margin-left: 0px;
	}

	.blog-section-two:before {
		display: none;
	}

	.contact-section .contact-info .contact-feature h3 {
		padding: 70px 30px;
	}

}

@media only screen and (max-width: 767px) {
	.main-slider h1 {
		font-size: 40px;
		line-height: 45px;
	}

	.slider-two {
		padding: 100px 0 150px;
	}

	.logo-social {
		width: 100%;
		padding: 0 0 15px;
	}

	.right-content {
		width: 100%;
	}

	.page-title h1 {
		font-size: 38px;
		line-height: 45px;
	}

	.page-title {
		padding: 90px 0;
	}

	.error-section .inner-section h1 {
		font-size: 100px;
	}

	.error-section .inner-section h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.appointment .modal-dialog {
		max-width: 450px;
		margin: 0 auto;
	}

	.appointment-inner {
		padding: 25px;
	}

	.comment-box.pl-80 {
		padding-left: 0px !important;
	}

}

@media only screen and (max-width: 599px) {
	.main-slider h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.services-section .outer-box {
		padding: 25px 0 0;
	}

	.page-title h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.appointment .modal-dialog {
		max-width: 400px;
		margin: 0 auto;
	}

	/* -------------兼容手机------------- */
	.page-title h1 {
		bottom: 40px;
		position: relative;
		font-size: 28px;
		line-height: 1em;
		margin-bottom: 11px;
		letter-spacing: 5px;
		color: #ffffff;
		text-transform: capitalize;
	}

	.indent-up {
		margin-top: -100px;
	}
    
    .indent-footer {
    	margin-top: -120px;
    }
	.sd-typeset1 {
		position: relative;
		background-color: #FFFFFF;
		border-top-left-radius: 30vw;
		padding-top: 50px;
		z-index: 999;
	}

	.sd-typeset2 {
		background-color: #f3f3f3;
		border-top-right-radius: 30vw;
		padding-top: 50px;
	}

	.section-title {
		font-size: 30px;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #00BCAE;
		letter-spacing: 1px;
	}

	.section-vice-title {
		font-size: 20px;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #00BCAE;
		text-transform: uppercase;
	}

	.main-footer {
		position: relative;
		border-top-right-radius: 30vw;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

/* 	.main-footer:before {
		position: absolute;
		border-top-right-radius: 30vw;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgb(33, 33, 34, 0.7);
	}
 */
	.about-title-one {
		font-size: 18px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		line-height: 28px;
		color: #3B3B3B;
		margin-bottom: 20px;
	}

	.about-title-two {
		font-size: 18px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		line-height: 35px;
		color: #FFFFFF;
		margin-bottom: 20px;
	}

	.about-content-one {
		font-size: 12px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		line-height: 20px;
		color: #3B3B3B;
	}

	.about-content-two {
		font-size: 12px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		line-height: 20px;
		color: #FFFFFF;
	}

	.section-content {
		font-size: 12px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		line-height: 22px;
		color: #FFFFFF;
	}

	.about-title {
		font-size: 30px;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #FFFFFF;
		letter-spacing: 2px;
	}

	.about-vice-title {
		font-size: 20px;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: uppercase;
	}

	.course-col-left {
		position: relative;
		padding: 0 25px 10px;
		text-align: right;
	}

	.course-img {
		border-radius: 70px 0 70px 0;
	}

	.course-col-right {
		position: relative;
		padding: 10px 25px 0;
	}
}

@media only screen and (max-width: 571px) {
	.contact-section .contact-info .contact-feature h3 {
		padding: 48px 30px;
	}

	.appointment .modal-dialog {
		max-width: 390px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 511px) {
	.appointment .modal-dialog {
		max-width: 350px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 477px) {
	.contact-section .contact-info .contact-feature h3 {
		padding: 30px 30px;
	}

	.about-img .image img:last-child {
		bottom: 20%;
	}

	.about-img .image img:first-child {
		display: none;
	}

	.about-image-block {
		margin-left: 0px;
	}

	.appointment .modal-dialog {
		max-width: 300px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 400px) {
	.appointment .modal-dialog {
		max-width: 250px;
		margin: 0 auto;
	}
}
