@charset "UTF-8";
/* ******************************************************************
	--home.css--
****************************************************************** */

/************************banner*******************/
.banner {
	top: 100px;
	position: relative;
}

.banner {
	background: url(../images/banner/bg_header@2x.jpg) no-repeat left top transparent;
	background-size: 100%;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.banner {
		background: url(../images/banner/bg_header@2x.jpg) no-repeat left top transparent;
		background-size: 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.banner {
		background: url(../images/banner/bg_header@2x.jpg) no-repeat left top transparent;
		background-size: 100%;
	}
}

.banner_ct,
.box_conter,
.box_conter_banner,
.box_conter_banner_ct {
	float: left;
	display: block;
	width: 100%;
}

.banner_ct {
	padding: 100px 0px 76px 0px;
}

.box_conter,
.box_conter_banner {
	width: 100%;
	max-width: 642px;
}

.box_conter_banner {
	height: 97px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	padding: 23px 20px;
	color: #fff;
	margin-bottom: 25px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}

.box_conter_banner sub {
	font-size: 48px;
	color: #fff;
	font-weight: 500;
	font-family: 'Coiny', sans-serif;
	line-height: 55px;
	bottom: -5px;
}

.background_red {
	background: #EE1D23;
}

.background_green {
	background: #199F5A;
}

.background_blue {
	background: #0F4D98;
}

.tuvan_box {
	height: 60px;
	float: left;
	display: block;
	background: #fff;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	padding: 19px 42px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.tuvan_zalo {
	float: right;
}

.tuvan_box.tuvan_phone {
	background: url(../images/icon/tuvan_phone@2x.png) no-repeat 40px center #fff;
	background-size: 24px 24px;
	color: #EE1D23;
	padding-left: 75px;
	font-size: 18px;
	line-height: 24px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.tuvan_box.tuvan_phone {
		background: url(../images/icon/tuvan_phone@2x.png) no-repeat 40px center #fff;
		background-size: 24px 24px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.tuvan_box.tuvan_phone {
		background: url(../images/icon/tuvan_phone@2x.png) no-repeat 40px center #fff;
		background-size: 24px 24px;
	}
}

.tuvan_box.tuvan_zalo {
	background: url(../images/icon/tuvan_zalo_hover@2x.png) no-repeat 40px center #fff;
	background-size: 24px 24px;
	color: #0F4D98;
	font-weight: 500;
	padding-left: 75px;
	font-size: 18px;
	line-height: 24px;
	padding: 19px 82px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.tuvan_box.tuvan_zalo {
		background: url(../images/icon/tuvan_zalo_hover@2x.png) no-repeat 40px center #fff;
		background-size: 24px 24px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.tuvan_box.tuvan_zalo {
		background: url(../images/icon/tuvan_zalo_hover@2x.png) no-repeat 40px center #fff;
		background-size: 24px 24px;
	}
}

.tuvan_box.tuvan_phone:hover {
	background: url(../images/icon/tuvan_phone_hover@2x.png) no-repeat 40px center #EE1D23;
	background-size: 24px 24px;
	color: #fff;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.tuvan_box.tuvan_phone:hover {
		background: url(../images/icon/tuvan_phone_hover@2x.png) no-repeat 40px center #EE1D23;
		background-size: 24px 24px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.tuvan_box.tuvan_phone:hover {
		background: url(../images/icon/tuvan_phone_hover@2x.png) no-repeat 40px center #EE1D23;
		background-size: 24px 24px;
	}
}

.tuvan_box.tuvan_zalo:hover {
	background: url(../images/icon/tuvan_zalo@2x.png) no-repeat 40px center #0F4D98;
	background-size: 24px 24px;
	color: #fff;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.tuvan_box.tuvan_zalo:hover {
		background: url(../images/icon/tuvan_zalo@2x.png) no-repeat 40px center #0F4D98;
		background-size: 24px 24px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.tuvan_box.tuvan_zalo:hover {
		background: url(../images/icon/tuvan_zalo@2x.png) no-repeat 40px center #0F4D98;
		background-size: 24px 24px;
	}
}

.congra,
.congra_title,
.congra_ct,
.congra_button {
	float: left;
	display: block;
	width: 100%;
}

.congra {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
	padding-top: 60px;
	text-align: center;
}

.congra_title {
	font-size: 32px;
	line-height: 60px;
	margin-bottom: 24px;
}

.congra_ct {
	font-weight: 400;
	margin-bottom: 24px;
	line-height: 29px;
	text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}

.congra_ct p:first-child {
	margin-bottom: 24px;
}

.congra_button a {
	padding: 16px 35px;
	width: auto;
	margin: 0 auto;
}

/************************content*******************/

.content_ct {
	padding: 70px 0px;
}

.head-content,
.news_label,
.news_ct {
	float: left;
	display: block;
	width: 100%;
}
.news_label {
	text-align: center;
	line-height: 48px;
	margin-bottom: 24px;
}
.news_label_wrapper{
	float: left;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.tab-news {
	border: 1px solid transparent;
	border-radius: 54px;
	-moz-border-radius: 54px;
	-webkit-border-radius: 54px;
	background-image: linear-gradient(white, white), linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	background-image: -webkit-linear-gradient(white, white), linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	/* Chrome, Safari cũ */
	background-image: -moz-linear-gradient(white, white), linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	/* Firefox cũ */
	background-image: -o-linear-gradient(white, white), linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	padding: 10px 24px;
	font-size: 18px;
	line-height: 26px;
	margin-right: 16px;
	color: #333;
	margin-bottom: 24px;
}

.news_label .tab-news:last-child {
	margin-right: 0px;
}

.tab-news:hover,
.tab-news.active {
	color: #fff;
	background: #0F4D98;
	/* fallback cho trình duyệt không hỗ trợ gradient */
	background: -webkit-linear-gradient(to bottom, #0F4D98, #199F5A);
	/* Chrome, Safari cũ */
	background: -moz-linear-gradient(to bottom, #0F4D98, #199F5A);
	/* Firefox cũ */
	background: -o-linear-gradient(to bottom, #0F4D98, #199F5A);
	/* Opera cũ */
	background: linear-gradient(to bottom, #0F4D98, #199F5A);
}

.carousel-control-prev, .carousel-control-next{
	width: 8.33333333%;
}
.carousel-inner{
	margin-left: 8.33333333%;
	width: 83.33333333%;
}
.carousel-control-prev, .carousel-control-next{
	align-items: normal;
}
.carousel-control-prev{
	text-align: right;
	justify-content: right;
	padding-right: 5px;
	padding-top: 5%;
}
.carousel-control-prev-icon{
	background: url(../images/icon/icon_news_pre@2x.png) no-repeat right top transparent;
	background-size: 17px 38px;
	width: 17px;
	height: 38px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .carousel-control-prev-icon{
		background: url(../images/icon/icon_news_pre@2x.png) no-repeat right top transparent;
		background-size: 17px 38px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .carousel-control-prev-icon{
		background: url(../images/icon/icon_news_pre@2x.png) no-repeat right top transparent;
		background-size: 17px 38px;
	}
}
.carousel-control-prev-icon:hover{
	background: url(../images/icon/icon_news_pre_hover@2x.png) no-repeat right top transparent;
	background-size: 17px 38px;
	width: 17px;
	height: 38px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .carousel-control-prev-icon:hover{
		background: url(../images/icon/icon_news_pre_hover@2x.png) no-repeat right top transparent;
		background-size: 17px 38px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .carousel-control-prev-icon:hover{
		background: url(../images/icon/icon_news_pre_hover@2x.png) no-repeat right top transparent;
		background-size: 17px 38px;
	}
}
.carousel-control-next{
	text-align: left;
	justify-content: left;
	padding-left: 5px;
	padding-top: 5%;
}
.carousel-control-next-icon{
	background: url(../images/icon/icon_news_next@2x.png) no-repeat left top transparent;
	background-size: 17px 38px;
	width: 17px;
	height: 38px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .carousel-control-next-icon{
		background: url(../images/icon/icon_news_next@2x.png) no-repeat left top transparent;
		background-size: 17px 38px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .carousel-control-next-icon{
		background: url(../images/icon/icon_news_next@2x.png) no-repeat left top transparent;
		background-size: 17px 38px;
	}
}
.carousel-control-next-icon:hover{
	background: url(../images/icon/icon_news_next_hover@2x.png) no-repeat left top transparent;
	background-size: 17px 38px;
	width: 17px;
	height: 38px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .carousel-control-next-icon:hover{
		background: url(../images/icon/icon_news_next_hover@2x.png) no-repeat left top transparent;
		background-size: 17px 38px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .carousel-control-next-icon:hover{
		background: url(../images/icon/icon_news_next_hover@2x.png) no-repeat left top transparent;
		background-size: 17px 38px;
	}
}
.card{
	border: 0px;
	background: #fff;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;      /* Chuẩn hiện tại */
	margin-bottom: 24px;
}
.card:hover{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); /* Safari, Chrome cũ */
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);    /* Firefox cũ */
}
.card img {
	height: 180px;
	object-fit: cover;
	border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}
.card-body {
	min-height: 140px;
	border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
	background: #fff;
}
.carousel-item .row {
	display: flex;
	flex-wrap: nowrap;
}
.card_img_date{
	float: left;
	display: block;
	width: 100%;
}
.card_img_date{
	position: relative;
}
#collapsetintuc_slide .card_img_date img, #category1_slide .card_img_date img, #category2_slide .card_img_date img, #category3_slide .card_img_date img,
#category4_slide .card_img_date img{
	position: relative;
	height: 277px;
}
.card_img_date span{
	position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    z-index: 10;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 10px;
}
.card-body .card-title{
	font-size: 18px;
	line-height: 26px;
	width: 100%;  /* độ rộng cố định cho 1 dòng */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* hỗ trợ nhiều dòng với dấu "..." */
	display: -webkit-box;              /* dùng layout box WebKit */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;            /* giới hạn tối đa 3 dòng */
	/* cho các trình duyệt hiện đại */
	white-space: normal;  
	margin-bottom: 8px;
}
.card-body{
	padding: 24px 16px;
}
.button_add a {
    padding: 16px 32px;
    display: inline-block;
}
.card-text{
	font-size: 16px;
	line-height: 24px;
	width: 100%;  /* độ rộng cố định cho 1 dòng */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* hỗ trợ nhiều dòng với dấu "..." */
	display: -webkit-box;              /* dùng layout box WebKit */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;            /* giới hạn tối đa 3 dòng */
	/* cho các trình duyệt hiện đại */
	white-space: normal;  
	color: #646D69;
}
#collapsechuongtrinh_slide .card-text{
	text-align: center;
}
/*****************chap canh uoc mo************************/
.plane_home {
	background: url(../images/bg/bg_airplan@2x.png) no-repeat left 20px transparent;
	background-size: 100%;
	padding-bottom: 0px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.plane_home {
		background: url(../images/bg/bg_airplan@2x.png) no-repeat left 20px transparent;
		background-size: 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.plane_home {
		background: url(../images/bg/bg_airplan@2x.png) no-repeat left 20px transparent;
		background-size: 100%;
	}
}

.plane_image,
.plane_title {
	float: left;
	display: block;
	width: 100%
}

.plane_image {
	text-align: center;
	padding-top: 80px;
}

.plane_title {
	background: linear-gradient(to right, #F2B500 0%, #D50578 100%);
	background: -webkit-linear-gradient(to right, #F2B500 0%, #D50578 100%);
	/* Chrome, Safari cũ */
	background: -moz-linear-gradient(to right, #F2B500 0%, #D50578 100%);
	/* Firefox cũ */
	background: -o-linear-gradient(to right, #F2B500 0%, #D50578 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Baloo", sans-serif;
	font-size: 60px;
	line-height: 80px;
	text-align: center;
	padding: 40px 0px 60px 0px;
}

.profession {
	position: relative;
	z-index: 9;
}

.profession_slider_ct {
	display: flex;
	gap: 0px;
	overflow: hidden;
	padding: 0px 0px 80px 0px;
}

.photo_xc {
	width: 463px;
	height: 327px;
	overflow: hidden;
	transform: skew(-20deg);
	/* nghiêng về bên phải */
	-webkit-transform: skew(20deg);
	/* Chrome, Safari cũ */
	-moz-transform: skew(20deg);
	/* Firefox cũ */
	-ms-transform: skew(20deg);
	/* IE9+ */
	-o-transform: skew(20deg);
	margin-right: 10px;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	position: relative;
	transition: transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	flex-shrink: 0;
}

.photo_xc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.25) skewX(20deg);
	-webkit-transform: translate(-50%, -50%) scale(1.25) skewX(20deg);
	/* Chrome, Safari cũ */
	-moz-transform: translate(-50%, -50%) scale(1.25) skewX(20deg);
	/* Firefox cũ */
	-ms-transform: translate(-50%, -50%) scale(1.25) skewX(20deg);
	/* IE9+ */
	-o-transform: translate(-50%, -50%) scale(1.25) skewX(20deg);
}

.photo_xc:nth-child(odd) {
	transform: skewX(-20deg) translateY(80px);
	-webkit-transform: transform: skewX(-20deg) translateY(80px);
	/* Chrome, Safari cũ */
	-moz-transform: transform: skewX(-20deg) translateY(80px);
	/* Firefox cũ */
	-ms-transform: transform: skewX(-20deg) translateY(80px);
	/* IE9+ */
	-o-transform: transform: skewX(-20deg) translateY(80px);
}

.photo_xc:nth-child(even) {
	transform: skewX(-20deg) translateY(0px);
	-webkit-transform: skewX(-20deg) translateY(0px);
	/* Chrome, Safari cũ */
	-moz-transform: skewX(-20deg) translateY(0px);
	/* Firefox cũ */
	-ms-transform: skewX(-20deg) translateY(0px);
	/* IE9+ */
	-o-transform: skewX(-20deg) translateY(0px);
}

.profession_slider {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0px 0px 80px 0px;
}

.profession_slider_ct {
	display: flex;
	gap: 24px;
	width: max-content;
	animation: scroll-x 120s linear infinite;
	align-items: flex-end;
}

@keyframes scroll-x {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.whychoice_home {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 2.8%, rgba(15, 77, 152, 0.90) 8.75%, rgba(28, 123, 75, 0.90) 81.85%, #F8F9FA 100%), linear-gradient(180deg, #FFF 0.01%, rgba(255, 255, 255, 0.00) 13.26%, rgba(255, 255, 255, 0.00) 78.36%, #FFF 96.49%);
	position: relative;
	margin-top: -260px;
	z-index: 1;
}

.whychoice_home_ct {
	padding-top: 260px;
}

.whychoose_home_head,
.whychoose_row,
.whychoose_row_r_title,
.whychoose_row_r_ct {
	float: left;
	display: block;
	width: 100%;
}

.whychoose_home_head,
.whychoose_home_left {
	position: relative;
}

.whychoose_home_head {
	padding-top: 40px;
}

.whychoose_home_left {
	float: left;
	display: block;
	width: 60%;
	max-width: 555px;
	z-index: 9;
}

.whychoose_home_right {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 1;
}
.text-whychoose_home_right_ct{
	float: left;
    display: block;
    width: 100%;
}
.whychoose_row {
	background: #fff;
	margin-bottom: 24px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	padding: 24px;
}

.whychoose_row_l {
	float: left;
	display: block;
	width: 85px;
	margin-right: 16px;
}

.whychoose_row_r {
	float: left;
	display: block;
	width: 80%;
}

.whychoose_row_r_title {
	font-weight: 500px;
	font-size: 18px;
	line-height: 26px;
}

.text_red {
	color: #ff0000;
}

.text_green {
	color: #199F5A;
}

.text_blue {
	color: #104E98;
}

.text_violet {
	color: #9104D2;
}

.text_orange {
	color: #DD8801;
}
.whychoose_home_left_ct{
	float: left;
    display: block;
    width: 100%;
}
.whychoose_home_footer{
	float: left;
    width: 100%;
	padding-top: 40px;
}

/*****************các chương trình học************************/
.program_ct_row,
.program_r_ct,
.program_r_ct_slide {
	float: left;
	display: block;
	width: 100%;
	position: relative;
}

.program_left {
	float: left;
	display: block;
	width: 46%;
}

.program_right {
	float: left;
	display: block;
	width: 54%;
}

.program_left .title_head {
	text-align: left;
}
.program_left p {
	margin-top: 16px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 28.8px */
	letter-spacing: 0.36px;
	float: left;
	display: block;
	width: 100%;
}

.program_r_ct {
	padding-top: 82px;
}

.program_r_ct_title {
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 26px;
}
.title_head.text-right{
	text-align: left;
}
.program_r_ct_slide{
	width: 95%;
    margin-left: 2%;
}

.program_r_ct_slide .btn-carousel-custom{
	background: url(../images/icon/icon_news_pre_w@2x.png) no-repeat right top transparent;
	background-size: 23px 51px;
	width: 23px;
	height: 51px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	outline: none;
}
.program_r_ct_slide .btn-carousel-custom.btn-carousel-prev{
	left: -40px;
}		
@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.program_r_ct_slide .btn-carousel-custom{
		background: url(../images/icon/icon_news_pre_w@2x.png) no-repeat left top transparent;
		background-size: 23px 51px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.program_r_ct_slide .btn-carousel-custom{
		background: url(../images/icon/icon_news_pre_w@2x.png) no-repeat left top transparent;
		background-size: 23px 51px;
	}
}

.program_r_ct_slide .btn-carousel-next{
	background: url(../images/icon/icon_news_next_w@2x.png) no-repeat left top transparent;
	background-size: 23px 51px;
	width: 23px;
	height: 51px;
	right: -40px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.program_r_ct_slide .btn-carousel-next{
		background: url(../images/icon/icon_news_next_w@2x.png) no-repeat left top transparent;
		background-size: 23px 51px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.program_r_ct_slide .btn-carousel-next{
		background: url(../images/icon/icon_news_next_w@2x.png) no-repeat left top transparent;
		background-size: 23px 51px;
	}
} 

.program_right {
	width: 63%;
	background: url(../images/bg/bg_pro@2x.png) no-repeat left top transparent;
	background-size: 100%;
	padding: 70px 75px 79px 75px;
	overflow: hidden;
	flex-shrink: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.program_right{
		background: url(../images/bg/bg_pro@2x.png) no-repeat left top transparent;
		background-size: contain;
	}
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.program_right{
		background: url(../images/bg/bg_pro@2x.png) no-repeat left top transparent;
		background-size: contain;
	}
} 
	
/* css slide program_typical_trainning */
.program_typical_trainning {
	display: flex;
	align-items: center;

	.title_head_slide {
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%; /* 38.4px */
		color: #fff;
		margin-bottom: 16px;
		margin-top: 10px;
	}
	.owl-carousel {
		overflow: hidden;
		position: relative;
	}
	.owl-stage-outer {
		padding-left: 0 !important;
		margin-left: 0 !important;
		overflow: visible;
	}
	@media screen and (min-width: 1400px) {
		.owl-stage {
			margin-left: -132px;
		}
	}

}
.program_r_ct_slide .card.card-item{
	border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.program_r_ct_slide .owl-item .card-body .card-title{
	display: flex;
	height: 66px;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
	text-align: center;
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}
.card-body-btn, .program_r_ct_slide .owl-item .style_button{
	float: left;
	display: block;
	width: 100%;
}
.card-body-btn{
	padding: 0px 16px 16px 16px;
	text-align: center;
}
.program_r_ct_slide .owl-item .style_button{
	padding: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 28.8px */
}
/*****************lịch khai giảng************************/
.opening_home{
	background: url(../images/bg/bg_lichkhaigiang@2x.jpg) no-repeat left top transparent;
    background-size: 100%;
    padding-bottom: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
	.opening_home{
		background: url(../images/bg/bg_lichkhaigiang@2x.jpg) no-repeat left top transparent;
		background-size: 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.opening_home{
		background: url(../images/bg/bg_lichkhaigiang@2x.jpg) no-repeat left top transparent;
		background-size: 100%;
	}
}
.opening-content, .opening-content-table, .table-inner-wrapper, .opening-footer{
	float: left;
	display: block;
	width: 100%;
}
.opening-content{
	padding: 0px 90px;
	margin-bottom: 50px;
}
.opening-content-table{
	margin-top: 24px;
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	background: -webkit-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%); /* Chrome, Safari cũ */
	background: -moz-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);    /* Firefox cũ */
	background: -o-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	padding: 24px;
	border-radius: 16px;
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
	position: relative;
}

.table-inner-wrapper{
	padding: 24px 16px;
	background: #fff;
	border-radius: 16px;
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.lichhoc-table{
	display: inline-table;
    width: 100%;
}
.lichhoc-table th, .lichhoc-table td{
	padding: 16px;
}
.lichhoc-table th{
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%; /* 28px */
}
.khoahoc_td a{
	color: #333;
}
.khoahoc_td a:hover{
	color: #333;
}
.ngaykhaigiang_th, .diadiem_th, .ngaykhaigiang_td, .diadiem_td{
	text-align: center;
}
.lichhoc-table-l{
	background: linear-gradient(to right, #E2FFF6 0%, #FFF 100%);
	background: -webkit-linear-gradient(to right, #E2FFF6 0%, #FFF 100%); /* Chrome, Safari cũ */
	background: -moz-linear-gradient(to right, #E2FFF6 0%, #FFF 100%);    /* Firefox cũ */
	background: -o-linear-gradient(to right, #E2FFF6 0%, #FFF 100%);      /* Opera cũ */
}
.text-dangky-gradient{
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 38.4px */
	text-align: center;
}
.opening-footer{
	text-align: center;
	padding: 0px 32px 32px 32px;
	position: absolute;
	top: 97%;
	width: 94%;
}
.opening-footer a.style_button{
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); /* Chrome, Safari, older Android */
     -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); /* Firefox <=3.6 */
}
.opening_text_res{
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 38.4px */
	text-align: center;
	float: left;
	display: block;
	width: 100%;
	margin-top: 24px;
	margin-bottom: 16px;
}
/*****************Môi trường học************************/
.learningenvironment_img{
	position: relative;
	z-index: 1;
	transform: skewY(-3deg);
	padding: 30px 0;
	background-color: #fff;
	overflow: hidden;
	color: #fff;
}
.learningenvironment_img::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 160px;
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	background: -webkit-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%); /* Chrome, Safari cũ */
	background: -moz-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);    /* Firefox cũ */
	background: -o-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);      /* Opera cũ */
	z-index: -1;
}
.learningenvironment_img_gallery{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.track-left {
    animation: marquee-left var(--marquee-duration) linear infinite;
}
.mt_image-track {
    display: flex;
    gap: var(--gap);
    width: max-content;
    will-change: transform;
}
.track-left {
	animation: marquee-left var(--marquee-duration) linear infinite;
	margin-bottom: 30px;
}
.track-right {
	animation: marquee-right var(--marquee-duration) linear infinite;
}
.mt_image-item {
	flex: 0 0 auto;
	width: 380px;
	height: 260px;
	border-radius: 24px;
	-moz-border-radius: 24px;
    -webkit-border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Chrome, Safari, older Android */
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Firefox <=3.6 */
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s; /* Chrome, Safari */
     -moz-transition: transform 0.3s; /* Firefox */
       -o-transition: transform 0.3s; /* Opera */
}
.mt_image-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s; /* Chrome, Safari */
     -moz-transition: transform 0.3s; /* Firefox */
       -o-transition: transform 0.3s; /* Opera */
}
.mt_image-item:hover img {
	transform: scale(1.05);
}
.mt_caption {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 33.6px */
	margin-top: 30px;
	text-align: center;
}
:root {
	--marquee-duration: 120s;
	--gap: 20px;
}
/* Animation */
@keyframes marquee-left {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}
@keyframes marquee-right {
	0% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(0%);
	}
}
.learningenvironment_btn{
	display: block;
	width: 100%;
	float: left;
	margin-top: 50px;
	text-align: center;
}
.learningenvironment_btn a{
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); /* Chrome, Safari, older Android */
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); /* Firefox <=3.6 */
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 25.2px */
}
/*****************đội ngũ giảng viên************************/
.teachingstaff_ct, .teachingstaff_row, .teachingstaff_img, .teachingstaff_info, .teachingstaff_img img, .teachingstaff_sha, .teachingstaff_info, .teachingstaff_name, .teachingstaff_desc, 
.teachingstaff_desc p, .teachingstaff_all{
	display: block;
	width: 100%;
	float: left;
}
.teachingstaff_col{
	display: block;
	width: 18%;
	float: left;
	margin: 0px 1%;
	border-radius: 16px;
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.teachingstaff_ct{
	margin-top: 40px;
}
.teachingstaff_sha{
	background: #FFF;
	height: 363px;
	border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
}
.teachingstaff_sha:hover{
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08); /* Chrome, Safari, older Android */
    -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08); /* Firefox <=3.6 */
}
.teachingstaff_img img, .teachingstaff_img{
	border-radius: 16px 16px 0px 0px;
	-moz-border-radius: 16px 16px 0px 0px;
    -webkit-border-radius: 16px 16px 0px 0px;
}
.teachingstaff_row .teachingstaff_col:first-child{
	margin-left: 0px;
}
.teachingstaff_row .teachingstaff_col:last-child{
	margin-right: 0px;
}
.teachingstaff_sha, .teachingstaff_col, .teachingstaff_sha, .teachingstaff_img{
	position: relative;
}
.teachingstaff_info{
	position: absolute;
	top: 65%;
	background: #fff;
	padding: 25px 15px 15px 15px;
	clip-path: polygon(0 20px, 100% 0, 100% 100%, 0% 100%);
	border-radius: 0px 0px 16px 16px;
	-moz-border-radius: 0px 0px 16px 16px;
    -webkit-border-radius: 0px 0px 16px 16px;
}
.teachingstaff_name{
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 25.2px */
	text-align: center;
}
.teachingstaff_desc p{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
	text-align: center;
	margin-bottom: 5px;
}
.teachingstaff_desc p.kinhnghiem{
	color: #646D69;
}
.teachingstaff_all{
	text-align: center;
	margin-top: 50px;
}
.teachingstaff_all a{
	padding: 16px 32px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 25.2px */
}
/*****************phản hồi học viên************************/
.feedback_home{
	background: url(../images/bg/bg_feedback@2x.jpg) no-repeat left top transparent;
	background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .feedback_home{
		background: url(../images/bg/bg_feedback@2x.jpg) no-repeat left top transparent;
		background-size: 100%;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .feedback_home{
		background: url(../images/bg/bg_feedback@2x.jpg) no-repeat left top transparent;
		background-size: 100%;
	}
}
.feedback_ct, .feedback_container, .feedback_col, .feedback_col_ct, .feedback_name, .feedback_sub, .feedback_content, .feedback_slogan{
	float: left;
	display: block;
	width: 100%;
}
.feedback_container{
	padding: 0px 60px;
}
.feedback_ct{
	margin-top: 40px;
}
.feedback_col{
	position: relative;
	background: #fff;
	border-radius: 24px;
	-moz-border-radius: 24px;
    -webkit-border-radius: 24px;
	z-index: 1;
}
.feedback_ct .carousel-item{
	padding-top: 70px;
}	
.feedback_img{
	position: absolute;
    z-index: 9;
    margin-top: -70px;
	left: 40%;
}
.feedback_img img {
    height: 140px;
	width: 140px;
    object-fit: cover;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	border: 5px solid #fff;
}
.feedback_col_ct{
	padding: 80px 24px 10px 24px;
	text-align: center;
}
.feedback_name{
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 38.4px */
	letter-spacing: 0.48px;
	margin-bottom: 0px;
}
.feedback_sub{
	color: #666;
	font-style: normal;
	font-weight: 400;
}
.feedback_ct .carousel-control-prev, .feedback_ct .carousel-control-next {
    align-items: center;
}
.feedback_ct .carousel-control-prev-icon {
    background: url(../images/icon/icon_news_pre_w@2x.png) no-repeat right top transparent;
    background-size: 23px 51px;
    width: 23px;
    height: 51px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .feedback_ct .carousel-control-prev-icon {
		background: url(../images/icon/icon_news_pre_w@2x.png) no-repeat right top transparent;
		background-size: 23px 51px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .feedback_ct .carousel-control-prev-icon {
		background: url(../images/icon/icon_news_pre_w@2x.png) no-repeat right top transparent;
		background-size: 23px 51px;
	}
}
.feedback_ct .carousel-control-next-icon {
    background: url(../images/icon/icon_news_next_w@2x.png) no-repeat left top transparent;
    background-size: 23px 51px;
    width: 23px;
    height: 51px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .feedback_ct .carousel-control-next-icon {
		 background: url(../images/icon/icon_news_next_w@2x.png) no-repeat left top transparent;
		background-size: 23px 51px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .feedback_ct .carousel-control-next-icon {
		background: url(../images/icon/icon_news_next_w@2x.png) no-repeat right top transparent;
		background-size: 23px 51px;
	}
}
.feedback_content{
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 28.8px */
	letter-spacing: 0.36px;
}
.feedback_slogan{
	text-align: center;
	margin-top: 32px;
}
.feedback_slogan img{
	width: 100%;
	max-width: 532px;
}
/*****************form đăng ký************************/
.resgister_home_ct, .resgister_home_ct_l img, .resgister_home_ct_r img, .resgister_form, .resgister_title, .resgister_subtitle, .label_n, .label_error, .resgister_form form, .form-group, 
.form-group label, .form-group input, .form-group select, .form-group textarea, .resgister_bt{
	width: 100%;
	float: left;
	display: block;
	position: relative;
}
.resgister_home_ct_l{
	max-width: 159px;
	width: 14%;
	position: relative;
	margin-right: 26px;
	display: flex;
    align-items: center;
	float: left;
	flex: 0 0 auto;
}
.resgister_home_ct_l img{
	object-fit: contain;
}
.resgister_home_ct_center{
	float: left;
	display: block;
	width: 73%;
	position: relative;
	max-width: 859px;
}
.resgister_home_ct_r{
	float: left;
	display: block;
	width: 24%;
	position: absolute;
    max-width: 289px;
    right: 0;
	bottom: 0;
}
.resgister_home_ct_center{
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	background: -webkit-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%); /* Chrome, Safari cũ */
	background: -moz-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);    /* Firefox cũ */
	background: -o-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	border-radius: 32px;
	-moz-border-radius: 32px;
    -webkit-border-radius: 32px;	
}
.resgister_form{
    background: url(../images/bg/bg_res_center@2x.png) no-repeat right bottom transparent;
    background-size: 532px 635px;
	padding: 30px 35px 30px 30px;
	color: #FFF;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .resgister_form{
		background: url(../images/bg/bg_res_center@2x.png) no-repeat right bottom transparent;
		background-size: 532px 635px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .resgister_form{
		background: url(../images/bg/bg_res_center@2x.png) no-repeat right bottom transparent;
		background-size: 532px 635px;
	}
}
.resgister_title{
	text-align: center;
	font-family: Baloo;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 56px */
}
.resgister_subtitle{
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 32px */
	margin-bottom: 20px;
}
.label_n{
	font-size: 14px;
	font-style: normal;
	line-height: 140%; 
	margin-bottom: 10px;
}
.form-group{
	margin-bottom: 15px;
}
.form-group label{
	margin-bottom: 5px;
}
.form-group input, .form-group select, .form-group textarea{
	padding: 12px 16px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid #D2D2D2;
	background: #FFF;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.resgister_bt {
	text-align: center;
}
.resgister_bt button{
	border: 0px;
	padding: 16px 32px;
	margin: 0 auto;
	display: block;
	width: auto;
}
.form-group input.input_error, .form-group select.input_error, .form-group textarea.input_error{
	border: 1px solid #f00;
}
.label_error{
	color: #FFA858;
    margin-bottom: 10px;
}
.resgister_home_p .modal-content{
	border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    height: 240px;
}
.resgister_home_p .modal-header{
	border: 0px;
    float: left;
    display: block;
    width: 100%;
    position: relative;
	z-index: 9
}
.resgister_home_p .modal-header button.close_button{
	border: 0px;
    padding: 0px;
    text-align: right;
    width: 100%;
    background: transparent;;
}
.resgister_home_p .modal-body{
	text-align: center;
    position: absolute;
    top: 30px;
	padding: 0px 24px 24px 24px ;
}
.ungtuyen_popup_label{
	font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.ungtuyen_popup_text{
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}
/*****************đối tác************************/
.strategic_partner_home{
    background: url(../images/bg/bg_doitac@2x.jpg) no-repeat left top transparent;
    background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .strategic_partner_home{
		background: url(../images/bg/bg_doitac@2x.jpg) no-repeat left top transparent;
		background-size: 100%;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .strategic_partner_home{
		background: url(../images/bg/bg_doitac@2x.jpg) no-repeat left top transparent;
		background-size: 100%;
	}
}
.partner_content, .partner_content, .partner_content_row, .partner_content_l, .partner_content_slo{
	float: left;
	display: block;
	width: 100%;
}
.partner_content{
	color: #fff;
	margin-top: 24px;
}
.partner_content_row p{
	margin-bottom: 5px;
}
.partner_cont{
	width: 40%;
    margin: 0 auto;
    display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
}
.partner_card{
	float: left;
	display: block;
	width: 23%;
	margin-right: 24px;
}
.partner_logo .partner_card:last-child{
	margin-right: 0px;
}
.partner_card img{
	width: 100%;
	max-width: 212px;
	border-radius: 16px;
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.partner_content_l{
	margin-top: 15px;
	margin-bottom: 15px;
}
.partner_content_row{
	margin-top: 24px;
}
.partner_content_slo{
	color: #fff;
}
.partner_content_slo p{
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 25.2px */
	text-align: center;
}
.partner_content_slo .partner_content_row{
	margin-top: 12px;
}
.whychoose_row:hover{
    transform: scale(1.1);
    transition: transform 0.3s ease, color 0.3s ease;
	cursor: pointer;
}
