.language {
	position: relative;
	cursor: pointer;
}

.language .lang-main img {
	width: 30px;
}

.language .list_language {
	position: absolute;
	width: 82px;
	top: 100%;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.language .list_language li:first-child {
	border-right: 1px solid #fff;
}

.language .list_language li a {
	display: block;
	padding: 5px 5px 6px 5px;
	background-color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.language .list_language li.active a,
.language .list_language li:hover a {
	background-color: #f0ab00;
}

.language:hover .list_language {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
	z-index: 100;
}

.s-content {
	font-size: 16px;
	line-height: 1.5;
	color: #252525;
}

.s-content a {
	color: #E9AD77;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.s-content a:hover {
	color: #FF941F;
}

.s-content em {
	font-style: italic;
}

.s-content strong {
	font-weight: 600;
}

.s-content ol {
	list-style: decimal;
	margin-left: 15px;
	margin-bottom: 10px;
}

.s-content ul {
	list-style: initial;
	margin-left: 15px;
	margin-bottom: 10px;
}

.s-content li {
	list-style: inherit !important;
	margin-bottom: 5px;
}

.s-content p {
	margin-bottom: 10px;
}

.s-content img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
	width: auto !important;
	object-fit: contain;
	height: auto !important;
}

.s-content table,
.s-content iframe {
	max-width: 100%;
	width: 100%;
}

.s-content table {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #0000006e;
}

.s-content table td {
	border-collapse: collapse;
	border: solid 1px #0000006e;
	padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
	display: block;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.s-content h1 {
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}

.s-content h2 {
	font-size: 1.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.s-content h3 {
	font-size: 1.17em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.s-content h4 {
	font-size: 1em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.s-content h5 {
	font-size: .83em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.s-content h6 {
	font-size: .67em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.s-content strong {
	font-weight: 600;
}

.s-content i {
	font-style: italic;
}

.s-content iframe {
	margin: auto;
	height: auto;
	
}

.item_solution {
	height: 100%;
}

.item_misson {
	width: 100%;
	height: 100%;
	border-radius: 25px;
}

.item_misson img {
	height: 100%;
}

.box-service .box_ ul {
	display: flex;
	flex-wrap: wrap;
}

.box-service .box_ ul li {
	width: calc(100% / 2);
	align-items: flex-start;
	position: relative;
}

.box-service .box_ ul li::before {
	position: absolute;
	content: "";
	top: 15px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background-color: #252525;
}

.box-service .box_ ul li:nth-child(odd) {
	padding-right: 30px;
}

.box-service .box_ ul li a {
	display: block;
	width: 100%;
	padding-left: 16px;
	min-height: 4.1725rem;
	border-bottom: 0.0625rem
		/* 1px */
		solid #EBEBEB;
}

.item_partner a {
	min-height: 102px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.item_partner img {
	max-width: 100%;
	max-height: 102px;
	object-fit: contain;
}

.menu__inner ul li:hover a,
.menu__inner ul li.active>a {
	color: #f0ab00;
}

.recruitment-itmes-one .itmes-box .recui_name {
	min-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

#list_data_load_more .itmes-box {
	margin-bottom: 1.5rem;
}

.banner_page img {
	max-height: 300px;
}

textarea {
	resize: none;
}

#map-image-svg {
	position: relative;
}

#map-image-svg .info-location {
	position: absolute;
	width: max-content;
	height: auto;
	padding: 4px 5px 4px 5px;
	font-size: 14px;
	border-radius: 5px;
	color: #333333;
	background-color: #f0ab00;
	font-weight: 600;
	z-index: 100;
}

#map-image-svg .info-location .location-name {
	width: calc(100% - 33px);
	margin-right: 10px;
}

#map-image-svg .info-location .location-img {
	width: 33px;
	margin-top: -5px;
}

#map-image-svg .info-location img {
	width: 100%;
	object-fit: contain;
	vertical-align: middle;
}

.section_slide .center .box_content .btn_all {
	font-weight: 600;
}

.breadcrumb li a {
	font-family: "Roboto";
	font-size: 0.925rem;
	font-weight: 400;
}

.item_service {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.item_service .save_l {
	margin-top: auto;
}

.section_excelent .swiper_excelent .swiper-slide:nth-child(odd) .item_excelent .title {
	min-height: 4.5rem;
}

.section_excelent .swiper_excelent .swiper-slide:nth-child(even) .item_excelent .icon_main {
	margin-top: 1rem;
}

@media (max-width: 991px) {
	.box-service .box_ ul {
		display: block;
	}

	.box-service .box_ ul li {
		width: 100%;
	}

	.box-service .box_ ul li a {
		min-height: auto;
	}

	.section_excelent .swiper_excelent .item_excelent .title {
		min-height: 3.938rem !important;
	}
}

@media (max-width: 767px) {

	table,
	thead,
	tbody,
	th,
	td,
	tr {
		display: block;
	}

	tr {
		border: 1px solid #ccc;
	}

	td {
		position: relative;
	}

	.s-content table img {
		display: inline-block;
		max-width: 100%;
		margin: 10px 0;
		width: auto !important;
		height: auto !important;
		object-fit: contain;
	}

	.section_excelent .swiper_excelent>svg,
	.section_excelent .swiper_excelent>.line-slide {
		top: 60%;
	}

	.section_slide img,
	.section_slide {
		max-height: 220px;
		width: 100%;
	}
}

@media (max-width: 575px) {
	.section_project_solution .squal {
		width: 100%;
	}

	.project_hot .box_content {
		position: relative;
		max-width: 100%;
		left: 0;
		bottom: 0;
		display: block !important;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.section_excelent .swiper_excelent .swiper-slide:nth-child(even) .item_excelent .icon_main {
		margin-top: 0;
	}

	.section_excelent .swiper_excelent>svg,
	.section_excelent .swiper_excelent>.line-slide {
		top: 62%;
	}

	.swiper_excelent .control {
		top: 62%;
	}

	footer .nav_bottom ul {
		display: flex;
		justify-content: center;
	}
}
@media(min-width:1024px){
	.s-content iframe{
		min-height: 400px;
	}
}

.bld .short {
	color: #fff;
	max-height: 20rem;
	padding-right: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-right: -5px;
}

.bld .short::-webkit-scrollbar {
	width: 8px;
}

.bld .short::-webkit-scrollbar-thumb {
	background: #f0ab00a1;
	border-radius: 10px;
}

.bld .short::-webkit-scrollbar-thumb:hover {
	background: #f0ab00;
}

.bld .short p {
	margin-bottom: 5px;
}

footer .title {
	font-size: 1rem;
}

footer .icon,
footer .title+ul li a {
	font-size: 0.725rem;
}

footer .icon img {
	width: 18px;
	height: 18px;
}

.item_excelent .icon img {
	border-radius: 0;
	max-width: 44px;
	object-fit: contain;
}

#map-image-svg svg {
	width: 100%;
	height: auto;
}

#map-image-svg path:hover {
	stroke: #fff;
	fill: #fff;
}

.fixed_support .chat img {
	max-width: 50px;
	object-fit: contain;
}

.map iframe {
	width: 100%;
	max-width: 1920px;
	max-height: 400px;
	margin: 0px auto;
}

.tag .share-items_tag:last-child span {
	display: none;
}

.name_solution {
	color: #0160B6;
}

.name_solution:hover {
	color: #f0ab00;
}

header .logo-no-fixed {
	display: block;
}

header .logo-fixed {
	display: none;
}

header.fixed .logo-no-fixed {
	display: none;
}

header.fixed .logo-fixed {
	display: block;
}

.section_network .title_sm {
	color: #86B3E0;
}

.manager-slide .item_header .pos {
	min-height: 72px;
}

.overfollw-x {
	overflow-x: auto;
}

.overfollw-x::-webkit-scrollbar {
	width: 10px;
}

.overfollw-x::-webkit-scrollbar:horizontal {
	height: 10px;
}

.overfollw-x::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #e2f0e9;
}

.app_promo {
	color: #fff;
	width: 100%;
	background: #1e202d;
	font-size: 16px;
	transition: 1s margin;
	font-weight: 300;
	position: fixed;
	bottom: 0;
	z-index: 9999999;
	display: none;
}

.app_promo {
	background: #0160B6;
}

.app_promo.bottom-shortlist {
	display: block !important;
	opacity: 1 !important;
	z-index: 999999;
}

.app_promo .container-fluid {
	padding: 10px 50px !important;
}

.app_promo.bottom-shortlist .footer-shortlist {
	text-align: center;
	padding: 11px 0px 6px;
}

.app_promo.bottom-shortlist .footer-shortlist .liked-and-courses li {
	list-style: none;
	display: inline-block;
}

.app_promo.bottom-shortlist .footer-shortlist .liked-and-courses .course-you-link a {
	color: #fff;
	border: 1px solid #f0ab00;
	border-radius: 30px;
	background-color: #f0ab00;
	padding: 10px 30px;
	font-weight: 600;
}

footer {
	margin-bottom: 60px;
}

.back-to-top {
	bottom: 8%;
}