/*
CTC Separate Stylesheet
Updated: 2024-11-29 08:31:09
*/

html,
body {
	margin: 0;
	overflow-x: hidden;
}

.e-n-menu .e-n-menu-item:nth-child(3) svg {
	width: 30px !important;
	height: 30px !important;
} 

/* wind style 2024-11-29 */
.fanta-hotline-btn .elementor-button {
	height: 35px;
	flex-direction: column;
	border-radius: 5px;
	padding: 6px 12px !important;
	display: flex;
	justify-content: center;
	max-width: max-content;
	gap: 5px;
	color: #fff;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.fanta-search-form .e-search-form {
	border-radius: 5px !important;
	overflow: hidden;
	width: 250px;
}

.fanta-search-form .e-search-input {
	border: 1px solid transparent !important;
	padding: 3px 10px !important;
	height: inherit !important;
	min-height: 35px !important;
	width: 100%;
}

.fanta-search-form .e-search-submit {
	border: 1px solid transparent !important;
	background: transparent;
	max-height: 35px !important;
	padding: 15px !important;
}

.fanta-search-form .e-search-submit svg {
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
}

.fanta-main-menu .elementor-nav-menu .menu-item:last-child a {
	padding-right: 0 !important;
}

.fanta-title h2 {
	position: relative;
	width: fit-content;
}

.fanta-title h2::before {
	content: '';
	background-image: url(../img/icon-logo.png);
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -55px;
	right: -50px;
}

@media screen and (max-width: 768px) {
	.fanta-title h2::before {
		display: none !important;
	}

	.fanta-title h2 {
		font-size: 28px;
	}
}

@media screen and (max-width: 430px) {
	.fanta-title h2 {
		font-size: 20px !important;
	}
}

/* 02/12/2024 */
#tuyendung {
	animation: zoomEffect 0.6s infinite;
}

@keyframes zoomEffect {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

.line-clamp-1 a {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line-clamp-2 p,
.line-clamp-2 h3 {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#postContent h2,
#postContent h3 {
	color: var(--e-global-color-primary);
}

#postContent figure {
	max-width: 100%
}

.elementor-toc__header {
	padding-bottom: 0 !important;
}

ul,
ol,
p {
	margin-top: 0;
}

/* 03/12/2024 */
.content-text-editor::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}

.content-text-editor::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: var(--e-global-color-primary);
}

.dich-vu-hot-post-content {
	height: 100px !important;
	overflow: hidden;
}


/* 19/12/2024 */
.fanta-contact-btn .elementor-icon-list-items li.elementor-icon-list-item {
	width: 48px;
	height: 48px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 2px 4px 7px rgb(0 0 0 / 15%);
	gap: 10px;
	transition: all ease 0.5s;
	cursor: pointer;
	padding: 0 !important;
}

.fanta-contact-btn .elementor-icon-list-items li.elementor-icon-list-item:hover {
	width: 145px;
	background: var(--e-global-color-primary);
	box-shadow: 2px 4px 7px rgba(0, 0, 0, .15);
	/* transform: translateX(-52px) */
}

.fanta-contact-btn .elementor-icon-list-items li.elementor-icon-list-item:hover .elementor-icon-list-icon svg {
	fill: #fff
}

.fanta-contact-btn .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon svg {
	transition: fill ease 0.5s;
}

.fanta-contact-btn .elementor-icon-list-items li.elementor-icon-list-item,
.fanta-contact-btn .elementor-icon-list-items li.elementor-icon-list-item a {
	display: flex;
	flex-direction: row-reverse;
}

.fanta-contact-btn .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text {
	white-space: nowrap;
	opacity: 0;
	transition: 1s;
}

.fanta-contact-btn .elementor-icon-list-items li.elementor-icon-list-item:hover .elementor-icon-list-text {
	opacity: 1;
}

.fanta-contact-btn .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon {
	width: 48px;
	height: 48px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	min-width: 48px;
}

/* mới */
.icon_contact_show {
	position: fixed;
	right: 12px;
	top: 50%;
	z-index: 111;
	transform: translateY(-50%);
	text-align: left;
}

.sprite {
	background-image: url(https://fantasycenter.vn/wp-content/uploads/2024/12/spritesheet.png);
	background-repeat: no-repeat;
	display: block;
}

.sprite-btn-mes {
	width: 27px;
	height: 27px;
	background-position: -5px -114px;
}

.sprite-btn-booking {
	width: 27px;
	height: 27px;
	background-position: -142px -39px;
}

.sprite-btn-phone {
	width: 27px;
	height: 27px;
	background-position: -5px -153px;
}

.icon_show {
	position: relative;
	display: flex;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 16px;
	transition-property: width;
	transition-duration: 1s;
	cursor: pointer;
	height: 48px;
}

.icon_contact_show .icon_show a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
}

.call_span {
	font-weight: 600;
	font-size: 16px;
	color: #FFF;
	opacity: 0;
	visibility: hidden;
}

.icon_contact_show .icon_show .btn-hover {
	width: 48px;
	height: 48px;
	border-radius: 50px;
	background: #d13636;
	box-shadow: 2px 4px 7px rgb(0 0 0 / 15%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon_contact_show .icon_show {
	transition: width 0.3s ease-in-out;
	border-radius: 15px;
}

.icon_contact_show .icon_show:hover {
	background: #d13636;
	box-shadow: 2px 4px 7px rgba(0, 0, 0, .15);
	border-radius: 50px;
	width: 170px !important;
	display: flex;
	align-items: center;
}

.icon_contact_show .icon_show:hover .call_span {
	opacity: 1;
	visibility: visible;
	transition: 1s;
}

.icon_contact_show .icon_show .call_span {
	padding-left: 15px;
}

.icon_contact_show .icon_show .btn-hover svg {
	width: 20px;
	fill: #fff;
}

.icon_contact_show .icon_show:hover .btn-hover {
	background: rgb(255 255 255 / 7%);
}

.icon_contact_show .icon_show:hover .btn-hover svg {
	fill: #ffffff;
}

.icon_contact_show .icon_show .btn-hover.fz-24 svg {
	width: 24px;
}

body a:-webkit-any-link:focus-visible {
	outline-offset: 0;
	outline: none;
}

body .elementor-nav-menu--dropdown .elementor-item:hover {
	background-color: transparent;
	outline: none;
}

body .elementor-nav-menu--dropdown .elementor-item {
	background-color: transparent;
	outline: none;
}

@media screen and (max-width: 430px) {
	.font-size-10 .elementor-button-text {
		font-size: 10px !important;
	}

	.font-size-12 h2 {
		font-size: 10px !important;
	}
}

input[type="time"]:before,
input[type="date"]:before {
	color: #797A7C;
	content: attr(placeholder);
	white-space: nowrap;
	line-height: 40px !important;
}

input[type="time"].full:before,
input[type="date"].full:before {
	color: #797A7C;
	content: "" !important;
}

.elementor-image-gallery .gallery-item {
	max-width: 50% !important;
}