@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


a:hover {
	text-decoration: none !important;
}

.header {
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 20px;
}.images-comments.active .ytb-iframes {
    display: block;
}

.images-comments.active .icon-core-values {
    display: none;
}
.images-comments.active .ytb-iframes {
    display: block;
}

.images-comments.active .icon-core-values {
    display: none;
}
.hedding-title-form h2 {
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.hedding-title-form {
	text-align: center;
}

.desc-forms {
	color: #fff;
	font-size: 15px;
	margin-bottom: 17px;
}

.wrapper.home {
	overflow: hidden;
}

.header-main {
	position: relative;

}

.box-header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-bar {
	display: inline-block;
	cursor: pointer;

	width: 25px;
}

.menu-desktop {
	display: flex;
	width: calc(100% - 0px);
	justify-content: center;
}

.fix-hotline-mobile {
	display: none;
}

.bar1,
.bar2,
.bar3 {
	width: 25px;
	height: 2px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
}

.menu.menu-desktop ul {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-main>li:not(:last-child) {
	border-right: 0px solid #ebebeb;
}

.nav-main li {
	display: inline-block;
	float: left;
	position: relative;
	/* width: 100%; */
}

.nav-main>li:not(:last-child) {
	border-right: 0px solid #ebebeb;
}

.nav-main>li>a {
	text-transform: capitalize;
	line-height: 66px;
	padding: 0 15px;
	display: block;
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.nav-main li {
	display: inline-block;
	float: left;
	position: relative;
}

.logo-head {
	display: block;
	align-items: center;
}

.nav-main li .image {
	padding: 0 10px;
}

.logo-head .image {
	max-width: 200px;
	text-align: center;
	padding: 5px 0px;
}

.nav-main li .image img {
	width: 110px;
}

.menu-horizontal-mobile {
	position: absolute;
	width: 100%;
	background-color: #01145e;
	max-height: 370px;
	overflow-y: auto;
	display: none;
}

.menu-horizontal-mobile .nav-main {
	float: left;
	margin-left: -15px;
	margin-right: -15px;
}

.menu-horizontal-mobile .nav-main>li {
	border-top: solid 1px #e4ebf0;
}

.menu-horizontal-mobile .nav-main li {
	width: 100%;
	border-right: none;
	display: block;
	position: relative;
}

.menu-horizontal-mobile .nav-main>li>a {
	line-height: 40px;
	padding: 0px 15px;
}

.menu-horizontal-mobile .nav-main li>a {
	padding: 0;
	line-height: 34px;
	font-size: 14px;
}

.menu-horizontal-mobile .nav-main>li {
	border-top: solid 1px #e4ebf0;
}

.menu-horizontal-mobile .nav-main li {
	width: 100%;
	border-right: none;
	display: block;
	position: relative;
	padding: 0px 15px;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-8px, 6px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -7px);
}

.box-view-banner img {
	width: 100%;
	height: 100%;
}

.item-banner-view {
	position: relative;
	background: linear-gradient(174deg, rgba(0, 19, 94, 1) 8%, rgba(255, 255, 255, 0) 100%);
}

.item-banner-view1 .ctnr {
	width: 100%;
	/* height: 62vh; */
	z-index: 9;
	position: relative;
	background: linear-gradient(174deg, rgba(0, 19, 94, 1) 8%, rgba(255, 255, 255, 0) 100%);
}
.images-comments.accribe .ytb-iframes {
    display: block;
}

.images-comments.accribe .icon-core-values {
    display: none;
}

.image-banner {
	bottom: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	right: 0;
	left: 0;
}

.banner-home {
	overflow: hidden;
}

.box-ceo-holding {
	padding: 7rem 0px;
	background: rgb(244, 241, 236);
}

.images-avatar-hodding img {
	height: 400px;
	width: 400px;
	border-radius: 100%;
	background: #fff;
	padding: 8px;
	border: 1px solid #eee;
}

.images-avatar-hodding {
	width: 418px;
	height: 418px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(107deg, rgba(2, 81, 184, 1) 31%, rgba(127, 181, 250, 1) 58%, rgba(255, 255, 255, 1) 84%);
	margin: 0 auto;
}

.images-products img {
	border-radius: 5px;
	transform: scale(1);
	transition: 0.5s ease;
}

.images-products {
	overflow: hidden;
	border-radius: 5px;
}

.images-products img:hover {
	transform: scale(1.2);
	transition: 0.5s ease;
}

.btn-icon-content {
	display: inline-block;
	background: url(../images/74ec603cde7e1ca0f70eaba8430a5521.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 330px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
}

.btn-icon-content a {
	display: inline-block;
	font-size: 26px;
	color: #222344;
	font-weight: 700;
	font-family: "Noto Serif Display", serif;
}

.box-avatar-holding {
	text-align: center;
}

.box-avatar-holding .btn-view-name {
	margin-top: -45px;
}

.box-content-desc-avatar {
	margin-top: 30px;
}

.box-content-desc-avatar ul li {
	margin-bottom: 10px;
	font-size: 19px;
	color: #222344;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	padding-left: 30px;
	position: relative;
}

.list-content-ceo ul li:before {
	content: "";
	position: absolute;
	background: url(../images/a5db40996e67d70401325fc0139752ed.png);
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: 0;
	top: 5px;
}

.hedding-smart h2 {
	font-size: 32px;
	color: #222344;
	font-weight: 700;
	font-family: "Noto Serif Display", serif;
	margin-bottom: 0px;
}

.hedding-smart span {
	font-size: 20px;
}

.hedding-smart {
	margin-bottom: 30px;
}

.item-smart-text span {
	font-size: 27px;
	font-weight: 700;
}

.item-smart-text p {
	font-size: 17px;
	margin-bottom: 0px;
}

.item-smart-text {
	padding-left: 40px;
	border-left: 3px solid #dec59e;
	padding-bottom: 40px;
	position: relative;
}

.box-ballot-smart {}

.item-smart-text:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: #222445;
	left: -22px;
	border-radius: 100%;
}

.item-smart-text:after {
	content: "";
	position: absolute;
	background: url(../images/icon_back_to_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 10px;
	left: -12px;
	width: 20px;
	height: 20px;
	z-index: 9999;
}

.fMSICA {
	background: url(https://thyland.my.canva.site/nguyennhattruong/_assets/media/e18bd01f448a2351906566270b2a8491.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	position: relative;
	padding: 50px 0px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.fMSICA:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-color: rgb(0 19 94 / 81%);
}

.fMSICA .ctnr {
	position: relative;
	animation: 9999;
}

.hedding-pages {
	text-align: center;
	margin-bottom: 30px;
}

.hedding-pages h2 {
	color: #fff;
	/* text-transform: uppercase; */
	font-size: 29px;
	font-family: "Noto Serif Display", serif;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

.hedding-pages span {
	display: block;
	color: #fff;
	font-size: 19px;
}

.hedding-pages h2:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 3px;
	background: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.content-fmsica p {
	font-size: 24px;
	color: #Fff;
}

.content-name-products span {
	display: block;
	background: linear-gradient(174deg, #00135e 8%, #1e348d 100%);
	color: #fff;
	padding: 6px 20px;
	border-radius: 5px;
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.list-menu-fmsica ul li {
	margin-bottom: 30px;
	color: #fff;
	font-size: 17px;
	background: #0d3f83;
	border-radius: 25px;
	padding-left: 75px;
	position: relative;
	height: 50px;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

.list-menu-fmsica ul li:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f058";
	position: absolute;
	width: 47px;
	height: 47px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 43%;
	transform: translateY(-50%);
	border-radius: 100%;
	padding: 5px;
	z-index: 9;
	left: 6px;
	font-size: 38px;
	color: #09326a;
	font-weight: 900;
}

.list-menu-fmsica ul li:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	background-position: center;
	left: 0;
	top: 50%;
	background: #fffefa;
	transform: translateY(-50%);
	border-radius: 100%;
	padding: 5px;
	border: 13px solid #ffc038;
}

.list-menu-fmsica {
	margin-top: 25px;
}

.abulm-images-fmsica {
	margin-left: 50px;
}

.btn-view-down {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	gap: 0px 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn-down-text a {
	display: block;
	padding: 8px 35px;
	background: #ede9d5;
	font-size: 30px;
	border-radius: 35px;
	font-family: "Noto Serif Display", serif;
	color: #222445;
	font-weight: 700;
	cursor: pointer;
	font-family: "Oswald", sans-serif;
}

.btn-down-text a i {
	margin-left: 10px;
}

.content-text-flex-down span {
	font-size: 22px;
	color: #fff;
	font-family: "Noto Serif Display", serif;
	text-transform: uppercase;
}

.rGeu6w-hometwe {
	background: rgb(244, 241, 236);
	padding: 3rem;
}

.hedding-hometwe h2 {
	color: #222344;
	font-size: 50px;
	font-family: "Noto Serif Display", serif;
	margin-bottom: 0px;
}

.hedding-hometwe span {
	color: #00135e;
	font-size: 21px;
}

.hedding-hometwe {
	margin-bottom: 20px;
}

.desc-hometwe p {
	font-size: 17px;
	color: #000;
}

.desc-hometwe {
	margin-bottom: 15px;
}

.box-heart-sent ul li {
	height: 50px;
	background: #00135e;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	padding-left: 75px;
	position: relative;
}

.images-products image {
	width: 71px !important;
	height: 51px !important;
}


.box-heart-sent ul li:before {
	content: "";
	position: absolute;
	width: 64px;
	height: 55px;
	left: -16px;
	background: url(../images/icon.png);
	z-index: 999;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-heart-sent ul li:after {
	content: "";
	position: absolute;
	width: 23px;
	height: 50px;
	background: #00135e;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	right: -22px;
}

.box-images-hometwe {
	margin-left: 30px;
}

.box-commits {
	background: url(https://thyland.my.canva.site/nguyennhattruong/_assets/media/61f134f21171ade5e1b14b5a84595baa.png);
	padding: 3rem;
	position: relative;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.box-commits1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(19 30 61 / 88%);
}

.box-commits .ctnr {
	position: relative;
	z-index: 99;
}

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

.images-comments img {
	margin: 0 auto;
}

.images-comments img {
	padding: 3px;
	height: 325px;
	width: 100%;
}

.content-desc-commets {
	margin-top: -30px;
	padding: 20px;
	color: #fff;
	font-size: 17px;
	border: 2px solid #f1ca57;
	padding-top: 35px;
}

.name-comments span {
	color: #cdad7d;
	font-family: "Noto Serif Display", serif;
	font-size: 22px;
	font-weight: 700;
}


.box-commits .btn-view-name {
	margin-top: 35px;
	text-align: center;
}

.box-stem-products .box-stem-products {
	background: rgb(244, 241, 236);
	padding: 3rem 0px;
}

.box-stem-products .hedding-pages h2 {
	color: #ffffff;
	font-weight: 500;
	font-size: 38px;
}

.box-stem-products .hedding-pages h2:before {
	background: #ffffff;
}

.box-stem-products .hedding-pages span {
	color: #ffffff;
	margin-top: 10px;
	font-size: 21px;
}


.box-stem-products {
	background: rgb(244, 241, 236);
	padding: 3rem 0px;
}



.content-name-products h2 {
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
}

.btn-view-all-stem {
	padding-top: 3rem;
	text-align: center;
}

.item-btn-stem a {
	font-size: 23px;
	background: #013266;
	padding: 8px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	color: #Fff !important;
	border-radius: 25px;
	text-transform: uppercase;
	font-family: "Noto Serif Display", serif;
}

.item-btn-stem a i {
	margin-left: 20px;
	margin-top: 2px;
	font-size: 32px;
}

.box-footer-all {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.box-footer-all .ctnr {
	background: linear-gradient(107deg, rgba(250, 232, 200, 1) 19%, rgb(247 229 198 / 63%) 57%, rgb(255 255 255 / 0%) 100%);
	padding: 5rem;
}

.hedding-title-footer h2 {
	font-size: 31px;
	color: #222344;
	font-family: "Oswald", sans-serif;
}

.list-item-footer-inner ul li {
	font-size: 17px;
	padding: 5px;
	color: #222344;
}

.list-item-footer-inner {
	margin-bottom: 25px;
}

.list-flow {
	display: flex;
	gap: 0px 15px;
	align-items: center;
}

.list-flow ul {
	display: flex;
	align-items: center;
	gap: 0px 10px;
}

.list-flow ul li {
	font-size: 25px;
}

.list-flow p {
	font-size: 24px;
	font-family: "Noto Serif Display", serif;
	color: #222344;
}

.list-flow ul li i {
	color: #333;
}

.desc-inner-text {
	font-size: 22px;
	width: 80%;
}


/* star */
#button-contact-vr {
	bottom: 70px;
	right: 37px;
	margin: -10px;
	transform: scale(0.8);
	margin-bottom: 0px !important;
	position: fixed;
	z-index: 9999999999;
	left: unset;
}

.button-action {
	position: relative;
	z-index: 4;
	height: 48px;
	width: 48px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ffffff;
	cursor: pointer;
	background: #e9222a;
	box-shadow: 0 4px 8px #e9222a;
}

.button-action svg {
	fill: #ffffff;
	width: 30px;
	height: 46px;
}

.button-action .svgico path {
	stroke: #fff;
}

.button-action .svgico--close {
	position: absolute;
	/* opacity: 0; */
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}

.button-action .svgico--close svg {
	width: 20px;
	height: 23px;
}

.button-action:not(.is-show) .svgico--close {
	opacity: 0;
}

.button-action.is-show .svgico>svg:first-child {
	opacity: 0;
}

#gom-all-in-one {
	position: absolute;
	bottom: 115%;
	right: 0;
	background: #f5f6fa;
	width: 300px;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	display: none;
	overflow: hidden;
	padding: 5px;
}

#gom-all-in-one li {
	padding: 10px 9px;
}

#gom-all-in-one li:not(:last-child) {
	/* border-bottom: 1px solid #ecedf1; */
	box-shadow: 0 1px 0 0 #fff;
}

#gom-all-in-one a {
	gap: 10px;
	flex-wrap: wrap;
	font-size: 18px;
}

#gom-all-in-one .icon {
	width: 35px;
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 0;
	background: #e9222a;
}

#gom-all-in-one .icon-phone {
	background: red;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

.widget.box-footer-item-2 {
	padding-left: 25px;
}

.widget h3:before {
	content: "";
	width: 80%;
	height: 2px;
	background: #fff;
	bottom: 0;
	position: absolute;
}

.widget.widget_tripguide_social_links h3:before {
	content: "";
	background: none;
}

ul#gom-all-in-one .icon img {
	width: 36px;
	height: 36px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 100%;
}

#gom-all-in-one span.txt {
	flex: 1;
}

.addThis_close svg {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 999;
}

.addThis_close {
	padding: unset;
	margin: unset;
	height: unset;
}


.desc-inner-text p {
	color: #222344;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3;
}

.media-footer {
	display: flex;
	align-items: center;
	padding-top: 4rem;
	justify-content: space-between;
}

.box-mebia-firt {
	width: 67%;
}

.desc-down-footer p {
	font-family: "Noto Serif Display", serif;
	color: #fff;
	font-size: 23px;
	text-align: center;
}

.box-footer-media-right .btn-down-text a {
	display: inline-block;
}

.box-footer-media-right {
	text-align: center;
}

.desc-down-footer {
	margin-top: 10px;
}




















.form-details-products {
	width: 40%;
	display: inline-block;
	height: 100%;
}

.box-kepper-slick {
	width: 56%;
	display: inline-block;
	margin-right: 40px;
}

.form-detail-custum ul li img {
	height: 24px;
	margin-right: 8px;
}

.button-chat img {
	width: 35px;
	height: 35px;
	margin-right: 15px;
}

.form-details-products form {
	background: linear-gradient(176deg, rgba(255, 25, 0, 1) 19%, rgba(255, 153, 0, 1) 57%, rgba(255, 204, 0, 1) 100%);
	height: 100%;
	padding: 3rem;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-detail-custum ul li {
	padding-bottom: 14px;
}

.form-detail-custum ul li a {
	color: #fff;
	font-size: 14px;
}

.form-check-details input {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
}

.form-check-details button {
	background: rgb(247, 90, 0);
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
}

.form-check-details {
	text-align: center;
}

.button-chat {
	padding: 1rem 0px;
}

.button-chat a {
	background-image: linear-gradient(rgb(255, 226, 89), rgb(255, 167, 81));
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	color: #0a3643;
	font-weight: 700;
	font-size: 18px;
	padding: 13px;
	border-radius: 5px;
}

.box-slider-detail-chat {
	background: url(https://sunhanamcity.vn/wp-content/uploads/2025/01/background.jpg);
	padding: 3rem 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.box-all-slick-chaprer {
	border-radius: 0px;
	overflow: hidden;
	margin-bottom: 5px;
}

.item-bottom-products-slider {
	padding: 3px;
	border-radius: 4px;
}

.item-bottom-products-slider {
	filter: contrast(0.5);
}

.item-bottom-products-slider.slick-slide.slick-current.slick-active.slick-center {
	filter: unset;
}

.row-sliders button svg {
	width: 20px;
}

.row-sliders button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-model-tuvan .modal-content {
	background: #222344;
	padding: 20px;
}

.form-model-tuvan #popupTitle {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.4;
	color: rgb(250, 239, 210);
}

.form-model-tuvan .close {
	color: #fff;
	position: absolute;
	right: 20px;
	font-size: 25px;
	top: 0px;
}

.form-model-tuvan .modal-body form input {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 4px;
	font-size: 13px;
}

.form-model-tuvan .modal-body form button {
	color: rgb(10, 54, 67);
	text-align: center;
	background-image: linear-gradient(rgb(255, 226, 89), rgb(255, 167, 81));
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
}

.form-model-tuvan .desc-luuy p {
	font-size: 14px;
	line-height: 1.6;
	color: rgb(255, 222, 136);
	text-align: center;
	margin-top: 20px;
}

.form-model-tuvan .modal-header {
	border-bottom: 0px;
	text-align: center;
	justify-content: center;
	padding-top: 25px;
}

.item-bottom-products-slider {
	cursor: pointer;
}

.list-group-products {
	position: relative;
}

.list-group-products button svg {
	width: 20px;
	height: 20px;
}

.list-group-products button svg path {
	fill: #fff;
}

.list-group-products button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: unset;
	width: 20px;
	height: 20px;
}

.prev-product-lq-slick {
	left: 6px;
	z-index: 9;
}

.next-product-lq-slick {
	right: 6px;
}

.prev-product-lq-slick svg {
	transform: rotate(180deg);
}

.box-slider-left-products {
	position: relative;
}

.box-slider-left-products button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.box-slider-left-products button svg {
	width: 30px;
	height: 30px;
}

.box-slider-left-products button svg path {
	fill: #333;
}

.header.fixed {
	position: unset;
	padding: 10px 0px;
	background: linear-gradient(180deg, rgba(0, 19, 94, 1) 8%, rgba(255, 255, 255, 0) 100%);
}

.item-slider-product-left img {
	height: 340px;
	width: 100%;
}

.wrapper.home p {
	margin-bottom: 0px;
}

.list-flow p {
	flex: unset !important;
}


#button-contact-vr {
	bottom: 10px;
	right: 25px;
	margin: -10px;
	transform: scale(0.8);
	margin-bottom: 0px !important;
	position: fixed;
	z-index: 99999;
}

#gom-all-in-one #viber-vr {
	transition: 1.3s all;
	-moz-transition: 1.3s all;
	-webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

#viber-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196f3;
	background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-circle-fill {
	width: 65px;
	height: 65px;
	top: 12px;
	left: 12px;
	position: absolute;
	box-shadow: 0 0 0 0 #c31d1d;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
}

#button-contact-vr .button-contact .phone-vr {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.phone-vr-img-circle a {
	display: block;
	line-height: 37px;
}

.phone-vr-img-circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#gom-all-in-one #zalo-vr {
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px;
}

#zalo-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196f3;
	background-color: rgba(33, 150, 243, 0.7);
}

#gom-all-in-one #phone-vr {
	transition: 0.7s all;
	-moz-transition: 0.7s all;
	-webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
	opacity: 0.7;
	box-shadow: 0 0 0 0 #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
	background-color: #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
	background-color: #dd2223;
}

#phone-vr .phone-vr-circle-fill {
	opacity: 0.7;
	box-shadow: 0 0 0 0 #dd2223;
}

.phone-vr-img-circle {
	background-color: #e60808;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 25px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle {
	background-color: #2196F3;
}

#viber-vr .phone-vr-img-circle {
	background-color: #2196f3;
}




@-webkit-keyframes phone-vr-circle-fill {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

@-webkit-keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}
.images-action-kienthuc iframe {
    width: 100%;
}
@keyframes zoom2 {
	0% {
		transform: scale(.9);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

#phone-vr span {
	position: absolute;
	background: #d22228;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.2;
	padding: 10px 12px 10px;
	border-radius: 4px;
	/* box-shadow: inset 0 -10px 0 -6px rgba(0, 0, 0, .17); */
	margin-right: 10px;
	width: 168px;
	left: 100%;
	top: 30%;
}

#phone-vr span::before {
	content: "";
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #d22228 transparent transparent;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}


.dropdown-menu-list {
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	left: 0;
}

div#viber-vr span {
	position: absolute;
	background: #0292ea;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.2;
	padding: 10px 12px 10px;
	border-radius: 4px;
	/* box-shadow: inset 0 -10px 0 -6px rgba(0, 0, 0, .17); */
	margin-right: 10px;
	width: 168px;
	left: 100%;
	top: 30%;
}

div#viber-vr span:before {
	content: "";
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #0292ea transparent transparent;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.box-row-views-banner {
	padding-top: 5vh;
}

.hedding-text-banners span {
	color: #e8d1ae;
	font-size: 60px;
	font-weight: 400;
	font-family: "Noto Serif Display", serif;
	display: inline-block;
	text-shadow: rgb(0, 0, 0) 1.06066px 1.06066px 0px;
}

.hedding-text-banners {
	display: flex;
	gap: 0px 15px;
	align-items: center;
}

.hedding-text-banners p {
	color: #fff;
	font-size: 22px;
}

.content-desc-banner-view {
	background: rgb(19 30 61 / 77%);
	padding: 25px;
	color: #fff;
	text-align: center;
}

.content-desc-banner-view p {
	font-size: 20px;
}

.content-desc-banner-view span {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	font-family: "Noto Serif Display", serif;
	margin-top: 10px;
}

.box-btn-banner a {
	display: inline-block;
}

.box-btn-banner {
	margin-top: 20px;
	text-align: center;
}

.desc-down-footer p {
	text-shadow: rgb(0, 0, 0) 1.06066px 1.06066px 0px;
	font-family: "Oswald", sans-serif;
}

.item-btn-stem a:hover {
	color: #Fff;
	text-decoration: none;
}

.box-commits .hedding-pages h2 {
	font-size: 38px;
}

.box-commits .hedding-pages span {
	font-size: 21px;
	text-transform: uppercase;
}

.box-stem-products .item-btn-stem a {
	padding: 23px 40px;
	border-radius: 57px;
}

.hedding-text-banners p {
	font-family: "Noto Serif Display", serif;
}

.box-stem-products .hedding-pages p {
	font-size: 20px;
	margin-top: 10px;
	color: #fff;
}

.box-content-banner-view {
	margin-left: 0;
}

.box-text-smart-hedding {
	display: flex;
	align-items: center;
	gap: 0px 10px;
}

.box-text-smart-hedding span {
	font-family: "Noto Serif Display", serif;
	font-size: 32px;
	color: #222344;
	font-weight: 300;
}

.images-avatar-banner img {
	width: unset;
	height: 635px;
}

.images-avatar-banner {
	position: absolute;
	bottom: 0;
}

.content-name-products {
	text-align: center;
	font-size: 16px;
}




























.box-core-values {
	padding: 3rem 0px;
	position: relative;
}

.ladi-section-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.ladi-section-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ladi-overlay {
	background-image: linear-gradient(80deg, rgb(255, 145, 24), rgb(0, 0, 0));
	background-color: initial;
	background-size: initial;
	background-origin: initial;
	background-position: initial;
	background-repeat: initial;
	background-attachment: initial;
	-webkit-background-clip: initial;
	opacity: 0.89;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	background-image: linear-gradient(rgb(255, 145, 24), rgb(0, 0, 0));
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.box-core-values .ctnr {
	position: relative;
}

.hedding-pages-values h2 {
	background-image: radial-gradient(circle, rgb(255, 221, 0), rgb(251, 176, 52));
	background-color: initial;
	background-size: initial;
	background-origin: initial;
	background-position: initial;
	background-repeat: initial;
	background-attachment: initial;
	font-weight: bold;
	line-height: 1.5;
	color: rgb(255, 158, 50);
	text-transform: uppercase;
	text-align: center;
	-webkit-background-clip: text;
	filter: drop-shadow(rgb(0, 0, 0) 1px 2px 3px);
	-webkit-text-fill-color: transparent;
	width: 100%;
	display: inline-block;
	word-break: break-word;
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	margin-bottom: 0rem;
}

.hedding-pages-values {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.box-active-video-values.action-core {
	width: 766.569px;
	padding: 10px;
	background-image: linear-gradient(#febc5a, rgb(232, 183, 48));
	border-radius: 0;
}

.box-active-video-values {
	position: relative;
	width: 50%;
	padding: 10px;
	background-image: linear-gradient(rgb(0, 0, 0), rgb(232, 183, 48));
}

.item-video-values img {
	width: 100%;
}

.list-item-core-values {
	display: flex;
	justify-content: space-between;
	gap: 0px 20px;
}

.box-active-video-values img {
	width: 100%;
}

.box-active-video-values a {
	display: block;
	position: relative;
}

.box-active-video-values .icon-core-values {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-active-video-values .icon-core-values i {
	font-size: 36px;
	color: #fff;
}

.box-active-video-values.action-core a {
	display: block;
}

.box-active-video-values.action-core .item-video-values {
	width: 100%;
	position: relative;
}

.box-all-core-values {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	gap: 0px 20px;
}

.content-core-values p {
	line-height: 1.6;
	color: rgb(255, 255, 255);
	text-align: justify;
	font-size: 23px;
}

.item-slug-core-values span {
	font-weight: bold;
	line-height: 1.6;
	color: rgb(255, 232, 99);
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgb(0, 0, 0) 1px 2px 3px;
	font-size: 25px;
	width: 100%;
	display: inline-block;
	word-break: break-word;
	background-size: cover;
	background-position: center center;
}

.item-slug-core-values {
	border-radius: 22px;
	background-color: rgb(194, 135, 41);
	padding: 15px;
	margin: 20px 0px;
	color: #fff;
}

.traing-program {
	position: relative;
	padding: 4rem 0px;
}

.traing-program .ladi-overlay {
	background-image: linear-gradient(rgb(194, 135, 41), rgb(0, 0, 0));
}

.traing-program .ctnr {
	position: relative;
}

.datalink-traing-program {
	background: linear-gradient(rgb(33, 33, 33), rgb(194, 135, 41));
	background-color: initial;
	background-size: initial;
	background-origin: initial;
	background-position: initial;
	background-repeat: initial;
	background-attachment: initial;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: 20px;
}

.datalink-traing-program a {
	color: #fff;
}

.item-traing-program {
	width: 100%;
	margin: 0 auto;
}

.box-all-profiles-names {
	padding: 10px;
	border: 1px solid #b9defa;
	border-radius: 6px;
	width: 85%;
	margin: 0 auto;
}

.list-profile-clm {
	background-image: linear-gradient(rgb(33, 33, 33), rgb(194, 135, 41));
	background-color: initial;
	background-size: initial;
	background-origin: initial;
	background-position: initial;
	background-repeat: initial;
	background-attachment: initial;
	border-radius: 6px;
	padding: 4rem 0px 0px;
}

.box-profile-names {
	padding: 6rem 0px 4rem;
}

.title-name-profile h2 {
	background-image: radial-gradient(circle, rgb(255, 221, 0), rgb(251, 176, 52));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    font-weight: bold;
    line-height: 1.5;
    color: rgb(255, 158, 50);
    text-transform: uppercase;
    text-align: center;
    -webkit-background-clip: text;
    filter: drop-shadow(rgb(0, 0, 0) 1px 2px 3px);
    -webkit-text-fill-color: transparent;
    width: 90%;
    display: inline-block;
    word-break: break-word;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    margin-bottom: 0rem;
}

.fixd-content-profile ul li {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(255, 232, 99);
	margin: 19px 10px;
	padding-left: 33px;
	position: relative;
}

.avatar-profile {}

.list-profile-clm .clm {
	position: relative;
}

.avatar-profile img {
	width: 521px;
	height: 550px;
	position: absolute;
	bottom: 0;
	left: 24px;
	object-fit: contain;
}

.title-name-profile h2:before {
	content: "";
	position: absolute;
	width: 65%;
	height: 2px;
	background: #635b50;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.content-profile {
	padding: 0px 63px 0px 20px;
}

.box-profile-names {
	position: relative;
}

.consultant {
	position: relative;
	padding: 4rem 0px;
}

.consultant .ctnr {
	position: relative;
}

.images-action-kienthuc img {
	box-shadow: rgb(0, 0, 0) 5px 5px 10px 0px;
}

.images-action-kienthuc {
	padding: 3px;
	background-image: linear-gradient(#febc5a, rgb(232, 183, 48));
}

.item-hedding-consultant span {
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	word-break: break-word;
	font-family: "Oswald", sans-serif;
	font-size: 27px;
}

.item-hedding-consultant {
	margin-bottom: 10px;
	text-align: center;
}

.btn-consultant a {
	display: inline-block;
	padding: 10px 51px;
	color: #fff;
	background-image: linear-gradient(rgb(255, 226, 89), rgb(255, 167, 81));
	font-size: 25px;
	font-family: Oswald, sans-serif;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(0, 0, 0);
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	animation-name: pulse;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.btn-consultant {
	margin-top: 30px;
	text-align: center;
}

/* .box-consultant {
	margin-bottom: 3rem;
} */

.box-content-consultant ul li {
	color: #fff;
	font-size: 19px;
	padding: 15px 0px;
	list-style: disc;
	margin-left: 20px;
	font-weight: 600;
}

.images-comments {
	position: relative;
}

.icon-core-values i {
	font-size: 35px;
	color: #fff;
}

.icon-core-values {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.camnhan-hocvien {
	padding: 4rem 0px;
	position: relative;
}

.camnhan-hocvien .ladi-overlay {
	background-image: linear-gradient(rgb(194, 135, 41), rgb(0, 0, 0));
}

.camnhan-hocvien .ctnr {
	position: relative;
}

.Optimal-solution {
	position: relative;
	padding: 4rem 0px;
}

.Optimal-solution .ladi-overlay {
	-webkit-background-clip: initial;
	opacity: 0.5;
}

.hedding-optimal svg {
	width: 80px;
}

.hedding-optimal h2 {
	display: flex;
	font-size: 40px;
	align-items: center;
	gap: 0px 20px;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(255, 255, 255);
	text-align: center;
	text-shadow: rgb(0, 0, 0) 1px 2px 3px;
	justify-content: center;
	font-family: "Oswald", sans-serif;
}

.Optimal-solution .ctnr {
	position: relative;
}

.content-solution p {
	font-size: 24.25px;
	font-family: Anton, sans-serif;
	line-height: 1.6;
	color: rgb(255, 255, 255);
	text-align: center;
	text-shadow: rgb(0, 0, 0) 1px 2px 3px;
}

.content-solution {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content-optimal-colution ul li {
	font-size: 21px;
	line-height: 1.6;
	color: rgb(255, 255, 255);
}

.date-time-optimal-colution {
	text-align: center;
}

.date-time-optimal-colution p {
	color: #fff;
	font-size: 19px;
}

.home-date-time ul {
	display: flex;
	justify-content: center;
	gap: 0px 40px;
	margin-top: 5px;
}

.home-date-time ul li span {
	color: rgb(255, 232, 99);
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}

.box-form-altbox {
	text-align: center;
}

.box-form-altbox span {
	line-height: 1.6;
	color: rgb(255, 255, 255);
	font-size: 18px;
	margin-bottom: 10px;
	display: inline-block;
}

.box-form-altbox form {
	display: block;
}

.box-form-altbox form input {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 8px 20px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
}

.box-form-altbox form button {
	font-size: 18px;
	background-color: rgb(255, 145, 24);
	color: #fff;
	width: 100%;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
}

.box-form-altbox form p {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 2rem 0px;
}

.box-footer-holders {
	background-color: rgb(17, 10, 92);
	padding: 3rem 0px;
}

.list-item-footers {
	display: flex;
	justify-content: center;
	gap: 0px 25px;
}

.box-content-footer-members {
	color: #fff;
	padding: 3rem 0px;
	text-align: center;
	font-size: 18px;
}

.list-unicas-members ul li a svg {
	width: 30px;
	height: 30px;
}

.list-unicas-members ul li a {
	display: inline-flex;
	align-items: center;
	gap: 0px 10px;
	color: #fff;
	font-size: 16px;
}

.list-unicas-members ul {
	display: flex;
	justify-content: center;
	gap: 0px 3rem;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	width: 70%;
	margin: 0 auto;
}

.contents-desc-persion {
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 20px;
}

.header {
	display: none;
}

.item-media img {
	width: 50px;
	height: 50px;
}

.lits-media-bottom {
	display: flex;
	align-items: center;
	gap: 0px 20px;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 15px;
}

.box-content-banner-view {
	color: #fff;
	padding: 100px 0 50px 0;
	text-align: center;
}

.item-logo-banner p {
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 5px !important;
	!i;
	!;
	!im;
	!im;
	!im;
	!im;
	!im;
	!i;
	!;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
}

.title-banner-hedding p {
	background-image: radial-gradient(circle, rgb(255, 221, 0), rgb(251, 176, 52));
	background-color: initial;
	background-size: initial;
	background-origin: initial;
	background-position: initial;
	background-repeat: initial;
	background-attachment: initial;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(255, 158, 50);
	text-transform: uppercase;
	text-align: center;
	-webkit-background-clip: text;
	filter: drop-shadow(rgb(0, 0, 0) 1px 2px 3px);
	-webkit-text-fill-color: transparent;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.3;
	font-family: "Oswald", sans-serif;
}

.title-banner-hedding span {
	background-image: radial-gradient(circle, rgb(255, 221, 0), rgb(251, 176, 52));
	background-color: initial;
	background-size: initial;
	background-origin: initial;
	background-position: initial;
	background-repeat: initial;
	background-attachment: initial;
	font-weight: bold;
	line-height: 1.6;
	color: rgb(255, 158, 50);
	text-transform: uppercase;
	text-align: center;
	-webkit-background-clip: text;
	filter: drop-shadow(rgb(0, 0, 0) 1px 2px 3px);
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}

.name-banner-homes {}

.name-banner-homes h2 {
	font-size: 60px;
	font-weight: 700;
	text-shadow: 4px 3px 29px #ffffff;
	filter: drop-shadow(4px 3px 1px black);
	position: relative;
	padding: 2.5rem 0px;
	top: 0;
}

.label-desc-footer-banner p {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	color: rgb(255, 158, 50);
	text-transform: uppercase;
	text-align: center;
	-webkit-background-clip: text;
	filter: drop-shadow(rgb(0, 0, 0) 1px 2px 3px);
	-webkit-text-fill-color: transparent;
	background-image: radial-gradient(circle, rgb(255, 226, 89), rgb(255, 167, 81));
	background-color: initial;
	background-size: initial;
	background-origin: initial;
	background-position: initial;
	background-repeat: initial;
	background-attachment: initial;
	font-family: "Oswald", sans-serif;
}

.label-desc-footer-banner span {
	padding: 0 30px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	color: rgb(255, 158, 50);
	text-transform: uppercase;
	text-align: center;
	-webkit-background-clip: text;
	filter: drop-shadow(rgb(0, 0, 0) 1px 2px 3px);
	-webkit-text-fill-color: transparent;
	background-image: radial-gradient(circle, rgb(255, 226, 89), rgb(255, 167, 81));
	background-color: initial;
	background-size: initial;
	background-origin: initial;
	background-position: initial;
	background-repeat: initial;
	background-attachment: initial;
	font-family: "Oswald", sans-serif;
}

.media-banner-bottom {
	margin-top: 11px;
}


.name-banner-homes h2::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0px;
	height: 5px;
	top: 0px;
	filter: drop-shadow(rgb(255, 255, 255) 0px 2px 4px);
	background: linear-gradient(107deg, rgba(115, 76, 15, 0.29) 18%, rgb(199, 165, 103) 51%, rgba(115, 76, 15, 0.28) 82%);
	border-radius: 100%;
}

.name-banner-homes h2::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0px;
	height: 5px;
	bottom: 0px;
	filter: drop-shadow(rgb(255, 255, 255) 0px 2px 4px);
	background: linear-gradient(107deg, rgba(115, 76, 15, 0.29) 18%, rgb(199, 165, 103) 51%, rgba(115, 76, 15, 0.28) 82%);
	border-radius: 100%;
}

.title-banner-hedding {
	padding-bottom: 20px;
}

.label-desc-footer-banner {
	padding-top: 30px;
}

.item-slug-core-values p {
	font-size: 26px !important;
}
.box-icon-hedding {
    position: relative;
}


.box-icon-hedding svg {
    width: 70px;
    height: 70px;
}

.box-icon-hedding .icon1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    fill: #ffe863;
    transform: rotate(87deg);
}

.box-icon-hedding .icon2 {
    position: absolute;
    right: 0;
    top: 40px;
    transform: translateY(-50%);
    fill: #ffe863;
    transform: rotate(278deg);
}

.box-content-consultant {
    font-size: 15px;
    color: #fff;
}
.list-kienthuc .row {
    gap: 20px 0px;
}

.box-consultant {
    padding: 50px 0px;
}

.bx-title-members .hedding-pages-values {
    margin-bottom: 0px;
}

.bx-title-members .title_gia_tri {
    padding: 50px 0px;
}

.item-hedding-consultant {
    padding: 10px 0px;
}
.ytb-iframes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.ytb-iframes iframe {
    width: 100%;
    height: 100%;
}

.box-active-video-values.action-core.active .ytb-iframes {
    display: block;
}

.box-active-video-values.action-core.active .icon-core-values {
    display: none;
}
.list-item-footer-inner p {
    text-align: left !important;
}

.fixd-content-profile ul li:before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.datalink-traing-program a:hover {
    color: #fff;
}
.box-profile-names .title-name-profile h2 {
    text-align: left;
}
@media (min-width: 1200px) {
	.list-bar {
		display: none;
	}
}

@media (max-width: 1199px) {
	.fix-hotline-mobile {
		/* position: absolute; */
		right: 15px;
		transform: rotate(255deg);
		/* top: 10px; */
	}
}

@media (max-width: 1199px) {
	.fix-hotline-mobile {
		display: block;
	}
}

@media (max-width: 1199px) {
	.fix-hotline-mobile i {
		font-size: 22px;
		color: #fff;
		transform: rotate(102deg);
	}
}


@media(max-width:990px) {
	.box-all-profiles-names {
		width: 100%;
	}
	.hedding-optimal h2 {
		font-size: 28px;
	}
	
	.content-optimal-colution ul li {
		font-size: 17px;
	}
	
	.box-content-consultant ul li {
		font-size: 16px;
		padding: 5px 0px;
	}
	
	.title-name-profile h2 {
		font-size: 33px;
	}
	
	.item-slug-core-values p {
		font-size: 18px !important;
	}
	
	.datalink-traing-program a {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.box-row-views-banner {
		padding-top: 0vh;
	}


	.hedding-pages-values h2 {
		font-size: 25px;
	}
	
	.avatar-profile img {
		position: unset;
		width: auto;
	}
	
	.avatar-profile {
		text-align: center;
	}
	
	.hedding-pages-values h2 {
		font-size: 25px;
	}

	.name-banner-homes h2 {
		font-size: 34px;
	}
	
	.btn-consultant a {
		font-size: 19px;
	}

	.form-check-details button {
		font-size: 15px;
	}

	.form-details-products form {
		padding: 1rem;
	}

	.button-chat a {
		font-size: 13px;
	}

	.box-heart-sent {
		padding-left: 20px;
	}

	footer .hedding-title-footer h2 {
		font-size: 21px;
	}

	.rGeu6w-hometwe {
		padding: 3rem 0rem;
	}

	.box-ballot-smart {
		padding-left: 30px;
	}

	.btn-icon-content {
		width: 300px;
		height: 55px;
	}


	.btn-down-text a {
		font-size: 20px;
	}


	.box-text-smart-hedding h2 {
		font-size: 20px !important;
	}

	.box-text-smart-hedding span {
		font-size: 20px;
	}

	.box-commits .hedding-pages h2 {
		font-size: 28px;
	}

	.box-commits {
		padding: 3rem 0px;
	}

	.box-stem-products .hedding-pages h2 {
		font-size: 28px;
	}

	.box-commits .hedding-pages span {
		font-size: 16px;
	}

	.box-stem-products .hedding-pages span {
		font-size: 16px;
	}

	.item-images-products-pages {
		padding: 5px;
	}

	.content-name-products h2 {
		font-size: 17px;
	}

	.box-stem-products .item-btn-stem a {
		padding: 10px 15px;
		font-size: 20px;
	}




	.box-content-banner-view {
		margin-left: 0px;
	}

	.content-desc-banner-view {
		padding: 20px 10px;
		width: 97%;
	}

	.btn-icon-content a {
		font-size: 20px;
	}

	.box-content-banner-view {
		padding: 20px 20px;
	}

	.list-content-ceo {
		padding-left: 15px;
	}

	.nav-main li .image img {
		width: 82px;
	}

	.avatar-mobiles {
		display: none;
	}

	.wrapper.home p {
		font-size: 18px;
	}

	.hedding-text-banners span {
		font-size: 40px;
	}

	.hedding-text-banners {
		display: block;
		text-align: center;
	}

	.content-desc-banner-view span {
		font-size: 15px;
	}

	.content-desc-banner-view {
		margin-top: 20px;
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}

	div#viber-vr span {
		display: none;
	}

	div#phone-vr span {
		display: none;
	}

	.box-stem-products {
		overflow: hidden;
	}

	.box-kepper-slick {
		width: 100%;
		margin-right: 0px;
	}

	.form-details-products {
		width: 100%;
	}

	.box-SmartCity {
		/* padding-left: 30px; */
	}

	.box-ceo-holding {
		padding: 3rem 0px;
	}

	.form-model-tuvan .modal-content {
		width: 80%;
		margin: 0 auto;
	}

	.form-model-tuvan #popupTitle {
		font-size: 19px;
	}

	.images-avatar-hodding img {
		height: 310px;
		width: 310px;
	}

	.images-avatar-hodding {
		width: 345px;
		height: 345px;
	}

	.box-content-desc-avatar ul li {
		font-size: 16px;
	}

	.hedding-smart h2 {
		font-size: 30px;
	}

	.content-fmsica {
		padding-left: 20px;
	}

	.content-fmsica p {
		font-size: 19px;
	}

	.list-menu-fmsica ul li:after {
		width: 55px;
		height: 55px;
	}

	.list-menu-fmsica ul li:before {
		width: 40px;
		height: 40px;
		font-size: 38px;
		left: 3px;
		top: 37%;
	}

	.btn-view-down {
		display: block;
	}

	.btn-down-text a {
		display: inline-block;
		margin: 0 auto;
	}

	.btn-view-down .btn-down-text {
		margin-bottom: 20px;
		text-align: center;
	}

	.content-text-flex-down span {
		font-size: 20px;
		text-align: center;
		display: inline-block;
	}

	.hedding-hometwe h2 {
		font-size: 35px;
	}

	.hedding-hometwe span {
		font-size: 17px;
	}

	.box-heart-sent ul li {
		font-size: 14px;
		padding-left: 60px;
		width: 90%;
	}

	.abulm-images-fmsica {
		margin-left: 0px;
	}

	.box-images-hometwe {
		margin-left: 0px;
	}

	.box-footer-all .ctnr {
		padding: 2rem;
	}

	.item-btn-stem p {
		margin-bottom: 0px;
		font-size: 18px;
	}

	.item-btn-stem a i {
		font-size: 28px;
	}

	.hedding-title-footer h2 {
		font-size: 24px;
	}

	.media-footer {
		display: block;
	}

	.box-mebia-firt {
		width: 100%;
	}

	.box-footer-media-right {
		margin-top: 20px;
	}

	.desc-down-footer p {
		font-family: "Noto Serif Display", serif;
		color: #fff;
		font-size: 19px;
	}
}

@media (max-width: 550px) {

	.name-banner-homes h2 {
		font-size: 29px;
	}
	
	.hedding-pages-values h2 {
		font-size: 22px;
	}
	
	.item-slug-core-values span {
		font-size: 21px;
	}
	
	.item-traing-program {
		width: 100%;
	}
	
	.datalink-traing-program a {
		font-size: 17px;
	}
	
	.traing-program {
		padding: 1rem 0px;
	}
	
	.box-profile-names {
		padding: 2rem 0px 2rem;
	}
	
	.title-name-profile h2 {
		font-size: 26px;
	}
	
	.title-name-profile {
		text-align: center;
		width: 100%;
	}
	
	.content-profile {
		padding: 0px 20px 0px 20px;
	}
	
	.item-hedding-consultant span {
		font-size: 19px;
	}
	
	.hedding-optimal h2 {
		font-size: 20px;
	}

	
	.form-model-tuvan .modal-content {
		width: 95%;
		margin: 0 auto;
	}

	.logo-head .image {
		max-width: 150px;
		padding: 7px 10px;
		/* height: 80px; */
	}

	.images-avatar-hodding {
		width: 315px;
		height: 315px;
	}
}
@media(max-width:990px){
.box-consultant {
    padding: 20px 0px;
}
   .item-slug-core-values span {
    font-size: 22px;
}
.avatar-profile {
    margin-bottom: 25px;
}
  .box-profile-names .title-name-profile h2 {
    text-align: center;
}
}
@media (max-width: 1199px) {
	.logo-head .image {
		width: 150px;
	}
}

@media (max-width: 550px) {
 
	.list-item-footer-inner img {
		width: 22px !important;
		height: 22px !important;
	}

	.logo-head {
		display: block;
		width: 150px;
	}
}

@media(max-width:440px) {
	.box-stem-products .item-btn-stem a {
		padding: 10px 15px;
		font-size: 16px;
	}
}

@media (max-width: 1199px) {
	.box-header-main {
		padding: 15px 0;
	}
}

@media (max-width: 1199px) {
	.menu-desktop .nav-main li:not(.fix-logo-mobile) {
		display: none;
	}
}
