body {
	min-height: 100vh;
	font-family: 'Inter', sans-serif !important;
}

a {
	text-decoration: none;
	color: white;
	font-size: 14px;
	letter-spacing: 0.4px;
	font-family: 'Inter', sans-serif !important;
}

.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}


.main-img {
	display: none;
}

#site-navigation-mobile {
	display: none;
}

header,
footer,
main {
	/* width: 1512px; */
	width: 100%;
	margin: 0 auto;
}

header {
	padding-bottom: 22px;
	background: white;
	z-index: 3;
	max-width: 100%;
	/* max-width: 1512px; */
	top: 0;
	left: 0;
	right: 0;
}

.footer-mobile {
	display: none;
}

footer {
	background-color: #1f2251;
}

.info-contact span {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #fafafa;
}

.header {
	padding-bottom: 14px;
	display: flex;
	justify-content: space-between;
	padding: 40px 24px;
	gap: 10px;
}

.info-user {
	display: flex;
	flex-direction: column;

}

.info-user b:first-of-type {
	margin-bottom: 8px;
	color: #1F2251;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15px;
}

.login {
	background-color: #d72134;
	color: white;
}

.register {
	background-color: white;
	color: #d72134;
}

.box-left {
	background-image: url('https://www.vlu.edu.vn/_next/image?url=https%3A%2F%2Fvanlang.s3.ap-southeast-1.amazonaws.com%2FHinh_anh_khoi_Kinh_te_1_3765efa456.jpg&w=1920&q=50');
	background-size: 300%;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
}

.box-left:before {
	content: '';
	position: absolute;
	display: flex;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to right,
			rgb(255 255 255 / 0%) 39%,
			rgba(255, 255, 255, 0.13) 78%,
			rgb(255 255 255) 100%);
}

.button {
	display: flex;
	gap: 20px;
	cursor: pointer;
	align-items: center;
}

.top-menu>button {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	left: 146px;
	border-radius: 8px;
	padding: 8px 32px 8px 32px;
	gap: 10px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	/* color: #ffffff; */
	border: 1px solid #d72134;
}

.menu-menu-1-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

/* menu main */
#primary-menu {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	/* width: 100%; */
	padding: 0 20px;
	width: 93%;
}

.menu-item {
	color: rgba(93, 106, 130, 0.78);
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	height: 40px;
	border-radius: 8px;
	text-align: center;
	padding: 0px 10px;
}

.menu li {
	position: relative;
}

.menu>li {
	border: 1px solid rgba(93, 106, 130, 0.78);
	border-radius: 8px;
	margin: 0 3px;
}

.menu>li>a,
.menu .sub-menu a {
	text-decoration: unset;
	color: rgba(93, 106, 130, 0.78);
}

.menu>li>a {
	padding: 0 10px;
}

.menu-item-type-post_type:hover {
	/* background-color: #F2F2F2; */
	transition: all 0.2s linear;
}

.sub-menu li>a:hover {
	color: #1f2251;
}

.menu .admission {
	width: 200px;
}

.menu>li:hover>ul {
	visibility: visible;
	opacity: 1;
	z-index: 9;
}

.current-menu-item,
.current-menu-parent,
.current-page-parent {
	background-color: #1f2251;
}

.current-menu-item>a,
.current-menu-parent>a,
.current-page-parent>a {
	color: #1F2251;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

.current_page_ancestor>a {
	color: white !important;
}

.sub-menu .menu-item:hover {
	background-color: #F2F2F2;
}

.current-menu-ancestor>a {
	color: white !important;
}

.classic {
	background-repeat: no-repeat;
	background-image: url(../images/arrow-down-h.png);
	background-size: 12px;
	background-position: 95%;
	padding: 0 20px;
}

li {
	display: inline-block;
	position: relative;
	padding: 10px;
}

.menu .sub-menu {
	position: absolute;
	/* top: auto%; */
	left: 0;
	width: 100%;
	/* adjust as needed */
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s ease-in-out;
	background: #FFFFFF;
	text-align: left;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 40px;
	flex: none;
	order: 1;
	flex-grow: 0;
	/* box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42); */
}

.menu .sub-menu li {
	padding: 0 10px;
	width: 100%;
	text-align: left;
}

/* Main content--------------- */
main {
	border-top: 1px solid #f0f0f0;
}

.container {
	/* display: flex; */
	width: 100%;
	/* justify-content: center; */
	/* max-width: 1512px; */
	max-width: 100%;
	margin: 0 auto;
	/* padding: 0 24px; */
	padding: 0;
}

.container .site-branding {
	display: none;
}

.section-left {
	height: auto;
}

/* 

.box-left {
	width: 42%;
}

.box-left img {
	height: 662px;
}

.box-right {
	width: 58%;
	padding: 23px;
}

.box-right h3 {
	color: #1f2251;
	font-weight: 700;
	font-size: 24px;
	padding-left: 18px;
}

.box-right h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.15px;
	color: #1f2251;
	padding-left: 18px;
}

.box-right p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.15px;
	color: #000000;
	padding: 0 43px;
	margin-left: 40px;
}

.more {
	display: flex;
	padding: 15px 0;
}

.more h4 {
	margin-right: 50px;
}

.line {
	display: flex;
	width: 680px;
	border: 1px solid #e2e4e9;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 19px;
	margin-bottom: 19px;
}

.descript {
	margin-top: 30px;
	margin-bottom: 20px;
}

.descript-detail {
	display: flex;
}

.descript-detail img {
	padding: 0 18px;
}

.descript-detail h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.15px;
	color: #1f2251;
}

.descript-child {
	margin-left: 68px;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.15px;
	display: flex;
	width: 690px;
	justify-content: space-between;
	color: #212121;
	padding: 10px 0;
}

.descript-link {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.15px;
	color: #1f2251;
}

.descript-link:hover {
	color: #d51f35;
	transition: all 0.1s linear;
}


.descript-child h4 {
	width: 48%;
} */
.about_us-icon {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	width: 34px;
	border-radius: 0 18px 18px 0;
}

.about_us-link {
	display: flex;
	gap: 20px;
	margin-top: 30px;
	justify-content: end;
	color: #000000;
}

.about_us-link p {
	font-weight: 700;
	font-size: 20px;
	color: #f0f0f0;
}

.awards-start {
	width: 100%;
	background-color: #d72134;
}

.wrap-awards-start {
	width: 100%;
	margin: 0 auto;
	/* justify-content: space-between; */
	padding-top: 60px;
	gap: 50px;
}

.awards-section-top {
	width: 90%;
	padding-left: initial;
	padding-right: initial;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	/* padding-top: 60px; */
}

.section-conent {
	width: 100%;
	display: flex;
	gap: 50px;
	margin-bottom: 90px;
}

.section-conent h4 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	width: 26%;
	display: flex;
}

.section-conent p {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
	max-width: 800px;
	width: 60%;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.awards-section-bot {
	display: flex;
	width: 100%;
}

.awards-section-botLeft {
	width: 40%;
	background-color: #a11927;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_us-awards {
	background-color: rgb(254, 189, 37);
}

.awards-section-botRight {
	width: 70%;
	display: flex;
	justify-content: space-between;
	background-color: #1f2251;
	padding: 60px;
	gap: 60px;
}

.section-botRight-item {
	max-width: 200px;
	z-index: 1;
}

.number-student {
	font-size: 2.5rem;
	font-weight: 700;
	color: #febd25;
}

.student-content {
	color: #fff;
}

.awards-section-mid {
	width: 100%;
	position: relative;
}

.wrap-awards-section-mid {
	/* width: 90%; */
	display: flex;
	margin: 0 auto;
	position: absolute;
	top: -40px;
	gap: 40px;
	right: 50%;
	transform: translateX(50%);

	height: 300px;
}

.wrap-w-bg {
	display: flex;
	/* height: calc(10% - 420px); */
	height: 280px;
}

.w-left {
	width: 20%;
	background-color: #a11927;
}

.w-right {
	width: 80%;
	background-color: #d72134;
}

.awards-section-mid .section-img {
	position: relative;
	width: 400px;
}

.awards-section-mid .section-img a img {
	width: 410px;
	border-radius: 20px;
	height: 100%;
}

.awards-section-mid .section-img a img::before {
	content: "";
	background-image: linear-gradient(180deg, rgba(255, 253, 253, 0), rgba(91, 91, 91, .317), #000);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: 1;
	border-radius: 8px;
}

.awards-section-mid .section-img a p {
	position: absolute;
	bottom: 25px;
	color: #fff;
	font-size: 1.2rem;
	left: 20px;
	z-index: 1;
	padding-right: 16px;
	line-height: 25px;
}

/* program */
.programs {
	width: 100%;
	padding: 60px 0;
}

.wrap-programs {
	width: 90%;
	display: flex;
	margin: 0 auto;

	position: relative;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 40px;
}

.programs-title {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 40px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.programs-title h4 {
	font-weight: 700;
	font-size: 2.5rem;
	width: 45%;
}

.programs-card {
	width: 32%;
	position: relative;
	height: auto;
	cursor: pointer;
}

.programs-card-img {
	position: relative;
	width: 100%;
	/* padding-top: 56.25%; */
	border-radius: 8px;
	display: block;
	overflow: hidden;
}

.programs-card-img img {
	width: 100%;
    height: 300px;
    border-radius: 10px;
}

.programs-card-detail h5 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 12px 0;
}

.programs-card-detail p {
	font-size: 1.1rem;
	line-height: 140%;
	margin: 17px 0;
	text-align: justify;
}

.programs-card-link {
	color: #d72134;
	font-weight: 700;
	margin: 8px 0;
	cursor: pointer;
	font-size: 1.1rem;
}

.banner_home {
	margin-bottom: -8px;
}

/* /// footer--------------------------------------------- */

.head-footer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 15px;
	height: 46px;
	left: 0px;
	top: 856px;
	color: white;
	background: #d72134;
	top: 0;
	width: 100%;
}

.head-footer button a,
.head-footer button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 180px;
	height: 38px;
	background: #666cff;
	color: #FFFFFF;
	box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
	border-radius: 8px;
	border: none;
	transition: all 0.1s ease-in-out;
}

.head-footer button:hover {
	scale: 1.1;
	box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
}

.bot-footer {
	flex-direction: row;
	justify-content: space-between;
	/* align-items: flex-end; */
	padding: 80px 40px;
	gap: 250px;
	height: auto;
	display: flex;
	left: 0px;
	bottom: 0px;
	max-width: 1512px;
	margin: 0 auto;
}

.bot-footer h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	align-items: center;
	letter-spacing: 0.15px;
	color: #fafafa;
}

.bot-footer-info:first-child {
	display: flex;
	flex-direction: column;
	width: 543px;
	/* height: 96px; */
}

.bot-footer-info:last-child {
	display: flex;
	flex-direction: column;
	width: 340px;
	/* height: 96px; */
}

.info-location {
	padding: 8px 0 !important;
}

.bot-footer-info div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0px;
	flex: none;
	order: 0;
	flex-grow: 0;
}

.bot-footer-info span {
	padding-left: 10px;
}

.info-contact {
	display: flex;
	align-items: center !important;
	justify-content: center;
}

.info-contact h3 {
	padding-left: 8px;
}

.btn {
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 200px;
	height: 50px;
	border-radius: 8px;
	border: none;
	font-size: 15px;
	text-decoration: none;
	color: white;
	font-weight: 500;
}

.btn:hover {
	transition: all 0.2s linear;
	box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
	/* color: white; */
}

.btn.btn-primary {
	background: #666CFF;
	color: #fff;
}

.btn-second {
	background: #6D788D;
	color: #fff;
}

.btn-logout {
	background: #9E9E9E !important;
	color: white !important;
	border: none !important;
}

.menu-show {
	display: none;
}

.dot-2 {
	font-size: 6px;
}

/* // delete arrow type number input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.current_page_item>a {
	color: white !important;
}

.bot-footer-info h3 a {
	font-size: 16px;
}

/* /time picker/ */

input[date-type="date"] {
	border: none !important;
}

button.k-input-button.k-button.k-icon-button.k-button-md.k-button-solid.k-button-solid-base {
	background: transparent;
	border: none;
}

.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected .k-link {
	background-color: #d72134;
}

/* bootstrap */
.carousel-item {
	/* height: 200px; */
}

.carousel-item img {
	background-size: contain;
	height: 220px;
}

.carousel-inner {
	border-radius: 10px;
	width: 350px;
}

@media print {
	.info-student {
		border-left: none !important;
	}

	header,
	footer,
	.submit-form,
	.zsiq_floatmain.zsiq_theme1.siq_bR,
	.slide-row,
	.button-file,
	#submitFormMyProfile {
		display: none !important;
	}
}

/* mobile */

@media only screen and (max-width: 480px) {
	.container {
		padding: 0;
	}

	.section-conent {
		display: block;
	}

	.section-conent h4 {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.section-conent p {
		width: 90%;
	}

	.awards-section-mid .section-img a p {
		font-size: 13px;
	}

	.awards-section-botRight {
		flex-direction: column;
		width: 60%;
	}

	.wrap-awards-section-mid {
		/* flex-direction: column; */
		position: initial;
		gap: 0px;
		transform: translate(0);
		/* margin: 0 20px; */
		margin-bottom: 30px;
	}

	.wrap-w-bg {
		height: auto;
	}

	.awards-section-bot {
		flex-direction: column;
	}

	.awards-section-botRight,
	.awards-section-botLeft {
		width: 100%;
	}

	.awards-section-botLeft {
		background-color: #d72134;
		margin-bottom: 40px;
	}

	.wrap-programs {
		flex-direction: column;
	}

	.programs-title h4 {
		width: 100%;
	}

	.programs-card {
		width: 100%;
	}

	.container-seacrh-profile .form-search-info {
		flex-direction: column;
	}


	.wrap-select.wrap-input {
		width: 300px;
	}

	.wrap-childLink {
		white-space: nowrap;
	}
}

/* tablet home page */

@media only screen and (max-width: 768px) {
	.section-conent {
		display: block;
	}

	.section-conent h4 {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.section-conent p {
		width: 90%;
	}

	.awards-section-mid .section-img a p {
		font-size: 13px;
	}

	.awards-section-botRight {
		flex-direction: column;
		width: 100%;
	}

	.wrap-w-bg {
		height: 400px;
	}

	#carouselExampleDark {
		width: 100%;
	}

	.wrap-awards-section-mid {
		transform: translateX(50%);
		position: absolute;
		width: 340px;
	}

	#carouselExampleDark {
		width: 100%;
	}

	.carousel-inner {
		width: 100%;
		height: 400px;
	}

	.carousel-item img {
		height: 400px;
	}
}

.loading_img {
	margin-left: 30px;
	border: none;
}

a:hover {
	color: white;
}