body {
	font-family: 'Roboto Condensed', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	background-color: #f5f5f5;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
h1 {
	font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	transition: 0.3s;
	color: #383838;
}
a:hover {
	text-decoration: none;
	color: #333;
}
.font-weigth-600 {
	font-weight: 600;
}
@media (min-width: 767px) {
	h2 {
		font-size: 40px;
		line-height: 1.2;
		margin: 0 0 40px;
	}
	h3,
	.h3 {
		font-size: 32px;
		font-weight: 600;
		line-height: 1.1875;
		margin: 0 0 20px;
	}
	h4 {
		font-size: 24px;
		line-height: 1.2;
		margin: 0 0 12px;
	}
	h5 {
		font-size: 20px;
		line-height: 1.2;
		margin: 0 0 12px;
	}
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 1280px) {
	.container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size: 1.75rem;
		margin: 0 0 30px;
	}
	h3,
	.h3 {
		font-size: 1.25rem;
		margin: 0 0 20px;
	}
	h4 {
		font-size: 1rem;
		margin: 0 0 1rem;
	}
}
/*  */
.footer {
	background-color: #fff;
	padding: 40px 0 0;
}
.footer h5 {
	margin: 0 0 20px;
}
.footer h6 {
	margin: 0 0 22px;
}
.footer p:not(:last-child) {
	margin-bottom: 24px;
}
.sitemap li:not(:last-child),
.footer-info li {
	margin: 0 0 20px;
}
.footer-info li {
	padding: 0 0 0 36px;
}
.footer-info li.address {
	background: url(../img/common/home.svg) no-repeat left top;
	padding-top: 2px;
}
.footer-info li.phone {
	background: url(../img/common/phone.svg) no-repeat left top;
}
.footer-info li.mail {
	background: url(../img/common/mail.svg) no-repeat left top;
}
.map img {
	width: 100%;
}
.copyright {
	border-top: 1px solid #e1e3e4;
	font-size: 14px;
	padding: 20px 0;
	margin: 30px 0 0;
}
.sitemap a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 992px) {
	.footer .col-md-6 {
		margin: 0 0 30px;
	}
	.footer p:last-child {
		margin-bottom: 0;
	}
	.footer h5 {
		font-size: 20px;
		font-weight: 400;
		line-height: 28px;
		margin: 0 0 14px;
	}
	.fnav-label {
		font-size: 24px;
		line-height: 1.5;
	}
	.copyright {
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.footer {
		padding: 20px 0 0;
	}
	.copyright {
		font-size: 12px;
	}
	.fnav-info li.home {
		font-size: 12px;
	}
}
.fixed-btn {
	position: fixed;
	right: 4%;
	bottom: 98px;
	z-index: 15;
	display: none;
}
.fixed-btn li {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.fixed-btn a {
		display: block;
	}
	.fixed-btn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	.fixed-btn {
		bottom: 60px;
	}
	.fixed-btn li {
		margin-top: 10px;
	}
	.fixed-btn img {
		width: 40px;
	}
}
/* header */
.header {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	height: 96px;
	width: 100%;
	padding: 20px 80px;
}
.header-menu {
	gap: 20px;
}
.menu {
	border-radius: 4px;
	background-color: rgba(0, 90, 224, 0.3);
	padding: 8px;
	gap: 8px;
}
.menu a {
	border-radius: 4px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 20px;
	padding: 10px 16px;
}
.booking a {
	border-radius: 4px;
	background-color: #005ae0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	line-height: 20px;
	padding: 18px 20px;
}
.lang-swicher a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: rgba(0, 90, 224, 0.3);
	position: relative;
}
.lang-swicher a::before {
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(0, 90, 224, 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.lang-swicher a span {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 1281px) {
}
@media screen and (max-width: 1280px) {
	.header {
		height: 80px;
		padding: 20px 10px;
	}
	.header-menu {
		display: block !important;
		position: fixed;
		left: 0;
		top: 80px;
		width: 100%;
		height: calc(100vh - 80px);
		padding: 0 20px;
		background-color: rgba(255, 255, 255, 0.85);
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
		z-index: 111;
	}
	.menu-open .header-menu {
		opacity: 1;
		visibility: visible;
	}
	.hamburger {
		border-radius: 4px;
		background-color: #005ae0;
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: relative;
		z-index: 11;
	}
	.hamburger span {
		display: block;
		width: 18px;
		height: 3px;
		background-color: #fff;
		border-radius: 2px;
		position: absolute;
		left: 11px;
		transform: rotate(0deg);
		transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
		opacity: 1;
	}
	.hamburger span:nth-child(1) {
		top: 12px;
	}
	.hamburger span:nth-child(2) {
		top: 19px;
	}
	.hamburger span:nth-child(3) {
		top: 26px;
	}
	.menu-open .hamburger span:nth-child(1) {
		top: 19px;
		transform: rotate(135deg);
	}
	.menu-open .hamburger span:nth-child(2) {
		opacity: 0;
		left: -10px;
	}
	.menu-open .hamburger span:nth-child(3) {
		top: 19px;
		transform: rotate(-135deg);
	}
	.menu {
		display: block !important;
	}
	.menu li:not(:last-child) {
		margin: 0 0 8px;
	}
	.booking {
		margin: 8px 0;
	}
	.lang-swicher a {
		border-radius: 4px;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.header-info .tel {
		padding-right: 8px;
	}
}
/*  */
.main {
	padding: 96px 0 0;
	overflow: hidden;
}
.box {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: 20px;
	padding: 16px;
	transition: 0.3s;
}
.c-white {
	color: #fff;
}
h2 span {
	color: #005ae0;
}
.gap-15 {
	gap: 15px;
}
.gap-20 {
	gap: 20px;
}
.gap-y-20 {
	row-gap: 20px;
}
.gap-30 {
	gap: 30px;
}
.gap-40 {
	gap: 40px;
}
.btn {
	background-color: #005ae0;
	color: #fff;
	border-radius: 27px;
	padding: 16px 40px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 auto;
	display: inline-block;
}
.btn:hover {
	color: #fff;
	text-decoration: none;
}
.btn-yellow {
	border: 2px solid #fff;
	background: linear-gradient(to right, #d7a500, #f9c004);
}
.btn:hover:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1280px) {
	.main {
		padding: 80px 0 0;
	}
}
/* slick */
.testimonials .slick-slide {
	margin: 0 10px;
}
.slick-track {
	display: flex !important;
}
.slick-slide {
	height: inherit !important;
}
/* slick */
.slick-arrow {
	font-size: 0;
	line-height: 0;
	color: transparent;
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	z-index: 3;
	border: none;
	margin-top: -25px;
	cursor: pointer;
}
.slick-arrow:focus {
	outline: none;
}
.slick-arrow:hover {
	opacity: 0.8;
}
.slick-prev {
	background-image: url(../img/common/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: -10px;
}
.slick-next {
	background-image: url(../img/common/next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	right: -10px;
}
/* slick */
/* .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0;
}
.slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	margin: 0 8px;
	background-color: #fff;
	position: relative;
	list-style: none;
}
.slick-dots li.slick-active {
	background-color: #ffcc00;
	width: 32px;
}
.slick-dots li button {
	opacity: 0;
} */

/*  */
/* .p-modal {
	max-width: 454px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	border-radius: 8px;
	padding: 48px 20px 20px;
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}
.p-modal p {
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.p-modal {
		margin: 0 15px;
		padding: 20px 15px;
	}
} */
/* kv */
.kv {
	background: url(../img/top/line1.svg) no-repeat left top;
	height: 550px;
	position: relative;
	padding: 60px 0;
}
.kv::after {
	content: '';
	background: url(../img/top/line2.png) no-repeat left top;
	width: 515px;
	height: 451px;
	position: absolute;
	right: 0;
	bottom: -121px;
}
.kv .container {
	max-width: 1020px;
}
.kv h1 {
	font-size: 64px;
	font-weight: 900;
	display: flex;
	justify-content: center;
}
.kv-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.kv-heading p {
	font-size: 20px;
}
.kv-booking {
	margin: 40px 0;
}
.search-box {
	border-radius: 8px;
	background-color: #005ae0;
	padding: 20px;
}
button {
	width: 140px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 2px solid #fff;
	background: linear-gradient(to right, #d7a500, #f9c004);
	color: #fff;
	font-weight: 600;
}
input[type='text'],
select {
	width: 252px;
	border: none;
	border-radius: 8px;
	background-color: #fff;
	padding: 16px 20px;
	font-size: 16px;
	line-height: 19px;
}
select {
	background: url(../img/common/chevron-down.svg) no-repeat right 20px center #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
@media screen and (max-width: 1280px) {
	.kv {
		background-size: 100% auto;
		height: auto;
		padding: 65px 0 40px;
	}
	.kv::after {
		display: none;
	}
	.kv h1 {
		font-size: 40px;
	}
	.kv-heading {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.kv-heading p {
		font-size: 16px;
	}
	.kv-booking {
		margin: 40px 0;
	}
	button {
		width: 100%;
	}
	input[type='text'],
	select {
		width: 100%;
	}
	.search-box {
		flex-wrap: wrap;
		gap: 10px;
	}
}
/*  */
.about-us {
	background: linear-gradient(to bottom, #e5f0ff, #fff);
	padding: 60px 0;
}
.black {
	font-weight: 900;
}
.about-us-img {
	position: relative;
}
.about-us-box {
	border-radius: 8px;
	background-color: #005ae0;
	color: #fff;
	padding: 20px 40px;
}
.about-us-box h4 {
	font-size: 20px;
}
.about-us-box p {
	margin: 0;
}

.points li {
	padding: 0 50px 0 98px;
	position: relative;
}
.points li:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 29px;
	top: 78px;
	width: 1px;
	height: 75px;
	border-left: 1px dashed #ccc;
}
.points li.point1::after {
	height: 55px;
}
.points li:not(:last-child) {
	margin: 0 0 40px;
}
.points dt {
	font-size: 18px;
	margin: 0 0 16px;
}
.highlight,
.c-blue {
	color: #005ae0;
}
.point1 {
	background: url(../img/top/icon1.svg) no-repeat left top;
}
.point2 {
	background: url(../img/top/icon2.svg) no-repeat left top;
}
.point3 {
	background: url(../img/top/icon3.svg) no-repeat left top;
}
.points dd {
	text-align: justify;
}
@media screen and (min-width: 1281px) {
	.about-us-box {
		position: absolute;
		right: 48px;
		top: -75px;
	}
}
@media screen and (max-width: 1280px) {
	.about-us {
		padding: 40px 0;
	}
	.about-us-box h4 {
		font-size: 20px;
	}
	.about-us-box p {
		margin: 0;
	}

	.points li {
		padding: 0 0 0 68px;
	}
	.points li.point1::after {
		height: 75px;
	}
	.about-us-box {
		margin: 0 0 20px;
	}
	.about-us-box ul li:not(:last-child) {
		margin: 0 0 20px;
	}
}
/*  */
.du-hoc-my {
	background: linear-gradient(to bottom, #005ae0, #00317a);
	padding: 0;
}
.du-hoc-my .inn {
	background: url(../img/top/bg1.jpg) no-repeat center top;
	color: #fff;
	margin: 0 0 178px;
	height: 452px;
	padding: 40px 0;
}
.du-hoc-my p {
	margin: 0 0 40px;
}
.spec-list {
	margin: 48px 0 0;
}
.spec-list li {
	border-radius: 8px;
	background: linear-gradient(-45deg, #c2e2ff, #fff);
	width: 200px;
	height: 160px;
	color: #333;
	font-weight: 500;
	padding: 20px;
}
.spec-list p {
	margin: 32px 0 0;
}

@media screen and (min-width: 1281px) {
	.spec1 {
		margin-top: 18px;
	}
	.spec2 {
		margin-top: 72px;
	}
	.spec3 {
		margin-top: 30px;
	}
	.spec5 {
		margin-top: 42px;
	}
}
@media screen and (max-width: 1280px) {
	.du-hoc-my {
		background: #01317b;
	}
	.du-hoc-my .inn {
		background-size: 100% auto;
		margin: 0;
		height: auto;
		padding: 40px 0;
	}
	.du-hoc-my p {
		margin: 0 0 40px;
	}
	.spec-list {
		margin: 48px 0 0;
	}
	.spec-list {
		gap: 10px;
	}
	.spec-list li {
		width: calc(50% - 5px);
	}
	.spec-list p {
		margin: 32px 0 0;
	}
}
/*  */
.du-hoc-han-quoc {
	background: linear-gradient(to bottom, #e5f0ff, #fff);
	padding: 0;
}
.du-hoc-han-quoc .inn {
	background: url(../img/top/bg2.jpg) no-repeat center;
	height: 600px;
	padding: 97px 0 0;
}
.du-hoc-han-quoc .check-list,
.du-hoc-han-quoc p {
	margin: 0 0 40px;
}
.dich-thuat {
	background: url(../img/top/bg3.jpg) no-repeat center;
	height: 600px;
	padding: 118px 0 0;
}
.dich-thuat .container {
	max-width: 1040px;
}
.text-label {
	display: block;
	border-radius: 40px;
	background-color: #fff;
	border: 1px solid;
	color: #005ae0;
	font-weight: 600;
	padding: 16px 40px;
	max-width: 528px;
	margin: 0 0 40px;
}
.no-wrap {
	white-space: nowrap;
}
.tuong-lai {
	background: url(../img/top/bg4.jpg) no-repeat center #2153b2;
	color: #fff;
	height: 488px;
	padding: 84px 0 0;
}
.tuong-lai h2 {
	font-size: 32px;
}
@media screen and (max-width: 1280px) {
	.du-hoc-han-quoc {
		padding: 0 0 40px;
	}
	.du-hoc-han-quoc .inn {
		background: url(../img/top/bg2_2x.jpg) no-repeat center top / 100% auto;
		height: auto;
		padding: 90vw 0 0;
	}
	.dich-thuat {
		background: url(../img/top/bg3_2x.jpg) no-repeat center top / 100% auto;
		height: auto;
		padding: 90vw 0 40px;
	}
	.text-label {
		padding: 16px 20px;
		text-align: center;
	}
	.no-wrap {
		white-space: unset;
	}
	.tuong-lai {
		background: url(../img/top/bg4_2x.jpg) no-repeat center bottom / 100% auto #1d4a9f;
		height: auto;
		padding: 40px 0 70vw;
	}
}
/*  */
.contact {
	background: linear-gradient(to bottom, #fff, #f5f5f5);
}
.contact .inn {
	background: url(../img/top/bg5.jpg) no-repeat center top;
	padding: 0 0 40px;
}
.check-list li {
	background: url(../img/common/check.svg) no-repeat left top;
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	font-weight: 500;
}
.talk-to {
	border-radius: 8px;
	background-color: #1c2c59;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.talk-to h2 {
	color: #fff;
	margin: 0;
}
.talk-to-form {
	max-width: 840px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 38px;
}
.talk-to-form button {
	width: 252px;
}
.contact-heading {
	padding: 124px 0;
}
.contact-heading p {
	margin: 0 0 32px;
}
.contact-heading .btn {
	margin-left: 40px;
}
@media screen and (max-width: 1280px) {
	.contact .inn {
		background-color: #f5f5f5;
		background-size: 100% auto;
		background-position: center top;
		padding: 0 0 40px;
	}
	.talk-to {
		padding: 20px;
		display: block;
	}
	.talk-to h2 {
		text-align: center;
		margin-bottom: 10px;
	}
	.talk-to-form {
		gap: 12px;
	}
	.talk-to-form button {
		width: 100%;
	}
	.contact-heading {
		padding: 100px 0 40px;
	}
	.contact-heading .btn {
		margin-left: 0;
	}
	.check-list li {
		padding-left: 30px;
	}
	.check-list li:last-child {
		margin: 0;
	}
}
/*  */
.contact-2 {
	padding: 0 0 40px;
}
.tro-chuyen {
	background: url(../img/about-us/bg.jpg) no-repeat center #2153b2;
	color: #fff;
	height: 488px;
	margin: 0 0 -107px;
	padding: 80px 0 0;
}
.tro-chuyen h2 {
	font-size: 32px;
}
.contact-2 .talk-to::after {
	content: '';
	width: 566px;
	height: 187px;
	background: url(../img/about-us/tro-chuyen.svg) no-repeat center;
	position: absolute;
	right: 188px;
	bottom: 100%;
}
.about-1 {
	background: url(../img/about-us/line1.png) no-repeat right 20px;
	padding: 60px 0;
	height: 458px;
}
.title {
	font-size: 64px;
	font-weight: 900;
}
.fw-600 {
	font-weight: 600;
}
.about-1-text {
	max-width: 456px;
	margin: 80px 0 0 60px;
}
.about-2 {
	background: linear-gradient(to bottom, #005ae0, #00317a);
	color: #fff;
}
.rounded {
	border-radius: 8px !important;
}
.rounded-16 {
	border-radius: 16px !important;
}
@media screen and (min-width: 1280px) {
	.about-2 .container {
		position: relative;
		height: 333px;
	}
	.about-2 p {
		position: absolute;
		right: 30px;
		top: 60px;
		max-width: 302px;
	}
	.about-img1 {
		position: absolute;
		left: 600px;
		bottom: 90px;
	}
	.about-img2 {
		position: absolute;
		left: 30px;
		bottom: -70px;
	}
}
@media screen and (max-width: 1280px) {
	.contact-2 {
		padding: 0 0 40px;
	}
	.tro-chuyen {
		background-position: right bottom;
		height: 388px;
		padding: 40px 0 0;
	}
	.contact-2 .talk-to::after {
		width: 100%;
		right: 0;
		background-size: 100% auto;
		background-position: center bottom;
	}
	.about-1 {
		background-size: 100% auto;
		padding: 40px 0;
		height: auto;
		position: relative;
	}
	.about-1::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.85);
	}
	.about-1 .container {
		position: relative;
	}
	.about-1-text {
		max-width: 100%;
		margin: 40px 0 0 0;
	}
	.about-2 {
		padding: 40px 0 20px;
	}
	.about-2 img {
		width: 100%;
		margin: 0 0 20px;
	}
	.title {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.about-2 img {
		height: 300px;
		object-fit: cover;
		object-position: center;
	}
}
/*  */
.about-3 {
	background: url(../img/about-us/line2.png) no-repeat center top -100px;
	padding: 232px 0 0;
}
.about-3 p {
	max-width: 736px;
}

@media screen and (min-width: 1280px) {
	.about-3-box {
		background: linear-gradient(to right, #e5f0ff, #e6edf1);
		border-radius: 8px;
		height: 280px;
		position: relative;
		margin: 40px 0 0;
	}
	.about-img3 {
		position: absolute;
		right: 100px;
		bottom: 166px;
	}
	.about-img4 {
		position: absolute;
		left: 166px;
		bottom: -88px;
	}
}
@media screen and (max-width: 1280px) {
	.about-3 {
		background: url(../img/about-us/line2.png) no-repeat center top -150px / 100% auto;
		padding: 120px 0 0;
	}
	.about-3 p {
		max-width: 736px;
	}
	.about-3 img {
		width: 100%;
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.about-3 img {
		height: 300px;
		object-fit: cover;
		object-position: center;
	}
}
.about-4 {
	background: url(../img/about-us/line3.png) no-repeat center -130px;
	padding: 248px 0 308px;
}
.about-4 h2 {
	margin: 0 0 20px;
}
.about-4-box {
	max-width: 760px;
	background: linear-gradient(to right, #e5f0ff, #e6edf1);
	border-radius: 8px;
	height: 280px;
	padding: 32px 52px;
	margin: 40px 0 0;
}
.relative {
	position: relative;
}
@media screen and (min-width: 1280px) {
	.about-img5 {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 3;
	}
	.about-img6 {
		position: absolute;
		right: 362px;
		top: 360px;
	}
}
@media screen and (max-width: 1280px) {
	.about-4 {
		background: url(../img/about-us/line3.png) no-repeat center top / 100% auto;
		padding: 40px 0;
	}
	.about-4 h2 {
		margin: 0 0 20px;
	}
	.about-4-box {
		height: auto;
		padding: 20px;
		margin: 40px 0;
	}
	.about-4 img {
		width: 100%;
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.about-4 img {
		height: 300px;
		object-fit: cover;
		object-position: center;
	}
}
/*  */
.about-5 {
	background-color: #e6eef5;
	padding: 80px 0;
	font-size: 18px;
}
.about-5 .check-list {
	margin: 0 0 40px;
}
.about-6 {
	background: url(../img/about-us/line4.png) no-repeat right 80px;
	padding: 80px 0 0;
}
.about-6 h2 {
	margin: 0 0 20px;
}
.about-6 p {
	margin: 0 0 40px;
}
.about-6 .about-img {
	margin: 0 0 235px;
}
.about-6-box {
	border-radius: 8px;
	background: url(../img/about-us/bg2.jpg) no-repeat right bottom;
	height: 311px;
	padding: 40px;
	margin: 0 0 -80px;
}
.about-6.dh-my2 {
	background: none;
	padding: 0;
}
.about-6.dh-my2 .container {
	background: url(../img/du-hoc-my/line3.png) no-repeat right -80px;
	padding: 120px 0;
}
.about-6.dh-my2 p {
	max-width: 642px;
}
@media screen and (min-width: 1280px) {
}
@media screen and (max-width: 1280px) {
	.about-5 {
		padding: 40px 0;
		font-size: 16px;
	}
	.about-6 {
		background: none;
		padding: 40px 0 0;
	}
	.about-6 h2 {
		margin: 0 0 20px;
	}
	.about-6 p {
		margin: 0 0 40px;
	}
	.about-6 .about-img {
		margin: 0 0 30px;
	}
	.about-6 .about-img.line4_2x {
		margin: 0 -10px 30px;
	}
	.about-6-box {
		background: #e6eef5;
		height: auto;
		padding: 40px;
		margin: 0;
	}
	.about-6.dh-my2 .container {
		background: none;
		padding: 40px 10px;
	}
	.about-6.dh-my2 p {
		max-width: 642px;
	}
}
/*  */
.du-hoc-hq1 {
	background: url(../img/du-hoc-han-quoc/line.png) no-repeat right bottom;
	height: 895px;
}
.du-hoc-hq1 h1 {
	padding: 60px 0 55px;
}
.du-hoc-hq1 .container {
	position: relative;
}
.du-hoc-hq1-in {
	padding: 158px 0;
	max-width: 446px;
}
.du-hoc-hq1-in .btn {
	margin: 16px 0 0;
}
.plan-box {
	background: url(../img/du-hoc-my/bg.png) no-repeat right bottom;
	border-radius: 8px;
	height: 311px;
	padding: 40px;
	margin: -80px 0 0;
	position: relative;
	color: #fff;
}
.plan-box h2 {
	margin: 0 0 20px;
}
.plan-box p {
	margin: 0 0 40px;
}
.plan-box .check-list li {
	background: url(../img/common/check-w.svg) no-repeat left top;
}
.du-hoc-hq2 {
	background: url(../img/du-hoc-han-quoc/line2.png) no-repeat right bottom 140px;
	height: 823px;
	padding: 80px 0 0;
}
.du-hoc-hq2-box {
	background-color: #e5f0ff;
	border-radius: 8px;
	padding: 40px;
}
.du-hoc-hq2-box h2 {
	margin: 0 0 16px;
}
.du-hoc-hq2-box p:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
	.step1 {
		display: block;
		padding: 0 0 0 168px;
	}
	.step2 {
		display: block;
		padding: 0 0 0 355px;
	}
	.du-hoc-hq2-box {
		width: 760px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.du-hoc-hq-img3 {
		position: absolute;
		left: 258px;
		bottom: 42px;
	}
	.du-hoc-hq1 img {
		position: absolute;
		right: 0;
		top: 385px;
	}
	.du-hoc-hq2 .container {
		position: relative;
		height: 743px;
	}
}
@media screen and (max-width: 1280px) {
	.du-hoc-hq1 {
		background: none;
		height: auto;
	}
	.du-hoc-hq1 h1 {
		padding: 40px 0 30px;
	}
	.du-hoc-hq1 .container {
		position: relative;
	}
	.du-hoc-hq1-in {
		padding: 40px 0;
	}
	.du-hoc-hq1-in .btn {
		margin: 16px 0 0;
	}
	.plan-box {
		height: auto;
		padding: 30px 20px;
		margin: -40px 0 0;
		position: relative;
		color: #fff;
	}
	.plan-box p {
		margin: 0 0 20px;
	}
	.du-hoc-hq2 {
		background: none;
		height: auto;
		padding: 40px 0;
	}
	.du-hoc-hq2-box {
		padding: 40px;
		margin: 0 0 20px;
	}
	.du-hoc-hq-img2 {
		margin: 0 0 20px;
	}
}
/*  */
.dh-my {
	background: url(../img/du-hoc-my/line1.png) no-repeat right top 10px;
	height: 825px;
}
.line2 {
	background: url(../img/du-hoc-my/line2.png) no-repeat right bottom 20px;
}
.line2 .du-hoc-hq2 {
	background: none;
}
.du-hoc-my1 {
	padding: 115px 0 0;
	margin-top: -50px;
}
.rate {
	gap: 40px;
}
.rate li {
	width: 290px;
	height: 127px;
	border-radius: 8px;
	background: #005ae0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.rate h3 {
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 10px;
}
.rate h3 small {
	font-size: 18px;
}
.rate p {
	margin: 0;
}
.visa h2 {
	margin: 0 0 20px;
}
.visa p {
	margin: 0 0 40px;
}
@media screen and (min-width: 1280px) {
	.visa {
		background: url(../img/du-hoc-my/img6.jpg) no-repeat center top / cover;
		height: 650px;
		padding: 80px 0 0;
	}
}
@media screen and (max-width: 1280px) {
	.dh-my {
		background: url(../img/du-hoc-my/line1.png) no-repeat right top 10px / 100% auto;
		height: auto;
	}
	.dh-my .du-hoc-hq1-in {
		padding-bottom: 0;
	}
	.line2 {
		background: url(../img/du-hoc-my/line2.png) no-repeat right top / 100% auto;
	}
	.line2 .du-hoc-hq2 {
		background: none;
	}
	.du-hoc-my1 {
		padding: 40px 0 0;
		margin-top: 0;
	}
	.rate {
		gap: 10px;
		flex-wrap: wrap;
	}
	.rate li {
		width: calc(50% - 5px);
		height: 120px;
	}
	.rate h3 {
		font-size: 32px;
	}
	.rate h3 small {
		font-size: 18px;
	}
	.rate p {
		margin: 0;
	}
	.visa {
		padding: 0 0 40px;
	}
}
