html,
body {
    height: 100%;
    /*外層高度100%*/
    margin: 0;
}

body {
    font-size: 18px !important;
    color: rgb(89, 87, 87);
}

.loader3 .spin img {
    margin-top: 16px !important;
    max-width: 90px;
}

@media (max-width: 576px) {
    header .brand {
        display: inline-block;
        padding: 12px 0 !important;
    }
}

@media (min-width: 768px) {
    header .brand {
        display: inline-block;
        padding: 16px 0 !important;
    }
}

header.horizontal-header .main-menu .menu .menu-item.menu-btn .btn {
    margin-top: 22px !important;
}

.topbar {
    background: rgb(33, 82, 131) !important;
}

.topbar .top-right-menu .top-menu li a {
    color: #ffffff !important;
    font-size: 15px !important;
}

.btn {
    background: rgb(0, 73, 135);
    border-radius: 5px;
}

.de_btn {
    background: rgb(0, 73, 135);
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 10px 20px;
    -webkit-appearance: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.de_btn:hover,
.de_btn:focus,
.de_btn:active {
    background: rgb(0, 73, 135);
    cursor: pointer;
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.toggle-menu-button .line {
    background: #E8B658;
}

label {
    color: rgb(0, 73, 135);
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

.form-control,
.form-control[readonly] {
    color: rgb(89, 87, 87);
    font-size: 15px;
}

.form-control.bootstrap-select button,
.form-control.bootstrap-select button.dropdown-toggle {
    color: rgb(89, 87, 87);
    font-size: 15px;
}

.back-to-top {
    background: rgb(0, 73, 135);
}

.horizontal-booking-form .inner {
    padding: 10px 45px 35px 45px;
}

@media (max-width:767.98px) {
    .horizontal-booking-form .inner {
        padding: 35px 45px;
    }
}

.horizontal-booking-form .inner .btn-book {
    margin-top: 43px;
}

.section-title h4 {
    font-size: 35px;
    color: rgb(89, 87, 87);
}

.section-title p {
    color: rgb(89, 87, 87);
}

.section-title .view-all {
    color: rgb(89, 87, 87);
}

.room-list-item .room-info .room-title a {
    color: #585758;
    font-size: 25px;
    font-weight: 600;
}

.room-list-item p {
    margin-top: 5px;
}

.room-list-item .room-services i {
    border: 0px solid #e3e3e3;
    margin-right: 20px;
    width: 0;
    height: 0;
    color: #afafaf;
}

.room-list-item .room-services {
    margin-top: 0;
}

.pagination ul li a:hover {
    background-color: #fff;
    color: #afafaf;
    font-weight: 600;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 3px 10px 0 rgb(33 82 131 / 11%);
}

.pagination {
    background: #fff;
    border: 0px solid #f4f5f6;
}

.text-muted a {
    color: rgb(89, 87, 87);
}

.text-muted a:hover {
    color: #ffffff;
}

.room-info p {
    font-size: 14px;
    line-height: 20px;
}

.brand-info {
    background-image: none;
    background-color: #ffffff00;
    background-size: cover;
    min-height: 400px;
    text-align: center;
    position: relative;
    padding: 30px;
    border-radius: 2px;
}

.contact-page .google-map {
    border-radius: 80px;
    box-shadow: 0px 5px 40px 0px rgb(33 82 131 / 16%);
}

.contact-page #map-canvas {
    border-radius: 70px;
}

.contact-details .contact-info ul li i {
    background-color: #ffffff;
    color: rgb(255, 198, 0);
    line-height: 20px;
}

.contact-details .contact-info ul li {
    border: none;
    color: rgb(89, 87, 87);
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 30px;
}

.contact-details .contact-info ul li span {
    color: rgb(89, 87, 87);
    font-size: 15px;
    font-weight: 500;
}

.ml15 {
    margin-left: 15px;
}

footer .subfooter {
    background: rgb(0, 73, 135);
    padding: 3px 0;
}

footer .copyrights {
    position: relative;
    color: #ffffff;
    font-size: 15px;
}

footer .copyrights a {
    color: #ffffff;
}

footer a:hover {
    color: rgb(255, 198, 0);
}

.social-media a {
    height: 0px;
    width: 0px;
    margin-right: 30px;
}

.social-media a i {
    font-size: 20px;
}

.social-media .facebook {
    color: #a4a4a4;
    background: none;
    border: none;
}

.social-media .facebook:hover {
    color: #585759;
    background: none;
    border: none;
}

.social-media .line {
    color: #a4a4a4;
    background: none;
    border: none;
}

.social-media .line:hover {
    color: #585759;
    background: none;
    border: none;
}

.social-media .instagram {
    color: #a4a4a4;
    background: none;
    border: none;
}

.social-media .instagram:hover {
    color: #585759;
    background: none;
    border: none;
}

footer .footer-widgets .footer-widget h3 {
    color: #585758;
}

footer .footer-widgets .contact-details li {
    font-size: 15px;
}

@media (max-width:991px) {
    .t-md-center {
        text-align: center;
    }
}

section.image-bg .section-title h4 {
    color: #595857;
}

section.image-bg .section-title p {
    color: #595857;
}

section.image-bg {
    color: #595857;
}

.room-list-item .room-services span {
    background: #f9f9f9;
    color: #afafaf;
}

.room-list-item .room-services i:hover,
.room-list-item .room-services span:hover {
    background: #f9f9f9;
    color: #afafaf;
}

.horizontal-booking-form .inner {
    border-radius: 5px;
}

footer .footer-widgets {
    background: #fbffff;
    padding: 30px 0;
}

.pt230 {
    padding-top: 230px;
}

.pt125 {
    padding-top: 125px;
}

.box-shadow-007 {
    -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 1px 10px 0 rgb(33 82 131 / 11%);
}

.section-title:after {
    background: #ffffff00;
}

a {
    text-decoration: none;
}

.horizontal-booking-form {
    position: relative;
    bottom: -80px;
}

.horizontal-booking-form .inner .btn-book {
    margin-top: 0;
}

.horizontal-booking-form .form-control {
    padding: 10px 10px;
}

.horizontal-booking-form .form-control,
.horizontal-booking-form .form-control.bootstrap-select button,
.horizontal-booking-form .form-control.bootstrap-select button.dropdown-toggle {
    padding: 10px 10px;
}

.horizontal-booking-form .inner .form-group {
    margin-right: 25px;
}

@media (max-width:767px) {
    .horizontal-booking-form .inner .form-group {
        margin-right: 0;
    }
    .horizontal-booking-form .mt25 {
        margin-top: 0;
    }
}

section.parallax {
    background: #ffffff69;
}

#latest img {
    border-radius: 5px;
}

#latest img:hover {
    transform: scale(1.02, 1.02);
    transition: .7s;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 3px 10px 0 rgb(33 82 131 / 11%);
}

.page-title h1 {
    color: #838281;
    font-weight: 600;
}

.page-title .breadcrumb a {
    color: #585758;
}

.page-title .breadcrumb li:last-child {
    color: rgb(0, 73, 135);
}

.toggle_btn {
    background: #ffffff;
    color: #a4a4a4;
    border: #a4a4a4 solid 1px;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    transition: .5s;
    border-radius: 5px;
    line-height: 1.5;
    display: inline-block;
}

.toggle_btn:hover {
    background: #ffffff;
    color: #a4a4a4;
    border: #a4a4a4 solid 1px;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    transition: .5s;
    border-radius: 5px;
    line-height: 1.5;
    display: inline-block;
    box-shadow: rgba(70, 94, 180, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.room-list-item .room-services span {
    padding: 0px 5px;
    margin-bottom: 5px
}

.mt2rem {
    margin-top: 2rem;
}

@media (max-width:991.97px) {
    .mt0 {
        margin-top: 0 !important;
    }
}
.main-menu .menu .menu-item a {
    font-size: 14.5px !important;
}

.main-menu .menu .menu-item a:hover {
    font-size: 14.5 px !important;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog {
    left: 0;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/

.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #215283;
}

@media (max-width: 991.98px) {
    .custom-control-label::after {
        top: 0.7rem;
    }

    header {
        height: 60px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

header {
    height: 90px;
}

.mfb-component__wrap {
    padding: 25px;
    margin: 0 -36px 34vh 0;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f1f1f1;
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #595757;
}

header.header-fixed-top.scroll-header {
    border-bottom: 1px solid #efefef;
    background: #ffffffeb;
    z-index: 1020;
}

.form-control.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
    left: 5px;
}

.container {
    max-width: 1155px;
}

.loader3 .spin {
    position: relative;
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
}

.loader3 .spin img {
    margin-top: 16px !important;
    max-width: 110px;
}

.brand-info {
    min-height: 285px;
}