/*global*/
img {max-width: 100%;}
.relative {
    position: relative;
}
.relative.w100 {
    width: 100%;
    float: left;
}
.form-group ul, .form-tooltip-error ul {
    padding: 0;
}
.form-group ul li, .form-tooltip-error ul li {
    list-style-type: none;
}
.pointer {
    cursor: pointer;
}
.group-select .relative .fa-calendar {
    margin-top: -9px;
    top: 50%;
}

/*freeze footer*/
.freeze-footer { position: fixed; right: 0; bottom: 0; padding: 0 15px 15px 0; display: inline-block;z-index: 9999;}
.freeze-footer ul li {list-style-type: none;}
.freeze-footer a {width: 100%; margin-bottom: 15px;color: #fff;}
.freeze-footer a.btn_make_appointment {background-color: #ed2869;border-color: #ed2869;}
.freeze-footer a.btn_call_now {background-color: #fec168;border-color: #fec168;}
.freeze-footer a:hover{ border-color: #fff;color: #ffffff; }

/*freeze header*/
.freeze-header{ position: fixed !important; left: 0;top: 0; z-index: 9999;width: 100%; }
.freeze-header.with-bg{ background-color: #294b64; -webkit-box-shadow: 0px 1px 1px #eee; -moz-box-shadow: 0px 1px 1px #eee; box-shadow: 0px 1px 1px #eee; }
.freeze-header.with-bg { width: 100%; }

/* Open hour - Contact info */
.foh-wrap, 
.fci-wrap {display: table;text-align: left;}
.foh-row, 
p.foh-row, 
span.foh-row,
div.foh-row, 
.fci-row, 
p.fci-row, 
span.fci-row,
div.fci-row {
    line-height: 1.5;
    display: table-row;
}
.foh-row .foh-date, 
p.foh-row .foh-date, 
span.foh-row .foh-date, 
div.foh-row .foh-date, 
.foh-row .foh-time, 
p.foh-row .foh-time, 
span.foh-row .foh-time, 
div.foh-row .foh-time, 
.fci-row .fci-title, 
p.fci-row .fci-title, 
span.fci-row .fci-title, 
div.fci-row .fci-title, 
.fci-row .fci-content, 
p.fci-row .fci-content, 
span.fci-row .fci-content, 
div.fci-row .fci-content {
    display: table-cell;
    padding: 0;
    padding-bottom: 10px;
    text-transform: initial;
}
.foh-row .foh-date, 
p.foh-row .foh-date, 
span.foh-row .foh-date, 
div.foh-row .foh-date, 
.fci-row .fci-title, 
p.fci-row .fci-title, 
span.fci-row .fci-title, 
div.fci-row .fci-title {
    padding-right: 15px;
    font-weight: bold;
}

/* Youtube iframe */
.youtube-player { position: relative; padding-bottom: 56.25%; /* Use 75% for 4:3 videos */ width: 100%;max-width: 100%; height: 0;background: #000;margin: 0 auto;overflow: hidden;} 
.youtube-player iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: transparent;}

/* Social fanpage */
.social-fanpage {
    text-align: center;
}
.social-fanpage aside {
    display: inline-block;
    margin: auto;
}

/* Gallery */
.m-gallery-box-wrap {padding: 0 10px;margin: 0 0 15px 0;overflow: initial;}
.m-gallery-box {
    position: relative;
    background-color: #fff;
    margin: 0 -10px 10px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.m-image-bg, .m-gallery-box .m-image-bg {
    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
    padding-bottom: 75%;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}
.m-image-bg img, .m-gallery-box .m-image-bg img {
    display: none !important;
}
.m-image-title, .m-gallery-box .m-image-title {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;

    color: #FFF;
    font-weight: 500;
    background: rgba(3, 3, 3, 0.3);
    filter: alpha(opacity=30);
    max-height: 60px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}

.m-gallery-box:hover, .m-gallery-box:focus {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.footer h2 {
    color: #fff;
}
.div_fs {
    display: flex;
    flex-wrap: wrap;
}
.blog-inner .blog-img spam{
    display: block;
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
}
.blog-inner .blog-img spam img{
    display: none;
}
.blog-content h3{
    padding: 10px 10px;
    text-transform: capitalize;
    font-size: 17px;
    background: #fff;
    line-height: 25px;

}
.date-post{
    display: none;
}

/* Coupon */
.m-coupon-box {
    position: relative;
    z-index: 0;

    margin: 0;
    margin-bottom: 30px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.m-coupon-box:hover, .m-coupon-box:focus {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.m-coupon-price {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 5px;
    background: rgba(207, 0, 15, 0.9);
    color: #fff;
}

/*Booking*/
.email-booking .multi select {
    height: 208px;
}
.email-booking .group-select optgroup, .email-booking .group-select option {
    height: auto;
    white-space: normal;
}
.sms-booking #btn_search_booking .btn-search {
    height: 40px;
    line-height: 1;
    background-color: #a8814c;
    color: #fff;
}
.sms-booking .item-booking.is-more {
    position: relative;
    z-index: 0;
}
.sms-booking .item-booking .remove-services {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.sms-booking .item-booking.is-more .booking-service label{
    padding-left: 30px;
}
#booking_info {
    padding-top: 30px;
}
#booking_info .note-time{
    color: red;
    font-style: italic;
}
.box_account_v1 {
    background: #fff;
}

/* Fix theme */
.header-main .logo h2 { width: 174px; }
.header-main .logo h2 a {
    display: block;
    z-index: 200;
    position: absolute;
    height: 52px;
}
.header-main > div > ul > li > a {
    text-transform: uppercase;
}

.section-slider {
    overflow: hidden;
    position: relative;
}
.form-inline input {
    color: #333;
}
.footer {
    background-size: cover;
}
.footer-logo img {
    max-width: 240px;
    max-height: 70px;
}
.footer-openhours { padding-top: 25px; }
.footer-openhours p {
    color: #e6e7e1;
    font-size: 1em;
    margin: 0 0 5px;
    padding-top: 10px;
    font-weight: 300;
}
.service-line {
    padding-bottom: 15px;
}
.service-image {
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 480px;
    display: block;
}
.service-image.circle {
    border-radius: 50%;
    overflow: hidden;
}
.service-image-bg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}
.service-image-bg img {
    display: none !important;
}
h2.service-name {
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cdcdcd;
    padding-right: 15px;
    font-weight: 700;
}
.detail-price-number span {
    padding: 3px;
}
.detail-price-number .old {
    text-decoration: line-through;
    font-size: 80%;
}
.service-desc, .detail-desc-item, .detail-desc-item p {
    margin: 0 0 15px;
    color: #000;
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 300;
}
.service-list-sub {
    padding-left: 30px;
}
.logo img.imgrps {
    max-height: 52px;
}
.main {
    margin-top: 52px;
}
.call-to {
    background-color: #0d373f;
}
.call-to .container {
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;

}
.call-to h3{
    color: #fff;
    line-height: 45px;
    margin: 0px;
    font-size: 1.3em;
    float: left;
}
.btn-right{
    float: right;
    margin: auto;
}
img.img-right {
    float: right;
}
.list_news_rp li a{
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid #979696;
}
.news-container {
    padding: 50px 0px;
}
.page .page-title h2{
    padding-bottom: 20px;
}
.modal-content{
    border:0px;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    background: #ef577a;
}
.logo-blk {
    color: #fff;
}
.empty-content h2{
    float: none;
    display: block;
    clear: right;
    padding-top: 20px;
}
.list_items_right{
    list-style-type: none;
    padding: 0px;
}
.list_items_right li a {
    padding: 10px 0px;
}

.col-inner .product_item {
    margin-bottom: 30px;
}
.news-container h3{
    line-height: 25px;
    font-size: 15px;
}
#home_vi_tri .product_item h2{
    color: #fff;
}
#home_vi_tri .services-listall p {
    font-size: 17px;
}


.service_item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px #7683a0;
    -webkit-box-shadow: 3px 3px #7683a0;
    box-shadow: 3px 3px #7683a0;
}
.service_item img {
    border-radius: 5px 5px 0px 0px;
        padding: 15px;
}
.service_item h3{
    font-size: 16px;
    text-transform: none;
    padding: 5px;
    margin: 0px;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.service_item .p_description{
    padding: 5px;
    font-size: 14px;
}
.i-address{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.i_price{
    padding-top: 5px;
    color: red;
    font-weight: 600;
}


#slider_service{
    background: #8798ae;
}
.sv_map iframe{
    width: 100%;
    max-width: 100%;
    min-height: 350px;
}
.dt-info-service {
    margin: 20px 0px;
    padding: 10px;
    background: #e9edf8;
}
.form-contact-sv {
    padding: 10px;
    background: #1f3f87;
}
h2.register_tv {
    background: #1f3f87;
    color: #fff;
    padding: 9px 5px;
    font-size: 18px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    border-bottom: 1px solid #b4afaf;
}
.product_info h1 {
    padding-bottom: 20px;
    margin: 0px;
    font-size: 20px;
}
.service_related .service_item {
    background: #1f3f87;
    color: #fff;
}
h2.related_sv {
    font-size: 16px;
    background: #1f3f87;
    padding: 10px;
    color: #fff;
    margin: 0px;
    margin-bottom: 15px;
}
.service_related .service_item h3 a{
    color: #fff;
}
.product_info {
    margin-bottom: 20px;
    line-height: 2;
}
.call-to center {
    padding: 10px;
    margin: 20px 0px;
}
.product-detail {
    padding: 20px 5px;
}
.comingsoon {
    font-size: 26px;
    font-weight: 600;
    z-index: 1;
    position: absolute;
    top: -30px;
    right: -87px;
    transform: rotate(45deg);
    padding-top: 90px;
    background: #ff0000b8;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}
.dt-info-service i.fa {
    font-size: 20px;
}
ul.btn_book_home {
    position: fixed;
    left: -25px;
    bottom: 80px;
    z-index: 9999;
    text-align: left;
    list-style-type: none;
    margin: 0px;
    padding: 0;
}
ul.btn_book_home li a{
    font-size: 20px;
    border-radius: 0px 50px 50px 0px;
    padding-right: 10px;
}
ul.btn_book_home li a i{
    font-size: 25px;
}
.pmain {
    background: #cecece2e;
}
.header-nav .dropdown-menu{
        border-radius: 0px 0px 4px 4px;
}
.left-service{
    background: #f1f1f1;
    border-bottom: 1px solid #1f3f87;
    border-left: 1px solid #1f3f87;
    border-right: 1px solid #1f3f87;
} 
.modal-content {
    position: relative;
     background-color: navajowhite;
}
.modal-body.bg-custom {
    background-image: url(../../images/banner-37.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: top;
    padding-top: 50px;
    position: relative;
}
div#modalContent {
    max-width: 320px;
    text-align: center;
    margin: auto;
}
div#modalContent form{
    max-width: 260px;
    margin: 10px auto 120px auto;
}
div#modalContent form .form-btn {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 20px;
}
div#modalContent form .form-control {
    padding: 0px 7px;
    height: 35px;
}
div#modalContent .contact-form .form-group {
    margin-bottom: 7px;
}
div#modalContent h3 {
    margin-bottom: 10px;
}
img.banner-attr {
    position: absolute;
    right: 64px;
    top: 140px;z-index: 99
}
.bg-loadding{
    display: none;
    position: absolute;
    z-index: 9999333;
    width: 100%;
    height: 100%;
    top: 00px;
    margin: auto;
    text-align: center;
    background: #f4e1c5de;
    padding: 70px;
}
.form-contact-sv .bg-loadding{
    padding: 0px;
        left: 0;
}

@keyframes ldio-a2xcqf0qh0e {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-a2xcqf0qh0e div {
  left: 116.09px;
  top: 59.28px;
  position: absolute;
  animation: ldio-a2xcqf0qh0e linear 1.1363636363636362s infinite;
  background: #f41f49;
  width: 14.82px;
  height: 29.64px;
  border-radius: 7.41px / 14.82px;
  transform-origin: 7.41px 64.22px;
}.ldio-a2xcqf0qh0e div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.0416666666666665s;
  background: #f41f49;
}.ldio-a2xcqf0qh0e div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.9469696969696968s;
  background: #f41f49;
}.ldio-a2xcqf0qh0e div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.8522727272727271s;
  background: #f41f49;
}.ldio-a2xcqf0qh0e div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.7575757575757575s;
  background: #f41f49;
}.ldio-a2xcqf0qh0e div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.6628787878787877s;
  background: #f41f49;
}.ldio-a2xcqf0qh0e div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.568181818181818s;
  background: #f41f49;
}.ldio-a2xcqf0qh0e div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4734848484848484s;
  background: #f41f49;
}.ldio-a2xcqf0qh0e div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.37878787878787873s;
  background: #f41f49;
}.ldio-a2xcqf0qh0e div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.284090909090909s;
  background: #f41f49;
}.ldio-a2xcqf0qh0e div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.18939393939393936s;
  background: #f41f49;
}.ldio-a2xcqf0qh0e div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.09469696969696968s;
  background: #f41f49;
}.ldio-a2xcqf0qh0e div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #f41f49;
}
.loadingio-spinner-spinner-xer6m8k04bl {
  width: 247px;
  height: 247px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06135494109122985);
}
.ldio-a2xcqf0qh0e {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; 
}
.ldio-a2xcqf0qh0e div { box-sizing: content-box; }

/* Responsive */
@media (min-width: 768px) {
    .footer-address br {
        display: none;
    }

}

@media (max-width: 991px) {
    .header, .menu_mobile_v1 {
        position: relative;
        padding: 0;
    }
    .footer .social {
        justify-content: center;
    }
    .footer-openhours {
        display: inline-block;
    }
    .footer .footer-newsletter, .footer .footer-openhours {
        text-align: center;
    }
}
@media (max-width: 768px) {
    img.banner-attr {
    right: -40px;
}
    .footer-address br {
        display: none;
    }
    .d-flex {
        display: block;
    }
    .call-to{
        text-align: center;
    }
    .btn-right,.call-to h3{
        float: none;
        display: block;
        line-height: normal;
    }
    img.img-right {
        float: none;
        text-align: center;
        max-width: 100%;
    }
    #home_vi_tri .product_item h2{
        font-size: 16px;
    }
    .comingsoon {
        font-size: 18px;
        top: -50px;
        right: -90px;
    }
}