body {
    font-family: -apple-system, BlinkMacSystemFont, 'MicMicrosoft JhengHei' ,'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

b {
    font-weight: 900;
    color: #ff7f61;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

/* GetButton.io widget */
#wh-widget-send-button.wh-widget-right {
    right: -10px !important;
    bottom: 50px !important;
}

.goTop {
    position: fixed;
	right: 25px;
    bottom: 25px;
	transform: translateX(0);
	transition: transform 0.2s;
}

.goTop.hide {
    transform: translateX(150%);
}

.goTop .goTopBtn {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.goTop .goTopBtn .fa-x {
  color: #FFFFFF;
  font-size: 2.6em;
  padding: 8px;
  border-radius: 50px;
  background-color: #ff7f61;
}

.goTop .goTopBtn .fa-x:hover {
    transform:scale(1.1,1.1);
    box-shadow: 0 5px 5px rgb(255, 127, 97, 0.5);
    padding: 10px;
    color: #FFFFFF;
}

nav.navbar b {
    color: #FFFFFF;
}

nav.navbar {
    background-color: #083053;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
}

.navbar-dark .navbar-nav .nav-link:hover, .breadcrumb a:hover, .table tr:hover td a:hover, .Introduction_text a:hover, .accordion a:hover, .contact_a:hover {
    color: #ff7f61;
}


.navbar-brand h1 {
    display: inline;
    position: relative;
    left: -15px;
    top: -20px;
    font-size: 2rem;
    font-weight: 900;
    transform:scale(1,1);
    transition: all .5s ease-out;
}

.navbar-brand h1:hover {
    transform:scale(1.2,1.2);
    text-shadow: 0 5px 5px #ff7f61;
}
.navbar-brand{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
   
}
.navbar-brand img{
    width: 100px;
   
}

.nav-link {
    font-size: 1.2rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: rgb(255, 127, 97);
    font-weight: 600;
}

.banner-header {
    width: 100%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #355572;
    /* background-image: url(../images/01.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrumb-main {
    padding: 35px 0;
    font-size: 1.25rem;
}

.breadcrumb-main h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "➤";
}

.breadcrumb-item a, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before  {
    color:#FFFFFF;
}

footer {
    color: #FFFFFF;
    background-color:#083053;
    padding: 3em 0 2em 0;
}

footer .icon {
    margin-right: 1rem;
}

.icon_group, .copyright {
    display: flex;
    align-items: center;
}

footer .footer_content {
    display: flex;
}

#icon_facebook, #icon_line, #icon_reservation {
    text-decoration:none;
    color: #FFFFFF;
    transform:scale(1,1);
    transition: all 1s ease-out;
}

#icon_reservation .fa-2x {
    font-size: 1.8em;
}

.icon .fa-2x:hover {
    transform: scale(1.2,1.2);
    text-shadow: 0 5px 5px rgb(255, 127, 97, 0.8);
    color: #ff7f61;
}

#carousel0 .carousel-item {
    min-height: 81vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item {
    min-height: 80vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.roomintroduction .carousel-item {
    height: 40vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#carouselabout .carousel-item {
    height: 74vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-color: rgb(108, 117, 125, 0.75);
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    background-color: rgb(53, 85, 114, 0.85);
}

.carousel-caption h2 {
    font-weight: bold;
}

.carousel-caption p {
    text-align: center;
    color: black;
    color: #FFFFFF;
}

.carousel-caption b {
    font-weight: bold;
    color: #ff7f61;
    margin-left: 5px;
}

#myTabContent .tab-pane img {
    transition: all 0.5s ease 0s;
}

#myTabContent .tab-pane h3 {
    font-size: 1.5rem;
}

#myTabContent .tab-pane:hover img {
    transform: scale(1.5,1.5);
    transition: all .5s ease-out;
}

#myTabContent .img-over {
    overflow: hidden;
}

#home .title {
    font-size: 2em;
}

#home section h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 0.25em;
    color: #ff7f61;
}

#home section h5 {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
    font-weight: 900;
}

#home section p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.home ul.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 100%;
}

.home .nav-link {
    border: 3px solid transparent;
    color: #FFFFFF;
}

.home .nav-link:hover {
    color: #ff7f61;
}

.home .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.tab-pane .table {
    margin-bottom: 0.5em;
}

.tab-pane .table td, .tab-pane .table th {
    line-height: 1.35em;
}

.home .stretched-link {
    color: #083053;
    display: flex;
    justify-content: center;
    font-size: 1.25em;
}

.home .tab-content:hover .stretched-link {
    color: #ff7f61;
}

.roomintroduction-main {
    padding: 50px 0;
}

.roomtype .Introduction_text p, .modal .Introduction_text p {
    font-size: 1rem;
}

section h3 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

section h4 {
    font-size: 1.25rem;
    font-weight: 600;
}

section.home {
    background: rgba(8,48,83,0.8);
}

.environment h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.modal h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ff7f61;
}

.modal h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ff7f61;
}

.title {
    color: #ff7f61;
    letter-spacing: 0.5rem;
}

.Introduction .table, .features p, #home .proclamation p, #home .store p {
    font-size: 1.2rem;
}

.features .list, .rule .list, .proclamation .list {
    line-height: 2rem;
    text-indent: -13px;
    margin-left: 26px;
}

.features .list .fas.fa-circle, .rule .list .fas.fa-circle, .proclamation .list .fas.fa-circle {
    color: rgb(53, 85, 114);
    margin-right: 5px;
}

.table-hover tbody tr:hover {
    color: #FFFFFF;
    background-color:#083053cc;
    font-weight: bold;
}

.table-hover tbody tr:hover td a {
    color: #FFFFFF;
}

.table a, .accordion a {
    color: #212529;
}

.table td, .table th {
    text-align: justify;
    vertical-align: middle;
    line-height: 1.4em;
}

.table-bordered td, .table-bordered th {
    border: 3px solid #dee2e6;
}

.table th {
    width: 12%;
    text-align: center;
    
}

.collapsed .card-header h4 .fas:before {  
    content: "\f067"; 
}

.card-header h4 .fas:before {  
    content: "\f068";
}

.exterior {
    display: flex;
    justify-content: space-between;
}

.exterior img {
    height: 80vh;
}

.environment h3.mt-5 {
    text-align: center;
}

.environment .title2 {
  font-weight: 600;
  letter-spacing: 0.25rem;
  position: relative;
  padding-bottom: 1px;
  margin-top: 5rem;
  text-transform: uppercase;
}
.environment{
    background-color: #fff;
}

.environment .title2 h4:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #dfdfdf;
    position: absolute;
    bottom: 0;
    left: 0;
}

.environment .title2 h4:after {
    content: '';
    width: 80px;
    height: 3px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background-color: #ff7f61;
}

.contact-main .col-lg-4:hover i.icon {
    transform: scale(1.25,1.25);
    transition: all .5s ease-out;
    color: #ff7f61;
}

.contact h4 {
    line-height: 1.5em;
}

.contact-main .col-lg-4 {
    text-align: center;
}

.contact_a {
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.6);
}

div.contact-text:hover .left.col-3 .icon {
    transform: scale(1.5,1.5);
    transition: all .5s ease-out;
    color: #ff7f61;
}

.card {
    position: relative;
    overflow: hidden;
}

.card-img {
    transition: all 0.5s ease 0s;
    min-height: 350px;
}

.card-img-overlay {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 80%;
    bottom: 0;
    /* padding: 30px 50px 0 30px; */
    background: rgba(8,48,83,0.8);
    color:#ff7f61;
    text-align: center;
    text-decoration: none;
}

.features #store .card-img-overlay, .features #open .card-img-overlay {
    top: 88%;
}

#open {
    display: grid;
}

#open a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#open h1 {
    font-size: 4em;
    font-weight: 900;
}

.card:hover .card-img {
    transform: scale(1.5,1.5);
}

.card:hover .card-img-overlay {
    color: #083053cc;
    background: rgb(255, 127, 97,0.8);
}

.card-img-overlay:hover {
    color: #083053cc;
    background: rgb(255, 127, 97,0.8);
}

.modal .close {
    font-size: 2rem;
    color:#ff7f61;
    /* text-shadow: 0 0px 0 #ff7f61; */
    opacity: 1;
}

.modal-content {
    background:#083053;
}

.modal .table a, .modal .table tr, .modal caption {
    color: rgb(255, 255, 255, 0.8);
}

.modal .Introduction_text a {
    color: #FFFFFF;
}

.modal .table-hover tbody tr:hover {
    background:#6c757d;
    /* color: #2f649e; */
}

.modal .table-hover tbody tr:hover {
    background:#30649e;
    color: #FFFFFF;
}

.modal .table a:hover {
    color: #ff7f61;
}

.modal .btn {
    background:#ff7f61;
    border-color:#ff7f61;
    color: #083053;
    font-weight: 600;
}

.modal .btn:hover {
    background:#ff7f61;
    border-color:#ff7f61;
    color: #083053;
    opacity: 0.8;
}

.modal .modal-body .img_type {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#proclamation .close {
    font-size: 3em;
}

.modal.fade .modal-dialog {
    transform: translateY(10vh);
}
  
.modal.show .modal-dialog {
    transform: translateY(0);
}

#proclamationLabel {
    font-size: 2.5em;
}

#proclamation .modal-body p {
    font-size: 2.5em;
    letter-spacing: 0.6rem;
    line-height: 1.5em;
    margin-bottom: 1rem;
    color: #dfdfdf;
    font-weight: bold;
}

#proclamation .modal-body b {
    letter-spacing: 0.8rem;
}

#proclamation_img {
    display: flex;
    justify-content: center;
}
.poster_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.aff_logo_box{
    display: flex;
    justify-content: center;
}
.aff_logo_box img{
    height: 150px;
    width: 150px;margin: 60px;
    transition: all .5s ease 0s;
}
.aff_logo_box img:hover{
transform: scale(1.3);
transition: all .5s;
}
.aff_logo_box h3{
text-align: center;
}
@media screen and (max-width:1000px) {
    .poster_box img{
        width: 600px;
    }
    .aff_logo_box{
        flex-direction: column;
        align-items: center;
    }
    .aff_logo_box img{
        height: 150px;
        width: 150px;margin: 60px;
        transition: all .5s ease 0s;
    }
    .aff_logo_box img:hover{
        transform: scale(1.2);
        transition: all .5s;
        }
}

@media screen and (max-width:600px) {
    .poster_box img{
        width: 400px;
    }

}

@media screen and (max-width:350px) {
    .poster_box img{
        width: 200px;
    }
    .aff_logo_box img{
        height: 100px;
        width: 100px;margin: 60px;
        transition: all .5s ease 0s;
    }
}

@media screen and (max-width:200px) {
    .poster_box img{
        width: 100px;
    }
    .aff_logo_box img{
        height: 100px;
        width:100px;margin: 60px;
        transition: all .5s ease 0s;
    }
}
.affbody{
    min-height: 100vh;

}