/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 27, 2017, 9:49:50 AM
    Author     : styapark
*/

/* start global */
body {
    font-size: 1rem;
    line-height: 1.75;
    color: #666;
}
a {
    -moz-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out;
}
a:hover {
    color: #ff5a5f !important;
}
header {
    padding: 2em 5px 0;
}
body.mobile #relative-top {
    padding: 0 5px 0;
}
body.modal-open {
    padding-right: 30px !important;
}
body.modal-open .modal-dialog-centered {
    margin: 15px auto !important;
    width: 100%;
    max-width: fit-content;
}
.modal .modal-dialog-centered button.close {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    line-height: 15px;
    cursor: pointer;
    transition: all .3s;
}
.modal .modal-dialog-centered button.close > span {
    color: rgba(255,158,158,1);
    text-shadow: 0 1px 2px #fff;
}
.modal .modal-dialog-centered button.close:hover > span {
    color: rgba(255,124,124,1);
    text-shadow: 0 2px 4px #fff;
}
.modal .modal-dialog-centered .modal-title {
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    padding: 0.4rem;
    text-align: center;
    color: #eee;
    width: 100%;
}
.container-fluid#fixed-top {
    transition: height 0.3s;
}
.container-fluid.fixed-top {
    background-color: #fff;
    height: 65px;
}
.dropdown > a:after {
    border: none;
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-top: 0.4em;
    content: '\f107';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input.form-control, select.form-control {
    margin-top: 0;
    padding: 0.4rem 0.9rem;
    width: calc(100% - 2rem);
    height: calc(1.5rem + 3.42px);
    font-size: 1rem;
    line-height: 1.2;
    color: #666;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.05rem;
}
textarea.md-textarea, textarea.md-textarea:disabled {
    padding: 6px 12px;
    margin: 0;
    margin-bottom: 0.5rem;
    min-height: 100px;
    font-size: 1rem;
    line-height: 1.2;
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 1rem;
}
textarea.md-textarea:disabled {
    background-color: #fafafa;
}
.card input.form-control, .card select.form-control {
    height: calc(1rem + 3.42px);
}
.custom-select {
    width: 100%;
    padding: 0.4rem 1.75rem 0.4rem 0.75rem;
    height: calc(2.25rem + 6.19px);
    border-radius: 0.05rem;
}
.form-inline .form-group {
    margin-right: 0;
}
.view .pattern {
    background-attachment: fixed;
}
.view .pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.container.mw1210 {
    padding: 2em 1.5em 0;
}
@media screen and (min-width: 1140px){
    .container.mw1210 {
        max-width: 1210px;
    }
}
@media screen and (max-width: 991px){
    .container {
        max-width: 100%;
    }
    .container.mw1210 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media screen and (min-width: 768px){
    .container.mw1210 > .row > .col-lg-4 {
        padding-right: 25px;
    }
}

/* end global */

/* start back to top */
.back-to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../images/svg/arrow_top.svg);
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.back-to-top.back-is-visible, .back-to-top.back-fade-out, .no-touch .back-to-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.back-to-top.back-is-visible {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.back-to-top.back-is-visible:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.back-to-top.back-fade-out {
    opacity: .5;
}
.no-touch .back-to-top:hover {
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .back-to-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .back-to-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

/* start header */
header.container div[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}
header .d-flex .nav.nav-top a, header .d-flex .nav.site-brand a {
    font-size: 0.875rem;
    color: inherit;
}
header .d-flex.justify-content-start .site-brand img {
    max-height: 70px;
    max-width: 180px;
    transition: max-height 0.3s;
}
header.fixed-top .d-flex.justify-content-start .site-brand img {
    max-height: 50px;
    max-width: 180px;
}
header .d-flex.justify-content-start .nav.nav-top li:first-child {
    padding-left: 0 !important;
}
header .d-flex.justify-content-end .nav.nav-top li:last-child {
    padding-right: 0 !important;
    border-left: 1px solid;
    border-color: #868e96 !important;
}
header .d-flex.justify-content-end .nav.nav-top li a {
    font-weight: 400;
}
header .d-flex.justify-content-start .site-brand {
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}
header .d-flex.justify-content-start .site-brand a:first-child {
    display: block;
    margin: 0 0 0.4em;
}
header .d-flex.justify-content-start .site-brand .site-brand-title {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 0;
    transition: font-size .3s;
}
header.fixed-top .d-flex.justify-content-start .site-brand .site-brand-title {
    font-size: 1.9rem;
}
header .d-flex.justify-content-start .site-brand .site-brand-description {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
}
header .navbar-expand-lg hr.hidden-lg-up:last-of-type {
    margin-bottom: 0 !important;
}
header .navbar-expand-lg .navbar-nav > li a {
    font-weight: 400;
    text-transform: uppercase;
    color: inherit;
}
body.mobile header .navbar-expand-lg .navbar-nav > li a.mb-3 {
    margin-bottom: 0 !important;
}
header .navbar-expand-lg .navbar-nav > li.dropdown a {
    padding-right: 30px !important;
}
header .navbar-expand-lg .navbar-nav > li .btn {
    margin-right: 0;
    padding: 0.85rem 1.5rem;
}
header .navbar-expand-lg .navbar-nav > li .btn[data-toggle=dropdown] {
    margin-right: 0;
    padding: 0.5rem 1.5rem;
    font-size: 16px
}
header .navbar-expand-lg .navbar-nav > li .btn .fa {
    font-size: 20px;
    padding-right: 6px;
}
header .navbar-expand-lg .navbar-nav > li a.btn:hover {
    color: #fff !important;
}
header .navbar-toggler .fa {
    transition: font 0.5s;
}
@media screen and (min-width: 992px){
    header .d-flex.justify-content-start .site-brand {
        margin-left: 0;
    }
    header .navbar-expand-lg .navbar-nav > li .dropdown-menu {
        width: 15rem;
    }
}
@media screen and (min-width: 62em){
    header .d-flex.justify-content-start .site-brand a:first-child {
        margin: 0 1.3em 0 0 !important;
    }
}
@media screen and (max-width: 991px){
    header .navbar-expand-lg .navbar-nav.ml-auto {
        margin-top: 10px;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    header .navbar-expand-lg .navbar-nav.ml-auto li a {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }
    header .navbar-expand-lg .navbar-nav.ml-auto li:last-child a{
        border: none;
    }
    header .navbar-expand-lg .navbar-nav.ml-auto li:not(:last-child) a.p-3 {
        padding: 0.5rem !important;
    }
}
@media screen and (min-width: 768px){
}
/* end header */

/* start carousel */
.carousel .carousel-indicators {
    top: 10px;
}
.carousel .carousel-indicators li {
    max-height: 15px;
    height: 15px;
    max-width: 15px;
    width: 15px;
    background: transparent;
    border: 2px solid;
    border-color: rgba(255,255,255,0.3);
    border-radius: 50%;
}
.carousel .carousel-indicators li.active {
    border-color: rgba(255,255,255,0.8);
}
.carousel .carousel-inner .carousel-image {
    background-size: cover;
    background-position: center;
}
.carousel, .carousel .carousel-inner .carousel-image {
    position: relative;
    width: 100%;
    height: 510px;
}
.carousel-item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
    opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
      opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel.carousel-testimonial {
    height: auto;
    min-height: 100px;
}
.carousel.carousel-testimonial .carousel-indicators {
    top: unset;
    bottom: 10px;
}
.carousel.carousel-testimonial .carousel-indicators li {
    border-radius: 50%;
    border-width: 1px;
    border-color: rgba(0,0,0,0.5);
}
.carousel.carousel-testimonial .carousel-indicators li.active {
    background: rgba(0,0,0,0.5);
}
.carousel.carousel-testimonial .carousel-control-prev:before {
    content: '\2039';
}
.carousel.carousel-testimonial .carousel-control-next:before {
    content: '\203a';
    text-align: right;
}
.carousel.carousel-testimonial .carousel-control-prev:before, .carousel.carousel-testimonial .carousel-control-next:before {
    font-size: 5rem;
}
.carousel.carousel-testimonial .carousel-control-prev, .carousel.carousel-testimonial .carousel-control-next {
    color: #555 !important;
    width: 20px;
}
.carousel.carousel-blog {
    height: inherit;
    margin-bottom: 0.5rem;
}
.carousel.carousel-blog .carousel-image {
    height: 400px;
}
.carousel.carousel-blog .carousel-indicators {
    display: none;
    
}
.multi-carousel .multi-carousel-inner .multi-carousel-thumbnail {
    height: 70px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.multi-carousel .left-list {
    border-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.multi-carousel .right-list {
    border-radius: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.multi-carousel .left-list, .multi-carousel .right-list {
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    padding: 5px 10px;
}
/* end carousel */

/* start room */
.room-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 510px;
}
.container.mw1210.room-up {
    position: relative;
    margin-top: -94.19px;
}
.container.mw1210.room-up .img-container {
    width: 165px;
    height: 150px;
    display: flex;
}
.container.mw1210.room-up img.pull-left {
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto !important;
}
.container.mw1210.room-up .room-list .card .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 50px;
}
.container.mw1210.room-up .news-list .card-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 170px;
}
.card.categories .list-group a.list-group-item {
    color: #ff5a5f;
}
.card.categories .list-group a.list-group-item:hover {
    color: #ff2026 !important;
    text-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.card.categories .list-group .list-group-item {
    border: 0;
    font-weight: 300;
    padding: 0.5rem 1rem;
}
.card.categories .list-group > div.list-group-item {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 1rem;
}
.container.mw1210 .search-list .card .card-body {
    padding-bottom: 5px;
}
.container.mw1210 .search-list .card .font-weight-normal.pull-right {
    font-size: 24px;
    padding-right: 10px;
}
.container.mw1210 .navigation .list-group .list-group-item {
    color: inherit;
}
.container.mw1210.grey form .btn {
    margin-top: calc(2rem + 4px);
}
.container.mw1210.room {
    padding-top: 1rem;
}
.container.mw1210.room .line-center-1:before {
    position: absolute;
    width: 100%;
    top: 50%;
    border-bottom: 1px solid;
    border-color: #ccc;
    content: '';
}
.container.mw1210.room .line-center-1 a.btn:hover {
    color: #fff !important;
}
.container.mw1210.room .line-center-1 > .white {
    position: relative;
}
.container.mw1210.room .card {
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.container.mw1210.room .card:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 6px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 6px 12px 0 rgba(0, 0, 0, 0.12);
    background-color: #f3f3f3;
}
.card a.btn.btn-info:hover {
    color: #fff !important;
} 
.card .card-image {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 180px;
}
@media screen and (max-width: 991px){
    .container.mw1210.room {
        margin-left: calc(5.5rem - 2px);
        margin-right: calc(5.5rem - 4px);
    }
}
@media screen and (max-width: 767px){
    .container.mw1210.room {
        margin-left: calc(2rem - 14px);
        margin-right: calc(2rem - 14px);
    }
}
@media screen and (max-width: 575px){
    .container.mw1210.room {
        margin-left: calc(1.5rem - 2px);
        margin-right: calc(1.5rem - 4px);
    }
    .container.mw1210.room-up .img-container {
        width: 100%;
        height: 260px;
        display: flex;
    }
    .container.mw1210.room-up img.pull-left {
        max-width: 250px;
        max-height: 250px;
        margin: 0 auto !important;
    }
    .container.mw1210.room-up > .row {
        margin-left: 7.5px;
        margin-right: 7.5px;
    }
    .container.mw1210 form[name=payment], .container.mw1210.room-up .row > div[class*=col] {
        padding-left: 0;
        padding-right: 0;
    }
    .container.mw1210 .media-body .row {
        margin-left: -7.5px !important;
        margin-right: -7.5px !important;
    } 
}
/* end room */

/* start blog */
.blog, .blog-list {
    padding: 1rem;
    margin-bottom: 0.5rem;
}
.blog .card .card-image {
    height: 220px;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.blog .card .order-list {
}
.blog .card .order-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog .card .row .card-image {
    height: 220px;
    border-top-left-radius: .3rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: .3rem;
}
.blog > .row > .col-lg-12 {
    padding-bottom: 1.5rem;
    margin: 1rem 0;
    border-bottom: 1px solid #dfdfdf;
}
.blog > .row > .col-lg-12:first-child {
    margin-top: 0;
}
.blog > .row > .col-lg-12:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.blog .blog-attachment a {
    color: #ff5a5f;
}
.blog .blog-attachment a:hover {
    color: #ff2026 !important;
}
.blog .blog-attachment ul {
    padding: 0 0 0 3rem;
    margin: 0;
    list-style: none;
}
.blog .blog-attachment ul li {
    padding: 0.25rem 0;
}
.blog .blog-attachment ul li:first-child {
    padding: 0.5rem 0 0.25rem;
}
.blog .blog-attachment ul li:last-child {
    padding: 0.25rem 0 0.5rem;
}
.blog .blog-attachment ul li > .fa {
    padding-right: 2rem;
}
.blog .blog-attachment ul li > h3 {
    margin: 0;
    width: fit-content;
    font-size: 1rem;
    line-height: 1.75;
    float: left;
}
.blog .blog-attachment h4 {
    display: inline-block;
}
.blog .blog-attachment h3.h6 {
    float: left;
    font-weight: 400;
    margin: 0;
    line-height: 1.75;
}
.blog .blog-attachment.tags span {
    float: left;
}
.blog .blog-more .btn:first-child {
    margin-left: 0;
}
.blog-list > .row > .col-lg-12 {
    padding-bottom: 1.5rem;
}
.blog-list .news-list .h6:hover {
    color: #3a903e !important;
}
.blog-list .news-list .card-title {
    margin-bottom: 0;
}
.blog-list .news-list .text-muted {
    font-size: 95%;
}
.blog-list .news-list .btn.btn-info:hover {
    color: #fff !important;
}
@media screen and (max-width: 767px){
    .blog {
        padding: 0;
    }
    .blog .form-inline .form-group {
        width: 100% !important;
    }
    .blog .form-group select {
        width: 100% !important;
    }
    .blog .card .row .card-image {
        border-top-right-radius: 0.3rem;
        border-bottom-left-radius: 0;
    }
}
@media screen and (max-width: 575px){
    .blog .card .m-0 {
        padding-left: 0;
    }
}
/* end blog */

/* start facilities */
.bg-cover {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 850px;
}
/* end facilities */

/* start footer */
.container.footer .social-links .col a {
    position: relative;
    padding: 0.87rem;
    border-radius: 50%;
}
.container .social-links.text-center .col a {
    font-size: 32px;
}
.container .social-links.text-center .col a:hover {
    color: #ccc !important;
    text-shadow: 0 0 3px #fff;
}
.col-lg-12.stylish-color .form-inline button.btn {
    padding-top: calc(1rem - 4px);
    padding-bottom: calc(1rem - 4px);
}
/* end footer */

/* start tooltip */
.tooltip-inner {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.tooltip-inner.red.accent-2 ~ .arrow::before {
    border-left-color: #ff5252;
}
/* end tooltip */

/* start waves */
.waves-effect.waves-orange .waves-ripple {
    background: rgba(255, 194, 103, 0.5);
}
/* end waves */

/* start table */
table.table th, table.table td {
    padding: 0.5rem;
}
/* end table */
/* start parsley validation */
.parsley-error {
    //margin-bottom: 3px !important;
}
.parsley-errors-list {
    display: none;
    font-size: 90%;
    list-style: none;
    color: #ff4444;
    margin-bottom: 5px;
    padding-left: 5px;
}
.parsley-error ~ .parsley-errors-list {
    display: block;
}
.parsley-errors-list::after {
    clear: both;
    display: block;
    content: "";
}
.parsley-error, .parsley-errors-list {
    border-color: #ff4444 !important;
}
.input-group .parsley-errors-list {
    padding: 0
}
.input-group .parsley-errors-list li {
    padding: 5px;
}
.radio .parsley-errors-list {
    display: inline-block;
    padding: 0
}
.radio .parsley-errors-list li {
    padding-right: 2rem;
}
/* end parsley validation */

/* start preload loading-process */
.loader-cover {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(255,255,255,0.7);
    margin-right: -15px;
    margin-left: -15px;
    padding: 1rem;
    transition: all 0.5s;
}
.loading-process .loader-cover {
    opacity: 1;
}
.loading-process .loader-cover .loader{
    top: 35%;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}
.loading-process .loader-cover .loader.bgsuccess:after {
    background-image: url('../images/icon/check-success.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.loading-process .loader-cover .loader.bgfailed:after {
    background-image: url('../images/icon/check-failed.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.loading-process .loader-cover #loader-register:before, .loading-process .loader-cover #loader-register:after{
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #ff3547;
    margin-left: 10px;
    margin-top: 10px;
}

.loading-process .loader-cover #loader-register:before{
    z-index: 100;
    animation: spin 1s infinite;
}

.loading-process .loader-cover #loader-register:after{
    border: 10px solid rgba(0,0,0,0.1);
}

@keyframes spin{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* end preload loading-process */

/* start form */
.font-light {
    font-weight: 300 !important;
}
form[name=register] select.form-control:not([size]) {
    height: 2.22rem;
}
.nav.nav-tabs .btn {
    padding: 0.85rem 1rem;
}
/* end form */

/* start bootstrap table */
.bootstrap-table .form-control {
    margin: 0;
    height: 1.5rem;
}
.bootstrap-table .btn {
    padding: 0.61rem 1.5rem;
}
.bootstrap-table .fixed-table-container .fixed-table-body span[title] {
    cursor: pointer;
}
/* end bootstrap table */