.about-us-slider {
	aspect-ratio: 1260 / 515;
	overflow: hidden;
}

.about-us-slider .item img {
	width: 100%;
}

/* Ẩn toàn bộ slide */
.about-us-slider .item {
	display: none;
}

/* CHỈ hiện slide đầu tiên */
.about-us-slider .item:first-child {
	display: block;
}

/* Khi slick đã init → cho phép slick kiểm soát */
.about-us-slider.slick-initialized .item {
	display: block;
}

.form-send-email-footer {
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.form-send-email-footer input {
	padding: 10px 12px;
    border-radius: 3px;
}

.form-send-email-footer button {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background-color: #FFF;
	padding: 6px 0;
	font-size: 14px;
	border-radius: 3px;
}

.form-send-email-footer button svg {
	width: 22px;
}

.section-about-us {
	background-color: #fff;
	padding: 0;
}

.section-about-us .inner {
	display: grid;
	grid-template-columns: 47% 50%;
	gap: 20px;
	color: #FFF;
	align-items: center;
	justify-content: space-between;
}

.section-about-us .right img {
	border-radius: 10px;
}

.section-about-us .left .noi-dung {
	font-size: 18px;
}

.section-about-us .left .noi-dung h3 {
	font-size: 26px;
	line-height: 1.5;
}

.section-about-us .button-group {
	display: flex;
	gap: 30px;
	margin-top: 30px;
}

.section-about-us .right .wrap-img {
	padding-bottom: 66.67%;
	border-radius: 10px;
}

/* .section-about-us .button-group a {
	border-radius: 4px;
	background-color: #65442b;
	color: #FFF !important;
	font-size: 18px;
	padding: 10px 30px;
	display: inline-block;
	border: 1px solid #65442b;
}

.section-about-us .button-group a:nth-child(2) {
	background-color: #7b5734;
} */

.button-web {
	border-radius: 20px;
	padding: 8px 25px;
	color: #FFF !important;
	background-color: #3aaa35;
	font-weight: 600;
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
}

.button-web.sm {
	font-size: 15px;
}

.button-web:hover {
	background-color: #faa71b;
}

/* Home About Section */
.home-about {
	padding: 10px 0 120px 0;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.home-about .subtitle {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	padding-left: 50px;
}

.home-about .subtitle::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 3px;
	background-color: #faa71b;
}

.home-about-content {
	padding-right: 15px;
}

.home-about-title {
	font-size: clamp(24px, 4vw, 32px);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #000;
}

.home-about-description {
	margin-bottom: 30px;

	p {
		&:not(:last-child) {
			margin-bottom: 10px;
		}
	}
}

.home-about .dich-vu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-bottom: 20px;
	align-items: center;
}

.home-about .dich-vu .left {
	display: flex;
	gap: 10px;
}

.home-about .dich-vu .left .text {
	font-weight: 700;
	font-size: 22px;
}

.home-about-image img {
	border-radius: 10px;
}

.home-about-image .left-info {
	text-align: center;
}

.home-about-image .curve-text {
	border: 10px solid #FFF;
	border-radius: 50%;
	position: relative;
	display: inline-flex;
}

.home-about-image .curve-text+img {
	margin-top: -75px;
}

.badge-wrap {
	background: #3aaa35;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	height: 180px;
	width: 180px;
	text-transform: uppercase;
	font-weight: 800;
	text-shadow: 1px 1px #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge-circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
}

.badge-text {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: rotate 12s linear infinite;
}

.badge-text span {
	position: absolute;
	left: 50%;
	font-size: 20px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	transform-origin: 0 75px;
	letter-spacing: 2px;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.home-about-image .curve-text .svg-circle {
	background: linear-gradient(135deg, #3aaa35, #6b677f, #9a98a8);
	border-radius: 50%;
	padding: 35px;
	position: relative;
	z-index: 1;
	font-size: 25px;
	height: 180px;
	width: 180px;
	text-transform: uppercase;
	font-weight: 800;
	fill: #FFF;
	text-shadow: 1px 1px #000000;
	animation: spinner 20s infinite linear;
	overflow: visible;
}

.home-about-image .curve-text .svg-circle path {
	fill: none;
}

.home-about-image .curve-text .svg-circle text {
	fill: #FFF;
	letter-spacing: 4px;
}

.home-about-image .curve-text .see-detail {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.home-about-image .curve-text .see-detail svg {
	color: #FFF;
}

.home-about-image .right-info .call-info {
	margin-top: 30px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.home-about-image .right-info .call-info .icon {
	width: 50px;
	height: 50px;
	border: 1px solid #e7e7e7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.home-about-image .right-info .call-info .icon img {
	width: 25px;
	height: 25px;
}

.home-about-image .right-info .call-info .text p {
	color: #666;
}

.home-about-image .right-info .call-info .text h3 {
	font-size: 20px;
}

.home-about-image {
	display: grid;
	align-items: center;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
}

@keyframes spinner {
	100% {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

.provider-cards {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.provider-cards img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 2px solid;
	margin-left: -15px;
}

.provider-cards h4 {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 46px;
	background: #3aaa35;
	border-radius: 50%;
	margin: 0;
	font-size: 16px;
	border: 2px solid;
	color: #FFF;
	margin-left: -15px;
}

.home-about-content .member .text-h4 h3 {
	font-size: 18px;
	line-height: 1.4;
}

.home-about-content .member {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.list-style-four ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	border-top: 1px solid #dddddd;
	margin-top: 35px;
	padding-top: 25px;
}

.list-style-four li {
	position: relative;
	z-index: 1;
	padding-left: 27px;
	margin-top: 7px;
	font-size: 16px;
	font-weight: 500;
	list-style: none;
}

.list-style-four li::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	background-image: url('../images/check-icon.png');
	z-index: -1;
	height: 16px;
	width: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

.section-knowledge {
	padding: 40px 0;
}

.knowledge-slider .slick-slide {
	margin: 0 10px;
	background: #f2f2f2;
	padding: 20px 10px;
	border-radius: 5px;
}

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

.item-knowledge {
	text-align: center;
}

.item-knowledge img {
	display: block;
	max-width: 65px;
	margin: 0 auto 15px;
	transition: transform 0.6s ease;
}

.item-knowledge:hover img {
	transform: rotateY(180deg);
}

.item-knowledge .name {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.item-knowledge .des {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 84px;
}

.featured-news-slider .slick-slide {
	margin: 10px 15px;
}

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

.section-news {
	padding: 120px 0 65px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.section-news .bg-image {
	width: 25%;
	max-width: 31.4%;
	top: 120px;
	bottom: 0;
	height: auto;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.section-news .title-wrap {
	padding-left: 200px;
	display: flex;
	justify-content: space-between;
	text-align: left;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.section-news .title-page::before,
.section-formdk .title-page::before {
	left: 0;
	transform: translateX(0);
}

.discover-more {
	box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
	font-size: 15px;
	line-height: 30px;
	padding: 12px 40px;
	font-weight: 700;
	border-radius: 50px;
	background: #fff;
	transition: all .4s ease;
	text-transform: uppercase;
}

.discover-more:hover {
	color: #FFF;
	background-color: #3aaa35;
}

.item-post .wrap-img {
	padding-bottom: 66.5%;
}

.item-post .content {
	background-color: #FFF;
	margin-top: -10px;
	padding: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 7px;
}

/* .item-post .date svg {
	width: 20px;
	height: 20px;
}

.item-post .date {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #b8b295;
	margin-bottom: 10px;
	font-style: italic;
} */

.section-news .item-post .name {
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5;
}

.item-post .name {
	font-size: 18px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.item-post .des {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 10px;
	text-align: justify;
}

.section-uu-dai .wrap-img {
	padding-bottom: 60%;
	border-radius: 30px;
}

.section-uu-dai {
	padding: 40px 0;
}

.section-goi-cuoc {
	padding: 50px 0;
	background-color: #f7f7f7;
}

.tab-buttons {
	text-align: center;
	margin-bottom: 15px;
}

.tab-buttons li {
	list-style: none;
	display: inline-block;
}

.tab-wrapper li:not(:last-child) {
	margin-right: 5px;
}

.tab-wrapper li button {
	font-size: 16px;
	border: 2px solid #666666d9;
	padding: 4px 16px;
	border-radius: 30px;
	color: #666666d9;
}

.tab-wrapper li button.active {
	border: 2px solid #3aaa35;
	color: #3aaa35;
	font-weight: 600;
}

.goi-cuoc-slider .slick-slide {
	margin: 10px;
}

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

.item-goi-cuoc .wrap-img {
	padding-bottom: 66.75%;
	border-radius: 10px 10px 0 0;
}

.item-goi-cuoc {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.item-goi-cuoc .content {
	text-align: center;
	padding: 10px 10px 20px;
}

.item-goi-cuoc .content .name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}

.section-tintuc {
	padding: 50px 0;
}

.section-tintuc-slider .slick-slide {
	margin: 0 12px;
}

.section-tintuc-slider .slick-list {
	margin: 0 -12px;
}

.item-news-home {
	position: relative;
}

.item-news-home .hover-shine {
	position: relative;
	display: block;
	overflow: hidden;
}

.title-pri {
	background: #f2f2f2;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right: 2px solid #ccc;
}

.item-news-home .hover-shine img {
	display: block;
	width: 100%;
}

.name-blog {
	font-size: 16px;
    /* text-transform: uppercase; */
    padding: 8px 20px;
    position: relative;
    display: inline-flex;
	gap: 10px;
	align-items: center;
    background: var(--main-color);
    color: #fff;
    font-weight: 700;
}

.name-blog svg {
	fill: currentColor;
    width: 15px;
    height: 15px;
}

.list {
	margin-top: 20px;
	padding-left: 15px;
}

.list.first li {
	font-weight: 700;
}

.list li {
	border-bottom: 1px dotted #ccc;
	color: #ee1c25;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

button.is-loading {
	pointer-events: none;
	opacity: 0.8;
	position: relative;
}

button .spinner {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #faa71b;
	border-top: 2px solid transparent;
	border-radius: 50%;
	animation: spin 0.6s linear infinite;
	vertical-align: middle;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.featured-news {
	display: flex;
	gap: 5px;
	margin-bottom: 20px;
	align-items: flex-start;
	flex-direction: column;
}

.featured-news .featured-image {
	width: 100%;
}

.featured-news .featured-image img {
	object-fit: cover;
	/* height: 250px; */
	width: 100%;
	border: solid 1px #ccc;
}

.featured-news .featured-content h3 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

.featured-news .featured-content p {
	margin: 0;
	font-size: 0.95em;
	color: #555;
}

.logopartner .item {
	padding: 0 10px;
}

.logopartner img {
	width: 100%;
	/* height: 60px; */
	object-fit: contain;
	/* filter: grayscale(100%); */
	transition: 0.3s;
}

.logopartner img:hover {
	filter: grayscale(0);
}

.btn-booking {
	width: 100%;
	margin: 10px auto 0;
	background-color: var(--main-color);
	padding: 10px 0;
	color: #fff !important;
	font-size: 14px;
	display: block;
    text-transform: uppercase;
}

.item-news-cate.is_news,
.item-news-cate.item-room  {
    background-color: #fff;
    border-bottom: 0px solid #2a3d44;
}

.item-news-cate.is_news .item-news-home .name {
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}

.item-news-cate.is_news .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.item-news-cate.is_news .content,
.item-news-cate.item-room .content {
    padding: 10px 0 0;
}

.item-news-cate.item-room .item-news-home .name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.item-news-home .hover-shine::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(120deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.7) 50%,
			rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
}

.item-news-home .hover-shine:hover::before {
	animation: shine 0.9s;
}

@keyframes shine {
	100% {
		left: 150%;
	}
}

.item-news-home .wrap-img {
	padding-bottom: 65%;
}

.featured-event {
	padding: 10px 0 30px;
}

.row-gap {
	row-gap: 20px;
}

.featured-event-right {
    --gutter: 3px;
}

.item-news-cate figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.item-news-cate .effect-bubba figcaption::before,
.item-news-cate .effect-bubba figcaption::after {
    position: absolute;
    top: 10%;
    right: 5%;
    bottom: 10%;
    left: 5%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.item-news-cate .effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.item-news-cate .effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.item-news-cate .effect-bubba:hover figcaption::before,
.item-news-cate .effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.item-news-cate .effect-bubba:hover img {
    opacity: 0.8;
}

.item-news-cate {
	/* margin-bottom: 20px; */
	background-color: #f2f2f2;
	border-bottom: 2px solid #2a3d44;
	height: 100%;
}

.item-news-home .content {
	padding: 10px;
	text-align: center;
}

.item-news-home .name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	font-size: 15px;
	/* height: 39px; */
}

.item-news-home .name:hover {
	text-decoration: underline;
	color: #000
}

.item-news-home .date,
.item-news-home-right .date {
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.item-news-home .des {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
	text-align: justify;
}

.item-news-home-right {
	display: grid;
	grid-template-columns: 35% auto;
	gap: 15px;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.item-news-home-right:not(:last-child) {
	margin-bottom: 30px;
}

.item-news-home-right .wrap-img {
	overflow: hidden;
	border-radius: 10px;
}

.item-news-home-right .wrap-img:hover img {
	transform: scale(1.05);
}

.item-news-home-right .name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
}

.xem-tat-ca {
	text-align: center;
	margin-top: 30px;
}

.xem-tat-ca a {
	background-color: #3aaa35;
	color: #FFF;
	padding: 8px 38px;
	display: inline-block;
	border-radius: 30px;
	font-weight: 700;
	font-size: 18px;
}

.section-tienich {
	padding: 40px 0;
}

.tienich-slider .slick-slide {
	margin: 0 12px;
}

.tienich-slider .slick-list {
	margin: 0 -12px;
}

.item-tien-ich {
	background-color: #f7f7f7;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}

.item-tien-ich img {
	border-radius: 10px;
}

.section-nhansu {
	padding: 30px 0;
}

.nhansu-slider .slick-slide {
	margin: 0 12px;
}

.nhansu-slider .slick-list {
	margin: 0 -12px;
}

.item-nhansu {
	cursor: pointer;
	background-color: #f2f2f2;
	border-radius: 8px;
	overflow: hidden;
}

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

.item-nhansu .content {
	text-align: center;
	padding: 25px 22px 15px;
	position: relative;
}

.item-nhansu .content .name {
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #3aaa35;
	color: #FFF;
	border-radius: 30px;
	padding: 5px 20px;
	width: max-content;
	max-width: 100%;
}

.item-nhansu .content .des {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.item-nhansu .content .job {
	font-size: 13px;
	color: gray;
}

.experts-popup {
	padding: 30px;
}

.experts-popup-text .name {
	font-size: 22px;
}

.experts-popup-text .job {
	font-size: 16px;
	margin-bottom: 15px;
	color: #666;
}


.section-camnhan {
	padding: 50px 0 100px;
	position: relative;
}

.section-camnhan::before {
	background-color: rgba(0, 0, 0, .6);
	opacity: .9;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.section-camnhan .title-page {
	color: #FFF;
}

.camnhan-slider .slick-slide {
	margin: 0 12px;
	overflow: hidden;
}

.camnhan-slider .slick-list {
	margin: 0 -12px;
}

.item-camnhan .content {
	position: relative;
	background-color: #fff;
	padding: 40px;
	border-radius: 10px 0 10px 10px;
}

.item-camnhan .content .stars ul li {
	list-style: none;
	display: inline-block;
}

.item-camnhan .content .stars ul li svg {
	width: 18px;
	height: 18px;
}

.item-camnhan .review-text {
	font-size: 17px;
	line-height: 1.5;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 153px;
	text-align: justify;
}

.item-camnhan .icon-review-card {
	position: absolute;
	right: -25px;
	top: -60px;
	height: 125px;
	width: 120px;
	display: flex;
	align-items: flex-end;
	padding-left: 40px;
	padding-bottom: 25px;
	border-radius: 50%;
	background-color: #3aaa35;
	transition: all .3s ease;
}

.icon-review-card img {
	height: 30px;
	transform: rotate(180deg);
}

.item-camnhan .info-box {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
	margin-left: 100px;
}

.item-camnhan .info-box .avt {
	width: 68px;
	height: 68px;
	border: 1px solid #FFF;
	padding: 5px;
	border-radius: 50%;
}

.item-camnhan .info-box .avt img {
	border-radius: 50%;
}

.item-camnhan .info-box .name {
	font-size: 16px;
	color: #FFF;
}

.item-camnhan .info-box .des {
	color: #FFF;
}

.item-camnhan .content:before {
	position: absolute;
	top: 100%;
	left: 45px;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 30px solid #fff;
	transition: all .3s ease;
	content: "";
}

.section-formdk {
	margin-bottom: 70px;
}

.section-formdk .inner {
	max-width: 1400px;
	margin: -50px auto 0;
	position: relative;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.contact-form {
	position: relative;
	background-color: #3aaa35;
	padding: 50px;
}

.contact-form:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-image: url('../images/shape-8.010c08da.png');
	content: "";
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	line-height: 30px;
	font-size: 15px;
	color: #6a6f78;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 5px;
	margin-bottom: 0;
	transition: all .3s ease;
}

.contact-form .form-group textarea {
	height: 95px;
	resize: none;
}

.contact-form .form-group:last-child {
	margin-bottom: 0;
}

.form-contact .submit-form {
	font-size: 17px;
	line-height: 30px;
	padding: 8px 40px;
	font-weight: 700;
	color: #3aaa35;
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 50px;
	z-index: 1;
	transition: all .5s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.section-formdk .title-wrap {
	text-align: left;
}

.section-formdk .content-left .des {
	font-size: 16px;
	color: #6a6f78;
	margin-bottom: 20px;
}

.section-formdk .content-left .cam-ket ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}

.section-formdk .content-left .cam-ket ul li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	background: #3aaa35;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

.section-formdk .content-left {
	display: grid;
	grid-template-columns: 70% auto;
	gap: 30px;
	align-items: center;
}

.section-formdk .ceo {
	text-align: center;
}

.section-formdk .ceo .avt {
	width: 120px;
	height: 120px;
	border: 2px solid #3aaa35;
	border-radius: 50%;
	overflow: hidden;
	padding: 8px;
	margin: 0 auto 10px;
}

.section-formdk .ceo .avt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.section-formdk .ceo h3 {
	font-size: 18px;
	margin-bottom: 0;
}

.section-formdk .ceo p {
	font-size: 13px;
	color: #191919;
}

.form-wrap {
	position: relative;
	margin-bottom: -40px;
}

.form-wrap::before {
	position: absolute;
	left: 30px;
	right: -15px;
	top: -15px;
	height: 395px;
	background-image: url('../images/lines.bd808e1f.png');
	content: "";
}

.button-m {
	display: none;
}

@media (max-width: 1700px) {
	.section-news .title-wrap {
		padding-left: 300px;
	}
}

@media (max-width: 992px) {
	.section-news .title-wrap {
		padding-left: 0;
	}

	.section-news .bg-image {
		display: none;
	}

	.section-news {
		padding: 75px 0 65px;
	}

	.form-wrap {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {

	.item-post .des,
	.item-camnhan .review-text,
	.item-news-home .des {
		text-align: left;
	}

	.home-about-image .curve-text .see-detail svg {
		width: 40px;
		height: 40px;
	}

	.featured-news-slider .slick-slide {
		margin: 10px;
	}

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

	.item-tien-ich {
		margin-bottom: 15px;
	}

	.button-web.sm {
		display: none;
	}

	.home-about-image {
		margin-top: 20px;
	}

	.item-camnhan .content:before {
		left: 25px;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 20px solid #fff;
	}

	.item-camnhan .info-box {
		margin-top: 25px;
		margin-left: 75px;
	}

	.slider-mobile .slick-slide {
		margin: 0 10px;
	}

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

	.form-wrap::before {
		right: -10px;
		top: -10px;
	}

	.button-m {
		display: block;
	}

	.button-pc {
		display: none;
	}

	.discover {
		margin-top: 20px;
		text-align: center;
	}

	.item-news-home .name {
		height: auto;
	}
}

@media (max-width: 576px) {
	.section-knowledge {
		padding: 22px 0;
	}

	.item-knowledge .name {
		font-size: 20px;
	}

	.section-news .title {
		font-size: 24px;
		margin-bottom: 20px;
	}

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

	.section-uu-dai {
		padding: 20px 0 20px;
	}

	.section-uu-dai .wrap-img {
		margin-bottom: 15px;
	}

	.section-goi-cuoc {
		padding: 25px 0;
	}

	.section-tintuc {
		padding: 25px 0;
	}

	.section-tienich {
		padding: 25px 0 10px;
	}

	.knowledge-slider .slick-slide {
		margin: 0 6px;
	}

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

	.home-about-content .member {
		justify-content: center;
	}

	.home-about-content .member .text-h4 {
		text-align: center;
	}

	.home-about-description {
		margin-bottom: 20px;
	}

	.list-style-four ul {
		grid-template-columns: 1fr;
		margin-top: 20px;
		padding-top: 10px;
	}

	.home-about-image .curve-text .svg-circle {
		font-size: 22px;
		height: 130px;
		width: 130px;
		padding: 25px;
	}

	.home-about-image .call-info {
		gap: 10px;
	}

	.home-about-image .call-info .text span {
		font-size: 18px !important;
	}

	.home-about-image .right-info .call-info .icon {
		width: 45px;
		height: 45px;
	}

	.home-about-image {
		gap: 15px;
	}

	.home-about {
		padding: 10px 0 30px 0;
	}

	.experts-popup {
		padding: 20px;
		max-height: 85vh;
		overflow-y: auto;
	}

	.experts-popup-img img {
		height: 250px;
		object-fit: contain;
		width: 100%;
		margin-bottom: 10px;
	}

	.experts-popup-text .name {
		font-size: 19px;
	}

	.section-camnhan {
		padding: 30px 0 80px;
	}

	.item-camnhan .content {
		padding: 40px 25px 25px;
	}

	.section-formdk .inner {
		padding-top: 35px;
	}

	.section-formdk .content-left {
		grid-template-columns: auto;
		gap: 12px;
	}

	.section-formdk .ceo {
		text-align: center;
	}

	.section-formdk .ceo .avt {
		margin: 0 auto 10px;
	}

	.contact-form {
		padding: 30px;
	}

	.badge-wrap {
		height: 150px;
		width: 150px;
	}

	.badge-circle {
		width: 120px;
		height: 120px;
	}

	.badge-text span {
		transform-origin: 0 60px;
		font-size: 14px;
	}

	.item-knowledge .des {
		-webkit-line-clamp: 6;
		height: 126px;
	}

	.title-pri {
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.list.first {
		margin-bottom: 30px;
	}

	.row-gap {
    row-gap: 15px;
}
}

