/*Variable*/
#rooms-loading {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.9);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#booking-loading {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.9);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swal-button {
  color: #fff;
  padding: 7px 19px;
  border-radius: 2px;
  background-color: var(--main-color2);
  font-size: 12px;
  border: 1px solid var(--main-color2);
  text-shadow: none!important;
}
.swal-icon--warning__body, .swal-icon--warning__dot {
    background-color: #000!important;
}
.swal-button:hover {
  background-color: var(--main-color)!important;
  border: 1px solid var(--main-color);
}
.swal-button:focus {
    outline: none;
    box-shadow: none;
}
.section {
	padding: 40px 0;
}
.text-main {
    color: var(--main-color2);
}

.table.table_ordered td, .table.table_ordered th {
    vertical-align: middle;
}

.ob-cover {
    object-fit: cover!important;
}

.module_book_room {
	position: relative;
	margin-top: -40px;
	z-index: 1020;
}

.book_room_item {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 25px 25px;
    border-color: #eee!important;
    border-right: 1px solid #eee;
}

.book_room_item .icon {
	color: var(--main-color);
	margin-right: 10px;
	font-size: 28px;
}

.book_room_item .text label {
	font-size: 1.6rem;
	font-weight: 600;
}

.book_room_item .text .form-control {
	color: #888888;
	font-size: 1.6rem;
	border: 0;
	padding: 0;
	margin: 0;
	height: unset!important;
}

.book_room_button {
	height: 100%;
}

.book_room_button button {
	padding: 16px 20px;
	width: 100%;
	height: 100%;
	background-color: var(--main-color);
	box-shadow: none;
	outline: 0;
	border: none;
	color: #fff;
	cursor: pointer;
}

.mt-box .title-frame .introduce-title-inner {
    display: inline-block;
    position: relative;
    z-index: 150;
    padding: 11px 0 11px 80px;
}

.section_aboutus .title-frame .entry-title {
    font-size: 26px;
    display: block;
    margin: 4px 10px;
    color: #000;
}

.section_aboutus .title-frame {
    position: relative;
    display: inline-block;
    color: #eaecf3
}

.section_aboutus .title-frame>span {
    position: absolute;
    content: "";
    background-color: currentColor
}

.section_aboutus .title-frame .line-top {
    top: 0;
    height: 5px;
    width: 172px;
    left: 0
}

.section_aboutus .title-frame .line-right {
    left: 172px;
    width: 5px;
    height: 100%
}

.section_aboutus .title-frame .line-bottom {
    bottom: 0;
    height: 5px;
    width: 172px;
    left: 0
}

.section_aboutus .title-frame .line-left {
    left: 0;
    width: 5px;
    height: 100%
}

.section_aboutus .title-frame .line-mask {
    width: 5px;
    height: calc(100% - 26px);
    top: 13px;
    z-index: 50;
    left: 172px;
    background-color: #fff
}

 .section_aboutus .tt-about-description {
    padding: 20px 0 0 90px;
    text-align: justify;
}

.image-effect {
    position: relative;
    overflow: hidden;
}

.image-effect:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67,69,113,0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image-effect:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67,69,113,0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image-effect:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,0.3)
}

.image-effect:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.3)
}

/* .entry-content-support img {
    width: 100%!important;
    height: auto;
} */

.section-hide-ls .lSSlideOuter .lSPager.lSGallery {
    display: none;
}

.stock-brand-title {
    color: #525252;
    display: inline-block;
}

.a-stock {
    color: #189eff;
}

.a-stock.a2 {
    color: #73a91d;
}

.a-stock.a3 {
    color: var(--color-primary);
}

#image_load {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 996;
    display: none;
}

#image_load > img {
    margin: auto;
    height: 12%;
}

.info_header {
    padding: 0 50px 0 75px;
}

.logo_section {
    position: absolute;
    left: 50%;
    top: -39px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    transform: translate(-50%, 0);
}

.logo_section img {
    max-width: 68px;
}

.row_cn.row [class*="col-"] {
    height: auto;
    padding-top: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

footer.footer .list-menu .item_blog {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.15)
}

footer.footer .list-menu .item_blog:last-child {
    border-bottom: none
}

footer.footer .list-menu .item_blog .post-info .enti-title a {
    font-size: inherit;
    display: block;
    color: #fff;
    word-wrap: break-word;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

footer.footer .list-menu .item_blog .post-info .enti-title a:hover,footer.footer .list-menu .item_blog .post-info .enti-title a:focus {
    color: #cd9a2b
}

footer.footer .list-menu .item_blog .post-info .post-time {
    color: #c1c1c1;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0px;
    line-height: 22px
}

footer.footer .list-menu .no_blog {
    font-style: italic;
    color: #fff;
    font-size: 12px
}

.content-des {
    line-height: 1.7;
}

/* Product */

.featured-section-products {
    position: relative;
    padding: 25px 0 40px;
}

.section_product_list {
    position: relative;
    padding: 40px 0 40px;
}

.icon-youtube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    max-width: 30px;
    opacity: .2;
    /* visibility: hidden; */
    transition: all 0.4s;
}

.products-new-slider .slick-track {
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .products-new-slider .slick-slider {
        margin: 0 -30px;
    }
    .products-new-slider .slick-slide {
        margin: 5px 30px;
    }
}

.album-box .img-box img {
    height: 225px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

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

.title_module_index h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 20px;
}

.title_module_index h2:after {
    border-bottom: 3px double #333;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 10%;
}

@media screen and (max-width: 767px) {
    .album-box .img-box img {
        height: 90px;
    }
}

@media screen and (min-width: 992px) {
    .module_book_room .col-lg-2-5 {
    	flex: 0 0 20%;
    	max-width: 20%;
    }
    .item_product_main .product-image img {
        height: 395px;
    }
    
    .item_product_main .product-title {
        font-size: 2rem;
    }

    .section_product_saleoff .product-image img, .section_product_list .product-image img, .product-image.height-style-2 img {
        height: 206px;
    }
    .arrows-style-2 .slick-prev{
        left: unset;
        right: 45px;
        top: -64px;
    }
    
    .arrows-style-2 .slick-next{
        right: 5px;
        top: -64px;
    }
}

@media screen and (max-width: 991px) {
    .slick-prev, .slick-next {
        background: #f9f9f9;
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5px;
    }
}

/* End product */

.section_aboutus {
    padding: 50px 0 40px;
}

.feature-box {
    position: relative;
    padding: 15px 15px 0;
    text-align: center;
}

.feature-box .image img {
    height: 60px;
    object-fit: contain;
}

.feature-box .boxTitle {
    font-size: 3rem;
    font-family: SVN-CocoFY;
    margin-top: 10px;
}

.feature-box p {
    margin-bottom: 24px;
}

.feature-box .btn {
    border-radius: 40px;
}

.info-boxes-container {
    padding: 50px 0;
    background-color: #f4efeb;
}

.info-boxes-heading {
    font-size: 90px;
    color: #f22e08;
}

.info-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.info-box .icon {
    flex: 0 0 90px;
    height: 90px;
    line-height: 87px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
}

.info-box .icon img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.info-box .info-box-content {
    width: 100%;
    padding: 0 0 0 15px;
    display: block;
    transition: all 0.4s;
}

.info-box .info-box-content .angle-right {
    color: #fff;
    width: 37px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    background-color: var(--color-primary);
    right: 15px;
    bottom: 25px;
}

.info-box .info-box-content .angle-right:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}

.info-box h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.4rem;
    letter-spacing: 0.05rem;
}

.info-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .01rem;
}

@media screen and (max-width: 600px) {
    .section_aboutus {
        padding: 30px 0 30px;
    }
    .info-boxes-container {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .tt-about-description {
        line-height: 28px;
    }
}

/*News*/

.section_event {
	padding: 50px 0 30px;
}

.section_health_knowledge {
	padding: 50px 0 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.blog-slider .entry {
    color: #363636;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    transition: 0.3s;
    background-color: #fbf9f8;
    border-radius: 15px 15px 10px 10px;
    overflow: hidden;
}

.blog-slider .entry-media {
    margin: 0;
    position: relative;
    border-radius: 3px;
}

.blog-slider .entry .entry-media img {
    height: 240px;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}

.blog-slider .body-style-2 .entry-body {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    background: rgb(51 51 51 / 20%);
    transition: all 0.35s;
}

.blog-slider .body-style-2 .entry-body .entry-title {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
}

.blog-slider .entry-date {
    background-color: var(--main-color2);
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font-size: 27px;
    font-family: 'Bold';
    left: 0.7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1.7rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0.7rem;
    width: 6.5rem;
    height: 7rem;
}

.blog-slider .entry-date span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    font-size: 1.2rem;
    /* margin-top: 0.2rem; */
    font-family: 'Regular';
    padding: 1px 7px;
    background-color: #000;
}

.blog-slider .entry-body {
    font-size: 1.2rem;
    padding: 20px;
}

.blog-slider .entry-title {
    font-weight: bold;
    position: relative;
    font-size: 2rem;
    text-transform: capitalize;
    letter-spacing: -.01rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 56px;
    line-height: 1.5;
    margin-bottom: 5px;
    overflow: hidden;
    word-break: break-word;
}

.blog-slider .entry-title a {
    color: inherit;
}

.blog-slider .entry-title a:hover {
	color: #e45925;
}

.blog-slider .description {
    line-height: 24px;
    padding-top: 10px;
}

.view_more {
    color: #e45925;
    font-weight: 600;
}

.view_more span i {
    transform: rotate(-45deg);
}

.blog-slider .entry-content {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 7px;
}

.blog-slider .entry-content p {
    margin-bottom: 0.7rem
}

@media screen and (min-width: 992px) {
    .blog-slider .img-style-2 .entry-media img {
        height: 386px;
    }
    .blog-slider .simple-entry-list .item {
        margin-bottom: 3rem;
    }
    .blog-slider .entry-body {
        font-size: 1.4rem;
    }
    .blog-slider .body-style-2 .entry-body {
        opacity: 0;
        visibility: hidden;
    }
    
    .blog-slider .body-style-2:hover .entry-body {
        opacity: 1;
        visibility: visible;
    }
}

/*End news*/

.section_partner {
    padding: 40px 0;
}

.section_partner .image {
    padding: 2px 30px;
    cursor: pointer;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
}

.section_partner .image img {
    height: 105px;
    object-fit: contain;
    transform: translate(0, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.section_partner .image:hover img {
    transform: translate(0, -5px);
}

.section_newsletter {
    position: relative;
    color: #fff;
    padding: 100px 0 120px;
    background-size: cover;
    background-position: center;
}

.section_newsletter:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	top: 0;
	left: 0;
}


.section_newsletter .title-group {
	z-index: 999;
}

.section_newsletter h2 {
	position: relative;
	font-size: 5rem;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.section_newsletter h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 4px;
	background-color: var(--main-color);
	transform: translateX(-50%);
}

.home-gallery {
    padding: 50px 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 15px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.gallery > .item:nth-child(6n+1) { grid-row: span 2; }   /* item1 */
.gallery > .item:nth-child(6n+2) { grid-column: span 1; }
.gallery > .item:nth-child(6n+3) { grid-row: span 2; }   
.gallery > .item:nth-child(6n+4) { grid-row: span 2; }   
.gallery > .item:nth-child(6n+5) { grid-row: span 1; }   
.gallery > .item:nth-child(6n+6) { grid-column: span 1; }


/*Footer*/

.widget-title-link {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.border-lg-right {
		border-right: 1px solid rgb(238 238 238 / 50%);
	}
}

@media screen and (max-width: 767px) {
	.widget-title-link {
		margin: 20px 0 8px;
	}

	.widget-title-link br {
		display: none;
	}

}
/*End footer*/


@media screen and (max-width: 991px) {
    .lSSlideOuter .lightSlider li img {
        height: 320px;
    }
    .lSSlideOuter .lSPager.lSGallery img {
        height: 60px;
    }
    .product-single-info .product-title {
        font-size: 2rem;
    }
}

/*Menu*/

/*SubPage*/
.site-content-contain {
    position: relative;
    padding: 50px 0;
}
/*End subpage*/

/*Contact page*/
.block-contact-infos {
	font-size: 1.6rem;
	background-color: var(--main-color);
	padding: 25px;
	color: #fff;
}

.block-contact-infos a {
	color: inherit;
}

.block-contact-infos .phone {
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.block-contact-infos .email {
	padding-top: 1rem;
}

.block-contact-infos .contact-info {
	margin: 10px 0;
}

.block-contact-infos .contact-info li {
	line-height: 30px;
}

.contact-page .form-control {
	max-width: none;
}

.contact-page .form-footer .btn {
	font-size: 2rem;
	background-color: #d71a21;
	border-color: #d71a21;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
    .block-contact-infos {
        margin-bottom: 20px;
    }
}

/*End contact page*/

.social-group {
    position: fixed;
    left: 15px;
    bottom: 100px;
    z-index: 1040;
}

.social-group .widget-container {
    display: grid;
}

.social-group .widget-container .widget-item {
    position: relative;
    margin: 7px 5px;
    border-radius: 50%;
    border: 4px solid hsl(0deg 0% 100% / 80%);
    text-align: center;
    transition: all 0.3s;
}

.social-group .widget-container a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    border-radius: 50%;
}

.social-group .widget-container a:before {
    content: '';
    width: 56px;
    height: 56px;
    position: absolute;
    top: -8px;
    left: -8px;
    border: 4px solid rgb(217 217 217 / 50%);
    border-radius: 50%;
}

.social-group .widget-container .widget-item:hover {
    border-color: rgb(217 217 217 / 50%);
}

@media screen and (max-width: 767px) {
    .social-group {
        bottom: 100px;
    }
    .user-register {
        font-size: 1.8rem;
        margin: 2px 12px 0 3px;
    }
    .variant-sku {
        font-size: 1.3rem;
    }
    .d-xs-none {
        display: none!important;
    }
}

/*Hotline*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
    left: -12px;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  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%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 178px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-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);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
     display: none; 
  }
}


@-webkit-keyframes glowing {
  0% { background-color: #4a7b37; -webkit-box-shadow: 0 0 3px #4a7b37; }
  50% { background-color: #4a7b37; -webkit-box-shadow: 0 0 10px #4a7b37; }
  100% { background-color: #4a7b37; -webkit-box-shadow: 0 0 3px #4a7b37; }
}
 
@-moz-keyframes glowing {
  0% { background-color: #4a7b37; -moz-box-shadow: 0 0 3px #4a7b37; }
  50% { background-color: #9dc74a; -moz-box-shadow: 0 0 10px #9dc74a; }
  100% { background-color: #4a7b37; -moz-box-shadow: 0 0 3px #4a7b37; }
}
 
@-o-keyframes glowing {
  0% { background-color: #4a7b37; box-shadow: 0 0 3px #4a7b37; }
  50% { background-color: #9dc74a; box-shadow: 0 0 10px #9dc74a; }
  100% { background-color: #4a7b37; box-shadow: 0 0 3px #4a7b37; }
}
 
@keyframes glowing {
  0% { background-color: #4a7b37; box-shadow: 0 0 3px #4a7b37; }
  50% { background-color: #9dc74a; box-shadow: 0 0 10px #9dc74a; }
  100% { background-color: #4a7b37; box-shadow: 0 0 3px #4a7b37; }
}

.messenger-fb{
    position: fixed;
    bottom: 85px;
    right: 30px;
    z-index: 1040;
}
.messenger-fb .social-icons {
    display: inline-grid;
    align-items: center;
}
.mess-wrap{
    margin-top: 1.5rem;
    position: relative;
    font-weight: 600;
    transition: all 0.4s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mess-wrap .social-icon {
    display: inline-flex;
    color: #ffffff;
    background: #e5322d;
    font-size: 2.7rem;
    width: 52px;
    height: 52px;
    justify-content: center;
    border-radius: 50%;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
[data-color="icon-facebook"]{
    background-color: #0c54a6!important;
    color: #fff;
}
[data-color="fab fa-youtube"]{
    background-color: #da251d!important;
    color: #fff;
}
[data-color="fab fa-facebook-messenger"]{
    background-color: #4a7a3b!important;
    color: #fff;
}
[data-color="zalo"] img{
    max-width: 55px;
}
[data-color="zalo"] {
    background: none!important;
}
[data-color="lh"]{
    background: #2d2d2d;
    color: #fff;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 8px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: #4a7a3b;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    /* transform: translate(-50%, -5px) scale(0.5); */
    position: absolute;
    left: auto;
    right: calc(100% + 5px);
    top: 10px;
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}
[data-tooltip-location="left"]:before {
    /* transform: translate(-5px, 0) scale(0.5); */
    left: auto;
    right: calc(100% + 5px);
}
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #4a7a3b;
    transform-origin: left;
    /* transform: translateY(50%) scaleX(0); */
    position: absolute;
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
    left: -6px;
    bottom: calc(33% + 7px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
    content: '';
    border-style: solid;
}
/* [data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 0) scale(1);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
} */
.mess-wrap-icon{
    max-width: 46px;
    position: relative;
    height: auto;
    transition: all 0.5s;
}
.mess-wrap-icon img{
    width: 100%;
}

.search-form-header .form-control {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.search-form-header .form-control {
	    margin-bottom: .5rem;
	}
}

@media screen and (min-width: 1200px) {
    .subtitle.tt-title:before {
        content: '';
        position: absolute;
        left: -167PX;
        bottom: 17px;
        height: 3px;
        width: 152px;
        background: var(--main-color2);
    }
    .subtitle.tt-title:after {
        content: '';
        position: absolute;
        right: -167px;
        bottom: 17px;
        height: 3px;
        width: 152px;
        background: var(--main-color2);
    }
}

.tt-description {
    margin-top: 2rem;
    font-size: 3rem;
    line-height: 35px;
    font-family: Bold;
    color: var(--main-color2);
}

@media screen and (max-width: 767px) {
    .tt-description {
        font-size: 2rem;
        line-height: 28px;
    }
}

.table-border-white tbody tr {
    border-bottom: 1px solid #fff;
}
.table-border-white tbody tr td {
    border-right: 1px solid #fff;
}
.table-recruit-container {
    border: 1px solid var(--main-color2);
    border-radius: 10px;
    overflow: hidden;
}
.table-recruit-container table {
    margin: 0;
}
.table-recruit-container thead {
    background-color: var(--main-color2);
    color: #fff;
}
.table-recruit-container thead th {
    border: none;
}
.table-recruit-container td, .table-recruit-container th {
    padding: 12px 20px;
    vertical-align: middle;
    border-right: 1px solid #eee;
}
.table-recruit-container .btn_view_td {
    display: inline-block;
    background-color: var(--main-color2);
    color: #fff;
    padding: 10px 16px;
}
.btn-success:hover {
    color: #fff!important;
    background-color: var(--main-color)!important;
    border-color: var(--main-color)!important;
}
.button-contact {
    background: #0a874c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 9px 15px;
    width: max-content;
}
.button-contact img {
    max-width: 28px;
}
.button-contact span {
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #eee;
}
.button-contact:hover {
    background: #8cc03f;
}

.tag_info_room {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cd9a2b;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .tag_info_room {
        font-size:14px
    }
}

.tag_info_room .item_tag_info {
    margin-bottom: 5px;
    float: none;
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 10px 0px
}

@media (max-width: 767px) {
    .tag_info_room .item_tag_info {
        -ms-flex:0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.tag_info_room .item_tag_info img {
    max-width: 26px;
    margin-right: 10px
}

.pad-room {
    margin-bottom: 15px;
    position: relative;
    padding: 10px 15px 15px;
    background: #F2F2F2;
    border-radius: 10px;
}

.pad_room_long_term {
    padding: 25px 30px 30px;
}

.form-booking {
    display: flex;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all .3s linear;
    user-select: none;
    color: #494b55;
    margin-bottom: 5px;
    border-radius: 5px
}

.form-booking label.error {
    color: red;
    font-size: 1.1rem;
    position: relative;
}

@media (max-width: 991px) {
    .form-booking {
        padding-left:5px
    }
}

.form-booking .form-booking-icon {
    width: 30px;
    padding-right: 5px;
    border-right: 1px dotted #a0a0a0
}

.form-booking .form-booking-icon svg {
    margin-top: -2px
}

.form-booking .form-booking-icon svg path,.form-booking .form-booking-icon svg rect {
    fill: #cd9a2b
}

.form-booking .form-booking-date {
    padding-left: 5px;
    padding-right: 10px;
    width: 100%
}

.form-booking input, .form-booking textarea {
    padding-left: 8px;
    border: none;
    min-height: 40px;
    color: #6c707e;
    background-color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    padding-right: 7px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .form-booking input {
        min-height:25px;
        font-size: 14px
    }
}

.form-booking input::-webkit-outer-spin-button,.form-booking input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-booking input[type=number] {
    -moz-appearance: textfield
}

.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 600px
}

.bootstrap-datetimepicker-widget.bottom:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.bottom:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.top:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.top:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget .dow {
    width: 14.2857%
}

.bootstrap-datetimepicker-widget.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget>ul {
    list-style-type: none;
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0
}

.bootstrap-datetimepicker-widget .datepicker>div {
    display: none
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget td.cw {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new {
    color: #777
}

.bootstrap-datetimepicker-widget td.today {
    position: relative
}

.bootstrap-datetimepicker-widget td.today:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #cd9a2b;
    border-top-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #cd9a2b;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #cd9a2b;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)
}

.bootstrap-datetimepicker-widget td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev {
    font-size: 21px
}

.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eee
}

.input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td {
    padding: 0 !important
}

@media screen and (max-width: 767px) {
    .bootstrap-datetimepicker-widget.timepicker-sbs {
        width:283px
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 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,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.18);
    box-shadow: 0 6px 12px rgba(0,0,0,0.18)
}

@media screen and (max-width: 767px) {
    .table-recruit-container thead{
        display: none;
    }
    .table-recruit-container tbody th, .table-recruit-container tbody td {
        display: block;
        /* font-size: 11px; */
        position: relative;
        width: unset!important;
        padding-left: 37%;
    }
    .table-recruit-container tbody th:before, .table-recruit-container tbody td:before {
        content:attr(data-title);
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translate(0,-50%);
        padding-right: 4px;
        width: 35%;
    }
}

@media screen and (max-width: 1024px) {
    .header-contact.phone {
       display: none;
    }
    .home-slide::before {
        padding-top: 68.356322%;
    }
}

@media screen and (max-width: 991px) {
    .home-slide-content {
	    width: 80%;
	}
	.home-slide-content .h1 {
	    font-size: 4rem;
	}
	.gallery {
	    grid-auto-rows: 138px;
	}
	.header-dropdown > a {
        padding: 12px 10px 12px 14px;
    }
    .nav.nav-tabs .nav-item {
        max-width: 160px;
        width: 160px;
    }
    .nav.nav-tabs .nav-item .nav-link {
        font-size: 1.5rem;
        padding: 1.5rem .5rem 1.5rem;
    }
    .section_newsletter {
        padding: 80px 0 52px;
    }
    .section_newsletter h2 {
        font-size: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .home-slide::before {
        padding-top: 100.356322%;
    }
    .module_book_room {
        margin-top: -10px;
    }
	.home-slide-content .h1 {
	    font-size: 3rem;
	    margin-bottom: 1.5rem;
	    padding-bottom: 1.5rem;
	}
	.nav.nav-tabs {
        flex-wrap: wrap;
        width: unset;
        max-width: none;
        border: none;
    }
	.nav.nav-tabs .nav-item {
        max-width: none;
        width: auto;
        white-space: unset;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .nav.nav-tabs .nav-item .nav-link {
        font-size: 1.3rem;
        padding: 1.2rem 2.5rem 1.2rem;
        border: 1px solid #eee;
    }
    .section_newsletter h2 {
        font-size: 2.4rem;
    }
    .gallery {
        grid-auto-rows: 75px;
    }
    .header-dropdown > a {
        font-size: 1.3rem;
    }
    .btn-book {
        border-left: .05rem solid rgb(180 180 180 / 50%) !important;
    }
}

.product-single-tabs .tab-content .item_tien_nghi {
    margin-bottom: 15px
}

.product-single-tabs .tab-content .item_tien_nghi h3 {
    font-size: 16px;
    line-height: 22px
}

.product-single-tabs .tab-content .item_tien_nghi h3 i {
    margin-right: 8px;
    font-size: 19px;
    color: #333;
}

.product-single-tabs .tab-content .item_tien_nghi ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.product-single-tabs .tab-content .item_tien_nghi ul li {
    padding-left: 16px;
    position: relative;
    background-image: url(//bizweb.dktcdn.net/100/472/947/themes/888072/assets/tick.png?1705573484816);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left;
    margin: 5px 0
}

.product-single-tabs .tab-content .item_tien_nghi ul li .free-badge {
    background: #c40025;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 12px;
    color: #fff
}

/*---------------------------------------*/
/*-------   18. Loader module       -----*/
/*---------------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
    opacity: 1;
    display: block;
}

#loader-wrapper.loader-off, body.loaded #loader-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -ms-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -9px;
    margin-left: -100px;
    perspective: 400px;
    transform-type: preserve-3d;
}

#loader .dot {
    animation: loader ease-in-out 3s infinite;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: black;
    position: absolute;
    background: var(--main-color);
}

#loader .dot:nth-child(2) {
    animation-delay: 0.5s;
}

#loader .dot:nth-child(3) {
    animation-delay: 0.4s;
}

#loader .dot:nth-child(4) {
    animation-delay: 0.3s;
}

#loader .dot:nth-child(5) {
    animation-delay: 0.2s;
}

#loader .dot:nth-child(6) {
    animation-delay: 0.1s;
}

#loader .dot:nth-child(7) {
    animation-delay: 0s;
}

html:not(.ie) #loader .dot {
    border: 2px solid #ffffff;
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(235px);
    }

    65% {
        transform: translateX(235px);
    }

    95% {
        transform: translateX(0);
    }
}

