.full-width {
	width: 100vw !important;
	transform: translateX(-50vw);
	margin-left: 50%;
}
* {
	--primaryColor: #f39239;
	--secondaryColor: #dfdfdf;
}
body {
	margin: 0;
	/* Track */
	/* Handle */
	overflow: hidden;
}

.wrapper-main {
	overflow-y: scroll;
	overflow-x: hidden;
	/* height: calc(100vh - 105px); */
	height: 100vh;
}

.wrapper-main::-webkit-scrollbar {
	width: 10px;
}

.wrapper-main::-webkit-scrollbar-thumb {
	background: var(--primaryColor);
}
​
/* body {
       overflow-x: hidden;
       overflow: initial;
    } */
body.active {
	overflow: hidden;
}
/*  */
body::-webkit-scrollbar {
	width: 5px;
}
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #333;
	box-shadow: inset 0 0 5px #333;
	border-radius: 10px;
	background-color: #333;
}
body::-webkit-scrollbar-thumb {
	background: var(--primaryColor);
	border-radius: 10px;
}
body img {
	max-width: 100%;
	width: 100%;
}
#submit {
	background-color: var(--primaryColor);
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 40px;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: var(--primaryColor);
}
#submit:hover {
	background: rgb(0 0 0 / 81%);
}
.root {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	--heightHeader: 105px;
	--wLogo: 182px;
	overflow-x: hidden;
}
.root a {
	text-decoration: none;
}
.root .btn-send {
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 18px 22px;
	text-transform: none;
	background: #82c341;
	font-size: 14px;
	padding: 11px 20px;
}
.root .site__header {
	position: fixed;
	background: #fff;
	border-bottom: solid 1px lightgrey;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 0;
	left: 0;
	top: 0;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	width: 100%;
	z-index: 9001;
	height: var(--heightHeader);
}
.root .site__header-wapper {
	max-width: 1240px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 20px;
	height: 100%;
}
.root .site__header-wapper .logo-site-branding {
	padding: 0;
	position: relative;
	-webkit-transition: width 1s;
	transition: width 1s;
	width: var(--wLogo);
	z-index: 222;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

@media (max-width: 1023p) {
	.root .site__header-wapper .logo-site-branding {
		margin: 5px;
	}
}

/* .root .site__header-wapper .logo-site-branding a {
	height: 100%;
} */
.root .site__header-wapper .logo-site-branding img {
	max-height: 65px;
	width: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.root .site__header .mobile-top-menu {
	display: none;
	background: var(--primaryColor);
	float: right;
	height: 100%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	width: calc(100% - var(--wLogo) - 10px);
}
.root .site__header .mobile-top-menu a {
	color: var(--primaryColor);
}
.root .site__header .mobile-top-menu .mobile-call {
	margin-right: 10px;
	text-align: center;
}
.root .site__header .mobile-top-menu .hamburger {
	display: none;
	cursor: pointer;
}
.root .site__header .mobile-top-menu .hamburger.change div {
	background-color: #fff;
}
.root .site__header .mobile-top-menu .hamburger.change .nav1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 9px);
	transform: rotate(-45deg) translate(-8px, 9px);
}
.root .site__header .mobile-top-menu .hamburger.change .nav2 {
	opacity: 0;
}
.root .site__header .mobile-top-menu .hamburger.change .nav3 {
	-webkit-transform: rotate(45deg) translate(-6px, -8px);
	transform: rotate(45deg) translate(-6px, -8px);
}
.root .site__header .mobile-top-menu .hamburger div {
	height: 5px;
	width: 40px;
	background-color: #fff;
	margin: 6px 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.root .site__header-menu {
	height: 65px;
	width: calc(100% - 200px);
}
.root .site__header-menu div {
	height: 100%;
}
.root .site__header-menu .menu-top {
	text-align: right;
}
.root .site__header-menu .menu-top .title {
	font-size: 12px;
}
.root .site__header-menu .menu-top a {
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	overflow: hidden;
	padding: 0;
	margin-left: 30px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: #3a3a3a;
	margin-right: 10px !important;
}
.root .site__header-menu .menu-top a:first-child {
	margin-right: 10px;
}
.root .site__header-menu .menu-top a.call {
	color: #3a3a3a;
	background-image: url(https://huu.cobds.com/001-huu-template-001/assets/img/icon-call2.png);
	background-size: 16px 16px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 0;
	padding-left: 25px;
	margin-right: 10px;
	position: relative;
}
.root .site__header-menu .menu-top a.call:last-child {
	margin-right: 0;
}
.root .site__header-menu .menu-top a.call span {
	color: var(--primaryColor);
	font-weight: bold;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.root .site__header-menu .menu-top a.enquiry {
	background: var(--secondaryColor);
	border-radius: 30px;
	color: #fff;
	position: relative;
	-webkit-transition: width 0.5s background 0.5s;
	transition: width 0.5s background 0.5s;
	min-width: 155px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.root .site__header-menu .menu-top a.enquiry .mobile {
	background-image: url("../image/iconmail.png");
	background-size: 24px 18px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 0;
	height: 40px;
	left: 200px;
	position: absolute;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	width: 24px;
	z-index: 1;
	display: none;
}
.root .site__header-menu .menu-top a.enquiry:hover {
	background: #222;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.root .site__header-menu .menu-navigation {
	/* padding-top: 15px; */
	-webkit-transition: padding 0.5s;
	transition: padding 0.5s;
}
.root .site__header-menu .menu-navigation__wapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--primaryColor);
	height: 60px;
	padding: 0;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
	list-style: none;
}
.root .site__header-menu .menu-navigation__wapper ul li {
	/* -webkit-box-flex: 1; */
	/* -ms-flex-positive: 1; */
	/* flex-grow: 1; */
	margin: 0;
	position: relative;
	text-align: center;
	/* height: 100%; */
	line-height: 60px;
	transition: background 0.4s;
}

.root .site__header-menu .menu-navigation__wapper ul li > a > span {
	position: relative;
}

.root .site__header-menu .menu-navigation__wapper ul li > a:before,
.root .site__header-menu .menu-navigation__wapper ul li > a > span:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	opacity: 0;
	background-color: #fff;
	transition: opacity 0.4s;
}

@media (max-width: 1023px) {
	.root .site__header-menu .menu-navigation__wapper ul li > a:before {
		display: none;
	}
}

@media (min-width: 1024px) {
	.root .site__header-menu .menu-navigation__wapper ul li > a > span:before {
		display: none;
	}
}

.root .site__header-menu .menu-navigation__wapper ul li .sub-menu a::before,
.root .site__header-menu .menu-navigation__wapper ul li .sub-menu a > span:before {
	display: none;
}

.root .site__header-menu .menu-navigation__wapper ul li.selectedItem a:before,
.root .site__header-menu .menu-navigation__wapper ul li:hover > a:before,
.root .site__header-menu .menu-navigation__wapper ul li.selectedItem a > span:before,
.root .site__header-menu .menu-navigation__wapper ul li:hover > a > span:before {
	opacity: 1;
}

.root .site__header-menu .menu-navigation__wapper ul li:hover > a {
	/* color: var(--primaryColor); */
}
.root .site__header-menu .menu-navigation__wapper ul li.selectedItem > a {
	/* color: var(--primaryColor); */
}
.root .site__header-menu .menu-navigation__wapper ul li::after {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 0;
	width: 1px;
}
.root .site__header-menu .menu-navigation__wapper ul li:last-child::after {
	display: none;
}
.root .site__header-menu .menu-navigation__wapper ul li a {
	white-space: nowrap;
	border: none;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	/* height: 100%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* .root .site__header-menu .menu-navigation__wapper ul li a:hover {
  color: var(--primaryColor);
} */

@media (max-width: 1023px) {
	.root .site__header-menu .menu-navigation__wapper ul li {
		padding-inline: 15px;
	}
}

.root .site__header-menu .menu-navigation__wapper ul li a i {
	margin-left: 10px;
}
.root .site__header-menu .menu-navigation__wapper ul li a.children::after {
	color: #fff;
	display: inline-block;
	font-size: 1em;
	line-height: 60px;
	margin-left: 10px;
	position: static;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: line-height 0.5s;
	transition: line-height 0.5s;
	vertical-align: bottom;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
}
.root .site__header-menu .menu-navigation__wapper ul .dropdown-toggle {
	display: none;
}
.root .kt-row-column-wrap {
	padding: 25px 0 25px 0;
}
.root {
	position: relative;
	/* margin-top: var(--heightHeader); */
}
.root .logo-developer img {
	height: 30px;
	display: inline-block;
	max-width: 100%;
	width: auto;
}
.root .logo-developer img.img-thumb {
	background-color: rgba(255, 255, 255, 0.85) !important;
}
.root .banner {
	background-position: center;
	background-size: cover;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	height: calc(100vh - var(--heightHeader));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.root .banner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	top: 0;
	left: 0;
}
.root .banner .logo-developer {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.root .banner .scroll-down {
	position: absolute;
	bottom: 5%;
	left: calc(50% - 25px / 2);
	z-index: 22;
	/* text-align: center; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-animation: scroll_down 5s infinite;
	animation: scroll_down 5s infinite;
}
.root .banner .scroll-down i {
	font-size: 40px;
	color: white;
}
.root .banner__content {
	text-align: center;
	color: #fff;
	max-width: 1200px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
	z-index: 22;
}
.root .banner__content h2 {
	font-size: 70px;
	line-height: 70px;
	font-weight: bold;
	margin-bottom: 1rem;
}
.root .banner__content h3 {
	font-size: 48px;
	line-height: 62px;
	font-weight: bold;
}
.root .banner__content a {
	background-color: var(--primaryColor);
	border-radius: 30px;
	color: #fff;
	border: 3px solid;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 18px 22px;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	min-width: 200px;
}
.root .banner__content a i {
	margin-left: 10px;
}
.root .banner__content a:hover {
	background: var(--secondaryColor);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.root .banner .icon-bar-contact {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 22;
}
.root .banner .icon-bar-contact a {
	margin-right: 30px;
}
.root .banner .icon-bar-contact a i {
	margin-right: 10px;
}
.root .banner .icon-bar-contact a:hover svg {
	opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.root .banner .icon-bar-contact a svg {
	width: 24px;
	height: 24px;
	opacity: 0.5;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.root .banner__subpage {
	background-image: url("../img/phoenix-residences-pool-singapore-scaled.jpg");
	background-position: center;
	background-size: cover;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	height: 60vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-position: center;
	--fontSizeH2: 40px;
	--fontSizeH3: 30px;
}
.root .banner__subpage::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 1, 9, 0.5);
}
.root .banner__subpage-content {
	text-align: center;
	color: #fff;
	max-width: 1200px;
	position: relative;
	text-align: center;
	z-index: 22;
}
.root .banner__subpage-content h2 {
	font-size: var(--fontSizeH2);
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 25px;
}
.root .banner__subpage-content h3 {
	font-size: var(--fontSizeH3);
	line-height: 40px;
	font-weight: bold;
}
.root .banner__subpage-content a {
	background-color: var(--primaryColor);
	border-radius: 30px;
	border: 3px solid;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 18px 22px;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	min-width: 200px;
}
.root .banner__subpage-content a:hover {
	background: var(--secondaryColor);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.root .banner__subpage .over-play {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 5;
}
.root .banner__subpage .logo-developer {
	position: absolute;
	top: 10%;
	right: 20px;
	z-index: 22;
	/* text-align: center; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.root .banner__subpage .icon-bar-contact {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 22;
}
.root .banner__subpage .icon-bar-contact a {
	margin-right: 30px;
}
.root .banner__subpage .icon-bar-contact a:hover svg {
	opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.root .banner__subpage .icon-bar-contact a svg {
	width: 24px;
	height: 24px;
	opacity: 0.5;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.root .scroll-down {
	position: absolute;
	bottom: 10%;
	left: 50%;
	z-index: 22;
	/* text-align: center; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-animation: scroll_down 1s infinite;
	animation: scroll_down 1s infinite;
}
.root .scroll-down i {
	font-size: 40px;
	color: white;
}
.root .slider {
	width: 100%;
	height: calc(100vh - var(--heightHeader));
	overflow: hidden;
	position: relative;
	--fzSize_text: 50px;
	--fontSizeH3: 40px;
}
.root .slider .swiper-button {
	background-image: none;
}
.swiper-button-next {
	right: 70px;
}
.swiper-button-prev {
	left: 35px;
}
.root .slider .swiper-container {
	height: 100%;
}
.root .slider .swiper-container .swiper-wrapper .swiper-slide .slider-background {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.root .slider .swiper-container .swiper-wrapper .swiper-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 1, 9, 0.5);
	z-index: 2;
}
.root .slider .swiper-container .swiper-wrapper .swiper-slide .inner {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	z-index: 10;
	color: #fff;
	width: 100%;
}
.root .slider .swiper-container .swiper-wrapper .swiper-slide .inner h1 {
	font-size: var(--fzSize_text);
}
.root .slider .swiper-container .swiper-wrapper .swiper-slide .inner a {
	background-color: var(--primaryColor);
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 18px 22px;
	text-transform: none;
	text-decoration: none;
	transition: all 0.5s;
}
@media screen and (max-width: 767px) {
	.root .slider .swiper-container .swiper-wrapper .swiper-slide .inner a {
		display: block;
		max-width: 200px;
		margin: 20px auto;
	}
}
@media screen and (max-width: 600px) {
	.root .slider .swiper-container .swiper-wrapper .swiper-slide .inner a {
		display: block;
		max-width: 200px;
		margin: 10px auto;
		font-size: 14px;
		padding: 10px;
	}
}
.root .slider .swiper-container .swiper-wrapper .swiper-slide .inner a i {
	margin-right: 10px;
}
.root .slider .swiper-container .swiper-wrapper .swiper-slide .inner a:hover {
	background: #222;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.root .slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 0.5;
}
.root .slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
}
.root .page-contact {
	background-position: center;
	background-size: cover;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	height: 60vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-position: center;
}
.root .page-contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 1, 9, 0.5);
}
.root .page-contact #hero .herotext {
	color: #fff;
	position: relative;
	z-index: 22;
}
.root .page-contact #hero .herotext h1 {
	color: #fff;
}
#content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.root footer {
	color: #212529;
}
.root footer .contact {
	background-color: #fff;
}
.root #contactarea.content {
	padding: 30px;
}
.root #contactarea.content h1 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.root #contactarea.content p {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2;
	max-width: 590px;
	color: rgba(0, 1, 9, 0.75);
	text-align: left;
}
.root #contactarea form h3 {
	font-size: 32px;
	line-height: 46px;
	font-weight: bold;
}
.root #contactarea form p {
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 20px;
	text-align: center;
	text-transform: none;
}
.root #contactarea form label {
	font-weight: bold;
	text-align: left;
}
.root #contactarea form input[type="tel"] {
	padding-block: 20px;
}
.root #contactarea form .intl-tel-input {
	width: 100%;
}
.root .content-contact #contactarea form p {
	text-align: left;
}
.btn-contact {
	text-align: left;
}
.btn_contact {
	background-color: var(--primaryColor);
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 40px;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: var(--primaryColor);
}
.btn_contact:hover {
	background: rgb(0 0 0 / 81%);
	color: #fff;
}
.root .footer-bottom {
	padding: 60px 0;
	color: rgb(153 153 153);
	font-size: 12px;
	background-color: #f7f7f7;
}
.root .footer-bottom .ft-item ul {
	list-style: none;
	padding-left: 0;
}
.root .footer-bottom .ft-item ul li a {
	color: rgb(153 153 153);
	font-size: 12px;
	margin-bottom: 5px;
}
.root .footer-bottom .ft-item ul li a:hover {
	color: var(--primaryColor);
}
.root .footer-bottom h3 {
	font-size: 15px;
	color: var(--primaryColor);
}
.root .footer-bottom p {	
	margin-bottom: 5px;
}
.root .footer-bottom p a {
	color: rgb(153 153 153);
}

.root .footer-bottom .ft-item .social a {
	display: block;
	color: rgb(153 153 153);
	margin-bottom: 5px;
}
.modal-video {
	position: fixed;
	top: 0;
	z-index: 99;
	left: 0;
	width: 100vw;
	height: 100vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	overflow: hidden;
	padding: 5% 10%;
}
.modal-video .over-play {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.48);
	top: 0;
	left: 0;
	z-index: -1;
}
.modal-video .close {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 10px;
}
.modal-video .close i {
	font-size: 30px;
	color: white;
}
.modal-video iframe {
	width: 100%;
	height: 100%;
}
.modal-dialog {
	max-width: 1040px;
	margin: 30px auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal-dialog .modal-body {
	position: relative;
}
.modal-dialog .modal-body .close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}
.contact-bar {
	position: fixed;
	top: calc(50% - 252px / 2);
	right: -75px;
	z-index: 100;
	border: 1px solid rgba(255, 255, 255, 0.701961);
}
.contact-bar .stn-bt {
	background-color: rgba(27, 33, 39, 0.701961);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.contact-bar .stn-bt:hover {
	-webkit-transform: translateX(-76px);
	transform: translateX(-76px);
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color: #fff;
}
.contact-bar .stn-bt:hover .icon {
	color: #222;
}
.contact-bar .stn-bt:hover .icon svg {
	fill: #222;
}
.contact-bar .stn-bt:hover .icon svg g {
	fill: #222;
}
.contact-bar .stn-bt .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: flex;
	color: #fff;
	text-decoration: none;
	padding: 10px 5px;
}
.contact-bar .stn-bt .icon svg {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.bell {
	width: 40px;
	height: 40px;
	background: #000;
	position: fixed;
	left: 20px;
	bottom: 100px;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: bottom 0.5s;
	transition: bottom 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bell img {
	width: 30px;
	height: 30px;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation: bell_ring 4s infinite;
	animation: bell_ring 4s infinite;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
}
.popup.open {
	pointer-events: unset;
}
.popup.open .popUpContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	pointer-events: unset;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.popup.open .over-play {
	opacity: 1;
	pointer-events: unset;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.popup .popUpContent {
	background: #000;
	width: 80%;
	height: 100%;
	max-width: 800px;
	max-height: 500px;
	color: #fff;
	z-index: 6;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	overflow-y: auto;
}
.popup .popUpContent .btnClose {
	position: fixed;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 1;
	width: 35px;
}
.popup .popUpContent .rightContent {
	width: 100%;
	height: auto;
	/* display: none; */
}
.popup .popUpContent .rightContent img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.popup .popUpContent .leftContent {
	padding: 30px;
	position: relative;
}
.popup .popUpContent .leftContent .btnPopup {
	display: inline-block;
	padding: 10px 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	background: transparent;
	border: 1px solid #fff;
	cursor: pointer;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.popup .over-play {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 5;
	opacity: 0;
	pointer-events: none;
}
.ekko-lightbox {
	overflow-y: hidden !important;
}
.ekko-lightbox .modal-dialog {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ekko-lightbox .modal-dialog .modal-content {
	background: transparent;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header {
	border-bottom: none;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header h4 {
	display: none;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header .close {
	position: fixed;
	top: 10px;
	right: 10px;
	height: 60px;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header .close:focus {
	outline: none;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header .close span {
	font-size: 50px;
	color: #fff;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header .close:hover {
	background: transparent;
	opacity: 1;
}
.ekko-lightbox .modal-dialog .modal-content .modal-footer {
	display: none;
}
@media screen and (min-width: 1040px) {
	.root .site__header-menu .menu-navigation__wapper ul li {
		position: relative;
	}
	.root .site__header-menu .menu-navigation__wapper ul li:hover .sub-menu {
		opacity: 1;
		-webkit-transition: all 1s;
		transition: all 1s;
		visibility: visible;
	}
	.root .site__header-menu .menu-navigation__wapper ul li .sub-menu {
		position: absolute;
		top: 60px;
		left: 0px;
		background: #222;
		border: none;
		height: auto;
		padding: 15px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 300px;
		-webkit-transition: all 1s;
		transition: all 1s;
		opacity: 0;
		visibility: hidden;
	}
	.root .site__header-menu .menu-navigation__wapper ul li .sub-menu li {
		position: relative;
		height: 50px;
		padding-inline: 20px;
	}
	.root .site__header-menu .menu-navigation__wapper ul li .sub-menu li::after {
		display: none;
	}
	.root .site__header-menu .menu-navigation__wapper ul li .sub-menu li a {
		font-size: 14px;
		line-height: 26px;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
	/* .sticky .site__header {
		--heightHeader: 100px;
	}
	.sticky .root .site__header-wapper .logo-site-branding img {
		max-height: var(--heightHeader);
	}
	.sticky .site__header-wapper {
		padding-top: 0;
		padding-bottom: 0;
		height: 100%;
	}
	.sticky .site__header-wapper .logo-site-branding {
		width: 170px;
		margin-right: 20px;
	}
	.sticky .site__header-wapper .logo-site-branding a {
		display: flex;
		align-items: center;
	}
	.sticky .site__header-menu {
		height: 100%;
	}
	.sticky .site__header-menu .wapper {
		width: calc(100vw - 170px);
		position: relative;
		background: #3a3a3a;
		display: flex;
	}
	.sticky .site__header-menu .menu-top {
		order: 2;
		display: flex;
		align-items: center;
	}
	.sticky .site__header-menu .menu-top a.call-one {
		display: none;
	}
	.sticky .site__header-menu .menu-top a.call {
		margin: 0;
		padding: 0;
		width: 0;
	}
	.sticky .site__header-menu .menu-top a.call.sheldon {
		background-image: url("../image/iconwhite.png");
		background-size: 20px 20px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: var(--primaryColor);
		border-radius: 30px;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		padding: 0 0 0 20px;
		position: relative;
		text-indent: -999px;
		width: 44px !important;
	}
	.sticky .site__header-menu .menu-top a.enquiry {
		margin-left: 0;
		width: 44px;
		height: 40px;
	}
	.sticky .site__header-menu .menu-top a.enquiry .mobile {
		display: block;
		left: 10px;
	}
	.sticky .site__header-menu .menu-top a.enquiry .desktop {
		display: none;
	}
	.sticky .site__header-menu .menu-navigation {
		padding-top: 0;
		height: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sticky .site__header-menu .menu-navigation__wapper {
		height: 100%;
	}
	.sticky .site__header-menu .menu-navigation__wapper ul {
		height: 100%;
		margin-bottom: 0;
	}
	.sticky .site__header-menu .menu-navigation__wapper ul li {
		padding: 0 10px;
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
		text-align: left;
	}
	.sticky .site__header-menu .menu-navigation__wapper ul li .sub-menu {
		top: var(--heightHeader);
	} */

	.site__header-wapper,
	.menu-navigation {
		transition: all 0.5s;
	}

	.sticky .menu-navigation {
		padding-top: 0 !important;
	}

	.sticky .site__header-wapper {
		padding-block: 0;
	}
}
@media screen and (max-width: 1040px) {
	.root {
		--heightHeader: 80px;
		--wLogo: 140px;
	}
	.root .banner {
		height: calc(70vh - var(--heightHeader));
	}
	.root .slider {
		height: calc(70vh - var(--heightHeader));
	}
	.root .site__header-wapper .logo-site-branding img {
		max-height: 100%;
	}
	.root .site__header-wapper {
		padding: 0;
	}
	.root .site__header-wapper .logo-site-branding {
		padding: 5px;
		margin-right: 0;
		height: calc(100% - 10px);
	}
	.root .site__header-wapper .site__header-menu .menu-navigation .menu-navigation__wapper ul li .sub-menu {
		display: none;
	}
	.root .site__header-wapper .site__header-menu .menu-navigation .menu-navigation__wapper ul li .sub-menu.active {
		display: block;
	}
	.root .site__header .mobile-top-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 20px;
	}
	.root .site__header .mobile-top-menu a {
		margin-right: 10px;
	}
	.root .site__header .mobile-top-menu a.call {
		margin-right: 15px;
		overflow: hidden;
		position: relative;
	}
	.root .site__header .mobile-top-menu a.enquiry {
		background-color: var(--primaryColor);
		border-radius: 30px;
		float: right;
		height: 40px;
		width: 40px;
		overflow: hidden;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.root .site__header .mobile-top-menu a.enquiry .bold-title {
		display: none;
	}
	.root .site__header .mobile-top-menu a.enquiry i {
		color: #fff;
		font-size: 20px;
	}
	.root .site__header .mobile-top-menu .hamburger {
		display: block;
	}
	.root .site__header-menu {
		background: var(--secondaryColor);
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		opacity: 0;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		z-index: 22;
		width: 100%;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		transition: all 0.5s;
		max-height: 0;
		z-index: -1;
	}
	.root .site__header-menu.show {
		max-height: calc(var(--vh, 1vh) * 100 - var(--heightHeader));
		-webkit-transition: all 1s;
		transition: all 1s;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* overflow-y: auto; */
		min-height: calc(var(--vh, 1vh) * 100 - var(--heightHeader));
		opacity: 1;
	}
	.root .site__header-menu.show .wapper {
		width: 100%;
	}
	.root .site__header-menu .menu-top {
		display: none;
	}
	.root .site__header-menu .menu-navigation {
		width: 100%;
		height: 100%;
		/* padding-top: 60px; */
		position: relative;
		padding-bottom: 92px;
	}
	.root .site__header-menu .menu-navigation.active {
		/* overflow-y: scroll; */
		/* Track */
		/* Handle */
	}
	.root .site__header-menu .menu-navigation.active::-webkit-scrollbar {
		width: 5px;
	}
	.root .site__header-menu .menu-navigation.active::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px grey;
		box-shadow: inset 0 0 5px grey;
		border-radius: 10px;
	}
	.root .site__header-menu .menu-navigation.active::-webkit-scrollbar-thumb {
		background: #fff;
		border-radius: 10px;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper {
		max-width: 800px;
		margin: 0 auto;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: initial;
		/* max-height: 60vh; */
		overflow-y: auto;
		height: 100%;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul::-webkit-scrollbar {
		width: 5px;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px #333;
		box-shadow: inset 0 0 5px #333;
		border-radius: 10px;
		background-color: #333;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul::-webkit-scrollbar-thumb {
		background: gray;
		border-radius: 10px;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul li::after {
		display: none;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul li a {
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
		font-weight: bold;
		font-size: 24px;
		/* display: block; */
		text-align: left;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul li .sub-menu li {
		position: relative;
		text-align: left;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul li .sub-menu li::after {
		display: none;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul li .sub-menu li a {
		line-height: 40px;
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
		padding-bottom: 0.65em;
		padding-top: 0.65em;
	}
	.root .icon-bar-contact {
		display: none !important;
	}
	.root .banner__content h2,
	.root .banner__content h3 {
		font-size: 40px;
		line-height: 46px;
		font-weight: bold;
	}
	.root .banner__subpage {
		--fontSizeH2: 30px;
		--fontSizeH3: 25px;
	}
	.root .banner__subpage .logo-developer {
		top: 5%;
	}
	.root .slider {
		--fzSize_text: 35px;
		--fontSizeH3: 25px;
	}
	.root .container .row .col .page-builder .itemsProduct .item {
		width: 50%;
	}
}
@media screen and (max-width: 1023px) {
	.root .site__header-wapper .logo-site-branding a {
		display: flex;
		align-items: center;
	}
	.root .site__header .mobile-top-menu .mobile-call {
		margin-right: 0;
	}
	.root .site__header .mobile-top-menu .mobile-call .label {
		display: none;
	}
	.root .site__header .mobile-top-menu a.call {
		background-color: var(--primaryColor);
		border-radius: 30px;
		float: right;
		height: 40px;
		margin-right: 10px;
		overflow: hidden;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
	}
	.root .site__header .mobile-top-menu a.call i {
		color: #fff;
		font-size: 20px;
	}
	.root .site__header .mobile-top-menu a.call span.bold-title {
		display: none;
	}
	.footer-bottom .logo-ft {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-bottom .logo-ft img {
		max-width: 200px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.root {
		--heightHeader: 90px;
		--wLogo: 100px;
	}
	.root .site__header-wapper .logo-site-branding {
		padding: 5px;
	}

	.root .site__header-wapper .mobile-top-menu a.call {
		height: 40px;
		width: 40px;
	}
	.root .site__header-wapper .mobile-top-menu a.enquiry {
		height: 40px;
		width: 40px;
	}
	.root .site__header-wapper .mobile-top-menu a.call i,
	.root .site__header-wapper .mobile-top-menu a.enquiry i {
		font-size: 20px;
	}

	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul li a {
		font-size: 20px;
		line-height: 30px;
		padding: 15px 0;
		font-weight: bold;
		text-transform: uppercase;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul li a.children::after {
		line-height: 30px;
	}
	.root .banner__content {
		padding-bottom: 0;
	}
	.root .banner__content h2,
	.root .banner__content h3 {
		font-size: 28px;
		line-height: 46px;
		font-weight: bold;
	}
	.root .banner__content a {
		display: block;
		max-width: 200px;
		margin: 20px auto;
	}
	.root .banner__subpage {
		--fontSizeH2: 30px;
		--fontSizeH3: 25px;
	}
	.root .slider {
		--fzSize_text: 25px;
		--fontSizeH3: 20px;
	}
	.root .slider .slider__item-wrap {
		color: white;
	}
	.root .slider .slider__item-wrap .slider__item-text .contact-btn {
		font-size: 14px;
		line-height: 20px;
		padding: 10px;
	}
	.root .container .row .col .page-builder .itemsProduct .item {
		width: 100%;
		text-align: center;
	}
	.root .footer-bottom .ft-item .logo-ft {
		display: block;
		text-align: center;
	}

	.root .footer-bottom img {
		max-height: 240px;
		width: auto;
	}

	.root .footer-bottom .ft-item .logo-ft img {
		max-height: 100px;
		width: auto;
	}
	.root .contact-bar {
		top: initial;
		bottom: 0;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: rgba(27, 33, 39, 0.701961);
		right: initial;
		width: 100%;
	}
	.root .contact-bar .key {
		display: -ms-grid;
		display: grid;
		grid-auto-flow: column;
		gap: 10px;
		overflow-x: scroll;
	}
	.root .contact-bar .key .stn-bt {
		background-color: initial;
		width: 140px;
	}
	.root .contact-bar .key .stn-bt .icon {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.root .contact-bar .key .stn-bt .icon svg {
		margin-right: 0;
		width: 20px;
		height: 20px;
	}
	.root .popup .popUpContent {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.root .popup .popUpContent .leftContent {
		width: 100%;
	}
	.root .popup .popUpContent .leftContent h2 {
		font-size: 20px;
	}
	.root .popup .popUpContent .leftContent p {
		font-size: 14px;
	}
	.root .popup .popUpContent .leftContent .btnPopup {
		margin: 10px 0;
	}
	.root .popup .popUpContent .rightContent {
		width: 100%;
	}
	.ft-item {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 600px) {
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul li a {
		font-size: 18px;
		line-height: 26px;
	}
	.root .site__header-menu .menu-navigation .menu-navigation__wapper ul li a.children::after {
		line-height: 26px;
	}
	.root .banner__content {
		padding-bottom: 0;
	}
	.root .banner__content h2,
	.root .banner__content h3 {
		font-size: 20px;
		line-height: 26px;
		font-weight: bold;
	}
	.root .banner__content a {
		display: block;
		max-width: 200px;
		margin: 10px auto;
		font-size: 14px;
		padding: 10px;
	}
	.root .banner__subpage {
		--fontSizeH2: 30px;
		--fontSizeH3: 25px;
	}
	.root .slider {
		--fzSize_text: 20px;
		--fontSizeH3: 18px;
	}
	.root .slider .slider__item-wrap {
		color: white;
	}
	.root .slider .slider__item-wrap .slider__item-text h2,
	.root .slider .slider__item-wrap .slider__item-text h3 {
		line-height: 30px;
	}
	.root .slider .slider__item-wrap .slider__item-text .contact-btn {
		font-size: 14px;
		line-height: 20px;
		padding: 10px;
		display: block;
		margin-top: 20px;
	}
	.root .contact-bar .stn-bt .icon {
		font-size: 9px;
	}
}
@media screen and (max-width: 320px) {
	.root .site__header-wapper .mobile-top-menu a.enquiry,
	.root .site__header-wapper .mobile-top-menu a.call {
		height: 30px;
		width: 30px;
	}
}
.videoHero {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0%;
	left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	padding: 25% 5%;
	z-index: 101;
	display: none;
	will-change: display;
	-webkit-transition: display 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: display 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.videoHero.isActive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1 !important;
}
.videoHero iframe {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 102;
}
.videoHero .close {
	position: absolute;
	z-index: 102;
	cursor: pointer;
	top: 30px;
	right: 30px;
}
.videoHero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.45);
	width: 100%;
	height: 100%;
}
.sticky .backtotop {
	-webkit-animation: toTop 0.5s forwards;
	animation: toTop 0.5s forwards;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.backtotop {
	position: fixed;
	width: 60px;
	height: 60px;
	background: var(--primaryColor);
	bottom: 30px;
	right: 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 3px #fff;
	box-shadow: 0 3px #fff;
}
.backtotop img {
	width: 6px;
	margin: 0;
}
.backtotop .text {
	font-size: 0.7em;
	margin-left: 4px;
}
@media screen and (min-width: 576px) {
	.videoHero {
		padding: 5% 10%;
	}
}
@keyframes toTop {
	from {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	to {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes scroll_down {
	from {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes scroll_down {
	from {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes sub-menu {
	from {
		height: 0;
		opacity: 0;
	}
	to {
		height: 100%;
		opacity: 1;
	}
}
@keyframes sub-menu {
	from {
		height: 0;
		opacity: 0;
	}
	to {
		height: 100%;
		opacity: 1;
	}
}
@-webkit-keyframes bell_ring {
	0% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	3% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	9% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	12% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	15%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes bell_ring {
	0% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	3% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	9% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	12% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	15%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
/* CSS NEWS
 */
#breadcrumb {
	background-color: #333;
	position: relative;
	width: 100%;
	z-index: 0;
	padding: 0;
}
#breadcrumb .thumb {
	position: relative;
	z-index: 0;
	min-height: 90px;
}
#breadcrumb .thumb .image {
	position: relative;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#breadcrumb .content {
	min-height: 90px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fff;
}
#breadcrumb .content ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin-bottom: 0;
}
#breadcrumb .content ul li a {
	margin-right: 12px;
	padding-right: 12px;
	position: relative;
	color: #fff;
}
#breadcrumb .content ul li a:after {
	position: absolute;
	top: 10%;
	left: 100%;
	width: 1px;
	height: 80%;
	content: "";
	background-color: #fff;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}
#posts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	margin-bottom: 30px;
}
#posts .title h4 {
	font-weight: bold;
}
#posts .post a,
#page-content a {
	color: #000;
	transition: color 0.5s;
}
#posts .post .name {
	font-size: 18px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	font-weight: bold;
}
#posts .post .thumb {
	width: 100%;
	height: 200px;
	position: relative;
	margin-bottom: 12px;
}
#posts .post .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#posts .post .descript {
	font-size: 15px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#posts .post .more {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.post .more i {
	margin-left: 6px;
}
.select2-search__field::placeholder {
	font-weight: initial;
}

.hotline {
	display: flex;
	align-items: center;
	color: #fff;
	/* text-align: center; */
	/* padding-left: 15px; */
	width: 100%;
	justify-content: center;
	font-size: 13px;
	margin-inline: 10px;
}

@media (max-width: 625px) {
	.hotline a {
		display: block;
	}

	.hotline .divider {
		display: none;
	}
}

.hotline i svg {
	font-size: 28px;
	/* margin-top: 10px; */
	margin-right: 10px;
	color: #fff;
}

.hotline p {
	margin-bottom: 0;
	font-size: 12px;
}

.hotline a {
	margin-right: 0 !important;
}

.hotline a span {
	font-weight: 700;
	color: #fff;
}

@media (max-width: 374px) {
	.hotline {
		text-align: left;
	}
	.hotline p,
	.hotline i,
	.hotline .divider {
		display: none;
	}

	.hotline a {
		display: block;
	}
}

@media (max-width: 424px) {
	.hotline i {
		display: none;
	}
}

@media (min-width: 460px) {
	.hotline {
		font-size: 16px;
	}

	.hotline i {
		font-size: 30px;
	}
}

@media (min-width: 1024px) {
	.menu .hotline {
		justify-content: flex-end;
		text-align: left;
	}

	.hotline i svg path {
		fill: #3a3a3a;
	}

	.menu .hotline,
	.menu .hotline a span {
		/* display: none; */

		font-size: 16px;
		color: #3a3a3a;
	}

	.root .site__header-menu .menu-top .hotline a {
		margin-right: 0 !important;
	}
	.menu .hotline a {
		line-height: 1 !important;
		margin: 0 !important;
		overflow: unset !important;
		vertical-align: unset !important;
	}
}

.menu-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 3px;
}

@media (min-width: 997px) {
	/* .root .banner .logo-developer {
		display: none;
	} */

	/* .root .logo-developer img {
		height: 20px;
	} */

	.hotline {
		width: auto;
	}
}

.banner .Backtocontact {
	text-align: center;
	padding-left: 20px !important;
	padding-right: 40px !important;
	position: relative;
}

.banner .Backtocontact i {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.main-button {
	background-color: var(--primaryColor);
	border-radius: 30px;
	border: 3px solid;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 18px 22px;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	min-width: 200px;
	text-align: center;
}

.menu-navigation__social {
	background-color: var(--primaryColor);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.menu-navigation__social .main-button {
	width: 100%;
}

@media (min-width: 1024px) {
	.menu-navigation__social {
		display: none;
	}

	.root .site__header-menu .menu-navigation__wapper ul li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		height: 100%;
	}
}

.logo-site-branding img {
	background-color: var(--logoBackgroundColor);
	border-radius: 4px;
}

.bg-logoBg {
	background-color: var(--logoBackgroundColor);
	border-radius: 4px;
}


#google_translate_element{
	display: none;
}

.contact-social {
	right: 10px !important;
	bottom: 100px !important;
}


#notification {
	&.modal.fade.show {
		.modal-body {
			pointer-events: auto;
		}
	}

	.modal-body {
		> img {
			width: 50px;
			height: 50px;
		}
	}
}

.modal-backdrop.show {
	pointer-events: none;
}

#contactForm {
	@media (max-width: 767px) {
		.row.form-group {
			gap: 15px;
		}
	}
}
