@media only screen and (max-width: 1620px) {
	
}

@media only screen and (max-width: 1440px) {
	
}

@media only screen and (max-width: 1199px) {
	.banner {
		padding-top: 140px;
		height: 700px;
	}
	.banner h2 {
		font-size: 50px;
		line-height: 70px;
	}
	.banner .text-contact {
		font-size: 30px;
		line-height: 40px;
		margin: 25px 0 20px;
	}
	.click-here,
	.banner .click-here {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		padding: 0 50px;
		min-width: auto;
	}
	.click-here:after,
	.banner .click-here:after {
		height: 60px;
		border-radius: 30px;
	}
	.banner .conver {
		width: 180px;
		height: 180px;
		padding: 45px 0 15px;
		right: 15px;
	}
	.banner .conver p {
		font-weight: bold;
	    font-size: 16px;
	    line-height: 28px;
	}
	.banner .conver strong {
		font-size: 35px;
		line-height: 40px;
	}
	.banner .vertical {
		width: 50px;
		font-size: 20px;
		right: 75px;
	}
	.banner .vertical:after {
		width: 60px;
	}
	.conversation .content {
		padding: 25px 0 25px 20px;
	}
	.conversation .content .thumb {
		right: 5px;
	}
	.conversation .content .thumb img {
		max-width: 200px;
		object-fit: cover;
	}
	.conversation .content ul li {
		font-size: 20px;
		line-height: 38px;
	}
	.conversation .content ul li:before {
		margin-right: 20px;
	}
	h2.title {
		font-size: 32px;
		line-height: 45px;
	}
	.teching-document .desc {
		margin-right: 30px;
	}
	.content-lesson .proposed-documents {
		height: 180px;
	}
	.content-lesson .document-content {
		height: 180px;
	}
}

@media only screen and (max-width: 1024px) {
	
}

@media only screen and (max-width: 991px) {
	.banner {
	    padding-top: 130px;
	    height: 650px;
	}
	.banner h2 {
	    font-size: 40px;
	    line-height: 60px;
	}
	.banner .text-contact {
		font-size: 26px;
		line-height: 35px;
	}
	.click-here,
	.banner .click-here,
	.banner .vertical {
		font-size: 18px;
	}
	.banner .vertical {
		line-height: 22px;
		top: 245px;
		right: 15px;
	}
	.conversation .content .thumb {
		display: none;
	}
	.why-us .list-price {
		margin-top: -150px;
	} 
	.list-price .item-price {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.list-price .col-md-4:last-child .item-price {
		margin-bottom: 0;
	}
	.list-price .item-price.item-first {
		margin-top: 0;
	}
	.experienced-teachers {
		display: block;
	}
	.experienced-teachers .item-exper {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 30px;
	}
	.experienced-teachers .item-exper:last-child {
		margin-bottom: 0;
	}
	.experienced-teachers .item-exper p {
		margin-bottom: 10px;
	}
	.teching-document {
		padding: 30px 25px;
		display: block;
	}
	.teching-document .desc {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.teching-document .desc p {
		margin-bottom: 10px;
	}
	.list-document .item {
		padding: 20px 15px;
	}
	.lesson-lever .learner-thumb {
		width: 120px;
		height: 120px;
		margin-right: 20px;
	}
	.lesson-lever .learner-thumb img {
		max-width: 90px;
	}
	.lesson-lever .desc-lesson .lever-content p {
		font-size: 16px;
		line-height: 25px;
	}
	.lesson-lever .desc-lesson .lever-text {
		font-size: 15px;
	}
	.list-document .content-lesson {
		display: block;
	}
	.content-lesson .proposed-documents {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.content-lesson .document-content {
		width: 100%;
	}
	.content-lesson .proposed-documents {
		height: auto;
	}
	.content-lesson .document-content {
		height: auto;
	}
	.content-lesson .proposed-documents:before,
	.content-lesson .proposed-documents:after {
		top: auto;
		bottom: -24px;
		left: 0;
		right: 0;
		margin: auto;
		width: 25px;
	}
	.sign-conver .list-conver {
		flex-wrap: wrap;
	}
	h2.title {
	    font-size: 30px;
	    line-height: 45px;
	}
	.list-conver .item {
		width: 50%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.list-conver .item:nth-child(odd) {
		padding-right: 25px;
	}
	.list-conver .item:nth-child(even) {
		padding-left: 25px;
	}
	.conversation .content {
	    padding: 25px 10px 25px 20px;
	}
}

@media only screen and (max-width: 768px) {
	.banner .conver {
	    width: 160px;
	    height: 160px;
	    padding: 30px 0 15px;
	    right: 15px;
	}
	.conversation {
	    padding: 70px 0;
	}
	h2.title,
	.why-us h2.title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	.conversation .content ul li {
	    font-size: 16px;
	    line-height: 35px;
	}
	.conversation .content ul li:before {
		font-size: 20px;
	}
	.why-us .content-bg .number {
		height: 120px;
		width: 120px;
		font-size: 50px;
		line-height: 120px;
		top: -60px;
	}
	.experienced-teachers {
		padding-bottom: 0;
	}
	.why-us .item h3 {
		font-size: 20px;
		line-height: 25px;
		padding-left: 140px;
		margin-bottom: 15px;
	}
	.why-us .content-bg {
		height: 240px;
	}
	.list-price .item-price .title-item {
		padding: 15px 0;
	}
	.list-price .item-price .title-item h4 {
		font-size: 25px;
		line-height: 30px;
	}
	.why-us .item {
		margin-bottom: 60px;
	}
	.teching-document {
		padding-bottom: 0;
	}
	.material-document {
	    padding-bottom: 100px;
	}
	.list-price .item-price.item-first .title-item .icon-price {
		right: -10px;
	}
}

@media only screen and (max-width: 540px) {
	.banner {
	    padding-top: 150px;
	    height: 500px;
	}
	.banner h2 {
	    font-size: 30px;
	    line-height: 45px;
	    text-align: center;
	}
	.banner-contact {
		text-align: center;
		padding-top: 40px;
	}
	.banner .text-contact {
	    font-size: 22px;
	    line-height: 30px;
	    margin: 0 0 15px;
	}
	.banner .conver {
		width: 100px;
		height: 100px;
		padding: 15px 0 10px;
		left: 15px;
		top: 15px;
		right: auto;
	}
	.banner .conver p {
	    font-weight: bold;
	    font-size: 14px;
	    line-height: 20px;
	}
	.banner .conver strong {
	    font-size: 25px;
    	line-height: 25px;
	}
	.banner .vertical {
		display: none;
	}
	.conversation {
	    padding: 40px 0;
	}
	h2.title {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.why-us h2.title {
		margin-bottom: 25px;
	}
	.sign-conver {
		padding: 50px 0; 
	}
	.sign-conver .btn-click {
		margin-top: 15px;
	}
	.list-conver .item .info h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.teching-document {
		padding: 20px 10px;
	}
	.why-us .item:first-child .btn-click {
	    margin-top: 30px;
	}
	.why-us .item:last-child {
	    margin-bottom: 25px;
	}
}

@media only screen and (max-width: 415px) {
	.banner {
		padding-top: 130px;
		height: 450px;
	}
	.banner-contact {
		padding-top: 20px;
	}
	.click-here,
	.banner .click-here {
		padding: 0 20px;
	}
	.why-us .content-bg .thumb-teacher {
		display: none;
	}
	.list-conver .item {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.list-conver .item:nth-child(odd) {
	    padding-right: 0;
	}
	.list-conver .item:nth-child(even) {
		padding-left: 0;
	}
	.experienced-teachers {
		padding: 30px 10px 0;
	}
	.lesson-lever .learner-thumb {
	    width: 100px;
	    height: 100px;
	    margin-right: 10px;
	    margin-bottom: -20px;
	    min-width: 100px;
	}
	.lesson-lever .desc-lesson {
		width: calc(100% - 100px);
	}
	.lesson-lever .desc-lesson .lever-text {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.lesson-lever .desc-lesson .lever-content p {
	    font-size: 13px;
	    line-height: 22px;
	}
	.lesson-lever .learner-thumb img {
	    max-width: 80px;
	    top: 25px;
	}
	.material-document {
	    padding-bottom: 60px;
	}
	.material-document .btn-click {
	    margin-top: 30px;
	}
	.site-footer {
		padding: 25px 0;
		height: auto;
	}
	.site-footer .container {
		display: block;
		text-align: center;
	}
	.logo-footer {
		margin-bottom: 10px;
	}
	.experienced-teachers .item-exper {
		margin-bottom: 15px;
	}
	.sign-conver {
		padding: 30px 0 60px;
	}
	.sign-conver .btn-click {
		margin-top: 0;
	}
}

@media only screen and (max-width: 375px) {
	.why-us .item h3 {
		font-size: 18px;
	}
	.conversation .content ul li {
		line-height: 30px;
	}
}

@media only screen and (max-width: 360px) {
	.click-here, .banner .vertical {
	    font-size: 15px;
	}
	.banner h2 {
	    font-size: 27px;
	    line-height: 40px;
	}
	.banner .text-contact {
	   	font-size: 20px;
	}
	.why-us .item h3 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 359px) {
	.lesson-lever .learner-thumb {
		margin-bottom: -50px;
	}
	.lesson-lever .learner-thumb img {
		top: 32px;
	}
	h2.title {
		font-size: 24px;
	}
}
