#banner .slick-dots {
	bottom: 6rem;
}

#banner .slick-dots li {
	margin: 0 1rem;
    background: #EAEAEA;
    width: 2rem;
	height: 2rem;
    border-radius: 50%;
    cursor: pointer;
}

#banner .slick-dots li.slick-active {
	background: #006466;
}

#banner .slick-dots li button {
	font-size: 0;
}

#banner .slick-dots li button::before {
	font-size: 0;
}

#about .accordion-content {
	display: none;
	margin: 1rem 0;
}
#about .accordion-content ul {
	list-style-type: disc;
	list-style-position: inside;
}

#about .accordion-item:first-child .accordion-content {
	display: block;
}

#about .accordion-item:first-child .accordion-icon {
	content: "-";
}

.float-sm {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 5rem;
	z-index: 99;
}


.slider-lv .item:before,
.list-sp .item:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	content: "";
	z-index: 1;
	background: linear-gradient(180deg, #08174b0a 0%, #04103999 100%);
	transition: all 0.2s;
}

.slider-lv .item:hover:before {
	background: #16235e80;
	height: 100%;
}

.custom-prev,
.custom-next,
.custom-prev-2,
.custom-next-2 {
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	background: linear-gradient(90deg, #586eeb 0%, #2531a2 100%);
}

.custom-arrow-2 .next:after,
.custom-arrow-2 .prev:after {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.15s ease 0s;
	transform: translate(-50%, -50%) rotate(45deg);
	background: linear-gradient(90deg, #586eeb 0%, #2531a2 100%);
	z-index: -1;
}

.custom-arrow-2 .next:hover:after,
.custom-arrow-2 .prev:hover:after {
	transform: translate(-50%, -50%) rotate(135deg);
}

.text-ss {
	font-size: 10rem;
}

.section-relative {
	position: relative;
	margin: 0 auto;
}

.item-block {
	display: block;
	height: 100%;
	width: 100%;
}

.item-absolute {
	position: absolute;
}

.custom-arrow-lv .next:after,
.custom-arrow-lv .prev:after,
.custom-arrow-sp .next:after,
.custom-arrow-sp .prev:after {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.15s ease 0s;
	transform: translate(-50%, -50%) rotate(45deg);
	background: linear-gradient(90deg, #586eeb 0%, #2531a2 100%);
	z-index: -1;
}

.custom-arrow-lv .next:hover:after,
.custom-arrow-lv .prev:hover:after,
.custom-arrow-sp .next:hover:after,
.custom-arrow-sp .prev:hover:after {
	transform: translate(-50%, -50%) rotate(135deg);
}

@media (max-width: 1680px) {
	.text-ss {
		font-size: 9rem;
	}
}

@media (max-width: 1449px) {
	.text-ss {
		font-size: 8rem;
	}
}

@media (max-width: 1280px) {
	.text-ss {
		font-size: 7rem;
	}
}

#page-block-n1 {
	height: 28rem;
	max-width: 100%;
}

#page-block-n .section-holder-border {
	border: 0;
}

#page-block-n1 .section-holder-overlay {
	opacity: 0;
	background-color: #000000;
	display: block;
}

#page-block-n1 .section-block {
	background: url("./../img/homes.jpg") repeat rgb(163, 186, 198) 50% 50% / cover fixed;
	height: 28rem;
}

.section-fit {
	max-width: 60rem;
}

.section-inner {
	height: 100%;
}

.list-doi-tac .slick-dots {
	margin-bottom: -45px;
}

.list-doi-tac .slick-dots li button:before {
	font-size: 8px;
}

.list-doi-tac .slick-dots li button:before {
	color: #d2d2d2;
}

.list-doi-tac .slick-dots li.slick-active button:before {
	color: #656565;
}

.list-doi-tac .name_ct b {
	font-size: 18px;
	display: block;
	line-height: 1.2;
}

.list-post .box-after {
	background: #f1d37f;
}

.list-post .slick-current .box-after {
	background: #16235e;
}

#vi-tri .dess {
	font-size: 3rem;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 3rem;
}

#vi-tri .dess span {
	font-size: 6rem;
	line-height: 0.75;
}

.icon-video a #play {
	display: none;
}

.icon-video a #play-no-hover {
	display: block;
	margin: 0 auto;
}

.icon-video a:hover #play {
	display: block;
}

.icon-video a:hover #play-no-hover {
	display: none;
}

#ly-do {
	background: linear-gradient(180deg, #f1e7b4 0%, #9bd3d3 100%);
}

#play {
	margin: 0 auto;
}

#play .stroke-solid {
	stroke-dashoffset: 0;
	stroke-dasharray: 300;
	stroke-width: 4px;
	-webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
	transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

#play .stroke-dotted {
	opacity: 0;
	stroke-dasharray: 4, 5;
	stroke-width: 1px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: spin 4s infinite linear;
	animation: spin 4s infinite linear;
	-webkit-transition: opacity 1s ease, stroke-width 1s ease;
	transition: opacity 1s ease, stroke-width 1s ease;
}

#play .icon {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
	transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.icon-video a:hover #play .stroke-solid {
	opacity: 0;
	stroke-dashoffset: 300;
}

.icon-video a:hover #play .stroke-dotted {
	stroke-width: 4px;
	opacity: 1;
}

.icon-video a:hover #play .icon {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.title_2 {
	font-size: 4rem;
}

.text-big {
	font-size: 120px;
	font-family: "Shelia VNF";
	font-weight: normal;
	line-height: 1.2;
	position: absolute;
	bottom: -5px;
	padding-left: 10px;
}

.list-ti ul {
	column-count: 2;
}

.list-ti ul li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	counter-increment: section-counter;
}

.list-ti ul li:before {
	content: counter(section-counter);
	background: #006466;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	color: #f9e6af;
}

.item-time .text-time b {
	display: block;
	font-size: 40px;
}

.item-time .icon:before {
	position: absolute;
	content: "";
	left: 50%;
	top: -40px;
	width: 1px;
	height: 38px;
	background: #053b42;
	z-index: 2;
	transform: translatex(-50%);
}

.text-2 {
	font-size: 25px;
}

.title-thuong-hieu.active {
	border: 0.5px solid #053b42;
	font-weight: 700;
}

.content-thuong-hieu .content-row {
	display: none;
}

.content-thuong-hieu .content-row.active {
	display: block;
}

.content-thuong-hieu .content-row .box-center .content ul li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 12px;
}

.content-thuong-hieu .content-row .box-center .content ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../img/icon-li.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.content-thuong-hieu .content-row .box-img .slick-list {
	margin-left: -4vw;
}

.list-reason .dot:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #10454c;
	border-radius: 50%;
}

.accordion-content ul li {
	font-size: 1.6rem;
	margin-bottom: 0;
	padding: 3px;
}

/* Reponsive */

@media (max-width: 768px) {	
	#banner .slick-dots {
		bottom: 1rem;
	}

	#banner .slick-dots li {
		width: 1rem;
		height: 1rem;		
		margin: 0 0.5rem;
	}

	#banner h3 b {
		display: block;
	}

	#about .accordion {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	#about .accordion-header {
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}

	#about .accordion-content {
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
	}

	#vi-tri .dess {
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 2;
		margin-bottom: 1rem;
	}
	
	#vi-tri .dess span {
		font-size: 3rem;
		line-height: 1.4 !important;
		line-height: 0.75;
	}

	.slider-lv .item:before {
		height: 80%;
	}

	.list-post .slick-track {
		margin-left: unset;
	}

	.list-doi-tac .slick-dots {
		margin-bottom: -30px;
	}

	.custom-arrow-2 .next:after,
	.custom-arrow-2 .prev:after {
		width: 26px;
		height: 26px;
	}

	.custom-arrow-sp .next:after,
	.custom-arrow-sp .prev:after {
		width: 26px;
		height: 26px;
	}

	#cong-ty-thanh-vien h2.title b {
		display: block;
	}

	#cong-ty-thanh-vien .slider-dt .slick-track {
		margin-left: -20px;
	}

	.title_2 {
		font-size: 2rem;
	}

	.float-sm {
		display: none;
	}
	
	.accordion-content ul li {
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
}

/* custom css animation */
@keyframes buttonhight {
	0% {
		height: 0px;
	}

	100% {
		height: 35px;
	}
}

/* custom popup */
.popup {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	text-align: center;
}
.popup .popup__content {
	width: 90%;
	overflow: auto;
	padding: 4rem 1rem 1rem;
	background: white;
	color: black;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
.popup .popup__content .close {
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 2rem;
	display: block;
}
.popup .popup__content .close span {
	cursor: pointer;
	position: fixed;
	width: 2rem;
	height: 0.3rem;
	background: #099ccc;
}
.popup .popup__content .close span:nth-child(1) {
	transform: rotate(45deg);
}
.popup .popup__content .close span:nth-child(2) {
	transform: rotate(135deg);
}
.popup .iframe-vr360 {
	width: 100%;
	height: 80vh;
}

@media (max-width: 768px) {
	.popup .iframe-vr360 {		
		height: 65vh;
	}
}