@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600&family=Trirong:wght@100;200;300;400;500;600&display=swap');
body,html{
    height: 100%;
}
body{
    font-size: 1rem;
    font-family: 'Kanit', serif;
    font-weight: 300;
    background: #eee;
    overflow-x: hidden;
}
.tooltip{
    font-family: 'Kanit', serif;
}
.btn,
.form-control{
    font-weight: 300;
}
.btn-light{
    border: 1px solid #eee;
}
.Trirong{
    font-family: 'Trirong', sans-serif;
}
@media (min-width: 1900px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1720px;
    }
}
pre{
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    z-index: 999999;
    min-width: 300px;
    max-width: 500px;
    min-height: 300px;
    max-height: 100%;
    color: #fff;
    overflow-y: auto;
}
a{
    color: #0f9495;
    text-decoration: none;
}
a:hover{
    color: #008283;
}
.slick-slide > div > div{
    display: block!important;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.singledate{
    background: url('../img/icon/calendar2.png') calc(100% - 10px) center no-repeat;
    padding-right: 50px;
}
.img{
    position: relative;
    display: block;
}
.img > img{
    max-width: 100%;
}
.btn{
    border-radius: 0px;
}
.btn-main{
    font-size: 1.1rem;
    padding : 0.5rem 2.5rem;
    background: rgba(255,255,255,0.2);
    border-radius: 2vw;
    border: none;
    color: #fff;
}
.btn-main:hover{
    background: rgba(255,255,255,0.4);
    color: #fff;
}
.btn-white{
    background: #ffff;
    color: #0f9596;
}
.btn-white:hover{
    background: rgba(255,255,255,0.5);
    color: #fff;
}
.btn-green{
    background: #0f9495;
    color: #fff;
}
.btn-green:hover{
    background: #2ea7a0;
    color: #fff;
}
.btn-primary{
    background-color: #3780b2;
    border-color: #3780b2;
}
.btn-primary:hover{
    background-color: #2f6e99;
    border-color: #2f6e99;
}
.btn-success{
    background-color: #57b4b5;
    border-color: #57b4b5;
}
.btn-success:hover{
    background-color: #3d8b72;
    border-color: #3d8b72;
}
.btn-warning{
    background-color: #e48616;
    border-color: #e48616;
    color: #fff;
}
.btn-warning:hover{
    background-color: #d07a13;
    border-color: #d07a13;
    color: #fff;
}
.btn-danger{
    background-color: #e43416;
    border-color: #e43416;
}
.btn-danger:hover{
    background-color: #cc2c11;
    border-color: #cc2c11;
}
.btn-info{
    background-color: #54acd7;
    border-color: #54acd7;
    color: #fff;
}
.btn-info:hover{
    background-color: #4897bd;
    border-color: #4897bd;
    color: #fff;
}
.btn-black{
    background: #333;
    color: #fff;
}
.btn-black:hover{
    background: #000;
    color: #fff;
}
.btnOrange{
    background: #e89625;
    color: #fff;
}
.btnOrange:hover{
    background: #f57603;
    color: #fff;
}
.btn-big{
    font-size: 1.6rem;
    padding: 10px 30px;
}
hr{
    border-color: #999;
}
.form-select,
.form-control{
    border-radius: 3px;
}
#main_menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
    padding-top: 30px;
}
@media (max-width: 991px) {
    #main_menu{
        box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    }
}
#main_menu > .container{
    position: relative;
} 
#nav_function{
    position: absolute;
    right: 0;
}
.menucenter{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
}
.langbox{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.langbox a{
    display: flex;
    width: 45px;
    height: 45px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-family: 'Trirong', sans-serif;
    font-size: 1.1rem;
}
.langbox a.active{
    background: rgba(255,255,255,0.2);
}
#MainNav{
    
}
#MainNav a{
    font-size: 1.1rem;
    color: #000;
}
.main_membrer.mobile{
    display: none!important;
}
.main_search .form-control,
.main_search .btn,
.main_membrer .btn{
    font-size: 1.15rem;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.main_search .form-control{
    border-color: #ccc;
    padding-left: 20px;
    padding-right: 20px;
}
.main_search .btn,
.main_membrer .btn{
    border-radius: 5px !important;
    color: #fff;
    border: none;
}
.main_membrer.mobile .btn{
    color: #000;
}
.main_search .btn{
    margin-left: -2px !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
}
.main_search .btn.btn-primary,
.main_membrer .btn.btn-primary{
    background: #0f9495;
}
#btnPopSearch{
    display: none;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}
#MainNav a.nav-link{
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-family: 'Trirong', sans-serif;
}
#MainNav .submenu{
    background: rgb(15 148 149 / 90%);
    border: none;
}
#MainNav .submenu::before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50px;
    right: auto;
    margin: auto;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid rgb(15 148 149 / 90%);
    border-right: 8px solid transparent; /* ซ่อนขอบขวา */
    border-top: 10px solid transparent; /* ซ่อนขอบล่าง */
    border-left: 8px solid transparent; /* ซ่อนขอบซ้าย */
}
#MainNav .submenu a.dropdown-item{
    color: #fff;
    font-family: 'Trirong', sans-serif;
    font-size: 0.9rem;
}
#MainNav .submenu a.dropdown-item:hover{
    background: #fff;
    color:#0f9495;
}
#MainNav .dropdown:hover .dropdown-menu{
    display: block;
    margin: 0;
}
.main_search .popupclose{
    display: none;
    text-align: center;
    padding-top: 15px;
}
.main_search .popupclose a{
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}
.card.bgBlur {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(23px);
}
.m_login{
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 10vw;
    font-size: 1.1rem;
    color: #999;
    background: url('../img/home/bananer.png') center center no-repeat;
    background-size: cover;
}
.m_login .card > .card-body{
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.m_login .boxlayout{
    width: 560px;
    position: relative;
    z-index: 1;
}
.m_login .boxlayout .logo{
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.m_login .boxlayout .logo img{
    width: auto;
    max-width: 100%;
}
.m_title{
    margin-bottom: 1.8rem;
    text-align: center;
}
.login_title{
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
    color: #999;
    position: relative;
    margin-bottom: 10px;
}
.login_title::before,
.login_title::after{
    content: '';
    width: 50%;
    display: block;
    height: 1px;
    background: #ddd;
    position: absolute;
}
.login_title::before{
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.login_title::after{
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.login_title .ms{
    background: #fff;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.login_title .ms strong{
    color: #0f9596;
}
.form-select.form-select-lg,
.form-control.form-control-lg{
    font-size: 1.1rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
}
.cke_wysiwyg_frame{
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbb;
}
.form-check-input{
    width: 1.5em;
    height: 1.5em;
}
.form-check .form-check-input{
    margin-top: 1px;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb;
}
.m_login label[for="remember"]{
    color: #999;
}
.btnBlack{
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 1.5rem;
}
.btnBack,
.btnRegis,
.btnLogin{
    background: #0f9596;
    color: #fff;
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    border: none;
    width: 100%;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btnRegis:hover,
.btnLogin:hover{
    background: #57b4b5;
    color: #fff;
}
.btnBack{
    background: #eee;
    color: #000;
}
.btnBack:hover{
    background: #f8f8f8;
}
.btnRegis{
    max-width: 500px;
}
.btnFacebook{
    background: #395898;
    color: #fff;
    width: 100%;
}
.btnFacebook:hover{
    background: #23417f;
    color: #fff;
}
.btnGoogle{
    background: #d34736;
    color: #fff;
    width: 100%;
}
.btnGoogle:hover{
    background: #c51500;
    color: #fff;
}
.m_login .btnFacebook,
.m_login .btnGoogle{
    max-width: 80%;
}
.m_login .boxlayout.m_regis{
    width: 1139px;
}
.m_login .m_regis .login_title::before,
.m_login .m_regis .login_title::after{
    width: calc(50% - 120px);
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    font-size: 16px;
    width: 35px;
    height: 30px;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect{
    border-color: #bbb;
    font-size: 14px;
}
#GoogleCaptcha{
    margin: auto;
}
.form-check-label{
    padding-left: 10px;
}

.m_cicle{
    position: relative;
    display: flex;
    width: 59px;
    height: 59px;
    background: #e5e5e3;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.m_cicle > img{
    width: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m_profile{
    position: relative;
}
.m_profile::before{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #62c206;
    border: 4px solid #fff;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.m_inner{
    background: #f2f2f6;
    padding-bottom: 150px;
    min-height: 100%;
    padding-top: 250px;
    position: relative;
}
.m_inner::before{
    content: '';
    height: 250px;
    left: 0;
    right: 0;
    top :0;
    background: #0f9495;
    position: absolute;
}
.m_inner .m_box{
    display: flex;
    align-items: flex-start;
}
.m_inner .m_box .m_left{
    width: 262px;
    background: #fff;
    padding: 25px 50px;
    padding-bottom: 60px;
    padding-top: 40px;
    position: relative;
}
.m_inner .m_box .m_left .m_close{
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 1.5rem;
}
.m_inner .m_box .m_right .m_btn_menu{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.5rem;
    background: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
@media (min-width: 991px) {
    .m_inner .m_box .m_right .m_btn_menu,
    .m_inner .m_box .m_left .m_close{
        display: none;
    }   
}

.m_inner .m_box .m_left .profile{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.m_inner .m_box .m_left .profile > .m_cicle{
    width: 128px;
    height: 128px;
    margin-bottom: 15px;
}
.m_inner .m_box .m_left .profile > .ms1{
    font-size: 20px;
}
.m_inner .m_box .m_left .profile > .ms2{
    font-size: 28px;
    color: #0f9495;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m_inner .m_box .m_left .m_menu{
    margin-top: 20px;
    font-size: 20px;
}
.m_inner .m_box .m_left .m_menu > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}
.m_inner .m_box .m_left .m_menu > ul > li > a{
    display: block;
    padding : 5px 0;
    color: #000;
}
.m_inner .m_box .m_left .m_menu > ul > li.active > a{
    font-weight: bold;
    color:#0f9495;
}
.m_inner .m_box .m_left .m_menu > ul > li:hover > a{
    color: #0f9495;
}
.m_inner a.logout{
    color: #e08105;
}
.m_inner .m_box .m_right{
    width: calc(100% - 262px);
    padding-left: 100px;
    padding-top: 60px;
    position: relative;
    min-height: 500px;
}
.m_inner .m_box .m_right > h1{
    color: #0f9495;
}
.m_inner .m_dasboard{
    display: flex;
    background: #fff;
    color: #6d6969;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}
.m_inner .m_dasboard .sec1 .birthday .date,
.m_inner .m_dasboard strong{
    color: #0f9495;
}
.m_inner .m_dasboard .L{
    width: 400px;
    position: relative;
    display: flex;
    align-items: stretch;
    background: #eee;
}
.m_inner .m_dasboard .L .img > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.m_inner .m_dasboard .L .m_btn_edit{
    display: flex;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    justify-content: center;
    align-items: center;
    background: #4d9a03;
    border-radius: 50%;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.m_inner .m_dasboard .L .m_btn_edit:hover{
    -webkit-transform: rotate(-15deg);
       -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
         -o-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.m_inner .m_dasboard .L .img{
    background: #e6e6e6;
    min-width: 100%;
}
.m_inner .m_dasboard .R{
    padding: 30px 40px;
    width: calc(100% - 400px);
}
.m_inner .m_dasboard .sec1{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.m_inner .m_dasboard .sec1 .birt_title{
    padding-bottom: 15px;
}
.m_inner .m_dasboard .sec1 .birthday{
    display: flex;
    align-items: center;
}
.m_inner .m_dasboard .sec1 .info{
    display: flex;
    align-items: center;
}
.m_inner .m_dasboard .sec1 .birthday .date{
    font-size: 4.5rem;
    line-height: 1rem;
    font-weight: bold;
}
.m_inner .m_dasboard .sec1 .birthday .month{
    font-size: 1.3rem;
    padding-left: 5px;
}
.m_inner .m_dasboard .sec2{
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}
.m_inner .m_dasboard .sec2{
    font-size: 20px;
}
.m_inner .m_dasboard .sec2 .name{
    font-size: 26px;
}
.m_inner .m_dasboard .sec3{
    padding: 30px 0;
}
.m_inner .m_dasboard .sec3 .col{
    text-align: center;
}
.m_inner .m_dasboard .sec3 strong{
    font-size: 30px;
}
.m_inner .m_dasboard .form-control{
    border-radius: 0;
}
.card{
    border: none;
    padding: 20px 20px;
    border-radius: 15px;
}
.m_inner .m_right > .card{
    padding-bottom: 50px;
}
.m_inner .m_right > .card table{
    width: 100%;
    color: #6a6257;
}
.m_inner .m_right .card .card-title{
    color: #0f9495;
    font-size: 28px;
    margin-bottom: 15px;
}
.m_inner .m_right .card .card-subtitle{
    color: #47a185;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
    padding: 13px 20px;
    border-left: 10px solid #47a185;
    background: #f1f1f1;
}
.nav-pills .nav-link{
    color: #999;
    border-radius: 4px;
}
.nav-pills .nav-link.active:focus-visible{
    outline: none;
}
.nav-pills .nav-link.active{
    background-color: #0f9495;
    color: #fff;
    position: relative;
}
.nav-pills .nav-link::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-top: 8px solid #fff;
    border-right: 0px solid transparent; /* ซ่อนขอบขวา */
    border-left: 0px solid transparent; /* ซ่อนขอบซ้าย */
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}
.nav-pills .nav-link.active::before{
    border-top: 8px solid #0f9495;
    border-right: 7px solid transparent; /* ซ่อนขอบขวา */
    border-left: 7px solid transparent; /* ซ่อนขอบซ้าย */
}
.form-check-inline{

}
.m_inner .form-check-label,
.m_inner .m_right .card label.form-label{
    color: #6a6257;
    font-weight: 500;
    font-size: 1.2rem;
}
.form-check-label{
    padding-left: 10px;
}
.m_inner .m_right .card table.m_table .desc{
    display: flex;
}
.m_inner .m_right .card table.m_table>:not(caption)>*>*{
    padding: 1rem 0.5rem;
}
.m_inner .m_right .card table.m_table th{
    font-size: 1.2rem;
    padding: 0.5rem 1rem!important;
    color: #6a6257;
    font-weight: 400;
}
.m_inner .m_table .btn{
    border-radius: 7px;
    font-size: 1.1rem;
    padding: 4px 15px;
}
.m_inner .m_table .h5{
    font-size: 1.2rem;
    font-weight: normal;
}
.m_inner .m_table .img{
    width: 150px;
}
.white-popup-block {
    background: #FFF;
    padding: 0px 0px;
    text-align: left;
    max-width: 650px;
    margin: 20px auto;
    position: relative;
    width: 100%;
    color: #999;
    font-size: 1rem;
}
.fancybox-content .card{
    margin-bottom: 0;
    box-shadow: none;
    padding-top: 1rem;
}
/* Upload Photo */
.boxAvataUpload {
    margin-top: 10px;
}
.boxAvataUpload .help-block{
    font-size: 12px;
}
.boxAvataUpload div.form-valid::before {
    display: none !important;
}

.boxAvataUpload .recommetn {
    text-align: center;
    font-size: 0.9em;
}

.btnNewsUpload {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 3px solid #eee;
    cursor: pointer;

    margin-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    position: relative;
    background: #fff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.btnNewsUpload > i{
    position: absolute;
    font-size: 4rem;
    line-height: 0;
    width: 80px;
    height: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #999;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.btnNewsUpload:hover i {
    z-index: 2;
    opacity: 1;
}
.btnNewsUpload img {
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btnNewsUpload:hover img {
    opacity: 0.2;
}

.btnNewsUpload input[type=file] {
    font-size: 99em;
    opacity: 0;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

.btnNewsUpload img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    object-fit: cover;
}
.boxAvataUpload{
    position: relative;
}
.boxAvataUpload .invalid-tooltip{
    top: 5px;
    left: 5px;
}
.logcontainer .boxAvataUpload {
    float: left;
}

.logcontainer .boxAvataUpload .btnNewsUpload {
    margin: 0;
}

.boxAvataUpload.CoverImg {
    text-align: left;
    max-width: 330px;
}
.boxAvataUpload.CoverImg .btnNewsUpload {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.boxAvataUpload.LogoImg .btnNewsUpload {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}
.help-block{
    color: #999;
    padding-top: 5px;
    font-size: 1rem;
}
.daterangepicker{
    z-index: 100000;
}
.fancybox-slide--html .fancybox-close-small{
    padding: 5px;
}
.fancybox-close-small{
    background: #ec5e00;
}
.fancybox-button svg path{
    fill: #fff;
}
#ifm_action{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}

/* Multi Upload */
.multiuploadbox #drop_file_zone {
    padding: 15px 15px;
    height: auto;
}

.multiuploadbox #drop_file_zone #drag_upload_file .boxbtn .btn {
    min-width: 150px;
    height: 35px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 1rem;
}
#drop_photo_zone {
    background-color: #EEE;
    border: #999 2px dashed;
    height: 200px;
    padding: 40px 8px;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

#drop_photo_zone.fileover {
    background-color: #dedede;
}

#drag_upload_file {
    width: 50%;
    margin: 0 auto;
}

#drag_upload_file p {
    text-align: center;
    color: #b3b3b3;
    font-size: 13px;
}

#drag_upload_file p.ms {
    font-size: 18px;
}

#drag_upload_file input[type='button'] {
    min-width: 200px;
}

#drag_upload_file input[type='file'] {
    display: none;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 2px dashed;
    height-min: 48px;
    padding: 10px 15px;
    font-size: 18px;
    margin-bottom: 5px;
}

#drop_file_zone #drag_upload_file {
    width: 100%;
}

#drop_file_zone #drag_upload_file .fmessage {
    float: left;
    font-size: 12px;
    color: #999;
    padding-top: 2px;
}

#drop_file_zone #drag_upload_file .boxbtn {
    float: right;
}

#drop_file_zone #drag_upload_file .boxbtn .btn {
    float: left;
    font-size: 12px;
    padding: 2px 10px;
    margin-left: 5px;
}

.previewfilelists>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.previewfilelists>ul>li {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 10px;
}

.previewfilelists>ul>li:hover {
    background: #f8f8f8;
}

.previewfilelists>ul>li:last-child {
    border-bottom: none;
}

.boxfilelists {
    position: relative;
}

.boxfilelists .fileinfo {
    padding-right: 50px;
}

.boxfilelists .fileinfo .ficon {
    float: left;
}


.boxfilelists .fileinfo .ficon .fa-file-pdf {
    color: #D5121C;
}

.boxfilelists .fileinfo .ficon .fa-file-archive {
    color: #6f6f6f;
}

.boxfilelists .fileinfo .ficon .fa-file-word {
    color: #295495;
}

.boxfilelists .fileinfo .ficon .fa-file-excel {
    color: #1F6F43;
}

.boxfilelists .fileinfo .ficon .fa-file-powerpoint {
    color: #CC4525;
}



.boxfilelists .fileinfo .fname {
    padding-left: 20px;
}

.boxfilelists .fileinfo .fname .filename {
    font-weight: bold;
    padding-bottom: 5px;
    word-break: break-word;
}

.postdata .boxfilelists .fileinfo .fname .filename {
    padding-right: 30px;
}

.boxfilelists .fileinfo .fname .filedesc {
    color: #999;
    font-size: 12px;
}

.boxfilelists .fileinfo .fname .filedesc>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    position: relative;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li:first-child {
    padding-left: 0;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li:last-child {
    border-right: none;
}

.boxfilelists .filetools {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 12px;
}

.boxfilelists .filetools a {
    display: block;
    float: left;
    padding: 0 7px;
    font-size: 14px;
}

.postdata .boxfilelists .filetools a {
    font-size: 16px;
    color: #999;
}

.postdata .boxfilelists .filetools a:hover {
    font-size: 16px;
    color: #333;
}

.boxfilelists .filetools a.fnfolder {
    color: #FEC108;
}

.boxfilelists .filetools a.fnsorting {
    color: #007BFF;
    cursor: move;
}
.single_upload .boxfilelists .filetools a.fnsorting{
    display: none;
}
.boxfilelists .filetools a.fnedit {
    color: #28A745;
}

.boxfilelists .filetools a.fnMenuFileDelete,
.boxfilelists .filetools a.fndelete {
    color: #DB3545;
}
.photo_layout .boxfilelists .fileinfo > .img{
    width: 100px;
    float: left;
}
.photo_layout .boxfilelists .fileinfo > .img > img{
    width: 100%;
}
.photo_layout .boxfilelists .fileinfo .fname{
    padding-left: 115px;
}
.photo_layout .previewfilelists>ul>li{
    padding-left: 0;
}
#drop_file_zone.drop_zone.dragging{
    position: relative;
}
#drop_file_zone.drop_zone.dragging::after{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#drop_file_zone.drop_zone.dragging::before{
    content: "\f0ee";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
}
/* End Multi Upload */

/* Loading */
#lds-main {
    display: block;
    position: relative;
    width: 64px;
    height: 40px;
    margin: 0 auto;
}

#lds-main div {
    position: absolute;
    top: 15px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#lds-main div:nth-child(1) {
    left: 6px;
    animation: lds-main1 0.6s infinite;
}

#lds-main div:nth-child(2) {
    left: 6px;
    animation: lds-main2 0.6s infinite;
}

#lds-main div:nth-child(3) {
    left: 26px;
    animation: lds-main2 0.6s infinite;
}

#lds-main div:nth-child(4) {
    left: 45px;
    animation: lds-main3 0.6s infinite;
}

@keyframes lds-main1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-main3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-main2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}
#main_loading{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}
#main_loading #lds-main{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.invalid-tooltip{
    font-size: 11px;
    border-radius: 2px;
}
.datanotfound{
    color: #ddd;
    text-align: center;
    font-size: 1rem;
    padding: 1rem 0;
}
.page-link{
    color: #999;
}
.active>.page-link, .page-link.active{
    background-color: #0f9495;
}
.swal2-container{
    position: relative;
    z-index: 99993;
    color: #0f9596;
}
.swal2-content{
    font-size: 1rem;
}
.auth_footer{
    background: #377fb1;
    color: #fff;
    padding: 1.5rem 0;
    text-align: right;
}
.slick-dots{
    bottom: -35px;
}
.slick-dots li{
    width: 25px;
    height: 25px;
    padding: 0;
}
.slick-dots li button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    padding: 0;
}
.slick-dots li button::before{
    color: #ccc;
    font-size: 14px;
    opacity: 0.5;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.slick-dots li.slick-active button::before{
    font-size: 24px;
    color: #0f9596;
    opacity: 1;
}
.slick-dots li button::before{
    width: 30px;
    height: 30px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler{
    border: 0;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 45px;
}
.navbar-toggler span{
    display: block;
    height: 3px;
    width: 25px;
    background: #fff;
    margin-bottom: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.navbar-toggler span:nth-child(2){
    background: #69d1fa;
    width: 20px;
}
.navbar-toggler:hover span{
    width: 20px;
}
.navbar-toggler:hover span:nth-child(2){
    width: 25px;
}

/* website */
.navbar-brand{
    margin: 0;
    margin-bottom: 15px;
}
.room_filter{
    color: #fff;
    position: relative;
}
.room_filter::before{
    content: '';
    clip-path:polygon(100% 100%, 100% 75%,50% 0%, 0% 100%);
    background: rgb(255 255 255 / 50%);
    position: absolute;
    display: block;
    bottom: 0;
    width: 280px;
    height: 100px;
    z-index: 0;
    left: calc(50% - 990px);
}
.room_filter::after{
    content: '';
    clip-path:polygon(100% 100%, 50% 0%,3% 65%, 0% 100%);
    background: rgb(255 255 255 / 50%);
    position: absolute;
    display: block;
    bottom: 0;
    width: 500px;
    height: 200px;
    z-index: 0;
    right: calc(50% - 1000px);
}
.room_filter .container{
    position: relative;
}
.room_filter .filterbox{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}
.room_filter .filterbox .datebox{
    display: flex;
    gap:10px;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}
.room_filter .filterbox .datebox .checkdate{
    position: relative;
    border: 1px solid #eee;
    padding: 2px 15px;
    padding-right: 0;
}
.room_filter .filterbox .datebox .checkdate .title,
.room_filter .filterbox .datebox .checkdate .count{ 
    font-weight: 300;
    padding-bottom: 7px;
    font-size: 1.1rem;
    position: absolute;
    bottom: 100%;
    right: 0;
}
.room_filter .filterbox .datebox .checkdate .count{ 
    background: #fff;
    color: #269a91;
    padding: 2px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.room_filter .filterbox .datebox .checkdate label{
    color: #fff;
}
.room_filter .filterbox .datebox .checkdate input{
    background: none;
    border: none;
    padding: 2px 15px;
    padding-right: 10px;
    outline: none;
    text-align: center;
    width: 170px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
    color-scheme: dark;
}
.room_filter .filterbox .datebox .checkdate input::placeholder{
    color: #fff;
}
.room_filter .filterbox .datebox img{
    margin-bottom: 4px;
}
.room_filter .filterbox > *{
    position: relative;
    z-index: 2;
}
.room_filter .filterbox .selectbox select{
    background: none;
    border: none;
    color: #fff;
    padding: 2px 20px;
    outline: none;
    max-width: 150px;
}
.room_filter .filterbox .selectbox select > option{
   color: black;
}
.filterbox::before{
    content: '';
    clip-path:polygon(100% 100%, 80% 0%,3% 65%, 0% 100%);
    background: rgb(15 149 150 / 90%);
    position: absolute;
    display: block;
    bottom: 0;
    width: 1490px;
    height: 250px;
    z-index: 1;
}
.filterbox .boxbtn{
    position: absolute;
    bottom: calc(100% + 34px);
    left: 19%;
    display: flex;
}
.filterbox .boxbtn .btn{
    font-size: 1.2rem;
    padding: 8px 40px;
}
.filterbox .boxbtn{
    -webkit-transform: skew(-8deg) rotate(-8.3deg);
       -moz-transform: skew(-8deg) rotate(-8.3deg);
        -ms-transform: skew(-8deg) rotate(-8.3deg);
         -o-transform: skew(-8deg) rotate(-8.3deg);
            transform: skew(-8deg) rotate(-8.3deg);
}
.filterbox .boxbtn a.btn-green{
    background: rgb(15 149 150 / 90%);
}
.roomicon{
    padding: 80px 0;
    display: flex;
    justify-content: center;
    background: url('..//img/home/bg-icon.png') center center no-repeat;
    background-size: cover;
    gap:120px;
    text-align: center;
}
#slide_icon{
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding-left: 60px;
    padding-right: 60px;
}
#slide_icon .slick-prev{
    left: 25px;
}
#slide_icon .slick-next{
    right: 25px;
}
/*#slide_icon .slick-dots{
    bottom: -50px;
}*/
.roomicon a{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    max-width: 177px;
    white-space: nowrap;
    margin: auto;
/*     overflow: hidden; */
}
.roomicon a img{
    width: 100%;
    -webkit-transition: all .25s ease;
   -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
     -o-transition: all .25s ease;
        transition: all .25s ease;

}
.roomicon a:hover img{
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
}
.roomicon a .name{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 30px;
}
footer{
    background: #e8e8e8;
}
footer .footermenu{
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
.footermenu .col1{
    max-width: 350px;
}
.footermenu .col2{
    max-width: 700px;
    min-width: 700px;
}
footer .footermenu .col1 .img{
    margin-bottom: 40px;
}
footer .footermenu .col1 h3{
    font-size: 1.2rem;
    font-family: 'Trirong', sans-serif;
    color: #0f9596;
    font-weight: 300;
}
footer .footermenu .col1 address{
    max-width: 300px;
    color: #636262;
}
footer .footermenu .col1 .contact{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
footer .footermenu .col1 .contact .ms{
    font-size: 1.2rem;
    padding-right: 20px;
    font-family: 'Trirong', sans-serif;
    font-weight: 400;
}
footer .footermenu .col1 .contact a{
    font-size: 1.4rem;
    color: #0f9596;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
footer .footermenu .col1 .contact a:hover{
    -webkit-transform: scale(1.1) rotate(10deg);
       -moz-transform: scale(1.1) rotate(10deg);
        -ms-transform: scale(1.1) rotate(10deg);
         -o-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg);
}
footer .footermenu .col2 .fhead{
    font-size: 1.3rem;
    font-family: 'Trirong', sans-serif;
    color: #000;
    padding-bottom: 15px;
    display: block;
}
footer .footermenu .col2 ul{
    list-style: none;
    padding-left: 0;
}
footer .footermenu .col2 ul > li > a:not(.btn){
    color: #636262;
    padding: 4px 0;
    display: block;
}
footer .footermenu .col2 ul > li > a.btn{
    width: 100%;
    max-width: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2rem;
    font-family: 'Trirong', sans-serif;
}
footer .footermenu .col2 ul > li > a.btn img{
    margin-right: 10px;
}
footer .copyright{
    background: #0f9495;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}
.headtitle{
    color: #fff;
    position: relative;
}
.headtitle::before{
    content: '';
    clip-path:polygon(100% 100%, 100% 75%,50% 0%, 0% 100%);
    background: rgb(255 255 255 / 50%);
    position: absolute;
    display: block;
    bottom: 0;
    width: 280px;
    height: 100px;
    z-index: 0;
    left: calc(50% - 990px);
}
.headtitle::after{
    content: '';
    clip-path:polygon(100% 100%, 50% 0%,3% 65%, 0% 100%);
    background: rgb(255 255 255 / 50%);
    position: absolute;
    display: block;
    bottom: 0;
    width: 500px;
    height: 200px;
    z-index: 0;
    right: calc(50% - 1000px);
}
.headtitle .container{
    position: relative;
}
.headtitle .polygon{
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}
.headtitle .polygon > *{
    position: relative;
    z-index: 2;
}
.headtitle .polygon .selectbox select{
    background: none;
    border: none;
    color: #fff;
    padding: 2px 20px;
    outline: none;
}
.headtitle .polygon::before{
    content: '';
    clip-path:polygon(100% 100%, 80% 20%,3% 75%, 0% 100%);
    background: rgb(15 149 150 / 90%);
    position: absolute;
    display: block;
    bottom: -1px;
    width: 1490px;
    height: 250px;
    z-index: 1;
}
.headtitle .polygon h1{
    font-weight: 300;
    font-size: 3rem;
}
.head_img{
    max-height: 1000px;
    overflow: hidden;
}
.head_img > img{
    width: 100%;
}

/* HTML {*/
    .story_sec1{
        padding: 100px 0;
        background: url('../img/hotelstory/bg1.jpg') center center no-repeat;
        background-size: cover;
        color: #fff;
    }
    .story_sec1 .img{
        float: left;
        margin-right: 60px;
    }
    .story_sec1 .img > img{
        max-width: 100%;
    }
    .story_sec1 .sec1 h3{
        font-size: 3.8rem;
        font-weight: 300;
        font-family: 'Trirong', sans-serif;
        margin-bottom: 1.2rem;
    }
    .story_sec1 h4{
        font-size: 1.8rem;
        font-weight: 300;
        font-family: 'Trirong', sans-serif;
        margin-bottom: 1.2rem;
    }
    .story_sec1 p{
        font-size: 1.3rem;
    }
    .story_sec1 .sec2{
        padding-top: 40px;
    }
    .story_sec1 .sec2 .img{
        margin-top: 0;
        margin-left: -150px;
    }
    .story_sec2{
        display: flex;
    }
    .story_sec2 > .img{
        min-width: 50%;
        max-width: 50%;
    }
    .story_sec2 > .img > img{   
        width: 100%;
    }
    .story_sec2 > .info{
        display: flex;
        padding: 0 8vw;
        flex-direction: column;
        justify-content: center;
        background: #eee;
    }
    .story_sec2 > .info h3{
        color: #0f9596;
        font-size: 1.8vw;
        font-weight: 300;
        font-family: 'Trirong', sans-serif;
        margin-bottom: 1vw;
    }
    .story_sec2 > .info p{
        font-size: 1vw;
    }
    .meeting_sec1{
        color: #fff;
        background: url('../img/meetings/bg.jpg') bottom center no-repeat;
        background-size: cover;
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .meeting_sec1 .info{
        max-width: 1240px;
        margin: auto;
        text-align: center;
        padding: 0 20px;
    }
    .meeting_sec1 .info h2{
        font-size: 5rem;
        font-family: 'Trirong', sans-serif;
        font-weight: 300;
        margin-bottom: 2rem;
    }
    .meeting_sec1 .info p{
        font-size: 1.4rem;
    }
    .meeting_sec1 .info .listicon{
        margin-top: 40px;
        font-size: 1.3rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }
    .meeting_slide{
        background: #0f9596;
    }
    .meeting_slide .slick-slide .img > img{
        width: 100%;
    }
    .meeting_slide .slick-dots{
        bottom: 3vw;
    }
    .slideinfo{
        display: flex;
        min-width: 100%;
        max-width: 100%;
    }
    .slideinfo .info{
        background: #0f9596;
        color: #fff;
        max-height: 100%;
        min-height: 100%;
    }
    .slideinfo .imginfo{
        min-width: 55%;
        max-width: 55%;
    }
    .slideinfo .imginfo .imgslide,
    .slideinfo .imginfo .imgslide .slick-list,
    .slideinfo .imginfo .imgslide .slick-list .slick-track,
    .slideinfo .imginfo .imgslide .slick-list .slick-track .slick-slide,
    .slideinfo .imginfo .imgslide .slick-list .slick-track .slick-slide > div,
    .slideinfo .imginfo .imgslide .slick-list .slick-track .slick-slide > div > div,
    .slideinfo .imginfo .imgslide .slick-list .slick-track .slick-slide > div .img{
        height: 100%;
    }
    .slideinfo .info{
        min-width: 45%;
        max-width: 45%;
        position: relative;
    }
    .slideinfo .info::before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: calc(100% - 2px);
        width: 30%;
        height: 100%;
        background: #0f9596;
        clip-path:polygon(100% 0%, 70% 0%,0% 100%, 100% 100%);
    }
    .slideinfo .imgslide .img > img{
        width: 100%;
        height:100%;
        object-fit: cover;
    }
    .slideinfo .info{
        display: flex;
        padding: 10vw 5vw;
        padding-bottom: 5vw;
    }
    .slideinfo .info .desc{
        font-size: 1.2vw;
    }
    .slideinfo .info .desc h3{
        font-size: 3.5vw;
        font-weight: 400;
        font-family: 'Trirong', sans-serif;
    }
    .slideinfo .slick-dots{
        right: auto;
        left: 2vw;
        width: auto;
        bottom: 2vw;
    }
    .slideinfo.style1{
        display: flex;
        flex-direction: row-reverse;
    }
    .slideinfo.style1 .info{
        background: #e7e7e7;
        color: #000;
        text-align: right;
    }
    .slideinfo.style1 .info::before{
        left: calc(100% - 2px);
        right: auto;
        width: 30%;
        background: #e7e7e7;
        clip-path:polygon(0% 100%, 100% 100%,30% 0%, 0% 0%);
    }
    .slideinfo.style1 .slick-dots{
        right: 2vw;
        left: auto;
    }
    .contactform{
        background: #0f9495;
        color: #fff;
        padding-top: 150px;
        padding-bottom: 100px;
    }
    @media (min-width: 1920px) {
        .contactform .container{
            max-width: 1440px;
        }
    }
    
    .contactinfo{
        display:flex;
        font-size: 1.2rem;
        padding-bottom: 100px;
    }
    .contactinfo > div{
        max-width: 50%;
        min-width: 50%;
    }
    .contactinfo .info{
        padding-right: 100px;
    }
    .contactinfo .info h2{
        font-size: 4rem;
        font-weight: 300;
        font-family: 'Trirong', sans-serif;
        margin-bottom: 20px;
    }
    .contactinfo .info h3{
        font-size: 1.8rem;
        font-weight: 300;
        font-family: 'Trirong', sans-serif;
        margin-bottom: 20px;
    }
    .contactinfo .info h4{
        font-size: 1.3rem;
        font-weight: 300;
    }
    .contactinfo hr{
        opacity: 1;
        border-color: #fff;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contactinfo .info .icon{
        margin-bottom: 10px;
    }
    .contactinfo .info .icon i{
        width: 30px;
    }
    .form_contact{
        padding-top: 100px;
        padding-left: 50px;
    }
    .form_contact > h2{
        font-family: 'Trirong', sans-serif;
        font-weight: 300;
        margin-bottom: 40px;
        font-size: 1.8rem;
    }
    #formContact .form-control{
        font-size: 1.2rem;
        font-weight: 300;
        border-radius: 0;
        border: none;
    }
    #formContact textarea::placeholder,
    #formContact input::placeholder{
        color: #999;
    }
    .googlemap iframe{
        width: 100%;
        height: 700px;
    }
    .career_info{
        background: #0f9495;
        color: #fff;
        padding: 150px 0;
    }
    .career_info > .container{    
        display: flex;
    }
    .career_info > .container .image{    
        display: flex;
        align-items: flex-start;
        max-width: 50%;
        min-width: 50%;
    }
    .career_info > .container .image > img.img1{    
        margin-top: 160px;
    }
    .career_info > .container .image > img{    
        width: 50%;
    }
    .career_info > .container .info{    
        max-width: 50%;
        min-width: 50%;
        padding-left: 140px;
        padding-top: 100px;
        font-size: 1.3rem;
    }
    .career_info > .container .info h2{    
        font-family: 'Trirong', sans-serif;
        font-weight: 300;
        font-size: 3.8rem;
    }
    .career_info > .container .info h4{    
        font-family: 'Trirong', sans-serif;
        font-weight: 300;
        font-size: 1.5rem;
        margin-top: 25px;
    }
    .careerform{
        padding: 150px 0;
    }
    .careerform .formcareer{
        max-width: 1000px;
        margin: auto;
    }
    #formCareer .form-select,
    #formCareer .form-control{
        border: 2px solid #ddd;
        box-shadow: none;
        font-size: 1.3rem;
        font-weight: 300;
    }
    .careerform .formcareer > h2{
        color: #279fa0;
        text-align: center;
        font-size: 4rem;
        font-weight: 300;
        margin-bottom: 60px;
    }
    .careerform .formcareer label{
        font-size: 1.3rem;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .m_news .head_img.view{
        max-height: 430px;
        overflow: hidden;
    }
    .news_layout{
        background: #0f9495;
        padding: 150px 0;
        padding-bottom: 350px;
        color: #fff;
    }
    ul.newslists{
        display: flex;
        margin: 0;
        padding: 0;
        gap:60px;
        list-style: none;
        flex-wrap: wrap;
    }
    ul.newslists > li{
        max-width: calc(50% - 60px);
        min-width: calc(50% - 60px);
        position: relative;
    }
    .offerinfo{
        position: relative;
    }
    .offerinfo .img{
        overflow: hidden;
    }
    .offerinfo .img > img{ 
        width: 100%;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .offerinfo:hover .img > img{ 
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1);
    }
    .offerinfo .info{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 40px 100px;
        color: #fff;
        text-align: center;
        background: rgb(36,69,145);
        background: linear-gradient(180deg, rgba(36,69,145,0) 0%, rgba(9,89,90,1) 100%);
        font-size: 1.3rem;
    }
    .offerinfo .info h2{
        font-family: 'Trirong', sans-serif;
        font-weight: 300;
        font-size: 2.3rem;
    }
    .offerinfo .info .btn{
        background: rgba(255,255,255,0.3);
        color: #fff;
        font-size: 1.3rem;
        font-weight: 300;
        padding: 7px 50px;
        padding-bottom: 10px;
        border-radius: 30px;
    }
    .newsslide .container,
    .view_details{
        max-width: 1400px;
        margin: auto;
    }
    .view_details .img{
        margin-bottom: 1.5rem;
    }
    .view_details > h2{
        font-size: 2rem;
        font-family: 'Trirong', sans-serif;
    }
    .newsslide .container{
        margin-top: -350px;
        margin-bottom: 150px;
        padding: 0;
    }
    #slide_icon .slick-next::before,
    #slide_icon .slick-prev::before,
    .ticketslide .slick-next::before,
    .ticketslide .slick-prev::before,
    .offerslide .slick-next::before,
    .offerslide .slick-prev::before{
        display: none;
    }
    .ticketslide .slick-next,
    .offerslide .slick-next{
        right: -50px;
    }
    .ticketslide .slick-prev,
    .offerslide .slick-prev{
        left: -50px;
    }
    #slide_icon .slick-next,
    #slide_icon .slick-prev,
    .ticketslide .slick-next,
    .ticketslide .slick-prev,
    .offerslide .slick-next,
    .offerslide .slick-prev{    
        width: 20px;
        height: 40px;
        background: url('../img/icon/i-prev.png') center center no-repeat;
    }
    #slide_icon .slick-next,
    .ticketslide .slick-next,
    .offerslide .slick-next{
        background: url('../img/icon/i-next.png') center center no-repeat;
    }
    .offerslide{
        margin-left: -30px;
        margin-right: -30px;
    }
    .offerslide .slick-slide {
        margin-right:30px;
        margin-left:30px;
    }
    .offerslide .offerinfo .info h2{
        font-size: 2rem;
    }
    .offerslide .offerinfo .info{
        padding-left: 50px;
        padding-right: 50px;
    }
    .offerslide .offerinfo{
        margin-top: 40px;
    }
    .rooms_header{
        padding-top: 100px;
    }
    .rooms_header{
        background: #0f9495;
        padding: 120px 0;
        padding-bottom: 200px;
        color: #fff;
    }
    .rooms_header h1{
        font-family: 'Trirong', sans-serif;
        margin-bottom: 25px;
        font-weight: 300;
        font-size: 4rem;
        text-transform: uppercase;
    }
    .rooms_header p{
        font-size: 1.4rem;
    }
    .room_footer{
        padding: 100px 0;
        font-size: 1.5rem;
        background: #e8e8e8;
    }
    .m_room .filterbox::before,
    .m_room .room_filter::after,
    .m_room .room_filter::before{
        display: none;
    }
    .m_room .room_filter .filterbox{
        padding-bottom: 50px;
    }
    .roomsinfo{
        position: relative;
        padding-bottom: 40px;
        background: #fff;
    }
    .roomsinfo.active::before{
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0px;
        height: 0px;
        border-top: 40px solid #0f9495;
        border-right: 40px solid transparent;
        border-left: 40px solid transparent;    
    }
    .roomsinfo .img{
        height: 35vw;
    }
    .roomsinfo .img > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .roomsinfo .img::after{
        content: '';
        background: #0f9495;
        opacity: 0;
        z-index: 2;
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        bottom: 0px;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .roomsinfo .img:hover::after,
    .roomsinfo.active .img::after{
        opacity: 0.7;
    }
    .roomsinfo:hover .img::after{
        opacity: 0.5;
    }
    .roomsinfo .info{
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        z-index: 3;
        text-align: center;
    }
    .roomsinfo .info h3{
        color: #fff;
        font-weight: 300;
        padding: 3vw 2vw;
        font-size: 2vw;
    }
    .roomsinfo .img{
        width: 100%;
        overflow: hidden;
    }
    .roomsinfo .img > img{
        width: 100%;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .roomsinfo:hover .img > img{
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1);
    }
    .rooms_info{
        padding: 150px 0;
        padding-bottom: 250px;
        background: #fff;
    }
    .rooms_info .roomdesc{
        text-align: center;
        padding-bottom: 50px;
    }
    .rooms_info .roomdesc > h2{
        font-size: 3.5rem;
        font-family: 'Trirong', sans-serif;
        font-weight: 400;
        margin-bottom: 40px;
    }
    .rooms_info .roomdesc > p{
        font-size: 1.3rem;
    }
    .rooms_info .roomfac > h4{
        text-align: center;
        font-family: 'Trirong', sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
    }
    .rooms_info .roomfac > ul.faclists{
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 30px;
        font-size: 1.4rem;
        flex-wrap: wrap;
    }
    .room_photobox{
        max-width: 1200px;
        margin: auto;
        top: -200px;
        position: relative;
        margin-bottom: 80px;
    }
    .roomphoto .img > img{
        width: 100%;
    }
    .m_room .photoslide{
        background: #e8e8e8;
        margin-bottom: -200px;
    }
    .photoslide .slick-next::before,
    .photoslide .slick-prev::before{
        display: none;
    }
    .photoslide .slick-next,
    .photoslide .slick-prev{
        width: 25px;
        height: 50px;
    }
    .photoslide .slick-prev{
        background: url('../img/rooms/icon-back.png') center center no-repeat;
        left: -50px;
    }
    .photoslide .slick-next{
        background: url('../img/rooms/icon-next.png') center center no-repeat;
        right: -50px;
    }
    .waterinfo{
        padding: 150px 0;
        background: url('../img/waterpark/bg.jpg') center center no-repeat;
        background-size: cover;
        color: #fff;
    }
    .waterhtml{
        text-align: center;
        max-width: 1000px;
        margin: auto;
        font-size: 1.4rem;
    }
    .waterhtml > h2{
        font-size: 3.5em;
        font-family: 'Trirong', sans-serif;
        font-weight: 300;
    }
    .ticketslide{
        margin-top: 150px;
    }
    .ticketslide .info{
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 15px;
    }
    .ticketslide .img > img{
        width: 100%;
    }
    .ticketslide .info .name{
        font-size: 1.5rem;
    }
    .m_water .view_details .info .price,
    .ticketslide .info .price{
        font-size: 2rem;
        position: relative;
        display: flex;
        align-items: center;
    }
    .m_water .view_details .info .price::after,
    .ticketslide .info .price::after{
        content: attr(data-discount);
        display: inline-block;
        padding-left : 15px;
        text-decoration: line-through;
        opacity: 0.8;
        font-size: 1.5rem;
    }
    .m_water .view_details .info .price[data-discount=""]::before,
    .ticketslide .info .price[data-discount=""]::before{
        display: none;
    }
    .m_water .view_details .info .btn,
    .ticketslide .info .btn{
        background: #215999;
        color: #fff;
        font-size: 1.5rem;
        padding: 10px 40px;
        border-radius: 30px;
        font-weight: 300;
        min-width: 140px;
        max-width: 140px;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .m_water .view_details .info .btn:hover,
    .ticketslide .info .btn:hover{
        background: #266dbe;
    }
    .m_water .view_details hr{
        border-color: #fff;
    }
    .m_water .view_details .info{
        display: flex;
    }
    .m_water .view_details .info .name{
        padding-right: 20px;
    }
    .ticketslide .slick-slide{
        padding: 0 30px;
    }
    .ticketslide .img{
        position: relative;
        overflow: hidden;
    }
    .ticketslide .img > img{
        width: 100%;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .ticketslide .img:hover > img{
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1);
    }
    .water_zone{
        position: relative;
    }
    .water_zone > img{
        width: 100%;
    }
    .water_zone a.btnZone{
        position: absolute;
        z-index: 1;
        left: 0;
        top:0;
        display: inline-block;
        width: 6vw;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .water_zone a.btnZone:hover{
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1);
    }
    .water_zone a.btnZone img{
        width: 100%;
    }
    .water_zone a.btnZone.ZoneA{
        left: 22%;
        top: 15%;
    }
    .water_zone a.btnZone.ZoneB{
        left: 35%;
        top: 20%;
    }
    .water_zone a.btnZone.ZoneC{
        left: 45%;
        top: 32%;
    }
    .water_zone a.btnZone.ZoneD{
        left: 54%;
        top: 43%;
    }
    .zoneview{
        width: 100%;
        max-width: 1800px;
        margin: 0;
    }
    .zone_info{
        background: #0f9495;
        color: #fff;
        position: relative;
        padding: 100px 80px;
        display: flex;
        align-items: center;
    }
    .zone_info .zicon{
        position: relative;
        top: 0;
        align-self: flex-start;
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .isPhoto .zone_info .zicon{
        top: -200px;
    }
    .isPhoto .zone_info .zicon > img{
        width: 323px;
    }
    .zone_info .desc{
        font-size: 2rem;
        padding-left: 50px;
    }
    .zoneslide{
        background: #0f9495;
    }
    .zoneslide .img > img{
        width: 100%;
    }
    .zoneslide .slick-dots{
        bottom: 60px;
    }
    .zoneview .fancybox-button{
        width: 60px;
        height: 60px;
    }
    #btnGoogleLogin iframe{
        margin: auto!important;
    }
/* }HTML */

/* MEMBER */
    .m_inner .m_login{
        padding: 100px 0;
        background: #fff;
    }
    .m_inner .m_login .card.bgBlur{
        box-shadow: none;
    }
/* END MEMBER*/
.show-swal2{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.m_room_booking{
    padding-top: 280px;
    background: #0f9495;
}
.m_room_booking .filterbox::before,
.m_room_booking .room_filter::before,
.m_room_booking .room_filter::after{
    display: none;
}
.m_room_booking .room_filter .filterbox{
    position: inherit;
}
.m_room_booking .room_filter{
    padding-top: 60px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.room_booking_info{
    background: #fff;
    min-height: 500px;
    padding: 50px 0;
    padding-bottom: 150px;
}
@media (min-width: 1430px) {
    .room_booking_info > .container{
        max-width: 1430px;
    }    
}
.room_booking_info .card{
    border:1px solid #0f9495;
    border-radius: 0;
    padding: 40px 20px;
    padding-top: 20px;
    margin-bottom: 50px;
}

.room_booking_info .main_info{
    display: flex;
    align-items: flex-start;
}
.room_booking_info .main_info .roominfo{
    max-width: 485px;
    min-width: 485px;
}
.room_booking_info .main_info .roominfo > .img{
    position: relative;
    outline: none;
}
.room_booking_info .main_info .roominfo > .img > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.room_booking_info .main_info .roominfo > .img::before{
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url('../img/booking/i-gallery.png') center center no-repeat;
    display: block;
}
.room_booking_info .main_info > .info{
    min-width: calc(100% - 485px);
    max-width: calc(100% - 485px);
    padding-left: 30px;
}
.room_booking_info .faclists{
    display: flex;
    list-style: none;
    padding: 0;
    margin : 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    column-gap: 15px;
    flex-wrap: wrap;
}
.room_booking_info .faclists > li{
    white-space: nowrap;
    text-align: center;
}
.room_booking_info .faclists > li > .img{
    
}
.room_booking_info .faclists > li > .img > img{
    height: 80px;
}
.room_booking_info .option_box{
    display: flex;
    padding: 0 0px;
    padding-bottom: 25px;
    gap: 15px;
    font-size: 1.2rem;
    color: #515656;

}
.room_booking_info .option_box .desc{

}
.room_booking_info .main_info > .info .btn{
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 1.1rem;
    font-weight: 300;
}
.room_booking_info .sub_room{
    padding: 30px 0;
}
.room_booking_info .sub_room > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.room_booking_info .sub_room > ul > li{
    border-top: 1px solid #0f9495;
    padding: 40px 0;
    align-items: center;
}
.room_booking_info .sub_room > ul > li .col:not(.r_info){
    min-width: 180px;
    max-width: 180px;
}
.room_booking_info .sub_room > ul > li .col.r_cordition{
    min-width: 220px;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.room_booking_info .sub_room > ul > li h3{
    font-size: 1.8rem;
    font-weight: 400;
    color: #0f9495;
    margin-bottom: 10px;
}
.room_booking_info .sub_room > ul > li .col.r_info{
    display: flex;
    align-items: center;
}
.room_booking_info .sub_room > ul > li .col.r_price{
    text-align: right;
    padding-right: 20px;
    min-width: 150px;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.room_booking_info .sub_room > ul > li .col.r_price .r_discount{
    text-decoration: line-through;
    color: #999;
}
.room_booking_info .sub_room > ul > li .col.r_price .r_total{
    font-size: 1.5rem;
    color: #0f9495;
}
.room_booking_info .sub_room > ul > li .col a.btn{
    font-size: 1.2rem;
    padding: 5px 40px;
}
.room_booking_info .sub_room > ul > li .fn_rooms{
    display: flex;
    margin-bottom: 5px;
}
.form-check-input:checked{
    background-color: #0f9495;
    border-color: #0f9495;
}
.room_booking_info .room_title{
    font-weight: 400;
}
.room_booking_info .sub_room > ul > li .col.r_unit{
    min-width: 130px;
    max-width: 130px;
    text-align: center;
    font-size: 1.5rem;
}
.room_booking_info .sub_room > ul > li .col.r_unit select{
    width: 100%;
    border: 2px solid #0f9495;
    text-align: center;
    outline: none;
    font-size: 1.1rem;
    padding-top: 2px;
    padding-bottom: 2px;
}
.bookstep{
    padding: 30px 0;
    margin-bottom: 0px;
}
.bookstep > ul{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: #0f9495;
}
.bookstep > ul > li > a{
    display: block;
    display: flex;
    justify-content: center;
    align-items : center;
    width: 60px;
    height: 60px;
}
.bookstep > ul > li.active > a{
    background: #0f9495;
    color: #fff!important;
    border-radius: 50%;

}
.room_booking_info .card .view_info{
    display: flex;
}
.room_booking_info .card .view_info .form-select{
    font-size: 1rem;
    min-width: 100px;
}
.room_booking_info .card .view_info > .col1{
    flex-grow: 1;
}
.room_booking_info .card .view_info > .col2{
    max-width: 250px;
    min-width: 250px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}
.room_booking_info .card .view_info > .col2 a{  
    border-radius: 0;
    font-size: 1.5rem;
    width: 100%;
}
.room_booking_info .card .view_info h3{
    color: #0f9495;
    font-weight: 400;
    position: relative;
    display: block;
    padding-right: 50px;
}
.room_booking_info .card .view_info h3 > a{
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 1rem!important;
    padding: 0px 15px!important;
}
.room_booking_info .card .view_info .adult{
    display: flex;
    color: #848989;
    gap: 20px;
    font-size: 1.1rem;
    padding-bottom: 15px;
    justify-content: space-between;
}
.room_booking_info .card .view_info .adult > div{
    display: flex;
    gap: 10px;
    align-items: center;
}
.room_booking_info .card .view_info .adult i{
    color: #0f9495;
    margin-right: 5px;
}
.room_booking_info .card .view_info .date_info{

}
.room_booking_info .card .view_info .date_info > .rows{
    display: flex;
    justify-content: space-between;
    color: #848989;
    font-size: 1.1rem;
}
.bill_info .room_info .view_info .date_info > .rows .badge,
.room_booking_info .card .view_info .date_info > .rows .badge{
    font-size: 0.8rem;
    font-weight: normal;
}
.room_booking_info .card .view_info .date_info > .rows strong{
    color: #000;
}
.room_booking_info .card .view_info .date_info > .rows.head{
    color: #000;
    font-weight: 400;
    font-size: 1.2rem;
    padding-bottom: 5px;
    align-items: center;
}
.room_booking_info .card .view_info .date_info > .rows.head .NumberOfUnits{
    display: flex;
    white-space: nowrap;
    gap: 10px;
    align-items: center;
}
.room_booking_info .card .view_info .date_info > .rows.sum{
    font-size: 1.3rem;
    color: #848989;
}
.room_booking_info .card .view_info .date_info > .rows.sum strong{
    color: #0f9495;
}
.room_booking_info .card .view_info .date_info > .rows.sum .all_discount,
.room_booking_info .card .view_info .date_info > .rows.sum .min_room{
    background: #ef7900;
    color: #fff;
    font-size: 0.9rem;
    padding: 0px 10px;
}
.room_booking_info .card .view_info .date_info > .rows.sum .min_room{
    color: #fff;
    background : #e43416;
}
.room_booking_info .card .view_info .date_info > .rows.total{
    font-size: 2rem;
    color: #0f9495;
}
.room_booking_info .card .view_info .date_info > .rows.disable{
    text-decoration: line-through;
    opacity: 0.5;
}
.room_booking_info .card .view_info .date_info > .ms{
    text-align: right;
    color: #848989;
}
.room_booking_info .card .view_info .date_info > .rows .cprice{
    min-width: 60px;
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
}
.room_booking_info .card .view_info .date_info > .rows .cprice strong{
    padding-left: 3px;
}
.room_booking_info .card .view_info .date_info > .rows .cprice::before{
    content: attr(data-price);
    display: inline-block;
    text-decoration: line-through;
    padding-right: 10px;
    position: absolute;
    right: 100%;
    white-space: nowrap;
    font-size: 0.8rem;
}
.room_booking_info .card .view_info .date_info > .rows.discount{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}
.room_booking_info .card .view_info .date_info > .rows.discount input{
    font-weight: 300;
    text-align: center;
    border: 1px solid #0f9495;
    outline: none;
    color: #0f9495;
}
.water_zone .map-mobile{
    display: none;
}
.room_booking_info .memberbox > .card{
    max-width: 550px;
    padding: 0;
    margin: auto;
    border: none;
}
.room_booking_info .booking_info{
    max-width: 1000px;
    margin: auto;
}
.bill_info{
    max-width: 1100px;
    border: 1px solid #b4b4b4;
    margin: auto;
    padding: 40px 60px;
    padding-bottom: 120px;
    background: #fff url('../img/booking/mail-bg.png') bottom center no-repeat;
    background-size: contain;
    color: #837f7f;
}
.bill_info ul.cart_lists > li .coursesbox .prices .price{
    padding-right: 0;
}
.bill_info .head{
    display: flex;
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 30px;
}
.bill_info .head .center{
    padding-left: 60px;
    padding-right: 20px;
    font-size: 0.9rem;
    flex-grow: 1;
}
.bill_info .head .center .thk{
    font-weight: 400;
    font-size: 1.2rem;
    color: #000;
}
.bill_info .head .center .thk strong{
    color: #0f9495;
}
.bill_info .head .center,
.bill_info .head .no{
    padding-top: 10px;
}
.bill_info .head .no{
    min-width: 250px;
    max-width: 250px;
}
.bill_info .head .no strong{
    color: #000;
}
.bill_info .head .no .order_id{
    font-size: 1.2rem;
}
.bill_info .address_info{
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #b4b4b4;
}
.bill_info .address_info .left,
.bill_info .address_info .right{
    min-width: 50%;
    max-width: 50%;
}
.bill_info .address_info .info{
    font-size: 0.9rem;
    color: #5c5c5c;
    margin-bottom: 20px;
}
.bill_info .address_info .info .name{
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
}
.bill_info .address_info .right{
    padding-left: 40px;
    border-left: 1px solid #ddd;
}
.bill_info .sumtotal{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
}
.bill_info .sumtotal .logo{
    min-width: 327px;
    max-width: 327px;
}
.bill_info .sumtotal .logo .img{
    display: block;
}
.bill_info .sumtotal .total{
    min-width: 500px;
    max-width: 500px;
    padding-top: 40px;
}
.bill_info .sumtotal .subinfo{
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    color: #000;
}
.bill_info .sumtotal .subinfo.totalinfo{
    font-size: 2rem;
}
.bill_info .sumtotal .subinfo.totalinfo .rihgt span{
    color: #0f9495;
}
.bill_info .sumtotal .price_sum,
.bill_info .sumtotal .discountinfo{
    display: flex;
    justify-content: space-between;
}
.bill_info .sumtotal .price_sum{
    font-size: 1.4rem;
}
.bill_info .room_info{
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    padding-bottom: 0px;
}
.bill_info .room_info > .img{
    max-width: 300px;
    min-width: 300px;
    position: relative;
    outline: none;
}
.bill_info .room_info > .img > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bill_info .room_info > .img::before{
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
}
.bill_info .room_info > .info{
    min-width: calc(100% - 300px);
    max-width: calc(100% - 300px);
    padding-left: 30px;
}
.bill_info .room_info .view_info{
    display: flex;
}
.bill_info .room_info .view_info > .col1{
    flex-grow: 1;
}
.bill_info .room_info .view_info > .col2{
    max-width: 250px;
    min-width: 250px;
    padding-left: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.bill_info .room_info .view_info > .col2 a{  
    border-radius: 0;
    font-size: 1.5rem;
    width: 100%;
}
.bill_info .room_info .view_info h3{
    color: #0f9495;
    font-weight: 400;
    font-size: 1.5rem;
}
.bill_info .room_info .view_info p{
    font-size: 1.2rem;
}
.bill_info .room_info .view_info .adult{
    display: flex;
    color: #848989;
    gap: 20px;
    font-size: 1.2rem;
    padding-bottom: 10px;
}
.bill_info .room_info .view_info .adult i{
    color: #0f9495;
    margin-right: 5px;
}
.bill_info .room_info .view_info .date_info{

}
.bill_info .room_info .view_info .date_info > .rows{
    display: flex;
    justify-content: space-between;
    color: #848989;
    font-size: 1.1rem;
}
.bill_info .room_info .view_info .date_info > .rows.head{
    color: #000;
    font-weight: 400;
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.bill_info .room_info .view_info .date_info > .rows.sum{
    font-size: 1.3rem;
    color: #848989;
}
.bill_info .room_info .view_info .date_info > .rows.total{
    font-size: 2rem;
    color: #0f9495;
}
.bill_info .room_info .view_info .date_info > .rows.disable{
    text-decoration: line-through;
    opacity: 0.5;
}
.bill_info .room_info .view_info .date_info > .ms{
    text-align: right;
    color: #848989;
}
.bill_info .room_info .view_info .date_info > .rows .cprice{
    min-width: 60px;
    text-align: right;
    position: relative;
}
.bill_info .room_info .view_info .date_info > .rows .cprice::before{
    content: attr(data-price);
    display: inline-block;
    text-decoration: line-through;
    padding-right: 15px;
    position: absolute;
    right: 100%;
    white-space: nowrap;
    font-size: 0.9rem;
}
.bill_info .room_info .view_info .date_info > .rows.discount{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}
.bill_info .room_info .view_info .date_info > .rows.discount input{
    font-weight: 300;
    text-align: center;
    border: 1px solid #0f9495;
    outline: none;
    color: #0f9495;
}
.bill_footer{
  padding: 50px 0;
  text-align: center;
  position: relative;
  max-width: 800px;
  margin: auto;
}
.bill_footer .ms1{
  font-size: 16px;
  margin-bottom: 10px;
}
.bill_footer .ms2{
  font-size: 13px;
  color: #837f7f;
}
.bill_footer .print{
  background: #848989;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  padding-right: 30px;
  position: absolute;
  left: 100%;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 40px;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  column-gap: 15px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 20px;
}
.home_intropage > img{
    width: 100%;
}
.ticketbox{
    display: flex;
    margin-bottom: 20px;
}
.ticketbox .tLeft{
    min-width: calc(100%);
    max-width: calc(100%);
}
.ticketbox .tLeft .img{
    max-width: 150px;
    min-width: 150px;
}
.ticketbox .tLeft .img > img{
    width: 100%;
}
.ticketbox .tLeft .tickname{
    display: flex;
    gap: 15px;
    align-items: center;
}
.ticketbox .tLeft .tickname .name{
    /* max-width: 300px;
    min-width: 300px; */
    text-align: left;
    white-space: normal;
}
.ticketbox .tSum{
    min-width: 400px;
    max-width: 400px;
}
.ticketbox table{
    font-size: 1.4rem;
}
.ticketbox table td{
    text-align: center;
    vertical-align: middle;
}
.ticketbox .fnUnit{
    display: flex;
}
.ticketbox .fnUnit a{
    background: #000;
    color: #fff;
    padding: 0 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ticketbox .fnUnit input{
    max-width: 80px;
    text-align: center;
    border: 1px solid #000;
    font-weight: 200;
    outline: none;
    border-radius: 0;
    appearance: textfield;
     -moz-appearance: textfield;
     -webkit-appearance: textfield;
}
.ticketbox .fnUnit input[type="number"]::-webkit-inner-spin-button {
 display: none;
}
.cart_ticket_info .summary{
}
.cart_ticket_info .summary .suminfo{
    background: #0f9495;
    padding: 50px 40px;
    margin-top: 0px;
    color: #fff;
}
.cart_ticket_info .summary .suminfo > h4{
    margin-bottom: 20px;
}
.cart_ticket_info .summary .suminfo .form-control{
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.cart_ticket_info .summary .suminfo .form-check{
    display: flex;
    align-items: center;
}
.cart_ticket_info .summary .suminfo .form-check-label{
    font-size: 1.3rem;
}
.cart_ticket_info .subinfo{
    display: flex;
    justify-content: space-between;
    gap:15px;
    font-size: 1.2rem;
    padding-bottom: 15px;
    align-items: center;
}
.cart_ticket_info .subinfo.totalinfo{
    font-size: 1.5rem;
    font-weight: 300;
}
.cart_ticket_info .subinfo.totalinfo .right{
    font-size: 1.5rem;
}
.ticket_info .fnPrice::after,
.ticketbox .fnPrice::after{
    content: attr(data-discount);
    display: inline-block;
    padding-left : 5px;
    text-decoration: line-through;
    opacity: 0.8;
    font-size: 1rem;
}
.ticket_info .fnPrice[data-discount="0"]::after,
.ticketbox .fnPrice[data-discount="0"]::after{
    display: none;
}
.ticket_info table{
    font-size: 1.2rem;
    width: 100%;
}
.ticket_info table .img > img{
    width: 200px;
}
.ticket_info table .name{
    max-width: 400px;
}
.status_Cancel{
    opacity: 0.5;
    text-decoration: line-through;
}
.mticket{
    padding-left: 0;
}
.mticket .info{
    display: flex;
}
.mticket .info .name{
    flex-grow: 1;
}
.mticket .info .unit{
    padding-left: 10px;
    padding-right: 10px;
    min-width: 50px;
    max-width: 50px;
    text-align: right;
}
.booking_sums{
    display: flex;
    margin-bottom: 30px;
}
.booking_sums > .discount,
.booking_sums > .book_sumtotal{
    padding: 30px 35px;
    padding-bottom:35px;
}
.booking_sums > .discount{
    max-width:400px;
    min-width:400px;
    background: #0f9495;
    color : #fff;
}
.booking_sums > .discount{
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.booking_sums > .discount .cc{
    min-width: 280px;
    max-width: 280px;
}
.booking_sums > .discount #checkDiscountWater,
.booking_sums > .discount #checkDiscount,
.booking_sums > .discount #checkPoint{
    text-align: center;
    margin-bottom: 10px;
    border-radius: 40px;
    border: none;
    outline: none;
    font-size: 1.4rem;
    min-width: 100%;
    min-width: 100%;
    height: 40px;
}
.booking_sums > .discount #checkPoint{
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: none;
    outline: none;
}
.booking_sums > .discount .message,
.booking_sums > .discount .subms{
    font-size: 0.9rem;
}
.booking_sums .book_sumtotal{
    flex-grow: 1;
    background : #0f9495;
    color : #fff;
}
.booking_sums .book_sumtotal hr{
    border-color: #fff;
}
.booking_sums .book_sumtotal .btitle{
    font-size:1rem;
}
.booking_sums .book_sumtotal .total{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.booking_sums .book_sumtotal .total .cc{
    color: #fff;
    text-align: right;
    font-weight: 400;
    font-size: 2.2rem;
}
.booking_sums .book_sumtotal .total .btitle{
    font-size: 2rem;
}
.booking_sums .book_sumtotal .total .ms{
    font-size: 1rem;
    color : #fff;
}
.booking_sums .book_sumtotal ul.sumlists{
    list-style: none;
    padding: 0;
}
.booking_sums .book_sumtotal ul.sumlists > li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 5px 0;
}
.booking_sums .book_sumtotal ul.sumlists > li .value{
    white-space: nowrap;
}
.booking_sums .book_sumtotal .discountinfo{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.2rem;
}
.booking_sums .book_sumtotal .discountinfo a#delcode,
.booking_sums .book_sumtotal .discountinfo a#delpoint{
    background: red;
    color: #fff;
    display: inline-block;
    padding: 0px 5px;
    font-size: 0.8rem;
    margin-left: 5px;
}
.maincheckout{
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: flex-end;
}
.maincheckout > a{
    font-size: 1.3rem;
    padding : 10px 30px;
}
.type_conditions{
    padding-bottom: 20px;
}
.type_conditions .typeinfo:not(.active){
    display: none;
}
.popup_offer{
    position: fixed;
    background: #fff;
    padding: 0px;
    bottom: 0px;
    right: 0px;
    box-shadow: 0 0px 35px rgba(0, 0, 0, 0.3);
    max-width: 350px;
    max-height: 350px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
@media (min-width: 767px) {
   /* .popup_offer:hover{
        bottom: 15px;
        right: 15px;
    }  */
}
.popup_offer a.close{
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 1.5rem;
    z-index: 1;
}
.popup_offer .slick-dots{
    bottom: 5px;
}
.popup_offer .offer_body{
    min-height: 100%;
}
#offer_slide .offer_img{
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
}
#offer_slide .offer_img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
#offer_slide .offer_img:hover> img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
#offer_slide .offer_img .infos{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#offer_slide .offer_img .infos .offer_title{
    font-size: 1.3rem;
    color: #0f9495;
}
.book_nav{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 15px;
}
.book_nav > a{
    background: #ccc;
    color: #333;
    border: none;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 4px;
}
.book_nav > a:hover{
    background: #ddd;
    color: #333;
}
.book_nav > a.active{
    background: #005957;
    color: #fff;
}
@media (max-width: 991px) {
    .book_nav{
        margin-bottom: 15px;
    }
    .book_nav > a{
        font-size: 1rem;
        padding-left: 40px;
        padding-right: 40px;
    }
}
.alertpromotion{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 10px;
}
.alertpromotion .ddown{
    display: flex;
}
.alertpromotion .ddown > div{
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    position: relative;
    padding: 0 7px;
}
.alertpromotion .ddown > div.dd{
    padding: 0 10px;
    margin-right: 5px;
}
.alertpromotion .ddown > div.dd::after{
    content: '';
    width: 2px;
    height: 22px;
    background: #0f9495;
    position: absolute;
    top: 0;
    left: 100%;
}
.alertpromotion .ddown > div.hh::after,
.alertpromotion .ddown > div.ii::after{
    content: ':';
    position: absolute;
    top: 0;
    left: calc(100% - 2px);
    font-size: 20px;
    font-weight: bold;
    color: #0f9495;
}
.alertpromotion .ddown > div .val{
    font-size: 26px;
    color: #0f9495;
}
.alertpromotion .ddown > div > span{
    display: block;
}
.waterticket .head_img{
    max-height: 470px;
}
.waterticket .waterinfo{
    background: #fff;
    padding: 50px 0;
}
.waterticket .ticketslide{
    margin-top: 80px;
}
.waterticket .ticketslide .info{
    color: #000;
}
@media (max-width: 1899px) {
    .waterticket .head_img{
        max-height: 380px;
    }
}
@media (max-width: 991px) {
    .waterticket .head_img{
        max-height: 120px;
    }
    .waterticket .waterinfo{
        padding: 30px 0;
    }
    .waterticket .ticketslide{
        margin-top: 30px;
    }
}
.ticket_buys{
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
}
.ticket_buys .rows{
    display: flex;
    align-items: flex-start;
    color: #000;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 30px;

}
.ticket_buys .rows .img{
    max-width: 300px;
    min-width: 300px;
}
.ticket_buys .rows .info{
    flex-grow: 1;
}
.ticket_buys .rows .info .name{
    font-size: 1.2rem;
    font-weight: 400;
    color: #0f9495;
}
.ticket_buys .rows .nums{
    max-width: 150px;
    min-width: 150px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ticket_buys .rows > .btn{
    max-width: 130px;
    min-width: 130px;
}
.ticket_buys .r_unit{
    width: 100%;
    border: 2px solid #0f9495;
    text-align: center;
    outline: none;
    font-size: 1.1rem;
    padding-top: 2px;
    padding-bottom: 2px;
}
.ticket_buys .btn {
    background: #215999;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 300;
    min-width: 100px;
    max-width: 100px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.ticket_buys .btn:hover{
    background-color: #113f74;
}
.ticket_buys .info .price{
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}
.ticket_buys .info .price::after{
    content: attr(data-discount);
    display: inline-block;
    padding-left: 10px;
    text-decoration: line-through;
    opacity: 0.8;
    font-size: 1rem;
    color: #999;
}
@media (max-width: 991px) {
    .ticket_buys .rows .img {
        max-width: 150px;
        min-width: 150px;
    }
    .ticket_buys .rows .info .name{
        font-size: 1.1rem;
        line-height: 22px;
    }
    .ticket_buys .rows .btn{
        max-width: 100px;
        min-width: 100px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .ticket_buys .rows > .btn{
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .ticket_buys .rows{
        gap: 10px;
    }
    .ticket_buys .rows .img {
        max-width: 120px;
        min-width: 120px;
    }  
}
@media (max-width: 550px) {
    .ticket_buys{
        margin-top: 30px;
    }
    .ticket_buys .rows{
        flex-wrap: wrap;
        gap: 15px 0;
    }
    .ticket_buys .rows .img {
        max-width: 30%;
        min-width: 30%;
    }
    .ticket_buys .rows .info {
        max-width: 70%;
        min-width: 70%;
        padding-left: 15px;
    }  
}
.room_booking_info .main_info .photocount,
.room_photobox .photocount{
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    padding-right: 15px;
    border-radius:10px;
}
.room_booking_info .main_info .photocount{
    font-size: 1.3rem;
    bottom : 10px;
    right: 10px;
    top: auto;
    border-radius: 5px;
}
@media (max-width: 991px) {
    .room_booking_info .main_info .photocount,
    .room_photobox .photocount{
        font-size: 1.2rem;
        border-radius:5px;
    }
}
#fnPoint{
    display: none;
}
.ticket_date{
    text-align: center;
    margin-bottom: 20px;
    background: #eee;
    padding: 30px;
    font-size: 1.3rem;
}
.ticket_date .selectdate{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ticket_date .selectdate input{
    max-width: 200px;
}
ul.meeting_rooms{
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.meeting_rooms > li.meeting_rows{
    display: flex;
}
ul.meeting_rooms > li.meeting_rows > .img{
    overflow: hidden;
}
ul.meeting_rooms > li.meeting_rows > .img > img{
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
ul.meeting_rooms > li.meeting_rows:hover > .img > img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
ul.meeting_rooms > li.meeting_rows > .img{
    min-width: 55%;
    max-width: 55%;
}
ul.meeting_rooms > li.meeting_rows > .ms{
    min-width: 45%;
    max-width: 45%;
}
ul.meeting_rooms > li.meeting_rows:nth-child(2n+1){
    flex-direction: row-reverse;
}
ul.meeting_rooms > li.meeting_rows > .ms{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5vw 5vw;
    background: #E7E7E7;
    position: relative;
}
ul.meeting_rooms > li.meeting_rows > .ms::before{
    content: '';
    width: 5vw; /* ปรับตามต้องการ */
    height: 100%; /* ความสูงที่สามารถเปลี่ยนแปลงได้ */
    background: #E7E7E7;
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
    position: absolute;
    left: calc(100% - 1px);
    right: auto;
    bottom: 0;
    z-index: 1;
}
ul.meeting_rooms > li.meeting_rows:nth-child(2n+1) > .ms::before{
    right: calc(100% + -1px);
    left: auto;
    background: #0F9596;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
}
ul.meeting_rooms > li.meeting_rows > .ms .mTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.meeting_rooms > li.meeting_rows:nth-child(2n+1) > .ms .mSeeMore a{
    color: #fff;
}
ul.meeting_rooms > li.meeting_rows > .ms .mSeeMore,
ul.meeting_rooms > li.meeting_rows > .ms .mDesc{
    font-size: 1.2vw;
    padding-top: 2vw;
}
ul.meeting_rooms > li.meeting_rows > .ms .mTitle h3{
    font-size: 2vw;
}
ul.meeting_rooms > li.meeting_rows > .ms .mTitle .mSeating{
    font-size: 1vw;
}
ul.meeting_rooms > li.meeting_rows:nth-child(2n+1) .ms{
    background: #0F9596;
    color: #fff;
}
.meeting_event{
    padding: 150px 0;
    background: #fff;
    text-align: center;
}
.meeting_event .mTitle{
    font-size: 1.2rem;
}
.meeting_event .mTitle h2{
    font-size: 4rem;
    margin-bottom: 20px;
    font-family: 'Trirong', sans-serif;
}
.meeting_event .mTitle .ms{
    font-size: 1.3rem;
    color: #878787;
    margin-bottom: 15px;
}
.eventSlode .sec{
    padding: 10px;
}
.eventSlode .sec a.img{
    display: block;
    position: relative;
    overflow: hidden;
}
.eventSlode .sec a.img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.eventSlode .sec a.img:hover > img{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.eventSlode .sec a.img::before{
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.eventSlode .sec:hover a.img::before{
    opacity: 1;
}
.eventSlode .sec a.img > span{
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 15px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.eventSlode .sec:hover a.img > span{
    opacity: 1;
}
.meeting_buffet{
    position: relative;
    display: flex;
}
.meeting_buffet .img{
    max-width: 75%;
    min-width: 75%;
}
.meeting_buffet .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.meeting_buffet .ms{
    position: relative;
    max-width: 25%;
    min-width: 25%;
    background: #0F9596;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1vw 0;
    font-size: 1.2vw;
}
.meeting_buffet .ms::before{
    content: '';
    width: 10vw; /* ปรับตามต้องการ */
    height: 100%; /* ความสูงที่สามารถเปลี่ยนแปลงได้ */
    background: #0F9596;
    clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
    position: absolute;
    right: calc(100% - 1px);
    left: auto;
    bottom: 0;
    z-index: 1;
}
.meeting_buffet .ms h3{
    font-size: 2.2vw;
    font-weight: normal;
}
.meeting_reviews{
    position: relative;
}
.meeting_reviews::before{
    content: '';
    background: #0F9596;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 42%;
}
.meeting_reviews{
    text-align: center;
    background: #fff;
    padding: 150px 0;
    padding-bottom: 50px;
    color: #333;
}
#ReviewSlide{
    max-width: 900px;
    margin: auto;
}
.meeting_reviews .rTititle{
    margin-bottom: 2vw;
}
.meeting_reviews .rTititle h3{
    font-size: 2.8vw;
    font-weight: normal;
}
.meeting_reviews .rTititle .desc{
    font-size: 1.4vw;
}
#ReviewSlide .slick-slide{
    padding-left: 15px;
    padding-right: 15px;
}
#ReviewSlide .review{
    background: #F4F4F4;
    border-radius: 10px;
    max-width: 699px;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding-left: 15px;
/*     min-height: 320px; */
}
#ReviewSlide .review .img{
    margin: auto;
    margin-top: -50px;
}
#ReviewSlide .review .message{
    font-size: 1.5rem;
    padding: 20px 30px;
}
#ReviewSlide .review .infos{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px;
}
#ReviewSlide .review .infos .star{
    display: flex;
}
#ReviewSlide .slick-prev::before, 
#ReviewSlide .slick-next::before{
    display: none;
}
#ReviewSlide .slick-prev, 
#ReviewSlide .slick-next{
    width: 100px;
    height: 100px;
    background: #000;
    z-index: 9;
}
#ReviewSlide .slick-next{
    background:url('../img/meetings/image/next.png') no-repeat center center;
}
#ReviewSlide .slick-prev{
    background:url('../img/meetings/image/prev.png') no-repeat center center;
}
#ReviewSlide .slick-dots li.slick-active button::before{
    color: #fff;
}
.meeting_form{
    padding: 150px 0;
    background: #eee;
}
.meeting_form.eventform{
    background: none;
}
.meeting_form img{
    padding: 70px 0;
}
.meeting_form form{
    padding: 0 50px;
}
.meeting_form form h2{
    text-align: center;
    color: #28A39E;
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 30px;
}
.meeting_views{
    background: #fff;
    padding: 100px 0;
}
@media (min-width: 1440px) {
    .meeting_views .container{
        max-width: 1200px;
        min-width: 1200px;
    }   
}
.meeting_views .view_details > h2{
    text-align: center;
    font-size: 3rem;
    margin-bottom: 20px;
}
.room_option{
    display: flex;
    align-items: center;
    gap: 10px 50px;
    justify-content: center;
    margin-bottom: 20px;
    white-space: nowrap;
    flex-wrap: wrap;
}
.room_option > div{
    display: flex;
    align-items: center;
    gap: 10px;
}
.meeting_views .mainSlide{
    margin-bottom: 80px;
}
.meeting_views .viewhtml,
.meeting_views .mainSlide .Img{
    padding-left: 80px;
    padding-right: 80px;
}
.meeting_views .mainSlide .Img > img{
    width: 100%;
}
.meeting_views .mainSlide .slick-dots{
    bottom: -45px;
}
.mainSlide .slick-prev::before, 
.mainSlide .slick-next::before{
    display: none;
}
.mainSlide .slick-prev, 
.mainSlide .slick-next{
    width: 100px;
    height: 100px;
    background: #000;
    z-index: 9;
}
.mainSlide .slick-next{
    background:url('../img/meetings/image/v-next.png') no-repeat center center;
}
.mainSlide .slick-prev{
    background:url('../img/meetings/image/v-prev.png') no-repeat center center;
}
.meeting_views .viewhtml h3,
.meeting_views .viewhtml h4{
    font-weight: normal;
}
.RoomInfos{
    padding: 50px 0;
    color: #676464;
}
.RoomInfos .col-md-7{
    padding-left: 70px;
}
.RoomInfos .col-md-7 > h4{
    margin-bottom: 20px;
}
.RoomInfos .rDesc{
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}
.RoomInfos .rDesc > li{
    display: flex;
    gap: 20px;
    border-top: 1px solid #CECECE;
    padding: 15px 30px;
}
.RoomInfos .rDesc > li:last-child{
    border-bottom: 1px solid #CECECE;
}
.RoomInfos .rDesc > li .rLeft{
    min-width: 300px;
    max-width: 300px;
    font-weight: 500;
}
.RoomInfos .rDesc > li .rRight{
    min-width: calc(100% - 300px);
    max-width: calc(100% - 300px);
}
.blogs_layout{
    background: #fff;
    padding-bottom: 150px;
}
@media (min-width: 1280px) {
    .blogs_layout .container{
        max-width: 1280px;
    }   
}
.blogs_layout .blog_intro{
    background: url('../img/blog/img/bg.png') center center no-repeat;
    background-size: cover;
    color: #fff;
}
.blogs_layout .blog_intro .ms{
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.blogs_layout .blog_intro .ms h2{
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: normal;
}
.blogs_layout .blog_intro .cates{
    padding: 20px 0;
}
.blogs_layout .blog_intro .cates > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.blogs_layout .blog_intro .cates > ul a{
    color: #fff;
    padding: 5px 15px;
}
.blogs_layout .blog_intro .cates > ul a.active,
.blogs_layout .blog_intro .cates > ul a:hover{
    background: rgb(255 255 255 / 20%);
}
.blog_lists{
    padding: 150px 0;
}
.blog_lists > h3{
    border-bottom: 1px solid #28A39E;
    padding-bottom: 15px;
}
ul.blogslists{
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
    flex-wrap: wrap;
}
ul.blogslists > li{
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 15px;
    margin-bottom: 30px;
}
ul.blogslists > li .img{
    height: 300px;
    overflow: hidden;
}
ul.blogslists > li .img > img{    
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
ul.blogslists > li:hover .img > img{    
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
ul.blogslists > li .cate{
    padding: 7px 0;
}
ul.blogslists > li .info > h2{
    font-weight: normal;
    font-size: 1.5rem;
}
ul.blogslists > li .info .seemore{
    display: flex;
    gap: 5px;
    align-items: center;
}
.blogs_layout{
    background: #fff;
}
.blogs_layout .view_details{
    padding: 100px 0;
}
.blogs_layout .view_details > h2{
    text-align: center;
    border-bottom: 1px solid #28A39E;
    padding-bottom: 15px;
    font-size: 3rem;
    margin-bottom: 20px;
}
.chat-toggle-wrapper {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}

.chat-toggle {
  margin-top: 10px;
  cursor: pointer;
}

.chat-toggle img {
  width: 70px;
  height: 70px;
}

.social-floating-icons {
  display: none;
  flex-direction: column;
  padding: 5px;
  gap: 2px;
}
.social-floating-icons img{
    width: 70px;
}
.social-floating-icons.show {
  display: flex;
}

.icon-item {
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpFade 0.4s ease forwards;
  animation-delay: var(--delay);
}

.social-floating-icons.show .icon-item {
  /* trigger animation when shown */
}

@keyframes slideUpFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.icon-item img {
  transition: transform 0.2s;
}

.icon-item img:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
    .social-floating-icons img,
    .chat-toggle img {
      width: 50px;
      height: 50px;
    }
}