/*@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');*/

/*color: var(--main-color);*/
:root {
  	--main-color: #195e90;
  	--sub-color: #00acee;
  	--gradient: linear-gradient(90deg, rgba(25,94,144,1) 0%, rgba(0,172,238,1) 100%);
}
html {
	scrollbar-width: thin;
}
body{
	font-family: 'Mulish', sans-serif;
	color: #363636;
	font-size: 15px;
}
*,
*:before,
*:after {
  	box-sizing: border-box;
}
a {text-decoration: none !important;color: #363636}
a:hover {color: #003c77 !important}
p{margin-bottom: 0}
.flex-bw{display: flex;justify-content: space-between;}
.flex-center{display: flex;justify-content: center}
.fullwidth{width: 100%;}
.fullheight{height: 100%;}
.container-fluid, .row {
  	margin-left: 0;
  	margin-right: 0;
  	padding: 0;
}
.no-padding{padding: 0;}
.center{text-align: center;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.clear10{clear: both;height: 10px;}
.clear20{clear: both;height: 20px;}
.clear40{clear: both;height: 40px;}
.flex{display: flex;}
.editor {
	max-width: 100%;
}
.editor img, .editor table, .editor iframe, .editor .fb-page, .editor .fb-page > span {
	max-width: 100% !important;
}
.editor img {
	height: auto;
}
iframe{max-width: 100%;}
/*ul{list-style-type: none;}*/
.no-padding-right{padding-right: 0;}
.no-padding-left{padding-left: 0;}
.items-center {align-items: center;}
.center {
	text-align: center;
}


/*Start CSS*/
.header-top {
	background: var(--main-color);
	background-image: var(--gradient);
	color: #fff;
	font-size: 14px;
	height: 34px;
}
.item-header {
	display: flex;
	align-items: center;
}
.item-header svg {
	margin-right: 10px;
}
.item-header a {
	color: #fff;
}
.item-header:first-child {
	padding-right: 20px;
}
.item-header:last-child {
	padding-left: 20px;
	border-left: 1px solid #fff;
}
.item-header:hover svg {
	color: #003c77;
}
.header-bottom {
	padding: 10px 0;
	background-color: rgba(255,255,255,0.7);
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	top: 34px;
}
.logo {
	max-width: 220px;
	max-height: 70px;
}
.header-bottom.header-fixed{
	top: 0;
	padding: 5px 0;
}
.header-bottom.header-fixed .logo {
	max-width: 160px;
	max-height: 50px;
}
header {
	position: relative;
}
.booking {
	width: 160px;
	height: 36px;
}
.booking a {
	width: 100%;
	height: 100%;
	background: var(--main-color);
	color: #fff;
	border-radius: 0 20px 20px 0;
	align-items: center;
	justify-content: center;
}
.booking:hover a {
	color: #fff !important;
}
.booking span {
	transition-duration: .3s;
}
.ic-booking {
	opacity: 0;
	transition-duration: .3s;
}
.booking:hover span {
	transform: translateX(-8px);
}
.booking:hover .ic-booking {
	opacity: 1;
	transform: translateX(6px);
}
.menu-icon {
	cursor: pointer;
}
.menu-icon svg {
	color: #003c77;
}
.section-main-banner .owl-nav button {
	position: absolute;
	top: calc(55% - 40px);
	height: 40px;
	width: 40px;
	background: var(--main-color) !important;
	color: #fff !important;
}
.section-main-banner .owl-nav .owl-prev {
	left: 20px;
}
.section-main-banner .owl-nav .owl-next {
	right: 20px;
}
.section-main-banner .owl-nav button.disabled {
	opacity: .3;
}
.section-main-banner-mobile .owl-nav button {
	position: absolute;
	top: calc(55% - 40px);
	height: 40px;
	width: 40px;
	background: var(--main-color) !important;
	color: #fff !important;
}
.section-main-banner-mobile .owl-nav .owl-prev {
	left: 20px;
}
.section-main-banner-mobile .owl-nav .owl-next {
	right: 20px;
}
.section-main-banner-mobile .owl-nav button.disabled {
	opacity: .3;
}
#nav-menu {
	background: radial-gradient(circle, rgba(229,239,244,1) 0%, rgba(141,206,252,1) 100%);
	position: fixed;
	width: 0;
	height: 100%;
	z-index: 1001;
	top: 0;
	left: 0;
	transition: width .7s;
}
#nav-menu.open-nav {
	width: 450px;
	transition: width .7s;
}
.nav-list {
	margin: 0 25px;
	overflow-y: scroll;
	height: calc(100% - 145px);
	scrollbar-width: none;
}
.ul-menu-first {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 55px;
	font-family: Arima, cursive;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--main-color);
}
.ul-menu-first > li {
  	font-size: 22px;
}
.ul-menu-first > li > a {
  	color: #575858;
  	display: flex;
	justify-content: center;
}
.ic-open-nav {
	display: flex;
	align-items: center;
	margin-left: 10px;
	transition-duration: .5s;
}
.close-menu {
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
}
.logo-menu {
	width: 100%;
	text-align: center;
	padding-top: 55px;
	height: 135px;
}
.logo-menu a {
	max-width: 220px;
	max-height: 70px;
	display: inline-block;
}
.bottom-nav {
  	padding: 20px 0;
}
.bottom-nav .booking {
	margin: auto;
}
.social-nav {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.item-social-nav {
 	padding: 0 10px;
}
.social-nav .item-social-nav svg {
  	color: #003c77;
}
.social-nav .item-social-nav:hover svg {
  	color: var(--main-color);
}
.social-nav .item-social-nav img {
	width: 33px;
}
.bg-overlay {
	background-color: rgba(0,38,75,0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1000;
	display: none;
}
#nav-menu.open-nav + .bg-overlay {
	display: block;
}
.ul-menu-seccond {
	margin: 0;
	padding: 0;
	line-height: 40px;
	margin-bottom: 15px;
	display: none;
}
.ul-menu-seccond > li {
	font-size: 18px;
}
.ul-menu-seccond > li > a {
	color: #575858;
	display: flex;
	justify-content: center;
}
.ul-menu-first > li.active > a > .ic-open-nav {
	transform: rotate(90deg);
	transition-duration: .5s;
}
.ul-menu-first > li.active > .ul-menu-seccond {
	display: block;
}
.ul-menu-third {
	margin: 0;
	padding: 0;
	line-height: 40px;
	margin-bottom: 15px;
	display: none;
}
.ul-menu-third > li > a {
	background: var(--main-color);
	color: #fff;
	padding: 2px 8px;
	font-size: 16px;
}
.ul-menu-third > li > a:hover {
	background: var(--sub-color);
	color: #fff !important;
}
.ul-menu-seccond > li.active > a > .ic-open-nav {
	transform: rotate(90deg);
	transition-duration: .5s;
}
.ul-menu-seccond > li.active > .ul-menu-third {
	display: block;
}
.lds-ellipsis-outer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 3;
}
#loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: white;
	z-index: 9999;
}
.lds-ellipsis {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 64px;
	height: 64px;
}
.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--main-color);
	-webkit-animation-timing-function: cubic-bezier(0,1,1,0);
	animation-timing-function: cubic-bezier(0,1,1,0);
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	-webkit-animation: lds-ellipsis1 0.6s infinite;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	-webkit-animation: lds-ellipsis3 0.6s infinite;
	animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}
@-webkit-keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}
@keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}
@-webkit-keyframes lds-ellipsis2{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(19px,0);transform:translate(19px,0)}}
@keyframes lds-ellipsis2{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(19px,0);transform:translate(19px,0)}}

section .animate {
  	opacity: 0;
  	visibility: hidden;
}
section .slideup {
	transition: all 1s cubic-bezier(.25,.46,.45,.94);
	transform: translateY(100px);
}
section .animate.is-visible {
	opacity: 1;
	visibility: visible;
}
section .slideup.is-visible {
  	transform: translateY(0);
}



.block-home-services {
	padding-top: 40px;
	padding-bottom: 20px;
}
.block-home-services .row.justify-content-center {
	display: flex;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
} 
.item-home-service {
	margin-bottom: 20px;
}
.main-tit {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
}
.main-desc {
	padding: 30px 20px;
}
.section-pad40 {
	padding: 40px 0;
}
.block-banner-intro {
	width: 30%;
	padding-right: 15px;
}
.block-desc-intro {
	width: 100%;
	margin: auto;
	text-align: left;
}
.btn-view-more a {
	background: var(--main-color);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	width: 136px;
	justify-content: center;
	height: 34px;
}
.btn-view-more a svg {
	margin-left: 5px;
}
.btn-view-more a:hover {
	background: var(--sub-color) !important;
	color: #fff !important;
}
.bg-dark {
	background: #363636 !important;
}
.block-top-stories {
	padding: 0 15px;
	margin-bottom: 20px;
}
.block-bot-stories {
	display: grid;
	grid-template-columns: calc(70% - 15px) calc(30% - 15px);
	grid-gap: 30px;
	padding: 0 15px;
}
.bot-stories-right {
	display: flex;
	align-items: center;
}
.item-stories-home {
	margin-bottom: 15px;
}
.item-beauty .block-details {
  	padding: 20px 0;
}
.date-item {
	color: var(--sub-color);
	font-size: 14px;
}
.date-item i {
	font-weight: 100;
}
.name-item {
  	font-size: 20px;
}
.item-beauty .name-item {
  	margin-top: 10px;
  	margin-bottom: 40px;
}
.btn-read-more a {
	background: var(--main-color);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	width: 136px;
	justify-content: center;
	height: 34px;
}
.btn-read-more a:hover {
	background: var(--sub-color) !important;
	color: #fff !important;
}
.item-beauty .btn-read-more {
  	margin-top: 20px;
}
.animate-zoom-img {
	position: relative;
	overflow: hidden;
}
.animate-zoom-img img {
	transition-duration: 0.4s;
}
.animate-zoom-img:hover img {
	scale: 1.1;
	transition-duration: 0.4s;
}
.block-slide-beauty .owl-nav button {
	position: absolute;
	top: calc(50% - 48px);
	color: var(--main-color) !important;
}
.block-slide-beauty .owl-nav .owl-prev {
	left: -50px;
}
.block-slide-beauty .owl-nav .owl-next {
	right: -50px;
}
.block-slide-beauty .owl-nav button.disabled {
	opacity: .3;
}
.item-knowledge {
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin-bottom: 10px;
	padding: 20px;
}
.date-knowledge {
	width: 25%;
	display: flex;
}
.content-knowledge {
	width: 50%;
	display: flex;
}
.btn-knowledge {
	width: 25%;
	display: flex;
	justify-content: right;
}
.date-big {
	font-size: 40px;
	color: var(--main-color);
	margin-right: 10px;
}
.date-small p:first-child {
	color: var(--main-color);
	margin-top: 10px;
}
.date-small p:last-child {
	text-transform: uppercase;
}
.content-knowledge img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
}
.content-knowledge .name-knowledge{
	font-size: 18px;
	color: var(--main-color);
	margin-left: 10px;
}
.section-home-knowledge {
	background: #f8f8f8;
}
.block-bot-knowledge {
	display: grid;
	grid-template-columns: calc(65% - 5px) calc(35% - 5px);
	grid-gap: 10px;
}
.btn-knowledge a {
	display: flex;
	justify-content: center;
	font-size: 14px;
	border: solid 1px #000;
	width: 115px;
	height: 28px;
	align-items: center;
	border-radius: 20px;
	font-weight: 600;
}
.btn-knowledge a:hover {
	color: #fff !important;
	background: var(--main-color);
	border-color: var(--main-color);
}
.box-knowledge-right {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 10px;
}
.item-knowledge-gird .date-item {
	color: #363636;
	font-size: 12px;
	margin-bottom: 10px;
}
.item-knowledge-gird .name-item {
  	font-size: 14px;
}
.item-knowledge-gird {
	background: #fff;
	padding: 10px;
}
.item-knowledge-gird .block-details {
	padding-top: 10px;
}
.item-slide-system {
	position: relative;
}
.box-detail-sys {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.item-slide-system .block-details {
	width: 40%;
	padding: 25px 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 20px;
}
.sys-name {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--main-color);
	margin-bottom: 10px;
}
.item-feedback {
	background: #fff;
	padding: 10px;
	border: 1px solid var(--sub-color);
}
.item-feedback .block-details {
	margin: 20px 0;
}
.block-slide-feedback .owl-nav button {
	position: absolute;
	top: calc(50% - 48px);
	color: var(--main-color) !important;
}
.block-slide-feedback .owl-nav .owl-prev {
	left: -50px;
}
.block-slide-feedback .owl-nav .owl-next {
	right: -50px;
}
.block-slide-feedback .owl-nav button.disabled {
	opacity: .3;
}
.block-feedback-bot {
	width: 85%;
	margin: auto;
}
.block-slide-gallery .owl-nav button {
	position: absolute;
	top: calc(50% - 48px);
	color: var(--main-color) !important;
}
.block-slide-gallery .owl-nav .owl-prev {
	left: -50px;
}
.block-slide-gallery .owl-nav .owl-next {
	right: -50px;
}
.block-slide-gallery .owl-nav button.disabled {
	opacity: .3;
}
.res-name {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.res-title-green {
	font-size: 36px;
	color: var(--main-color);
	text-transform: uppercase;
}
.box-content-register .block-details {
	margin-top: 25px;
	margin-bottom: 40px;
}
.box-content-register .btn-view-more a {
	width: 198px;
}
.block-home-register {
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	grid-gap: 30px;
}
.block-left-register, .block-right-register {
	display: flex;
	align-items: center;
}
.ft-top {
	margin-bottom: 20px;
}
.logo-ft {
  	max-width: 280px;
}
.tit-ft {
	font-size: 20px;
	text-transform: uppercase;
	color: var(--main-color);
	margin-bottom: 10px;
}
.list-ft {
	margin: 0;
	padding: 0;
	line-height: 34px;
	list-style-type: none;
}
.list-ft li {
	font-size: 18px;
	font-weight: 600;
}
/*.form-ft form {
  	display: flex;
}*/
.form-control.ip-ft {
	width: calc(100% - 50px);
	border-radius: 20px 0 0 20px;
	border-right: unset;
}
.form-control.btn-ft {
	width: 50px;
	border-radius: 0 20px 20px 0;
	border-color: var(--main-color);
	background: var(--main-color);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.list-social-ft {
	margin: 0;
	padding: 0;
	display: flex;
	margin-top: 20px;
	list-style-type: none;
}
.list-social-ft li:not(:last-child) {
	padding-right: 10px;
}
.list-social-ft li img {
	width: 32px;
}
.section-banner-page {
	position: relative;
	min-height: 300px;
  	background: radial-gradient(circle, rgba(229,239,244,1) 0%, rgba(141,206,252,1) 100%);
}
.text-page {
	position: absolute;
	top: 0;
	left: 10%;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 70px;
}
.breadcrumbs span {
	letter-spacing: 0.5px;
}
.breadcrumbs span.space {
	margin: 0 10px;
}
.breadcrumbs span.active {
	color: var(--main-color);
}
.title-page {
	font-size: 38px;
	text-transform: uppercase;
	font-family: Arima, cursive;
	margin-top: 25px;
	margin-bottom: 15px;
	etter-spacing: 1px;
}
.desc-page {
  	font-size: 16px;
}
.section {
  	padding: 60px 0;
}
.tit-content-bl {
	color: var(--main-color);
	font-size: 30px;
}
.tit-content-bl-2 {
	font-size: 32px;
	text-transform: uppercase;
}
.block-about-1 {
	margin-top: 40px;
	color: #fff;
}
.content-block {
	width: 100%;
}
.section-about-1 .content-block iframe {
	width: 100% !important;
}
.spacing-ic {
	width: 60px;
	height: 4px;
	display: inline-block;
	background: var(--main-color);
	margin: 10px 0;
}
.section-about-3 {
	background: linear-gradient(30deg,#ffffff 0%,#9ef9de 100%);
}
.item-technology .block-details {
	margin-top: -110px;
}
.name-tech {
	color: var(--main-color);
	font-weight: 1000;
	font-size: 24px;
	font-style: italic;
	text-transform: uppercase;
}
.intro-tech {
	font-size: 20px;
	font-style: italic;
	margin: 10px 0;
}
.desc-tech {
  	font-size: 17px;
}
.block-slide-technology .owl-nav button {
	position: absolute;
	top: calc(50% - 48px);
	color: var(--main-color) !important;
}
.block-slide-technology .owl-nav .owl-prev {
	left: -50px;
}
.block-slide-technology .owl-nav .owl-next {
	right: -50px;
}
.block-slide-technology .owl-nav button.disabled {
	opacity: .3;
}
.block-stories-1 {
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	grid-gap: 30px;
}
.block-stories-1 .editer {
	color: #fff;
	font-size: 18px;
}
.block-stories-left {
	display: flex;
	align-items: center;
}
/*.section-stories-2 {
	background: linear-gradient(30deg,#ffffff 0%,#9ef9de 100%) !important;
}*/
.date {
  	font-size: 14px;
}
.item-feedback {
	margin-bottom: 20px;
}
.block-news {
	display: grid;
	grid-template-columns: calc(33.33333% - 10px) calc(33.33333% - 10px) calc(33.33333% - 10px);
	grid-gap: 15px;
}
.item-news .block-details {
  	margin: 20px 0;
}
.item-news .block-details .name-item {
  	margin: 10px 0;
}
.pagi {
	display: flex;
	justify-content: center;
}
.pagi a {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	color: var(--main-color);
	font-weight: 700;
	font-size: 18px;
	margin: 0 4px;
	text-align: center;
}
.pagi a.active, .pagi a:hover {
	background: var(--main-color);
	color: #fff !important;
	border-radius: 4px;
}
.section-blog-1 {
	background: linear-gradient(30deg,#ffffff 0%,#9ef9de 100%) !important;
}
.block-blog-1 {
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	grid-gap: 30px;
}
.a-category {
	padding: 6px 12px;
	background: var(--main-color);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	border-radius: 20px;
}
.a-viewmore {
	padding: 6px 18px;
	background: #fff;
	color: #000;
	font-weight: 700;
	font-size: 15px;
	border: 1px solid #000;
	border-radius: 4px;
	display: inline-block;
}
.a-category:hover {
	background: var(--sub-color) !important;
	color: #fff !important;
}
.a-viewmore:hover {
	background: var(--main-color) !important;
	color: #fff !important;
	border: 1px solid var(--main-color);
}
.a-readmore {
	padding: 6px 18px;
	background: #363636;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	border-radius: 20px;
	display: inline-block;
}
.a-readmore:hover {
	background: #000 !important;
	color: #fff !important;
}
.item-big-blog .block-details .name-item {
  	margin: 10px 0;
}
.item-big-blog {
	display: grid;
	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	grid-gap: 20px;
}
.box-small-blog {
	display: grid;
	grid-template-columns: calc(33.33333% - 20px) calc(33.33333% - 20px) calc(33.33333% - 20px);
	grid-gap: 30px;
}
.item-blog .block-details {
	padding: 20px 0;
}
.item-blog .block-details .name-item {
  	margin: 10px 0;
}
.btn.btn-book {
	background: var(--main-color);
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	width: 100%;
}
.btn.btn-book:hover {
  	background: var(--sub-color) !important;
	color: #fff !important;
}
p.note {
	text-align: right;
}
.form-padd-right {
	padding-right: 10px;
}
.form-padd-left {
	padding-left: 10px;
}
.bg-color {
	background: #f9f5eb;
}
.item-chinhanh {
	position: relative;
}
.item-chinhanh .block-details {
	position: absolute;
	bottom: 10px;
	width: 100%;
	padding: 10px;
}
.a-xemchitiet {
	width: 100%;
	display: inline-block;
	background: var(--main-color);
	padding: 6px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
}
.a-xemchitiet:hover {
	background: var(--sub-color) !important;
	color: #fff !important;
}
.name-chinhanh {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 8px;
	text-shadow: 2px 2px 2px #000;
}
.block-gallery-chinhanh {
  	width: 50%;
  	margin: auto;
}
.block-gallery-chinhanh .owl-carousel .owl-stage-outer {
	overflow: unset;
}
.block-gallery-chinhanh .owl-carousel.owl-drag .owl-item:not(.active) .item-gal-chinhanh {
	opacity: 0.5;
}
.item-gal-chinhanh {
	height: 450px;
}
.item-gal-chinhanh img {
	height: 100%;
	object-fit: cover;
}
.cover-ow-nav .owl-nav button {
	position: absolute;
	top: calc(50% - 48px);
	color: var(--main-color) !important;
	height: 48px;
	width: 48px;
}
.cover-ow-nav .owl-nav .owl-prev {
	left: -50px;
}
.cover-ow-nav .owl-nav .owl-next {
	right: -50px;
}
.cover-ow-nav .owl-nav button.disabled {
	opacity: .3;
}

.slide-gallery-chinhanh .owl-nav button {
	position: absolute;
	top: calc(50% - 48px);
	color: #fff !important;
	background: var(--main-color) !important;
	height: 48px;
	width: 48px;
}
.slide-gallery-chinhanh .owl-nav .owl-prev {
	left: 20px;
}
.slide-gallery-chinhanh .owl-nav .owl-next {
	right: 20px;
}
.slide-gallery-chinhanh .owl-nav button.disabled {
	opacity: .3;
}
.item-tieuchi {
	display: grid;
	grid-template-columns: calc(70% - 15px) calc(30% - 15px);
	grid-gap: 30px;
	margin-bottom: 40px;
}
.item-tieuchi:nth-child(even) {
	grid-template-columns: calc(30% - 15px) calc(70% - 15px);
}
.title-item {
	font-size: 30px;
	text-transform: uppercase;
}
.main-color {
	color: var(--main-color);
}
.item-tieuchi:nth-child(even) .tieuchi-left {
	order: 2;
}
.item-tieuchi:nth-child(even) .tieuchi-right {
	order: 1;
}
.item-faq {
	padding: 8px 0;
	border-top: 1px solid var(--main-color);
	cursor: pointer;
	transition: all 0.1s linear;
}
.item-faq:last-child {
	border-bottom: 1px solid var(--main-color);
}
.item-faq .name-item {
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
}
.item-faq .name-item:after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 10px;
}
.item-faq.active .name-item:after {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 10px;
}
.item-faq .name-item span {
	padding-right: 40px;
}
.item-faq .block-details {
	display: none;
	padding: 10px 0;
	border-top: 1px solid var(--main-color);
	margin-top: 8px;
}
.item-faq:hover .name-item {
	color: #003c77;
}
.bg-gradient-light {
	background: linear-gradient(30deg,#ffffff 0%,#9ef9de 100%) !important;
}
.bg-gradient-liner1 {
	background: linear-gradient(90deg, rgba(244,249,239,1) 0%, rgba(255,255,255,1) 50%, rgba(244,249,239,1) 100%);
}
.bg-gradient-liner2 {
	background: radial-gradient(circle, rgba(229,239,244,1) 0%, rgba(141,206,252,1) 100%);
}
.box-share {
	display: flex;
	justify-content: right;
	margin: 15px 0;
}
.item-share {
	padding-left: 10px;
}
.box-next-blog {
	padding: 20px 0;
	text-align: right;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
}
.next-post:hover {
	color: var(--main-color) !important;
}
.box-related-news {
	margin: 20px 0;
}
.item-related-news .name-item {
	font-size: 18px;
	margin: 6px 0;
}
.nav-tab-chinhanh {
	text-align: center;
	margin-bottom: 40px;
}
.item-nav-tab {
	display: inline;
	margin: 0 5px;
	padding: 12px;
	color: var(--main-color);
	border: 1px solid var(--main-color);
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}
.item-nav-tab.active, .item-nav-tab:hover {
	background: var(--main-color);
	color: #fff;
}
.name-tab-chinhanh {
	font-size: 30px;
	color: var(--main-color);
}
.bold-tit {
	margin-bottom: 6px;
}
.bold-tit b {
	font-weight: 900;
}
.tab-content-chinhanh .map {
	border: 1px solid var(--main-color);
	height: 400px;
	border-radius: 4px;
}
.tab-content-chinhanh .map iframe {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.item-nav-content:not(.active) {
	display: none;
}
.tit-template {
	font-size: 24px;
	text-transform: uppercase;
}
.template-slider .owl-nav {
	text-align: center;
	margin-top: 10px;
}
.template-slider .owl-nav button {
	border: 1px solid var(--main-color) !important;
	color: var(--main-color) !important;
	height: 38px;
	width: 38px;
	margin: 0 5px;
}
.template-slider .owl-nav button:hover {
	color: #fff !important;
	background: var(--main-color) !important;
}
.template-slider .owl-nav .owl-prev {
	left: 20px;
}
.template-slider .owl-nav .owl-next {
	right: 20px;
}
.template-slider .owl-nav button.disabled {
	opacity: .3;
}
.block-template-gallery {
	/*width: 60%;
	margin: auto;*/
	padding: 0 150px;
}
.section-template-5-5 .template-gird {
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	grid-gap: 30px;
}
.block-list-step {
	display: grid;
	grid-template-columns: calc(50% - 20px) calc(50% - 20px);
	grid-gap: 60px;
}
.item-step {
	display: flex;
	position: relative;
}
.step-number {
	font-family: 'Poppins', sans-serif;
	font-size: 130px;
	color: #fff;
	text-shadow: 5px 3px 13px #999;
}
.step-number span {
	position: absolute;
	top: -30px;
	left: -10px;
	z-index: 2;
	width: 120px;
	text-align: right;
}
.step-content {
	margin-left: 85px;
	padding-right: 110px;
	position: relative;
}
.step-content .block-details {
	background: #eff5f3;
	padding: 10px 50px 10px 40px;
}
.step-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	height: 140px;
}
.step-img img {
	border-radius: 100%;
	position: relative;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 15px #fff;
	box-shadow: 0 0 0 15px #fff;
}
.tit-slide {
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
.item-slide-register .block-details {
	padding: 10px;
}
.btn-goto a {
	border: 1px solid var(--main-color);
	border-radius: 34px;
	padding: 12px 22px;
	font-size: 18px;
	color: var(--main-color);
	text-transform: uppercase;
	font-weight: 600;
}
.btn-goto a:hover {
	background: var(--main-color);
	color: #fff !important;
}
.item-dichvu {
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
	min-width: 220px;
	margin: 10px;
	border: 1px solid var(--main-color);
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
}
#detail-dichvu {
	padding: 10px 80px;
}
.block-list-dichvu {
	text-align: center;
}
.box-text-dv {
	margin: auto;
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--main-color);
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
	padding: 10px;
	margin-bottom: 10px;
}
.item-dichvu:hover, .item-dichvu.active {
	background: var(--main-color);
}
.item-dichvu:hover .main-color, .item-dichvu.active .main-color {
	color: #fff;
}
.item-dichvu:hover .box-text-dv, .item-dichvu.active .box-text-dv {
	background: #fff;
	color: var(--main-color);
}
/***modal***/
.block-modal {
	height: 100%;
	display: flex;
	align-items: center;
}
.modal-content {
	padding: 60px 40px;
	margin: auto;
	width: 70%;
}
.modal-form {
  	width: 50%;
}
.title-modal {
	font-size: 34px;
	text-transform: uppercase;
}
.btn-form {
	background: var(--main-color);
	border-radius: 4px;
	padding: 6px 16px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	border: none;
}
.btn-form:hover {
	color: #fff !important;
	background: var(--sub-color);
}
.modal-content {
	background-color: #fff;
}
.modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #fff;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	line-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
}
.tit-right {
	font-size: 24px;
	text-transform: uppercase;
}
.block-top-right .spacing-ic {
	width: 100%;
	height: 2px;
}
.item-right .block-details {
	padding-top: 15px;
}
.item-right {
	margin-bottom: 20px;
}
.block-right {
	margin-bottom: 40px;
	position: relative;
}
.form-right {
	padding: 25px;
	/*border: 2px solid #8e8b8b;*/
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
.btn-form-right {
	padding: 6px 12px;
	background: var(--main-color);
	color: #fff;
	border-radius: 4px;
	border: none;
}
.block-beauty-right .btn-view-more {
	margin-left: 20px;
}
.phonering-alo-ph-circle-fill {
	width: 70px;
	height: 70px;
	bottom: 66px;
	left: 37px;
	position: fixed;
	background-color: #000;
	border-radius: 100% !important;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  	background-color: #ff9626;
  	z-index: 99;
}
.phonering-alo-ph-img-circle {
	width: 43px;
	height: 43px;
	bottom: 80px;
	left: 50px;
	position: fixed;
	background: rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
	border-radius: 100% !important;
	border: 2px solid transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-size: 25px;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  	background-color: #ff9626;
  	z-index: 99;
}
.number-phone-ft {
	position: fixed;
	bottom: 80px;
	left: 50px;
	z-index: 99;
	background: rgba(255, 150, 38, 0.60);
	height: 43px;
	width: 190px;
	padding-left: 60px;
	display: inline-flex;
	align-items: center;
	border-radius: 50px;
	color: #fff;
	font-weight: 800;
	font-size: 16px;
}
.zalo-ph-circle-fill {
	width: 70px;
	height: 70px;
	bottom: 136px;
	left: 37px;
	position: fixed;
	background-color: #000;
	border-radius: 100% !important;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.phonering-alo-phone.phonering-alo-green .zalo-ph-circle-fill {
  	background-color: #005be0;
  	z-index: 99;
}
.zalo-ph-img-circle {
	width: 43px;
	height: 43px;
	bottom: 150px;
	left: 50px;
	position: fixed;
	background: rgba(30,30,30,0.1) url(../img/zalo.png) no-repeat center center;
	border-radius: 100% !important;
	border: 2px solid transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-size: 25px;
}
.phonering-alo-phone.phonering-alo-green .zalo-ph-img-circle {
  	background-color: #0097e0;
  	z-index: 99;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

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

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

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

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

@-webkit-keyframes phonering-alo-circle-img-anim {
    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 fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

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

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

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

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

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

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

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

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

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

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

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

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

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

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

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

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

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

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

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

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

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

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

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
.calendar .calendar-inner .calendar-today-date {
	background: var(--gradient);
}
.calendar .calendar-inner .calendar-body .calendar-today {
	background: var(--sub-color);
}











@media (min-width: 1400px){
	.container {
  		max-width: calc(100% - 20%);
	}
}
@media (max-width: 991px){
	.hide991 {
		display: none;
	}
	.show991 {
		display: block;
	}
	.header-bottom {
		top: 0;
	}
	.container {
		width: calc(100% - 40px);
	}
	.header-bottom .container {
		width: 100%;
		padding: 0 25px;
	}
	.block-slide-beauty .owl-nav .owl-prev {
		left: -30px;
	}
	.block-slide-beauty .owl-nav .owl-next {
		right: -30px;
	}
	.tit-template {
  		font-size: 22px;
  	}
  	.title-modal {
  		font-size: 28px;
  	}
}
@media (max-width: 767px){
	.show767 {
		display: block;
	}
	.hide767 {
		display: none;
	}
	.header-bottom {
		background-color: unset;
	}
	.menu-icon svg {
	  	color: var(--main-color);
	}
	.booking a {
		background: var(--main-color);
	}
	.header-bottom.header-fixed{
		background-color: #fff;
	}
	#nav-menu.open-nav {
		width: 350px;
	}
	.block-bot-stories {
		grid-template-columns: auto;
	}
	.sys-name {
  		font-size: 16px;
  	}
  	.item-slide-system .block-details {
  		padding: 15px;
  	}
  	.item-slide-system .block-details .editor {
  		font-size: 14px;
  	}
  	.date-small p:first-child {
  		margin-top: 0;
	}
	.btn-knowledge a {
		font-size: 13px;
	}
	.block-bot-knowledge {
	  	grid-template-columns: auto;
	  	grid-gap: 10px;
	}
	.item-ft {
		margin-bottom: 20px;
	}
	.title-page {
  		font-size: 26px;
  		margin-top: 20px;
  		margin-bottom: 10px;
  	}
  	.desc-page {
	  	font-size: 15px;
	}
	.box-knowledge-right {
		margin: auto;
	}
	.calendar {
		margin: 0;
	}
	.block-news {
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
		grid-gap: 30px;
	}
	.res-title-green {
  		font-size: 28px;
  	}
  	.box-small-blog {
	  	grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	  	grid-gap: 20px;
	}
	.form-padd-right {
		padding-right: 0;
	}
	.form-padd-left {
		padding-left: 0;
	}
	.title-item {
  		font-size: 22px;
  	}
  	.item-tieuchi {
		grid-template-columns: calc(60% - 15px) calc(40% - 15px);
		grid-gap: 30px;
		margin-bottom: 40px;
	}
	.item-tieuchi:nth-child(2n) {
	  	grid-template-columns: calc(40% - 15px) calc(60% - 15px);
	}
	.text-page {
  		width: 80%;
  		left: 0;
  	}
  	.item-nav-tab {
  		margin-bottom: 10px;
  	}
  	.nav-tab-chinhanh {
  		display: grid;
  	}
  	.block-list-step {
		grid-template-columns: 100%;
		grid-gap: 60px;
	}
	.modal-form {
	  	width: 100%;
	}
	.banner-page img {
		min-height: 220px;
		object-fit: cover;
	}
}
@media(max-width: 480px){
	.hide480 {
		display: none;
	}
	.show480 {
		display: block;
	}
	.container {
	  	width: 100%;
	}
	#nav-menu.open-nav {
		width: 298px;
	}
	.booking {
	  	width: auto;
	  	height: auto;
	}
	.booking a {
		background: unset;
		color: var(--main-color);
	}
	.booking a:hover {
		color: var(--main-color) !important;
	}
	.booking a i {
		transform: rotate(90deg);
		font-size: 20px;
	}
	.btn-view-more a {
		font-size: 14px;
	}
	.item-slide-system .block-details {
	  	margin: auto;
	}
	.item-slide-system {
		height: 350px;
	}
	.item-slide-system img {
		height: 100%;
		object-fit: cover;
	}
	.item-slide-system .block-details {
		width: 80%;
	}
	.block-beauty-head {
		display: unset;
	}
	.block-beauty-right .btn-view-more {
		justify-content: left;
		margin-top: 15px;
		margin-left: 0;
	}
	.box-knowledge-right {
		grid-template-columns: auto;
	}
	.item-knowledge {
		display: inline-block;
	}
	.date-knowledge, .content-knowledge, .btn-knowledge {
  		width: 100%;
  		margin: 5px 0;
  	}
  	.block-home-register {
  		grid-template-columns: auto;
  	}
  	.text-page {
  		width: 100%;
  		left: 0;
  	}
  	.tit-content-bl-2 {
  		font-size: 24px;
  	}
  	.main-tit {
  		font-size: 24px;
  	}
  	.res-title-green {
  		font-size: 28px;
  	}
  	.block-news {
		grid-template-columns: 100%;
		grid-gap: 20px;
	}
	.res-title-green {
  		font-size: 22px;
  	}
  	.box-small-blog {
	  	grid-template-columns: 100%;
	  	grid-gap: 15px;
	}
	.block-blog-1 {
	  	grid-template-columns: 100%;
	  	grid-gap: 15px;
	}
	.item-big-blog {
	  	grid-template-columns: 100%;
	  	grid-gap: 15px;
	}
	.big-blog-left {
		order: 2;
	}
	.big-blog-right {
		order: 1;
	}
	.item-tieuchi {
		grid-template-columns: 100% !important;
		grid-gap: 20px;
		margin-bottom: 40px;
	}
	.item-tieuchi:nth-child(even) .tieuchi-left {
		order: 1;
	}
	.item-tieuchi:nth-child(even) .tieuchi-right {
		order: 2;
	}
	.block-gallery-chinhanh {
  		width: 100%;
  	}
  	.step-number { 
  		font-size: 80px;
  	}
  	.step-number span {
  		top: 0;
  		width: 75px;
  	}
  	.step-img {
  		width: 110px;
		height: 110px;
  	}
  	.step-content {
		margin-left: 45px;
		padding-right: 70px;
	}
	.section-template-5-5 .template-gird {
		grid-template-columns: 100%;
		grid-gap: 30px;
	}
	.modal-content {
	  	width: 100%;
	  	margin: auto 20px;
	}
	#detail-dichvu {
		padding: 10px 0;
	}
	.block-template-gallery {
		padding: 0;
	}
	.block-contact-ft {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 63px;
		background: #fff;
	  	z-index: 999;
		background-image: url(../img/line-contact-ft.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.item-contact-ft {
		width: 20%;
		float: left;
		text-align: center;
	}
	.item-contact-ft img {
		width: 28px;
	}
	.item-contact-ft:not(.contact-ft-center) img {
		filter: brightness(0) saturate(100%) invert(25%) sepia(94%) saturate(790%) hue-rotate(173deg) brightness(97%) contrast(88%);
	}
	.item-contact-ft p:last-child {
		font-size: 12px;
		font-weight: 800;
		margin-top: 6px;
	}
	.box-contact {
		padding: 10px 0;
	}
	.item-contact-ft.contact-ft-center {
		position: relative;
		top: -50px;
	}
	.item-contact-ft.contact-ft-center p:first-child {
		background: var(--gradient); !important;
		width: 70px;
		height: 70px;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 2px solid #fff;
		margin: auto;
	}
	.item-contact-ft.contact-ft-center p:last-child {
		color: #fff;
		background: var(--main-color);
		border-radius: 10px;
		margin-top: 14px;
	}
	iframe[src*="youtube"] {
		height: 180px !important;
	}
	.zalo-ph-circle-fill {
		bottom: 56px;
		left: 10px;
	}
	.zalo-ph-img-circle {
		bottom: 70px;
		left: 23px;
	}
	.ul-menu-first > li > a {
		font-size: 17px;
	}
	.ul-menu-seccond > li > a {
		font-size: 15px;
	}
}