.banner .slick-next {
	right: 15px;
}

.content-map {}

.banner .slick-prev {
	left: 15px;
}

.img-mobile {
	display: none !important;
}

.banner img {
	width: 100%;
}

.banner-middle img {
	width: 100%;
}

.stars {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	flex-direction: column;
	align-items: center;
	gap: 10px
}

/*  */
.home-training {
	padding: 50px 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background: #f1f1f1;
	background-size: 100vw;
}

.home-training__ttl {
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.1;
}

.home-training__ttl strong {
	color: var(--color-main4);
}

.home-training__img {
	margin-bottom: 25px;
}

.home-training__list {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 30px;
}

.home-training__list-item {
	font-size: 20px;
	font-weight: 700;
	background: #2196f3ab;
	padding: 25px 70px;
	border-radius: 30px;
	position: relative;
	color: white;
	box-shadow: 0px 0px 3px 3px #0000000d;
}

.home-training__list-item::before,
.home-training__list-item::after {
	content: "";
	background: url(../images/quote-icon2.png) no-repeat center/contain;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
}

.home-training__list-item::before {
	left: 20px;
	top: -20px;
	transform: translateY(50%) rotate(0deg);
}

.home-training__list-item::after {
	right: 20px;
	bottom: -25px;
	transform: translateY(-50%) rotate(180deg);
}


.home-form {
	padding: 20px 0;
}

.home-form__info {
	padding: 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	/* background: linear-gradient(90deg, #f4f4f4, #FFF); */
	background-color: #ededed;
}

.home-form__info-ttl {
	font-size: 19px;
	text-transform: uppercase;
	color: var(--color-main3);
	letter-spacing: 1px;
	text-align: center;
}

.home-form__info-des {
	margin-bottom: 10px;
	text-align: center;
}

.form-block__img {
	position: relative;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.form-block__img .video {
	display: flex;
	line-height: 1;
	height: 357px;
}

.form-block__img .video iframe {
	width: 100%;
	height: 100%;
}

.form-block__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.form-block .clm:not(:last-child) {
	margin-bottom: 12px;
}

.form-block__item {
	position: relative;
}

.form-block__item .icon-calendar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

.form-block__item input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
	display: none;
}

.form-block__input {
	background: #FFF;
	border: 0;
	padding: 8px 12px;
	width: 100%;
	border-radius: 5px;
}

.form-block__item .select2-container {
	width: 100% !important;
}

.form-block__item .select2-container--default .select2-selection--single {
	border: none;
	border-radius: 5px;
	height: unset;
	padding: 2px 0;
	font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #666;
}

.form-block__item .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}

textarea.form-block__input {
	height: 85px;
}

.form-block__submit {
	border: none;
	padding: 9px 30px;
	border-radius: 5px;
	color: #fff;
	transition: 0.4s;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background: linear-gradient(90deg, #206334 0%, #60a73f 50%, #206334 100%);
	text-shadow: rgb(0, 0, 0) 1px 1px 0px;
}

.form-block__submit:hover {
	background: linear-gradient(90deg, #2f914c 0%, #60a73f 50%, #2f914c 100%);
}

.banner-middle.six {
	display: flex;
}

.home-nummber {
	text-align: center;
	gap: 25px 0;
}

.home-nummber__value {
	color: var(--color-main4);
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
}

.home-nummber__ttl {
	color: #1D2C38;
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
}

.gioi-thieu {
	padding: 20px 0;
}

.gioi-thieu .tab-buttons .button img {
	width: 22px;
}

.gioi-thieu .tab-buttons .button {
	font-size: 17px;
	color: var(--color-main3);
	background-color: #cecece;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	border-radius: 4px;
	padding: 10px 15px;
	font-weight: 700;
	width: 100%;
}

.gioi-thieu .tab-buttons .button:hover {
	background-color: var(--color-main4);
}

.gioi-thieu .tab-buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 20px;
}

.gioi-thieu .content .title {
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: 900;
	color: var(--color-main3);
}

.gioi-thieu .content .subtitle {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-main3);
	margin-bottom: 15px;
}

.gioi-thieu .content .des {
	margin-bottom: 20px;
}

.gioi-thieu .content .des p {
	margin-bottom: 10px;
}

.gioi-thieu .video {
	padding: 10px;
	height: 400px;
	position: relative;
}

.gioi-thieu .video::before,
.gioi-thieu .video::after {
	content: '';
	position: absolute;
	width: 230px;
	height: 230px;
	background-color: var(--color-main4);
	z-index: 1;
}

.gioi-thieu .video::before {
	top: 0;
	left: 0;
}

.gioi-thieu .video::after {
	bottom: 0;
	right: 0;
}

.gioi-thieu .video iframe {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.home-footer {
	padding: 12px 0;
	background-color: #ededed;
	font-weight: 700;
}

.home-footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 5px 30px;
	font-size: 16px;
	color: var(--color-main3);
}

/*  */
.number-wrap {
	padding: 80px 0 45px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.number-wrap::before {
	content: '';
	background-color: rgb(0 96 22 / 80%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.number-wrap .ctnr {
	position: relative;
	z-index: 1;
	color: #ebffd5;
}

.number-wrap .item {
	border: 2px dashed #8bc77e;
	text-align: center;
	padding: 55px 15px 15px;
	position: relative;
	height: 100%;
}

.number-wrap .item .des h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}

.number-wrap .item .des p {
	font-size: 13px;
}

.number-wrap .item .num {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: var(--color-main3);
	font-weight: 700;
	background-color: #eeffdc;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member {
	padding: 20px 0 20px;
}

.title-page {
	text-align: center;
	color: var(--color-main3);
	margin-bottom: 20px;
}

.title-page .title {
	font-size: 26px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding-top: 20px;
	letter-spacing: 2px;
}

.title-page .title span {
	position: relative;
	z-index: 1;
}

.title-page .title::before {
	content: '';
	background-image: url('../images/fithub-1.png');
	width: 205px;
	height: 33px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.title-page .line {
	width: 96px;
	display: block;
	margin: 0 auto;
}

.title-page .subtitle {
	margin: 5px auto 0;
	max-width: 800px;
}

.member-slider .slick-slide {
	margin: 0 15px;
}

.member-slider .slick-list {
	margin: 0 -15px;
}

.stars ul li svg {
	width: 15px;
	height: 15px;
}

.stars ul {
	display: flex;
	gap: 2px;
}

.member-slider .item .stars ul {
	justify-content: center;
}

.member-slider .rate {
	margin-top: 10px;
}

.member-slider .rate .chat svg {
	width: 15px;
	height: 15px;
}

.member-slider .rate .chat {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	color: var(--color-main3);
	font-weight: 700;
}

.member-slider .item .image-wrap {
	max-width: 180px;
	width: 100%;
	margin: 0 auto;
}

.member-slider .item .wrap-img {
	padding-bottom: 100%;
	border-radius: 50%;
}

.member-slider .item-fix .wrap-img {
	border-radius: 0;
}

.member-slider .item-fix .wrap-img .name-fithub {
	    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24%;
    font-weight: 700;
    color: #176e38;
}

.member-slider .item {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.member-slider .item .content {
	text-align: center;
}

.member-slider .item .content .name {
	font-weight: 700;
	font-size: 18px;
	color: var(--color-main3);
	text-transform: uppercase;
}

.member-slider .item .content .address {
	height: 42px;
	font-size: 14px;
	overflow: hidden;
}

.member-slider .item-fix .content .address {
	height: unset;
}

.member-slider .item .content .social-info {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 10px;
}

.member-slider .item .content .social-info img {
	width: 25px;
}

.see-all-wrap {
	margin-top: 30px;
	text-align: center;
}

.see-all-wrap>a {
	display: inline-flex;
	background: linear-gradient(to right, #5da43f, #185b33);
	color: #FFF;
	font-weight: 700;
	padding: 5px 20px;
	border-radius: 5px;
	gap: 10px;
	align-items: center;
}

.see-all-wrap>a img {
	width: 10px;
}

.list-image {
	padding: 15px 0 20px 0;
	background: #fff;
}

.list-image-slider .slick-slide {
	margin: 0 10px;
	position: relative;
}

.list-image-slider .slick-list {
	margin: 0 -10px;
}

.list-image-slider .item img {
	border-radius: 4px;
	height: 225px;
	object-fit: cover;
}

/* .list-image-slider .item .img-video {
	position: relative;
} */

.list-image-slider .item svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.list-image .see-all-wrap>a {
	background: linear-gradient(90deg, #0f5231 0%, #60a73f 50%, #0f5231 100%);
	border-radius: 0;
}

.slick-arrow {
	opacity: 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #FFF !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slick-arrow svg {
	width: 10px;
}

.slick-next {
	right: -10px;
}

.slick-prev {
	left: -10px;
}

.slick-has-nav:hover .slick-arrow {
	opacity: 1;
}

.review-option {
	padding: 15px 0;
}

.review-option .inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	align-items: center;
	justify-content: center;
}

.review-option .item {
	border-radius: 6px;
	padding: 15px;
	line-height: 1.3;
	text-align: center;
	border: solid 1px #eee;
	background: #fff;
}

.review-option .item .wrap-img {
	padding-bottom: 100%;
}

.review-option .item .name {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	margin: 8px 0;
}

.review-option .item .des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}

.review-option .item .xem-them {
	display: inline-block;
	background-color: var(--color-main3);
	color: #FFF;
	border-radius: 30px;
	margin-top: 10px;
	padding: 8px 20px;
}

/* .review-option .item:nth-child(1) {
	background-color: #fe3331;
}

.review-option .item:nth-child(2) {
	background-color: #166e39;
}

.review-option .item:nth-child(3) {
	background-color: #cdff99;
}

.review-option .item:nth-child(4) {
	background-color: #fcd204;
} */

.review-slider .slick-slide {
	margin: 55px 15px 25px;
	transition: .6s;
}

.review-slider .slick-list {
	margin: 0 -15px;
}

.review-slider .item {
	border-radius: 6px;
	background-color: var(--color-main4);
	padding: 25px 15px;
	position: relative;
}

.review-slider .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.review-slider .customer {
	display: flex;
	gap: 15px;
}

.review-slider .customer .avt img {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	object-fit: cover;
}

.review-slider .customer .name {
	font-weight: 700;
}

.review-slider .customer .job {
	font-size: 13px;
}

.review-slider .item .content {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 126px;
}

.review-slider .item .quotes {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	background-color: #FFF;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-slider .item .quotes img {
	width: 25px;
}

.review-slider .slick-center {
	margin-top: 0px;
}

.review-slider .slick-center .quotes {
	background-color: var(--color-main3);
}

.review-slider .slick-center .quotes img {
	filter: brightness(0) invert(1);
}

.review-slider {
	padding-bottom: 40px;
}

.review-slider .slick-dots {
	bottom: 15px;
}

.slick-dots li {
	height: 10px;
	width: 10px;
	border: none;
	background-color: #d9d9d9;
}

.slick-dots li.slick-active {
	background-color: var(--color-main4);
	width: 15px;
	height: 15px;
	transform: translateY(-2px);
}

.review-customer {
	padding-top: 25px;
}

.news-home {
	background: linear-gradient(90deg, #ededed, #FFF);
	padding: 15px 0;
}

.news-home .title-news {
	color: var(--color-main3);
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 5px 15px 5px 10px;
	border-radius: 4px;
	background: linear-gradient(90deg, #dcdcdc, #FFF);
	font-weight: 700;
	min-width: 200px;
	margin-bottom: 15px;
	font-size: 18px;
}

.featured-news-slider .wrap-img {
	padding-bottom: 62.1%;
}

.featured-news-slider .content h3 {
	padding: 10px;
	background-color: var(--color-main4);
}

.featured-news-slider .name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
}

.featured-news-slider .des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.item-knowledge:not(:last-child) {
	margin-bottom: 15px;
}

.item-knowledge .wrap-img {
	padding-bottom: 85.6%;
}

.item-knowledge .name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
	margin-bottom: 10px;
}

.item-knowledge .des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.banner-news-home {
	position: relative;
	padding-bottom: 160%;
}

.banner-news-home .info {
	position: absolute;
	background: -webkit-gradient(linear, left bottom, left top, from(#66b043), to(transparent));
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px 15px 35px;
	display: flex;
	align-items: center;
	justify-content: end;
	flex-direction: column;
	text-shadow: rgb(0, 0, 0) 1px 1px 0px;
}

.banner-news-home .info h2 {
	font-size: 24px;
	letter-spacing: 2px;
	color: #d5ffa9;
	text-align: center;
	font-weight: 900;
}

.banner-news-home .info h3 {
	font-size: 24px;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
}

.banner-news-home .info a img {
	width: 130px !important;
}

.modal-video {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999;
	justify-content: center;
	align-items: center;
}

.modal-video .modal-content {
	background: #FFF;
	padding: 10px;
	width: 90%;
	max-width: 800px;
	position: relative;
	border-radius: 6px;
	line-height: 1;
}

.close-modal {
	position: absolute;
	right: 12px;
	top: -40px;
	font-size: 32px;
	cursor: pointer;
	color: white;
}


/* Há»‡ thá»‘ng phÃ¢n phá»‘i */
.Addresses {
	display: grid;
	grid-template-columns: 420px auto;
	gap: 10px;
}

.title-hethong {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}

.he-thong {
	padding: 40px 0;
}

.map-section {
	margin-top: 15px;
}

section.map-section iframe {
	width: 100%;
}


.map__item {
	display: none;
	line-height: 1;
}

.map__item.active {
	display: block;
}

.Addresses__map iframe {
	height: 335px;
	width: 100%;
	border: none;
	border-radius: 7px;
}

.Addresses__info {
	background: #f9f9f9;
	box-shadow: 1px 1px 4px #00000026;
	border-radius: 7px;
}

.title__Addresses {
	background: var(--color-main3);
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	padding: 20px 16px;
	font-size: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #555;
}

.find__address {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(2, 1fr);
	line-height: 24px;
	padding: 4px 8px;
}

.option_district {
	display: none;
}

.option_district.active {
	display: block;
}

.find__district select,
.find__city select,
.input-wrap input {
	align-items: center;
	border-color: #cbd5e1;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	color: #334155;
	font-size: 12px;
	padding: 8px 24px 8px 8px;
	width: 100%;
}

.success-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	background-color: rgba(0, 0, 0, .3);

	z-index: 100;

	display: none;
	justify-content: center;
	align-items: center;

	padding: 10px;
}

#success-box {
	display: none;
	/* ẩn ban đầu */
	max-width: 400px;
	width: 90%;
	padding: 20px 25px;
	background-color: #e8f5e9;
	color: #2e7d32;
	border: 1px solid #4CAF50;
	border-radius: 12px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
	text-align: center;
	z-index: 101;
	opacity: 0;
	animation: slideUp 0.5s forwards;
	position: relative;
	transform: translateY(30px);
}

/* hiệu ứng slide lên */
@keyframes slideUp {
	from {
		opacity: 0;

	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* hover nhấn nhẹ */
#success-box:hover {
	transform: translateX(-50%) scale(1.05);
	transition: transform 0.2s;
}

.item__addresses__image {
	display: flex;
  	position: relative;
}

.name-fit {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24%;
    font-size: 11px;
    font-weight: 600;
    color: #156e38;
}

.item__addresses__image img {
	max-height: 100px;
	border: 1px solid rgb(226 232 240);
	width: 100%;
	object-fit: contain;
	border-radius: 10px;
}

.searh_button.map button {
	width: 100%;
	height: 32px;
	padding: 5px 15px;
	text-align: center;
	border-radius: 5px;
	background-color: var(--color-main3);
	color: #FFF;
}

.item__addresses {
	padding: 7px 10px;
	margin: 0 10px 5px;
	cursor: pointer;
	border: 1px solid rgb(226 232 240);
	border-radius: 10px;
	display: grid;
	grid-template-columns: 40% auto;
	gap: 10px;
}

.item__addresses.active {
	border: 1px solid #166e39;
}

.title__item__addresses {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 3px;
}

.info__addresses__details {
	font-size: 14px;
}

.info-address {
	margin-bottom: 5px;
}

.info-address img {
	width: 100%;
	height: 262px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.info-text ul {
	margin-left: 20px;
}

.info-text ul li {
	position: relative;
	margin-top: 3px;
	word-break: break-all;
}


.link__addresses {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 2px;
}

.link__addresses__a--red {
	font-size: 13px;
	color: var(--color-main3);
}

.link__addresses__a--red svg {
	margin-left: 3px;
	transform: translateY(1px);
}

.branches_container {
	justify-content: space-between;
	gap: 10px 0px;
	max-height: 255px;
	overflow-y: auto;
}

.branches_container::-webkit-scrollbar {
	width: 5px;
}

.branches_container::-webkit-scrollbar-thumb {
	background-color: #6a6a6a;
	border-radius: 5px;
}

.banner-he-thong {
	position: relative;
	min-height: 200px;
}

.banner-he-thong::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.banner-he-thong .title {
	position: absolute;
	width: var(--container);
	max-width: 100%;
	padding: 0 15px;
	color: var(--color-2);
	text-transform: uppercase;
	font-size: 26px;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}


.btn-xemthem {
	margin-top: 10px;
}

.banner-he-thong img {
	max-height: 590px;
	min-height: 200px;
	width: 100%;
	object-fit: cover;
}

.AddressesOfBranches {
	padding-bottom: 0;
}

.form-search-location {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: auto max-content;
	gap: 4px;
}



@media (max-width: 992px) {


	.Addresses__map {
		padding-right: 0;
		margin-bottom: 20px;
	}

	.title__Addresses {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.Addresses {
		grid-template-columns: auto;
	}
}

@media (max-width: 550px) {
	.Addresses__map iframe {
		height: 300px;
	}

	.he-thong {
		padding: 20px 0;
	}

	.title-hethong {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.banner-he-thong .title {
		font-size: 18px;
	}

	.info-address {
		grid-template-columns: auto;
	}
}

.box_news_detail .title h1 {
	display: flex;
	justify-content: center;
	margin: 20px 0px;
	font-size: 28px;
}

@media (max-width: 768px) {
	.number-wrap .inner>.row {
		row-gap: 50px;
	}

	.number-wrap {
		padding: 60px 0 35px;
	}

	.banner-news-home {
		padding-bottom: 100%;
		margin: 15px 0;
	}

	.news-home {
		padding: 25px 0;
	}

	.review-slider .slick-slide {
		margin: 0 15px 25px;
	}

	.img-mobile {
		display: block !important;
	}

	.img-pc {
		display: none !important;
	}

	.review-option .inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.form-block__img .video {
		height: 300px;
	}

}


@media (max-width: 575px) {
	.gioi-thieu .tab-buttons {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.gioi-thieu .video {
		height: 300px;
		margin-bottom: 15px;
	}

	.member-slider .slick-slide {
		margin: 0 7px;
	}

	.member-slider .slick-list {
		margin: 0 -7px;
	}

	.member-slider .item .content .name {
		font-size: 14px;
	}

	.title-page {
		margin-bottom: 20px;
	}

	.list-image-slider .item img {
		height: 170px;
	}
}

.form-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 31;
	display: none;
	min-width: 370px;
}

.form-popup.show {
	display: block;
}

.form-popup .content img {
	height: 600px;
	cursor: pointer;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 31;
	display: none;
}

.popup-overlay.show {
	display: block;
}

.close-form-popup {
	position: absolute;
	top: 0px;
	right: -10px;
	cursor: pointer;
}

.modal-overlayyy {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 33;
	justify-content: center;
	align-items: center;
	/* display: flex; */
}

.modal-overlayyy .modal-content {
	background: #fff;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	max-width: 500px;
	width: 90%;
	animation: fadeIn 0.3s ease;
	position: relative;
	overflow: hidden;
}

.modal-overlayyy .modal-content form {
	padding: 50px 25px 25px 25px;
}

.image-form img {
	height: 100%;
}

.modal-overlayyy .modal-content h2 {
	margin-bottom: 15px;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-main3);
}

.modal-overlayyy .close-btn-modal {
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: transparent;
}

.modal-overlayyy .close-btn-modal svg {
	width: 20px;
	height: 20px;
}

.modal-overlayyy .form-group {
	margin-bottom: 15px;
}

.modal-overlayyy input,
.modal-overlayyy select,
.modal-overlayyy textarea {
	color: #333;
	padding: 10px;
	border: 1px solid #ebe6e7;
	height: 40px;
	width: 100%;
	resize: none;
	font-size: 14px;
	font-family: inherit !important;
	border-radius: 5px;
}

.modal-overlayyy textarea {
	height: unset;
}

.modal-overlayyy .submit {
	font-size: 16px;
	margin: 0 auto;
	display: block;
	font-weight: 500;
	border-radius: 35px;
	padding: 10px 30px;
	background: linear-gradient(90deg, #206334 0%, #60a73f 50%, #206334 100%);
	color: #FFF;
	transition: .3s;
}

.stop-scroll {
	height: 100%;
	overflow: hidden;
}

@keyframes fadeIn {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

#modal-dkhome .modal-content form {
	padding: 10px 20px 15px 15px;
}

@media (max-width: 1400px) {
	.form-popup .content img {
		max-height: 530px;
	}
}

@media (max-width: 768px) {
	.form-popup .content img {
		width: 100%;
		max-height: unset;
		height: unset;
	}
}