/*  */
.common-arrow:hover .slick-arrow {
	opacity: 1;
}

.common-arrow .slick-arrow {
	width: auto;
	height: auto;
}

.common-arrow .slick-arrow svg {
	width: 30px;
	height: 30px;
}

.common-arrow .slick-arrow svg path {
	stroke: var(--color-main2);
	fill: var(--color-main2);
}

.common-arrow .slick-prev {
	left: -15px;
}

.common-arrow .slick-next {
	right: -15px;
}

.common-arrow .slick-prev svg {
	transform: rotate(180deg);
}

.common-arrow .slick-dots {
	position: relative;
	bottom: 0;
	margin-top: 15px;
}

.common-arrow .slick-dots li button {
	display: none;
}

@media (max-width: 767px) {
	.common-arrow .slick-arrow svg {
		width: 25px;
		height: 25px;
	}

	.common-arrow .slick-next {
		right: -8px
	}

	.common-arrow .slick-prev {
		left: -8px
	}
}

.box-ghidanh .form-section select {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	font-size: 14px;
	transition: border-color 0.3s;
}

/* btn */
.btn-common01 {
	text-transform: uppercase;
	background: linear-gradient(90deg, #5cdfe5, #1a4aad);
	border-radius: 35px;
	color: #fff;
	font-size: 14px;
	padding: 7px 25px;
	border-radius: 30px;
	font-weight: 400;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-common01::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(90deg, #1a4aad, #5cdfe5);
	transition: all .3s ease-in;
}

.btn-common01:hover {
	color: white;
}

.btn-common01:hover::before {
	width: 100%;
	right: auto;
	left: 0;

}

.btn-common01--red {
	background: var(--color-main2);
}

.btn-common02 {
	background: #fefefe;
	border-radius: 35px;
	color: #0f7dc2;
	font-size: 16px;
	padding: 5px 30px;
	border-radius: 30px;
	font-weight: 400;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-common02:hover {
	color: white;
}

.btn-common02::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(90deg, #1a4aad, #5cdfe5);
	transition: all .3s ease-in;
}

.btn-common02:hover {
	color: white;
}

.btn-common02:hover::before {
	width: 100%;
	right: auto;
	left: 0;

}

/* c-title  */
.c-title {
	font-size: 29px;
	font-weight: 700;
	color: var(--color-main);
	position: relative;
	padding-bottom: 5px;
	text-shadow: 1px 1px 2px #a1a1a1;
}

.c-title:not(:last-child) {
	margin-bottom: 35px;
}

.c-title__line {
	width: 163px;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	transform: translateX(-50%);
}

.c-title__line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	height: 100%;
	display: block;
	background: var(--color-main);
}

.c-title__line::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
	height: 100%;
	display: block;
	background: var(--color-main2);
}



@media (min-width: 992px) {
	.c-title--xl {
		font-size: 32px;
	}
}

@media (max-width: 992px) {
	.c-title:not(:last-child) {
		margin-bottom: 20px;
	}
}

/* tin tuc */
.article-item {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	cursor: pointer;
}

.article-item__img {
	margin-bottom: 10px;
	display: block;
}

.article-item__img:hover .article-item__img-child img {
	transform: scale(1.1);
}

.article-item__img:hover .article-item__img-child::before {
	height: 100%;
}

.article-item__img-child {
	padding-top: calc((210 / 332) * 100%);
	display: block;
	width: 100%;
	line-height: 0;
	position: relative;
	overflow: hidden;
}

.article-item__img-child::before {
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #1a4aad, #5cdfe5);
	opacity: .2;
	display: block;
	z-index: 2;
	transition: all .5s ease-in-out;
}

.article-item__img-child img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s ease-in-out;
}

.article-item__date {
	display: inline-block;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(255, 255, 255, 0.9);
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	color: #2c3e50;
	backdrop-filter: blur(10px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.article-item__ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.article-item__ttl>a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #2d3748;
	line-height: 1.4;
}

.article-item__ttl>a:hover {
	color: var(--color-main2);
}

.article-item__desc:not(:last-child) {
	margin-bottom: 15px;
}

.article-item__desc .noi_dung_in {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
}

/* article-two */
.article-list .article-two:not(:last-child) {
	margin-bottom: 10px;
}

.article-two {}

.article-two__ttl {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
}

.article-two__ttl>a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--color-main);
}

.article-two__ttl>a:hover {
	color: var(--color-main2);
}

.article-two__date {
	font-size: 14px;
	color: #888;
}

.article-two {}

/* hover-img */
.hover-img {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hover-img:hover::before {
	height: 100%;
}

.hover-img::before {
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #1a4aad, #5cdfe5);
	opacity: .2;
	display: block;
	z-index: 2;
	transition: all .5s ease-in-out;
}

/* form */
.mx-780 {
	max-width: 780px;
}

.mx-auto {
	margin: 0 auto;
}

.form {}

.registration__form {}

.registration__content.noi_dung_in {
	text-align: center;
}

.registration__content:not(:last-child) {
	margin-bottom: 20px;
}

.form__title {
	color: var(--color-main);
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}


.form__grid {
	--gutter: 10px;
	gap: 20px 0;
	margin-bottom: 30px;
}

.form__group {
	display: flex;
	flex-direction: column;
}



.form__input,
.form__select {
	padding: 11px 20px;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	font-size: 16px;
	background: white;
	transition: all 0.3s ease;
	outline: none;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 1px;
	font-family: unset;
}

.form__input:focus,
.form__select:focus {
	border-color: var(--color-main);
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
	transform: translateY(-2px);
}

.form__input::placeholder {
	color: #a0aec0;
	font-weight: 400;
}

.form__select {
	cursor: pointer;
	appearance: none;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%23a0aec0"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>');
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 20px;
	padding-right: 50px;
}

section.sec-common {
	margin-bottom: 10px;
}

.form__select option {
	padding: 10px;
}

.form__btn {
	padding: 12px 30px;
}

.article-item__ct {
	padding: 10px 20px;
}

.aboutus-content__desc p {
	margin-bottom: 18px;
	font-size: 15px;
}

@media (max-width: 992px) {
	.form__title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.form__grid {
		gap: 10px 0;
		margin-bottom: 15px;
	}
}

.box-ghidanh .ctnr {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 30px;
	display: flex;
	gap: 40px;
}

.box-ghidanh .left-column {
	flex: 2;
}

.box-ghidanh .right-column {
	flex: 1;
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	height: fit-content;
}

.box-ghidanh .form-section {
	margin-bottom: 30px;
}

.box-ghidanh .section-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}

.box-ghidanh .form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}

.box-ghidanh .form-group {
	flex: 1;
}

.box-ghidanh .form-group label {
	display: block;
	margin-bottom: 8px;
	color: #666;
	font-size: 14px;
}

.box-ghidanh .form-group input {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	font-size: 14px;
	transition: border-color 0.3s;
}

.box-ghidanh .form-group input:focus {
	outline: none;
	border-color: #dc3545;
}

.box-ghidanh .form-group input::placeholder {
	color: #999;
}

.box-ghidanh .info-section {
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.box-ghidanh .info-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.box-ghidanh .info-label {
	font-weight: bold;
	color: #333;
}

.box-ghidanh .info-value {
	color: #666;
}

.box-ghidanh .note-section {
	background-color: #fff3cd;
	border: 1px solid #ffeaa7;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 20px;
}

.box-ghidanh .note-title {
	font-weight: bold;
	margin-bottom: 10px;
	color: #856404;
}

.box-ghidanh .note-text {
	color: #856404;
	line-height: 1.5;
	margin-bottom: 10px;
}

.box-ghidanh .payment-section {
	margin-bottom: 30px;
}

.box-ghidanh .payment-method {
	margin-bottom: 20px;
}

.box-ghidanh .radio-group {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.box-ghidanh .radio-group input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

.box-ghidanh .bank-info {
	background-color: #f8f9fa;
	padding: 15px;
	border-radius: 8px;
	margin-top: 15px;
}

.box-ghidanh .bank-info p {
	margin-bottom: 8px;
	color: #333;
}

.box-ghidanh .submit-btn {
	background-color: #dc3545;
	color: white;
	padding: 12px 40px;
	border: none;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	margin: 30px auto 0;
	transition: background-color 0.3s;
}

.box-ghidanh .submit-btn:hover {
	background-color: #c82333;
}

@media (max-width: 768px) {
	.box-ghidanh .ctnr {
		flex-direction: column;
		gap: 20px;
	}

	.box-ghidanh .form-row {
		flex-direction: column;
		gap: 15px;
	}

	.box-ghidanh .ctnr {
		padding: 20px;
	}

	.box-ghidanh .info-row {
		flex-direction: column;
		gap: 5px;
	}
}
