@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;
    overflow-x: hidden;
}
.tooltip{
    font-family: 'Kanit', serif;
}
.btn,
.form-control{
    font-weight: 300;
}
.btn-light{
    border: 1px solid #eee;
}
.Trirong{
    
}
@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{
    background: #fff;
    padding: 20px 0;
}
@media (max-width: 991px) {
    #main_menu{
        box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    }
}
#main_menu > .container{
    position: relative;
}
.menucenter{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    min-width: 100%;
}
.langbox{
    display: flex;
    justify-content: flex-end;
}
.langbox a{
    display: flex;
    width: 35px;
    height: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 1.1rem;
}
.langbox a.active{
    background: #3fbb86;
}
.topInfo{
    background: #5EC69C;
    background: linear-gradient(90deg, rgba(94, 198, 156, 1) 0%, rgba(11, 118, 184, 1) 100%);
}
.topInfo > .container{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.topInfo > .container > *{
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #fff;
}
.topInfo > .container > a.btn{
    font-size: 1.3rem;
}
.topInfo > .container > .social{
    border-right: 1px solid #fff;
    padding-right: 20px;
    gap: 5px;
}
.topInfo > .container > .langbox{
    padding-left: 2d0px;
}
.hCall{
    display: none;
}
.hCall > a{
    display: inline-block;
    background: url('../img/home/icon-phone.png') no-repeat center center;
    background-size: cover;
    padding: 12px 0;
    padding-left: 70px;
    padding-right:30px;
    color: #fff!important;
    width: 250px;
    height: 52px;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    align-items: center;
}
.mCall .hCall{
    display: block;
    font-size: 1.2rem;
}
@media (min-width: 992px) {
    .mCall{
        display: none;
    }
    .hCall{
        display: block;
    }
}
footer .hCall{
    display: block;
}
#MainNav{
    justify-content: center;
}
#MainNav a{
    font-size: 1.3rem;
    font-weight: 400;
    color: #5f5959;
}
.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: 20px;
    padding-right: 20px;
}
#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-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;
    background: #eee;
}
.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: 3rem 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: 50px;
    height: 7px;
    padding: 0;
}
.slick-dots li button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 7px;
    padding: 0;
}
.slick-dots li button::before{
    color: #ccc;
    font-size: 0px;
    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 button::before{
    width: 50px;
    height: 7px;
    background: #ccc;
}
.slick-dots li.slick-active button::before{
    color: #4bb3a3;
    background: #4bb3a3;
    opacity: 1;
    height: 15px;
    -webkit-transform: translateY(-8px);
       -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
         -o-transform: translateY(-8px);
            transform: translateY(-8px);
}
.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: #1d82bb;
    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 span:nth-child(3){
    background: #5dc59c;
}
.navbar-toggler:hover span{
    width: 20px;
}
.navbar-toggler:hover span:nth-child(2){
    width: 25px;
}

/* website */
.navbar-brand{
    margin: 0;
    padding: 0;
}
.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%);
}
#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;
}
footer{
    background: #5FC59C;
    background: linear-gradient(-90deg,rgba(95, 197, 156, 1) 0%, rgba(8, 118, 186, 1) 100%);
    color: #fff;
}
footer .footermenu{
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footermenu .col1{
    max-width: 350px;
    padding-right: 20px;
}
.footermenu .col2 > .row{
    gap: 20px;
}
footer .footermenu .col1 .img{
    margin-bottom: 20px;
}
footer .footermenu .col1 > p{
    font-size: 1.3rem;
    font-weight: 400;
}
footer .footermenu .col1 h3{
    font-size: 1.3rem;
    font-weight: 300;
}
footer .footermenu .col1 address{
    font-size: 1.1rem;
}
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-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;
    padding-bottom: 15px;
    display: block;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
}
footer .footermenu .col2 ul{
    list-style: none;
    padding-left: 0;
}
footer .footermenu .col2 ul > li > a:not(.btn){
    padding: 4px 0;
    display: block;
    color: #fff;
    min-width: 200px;
    position: relative;
    -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 .col2 ul > li > a:not(.btn)::before{
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    right: calc(100% + 5px);
    top: 12px;
}
footer .footermenu .col2 ul > li > a:not(.btn):hover{
    -webkit-transform: translate(5px);
       -moz-transform: translate(5px);
        -ms-transform: translate(5px);
         -o-transform: translate(5px);
            transform: translate(5px);
}
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;
}
footer .footermenu .col2 ul > li > a.btn img{
    margin-right: 10px;
}
footer .copyright{
    background: #000;
    color: #fff;
    padding: 50px 0;
}
footer .copyright > .container{
    display: flex;
    justify-content: space-between;
}
footer .fRight{
    display: flex;
    gap: 10px;
    min-width: 300px;
    justify-content: space-between;
    align-items: center;
}
footer .fRight a{
    color: #fff;
}
.topInfo > .container > .social > a,
footer .fRight a.icon{
    background: #177dbc;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.1rem;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.topInfo > .container > .social > a:hover,
footer .fRight a.icon: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);
}
footer .fRight .social{
    display: flex;
    gap: 10px;
}
.head_img{
    overflow: hidden;
    position: relative;
    height: 25vw;
    display: flex;
    max-height: 660px;
}
.head_img > img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}
.head_img .container{
    display: flex;
    align-items: center;
}
.headtitle{
    position: relative;
    max-width: 50%;
    font-weight: bold;
}
.headtitle h1{
    margin-top: 0;
    font-size: 5rem;
    font-weight: bold;
    color: #0a75b8;
}
.headtitle p{
    font-size: 2rem;
    color: #5a5858;
}
/* HTML {*/
    .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;
        
    }
    .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: #0d78b7;
        color: #fff;
    }
    @media (min-width: 1920px) {
        .contactform .container{
            max-width: 1440px;
        }
    }
    
    .contactinfo{
        display:flex;
        font-size: 1.2rem;
        padding-bottom: 100px;
    }
    .contactinfo > div{
        max-width: 100%;
        min-width: 100%;
    }
    .contactinfo .info{
        padding-right: 100px;
    }
    .contactinfo .info h2{
        margin-bottom: 20px;
    }
    .contactinfo .info h3{
        font-size: 1.8rem;
        font-weight: 300;
        
        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;
    }
    .form_contact > h2{
        margin-bottom: 40px;
        font-size: 3rem;
        text-align: center;
        font-weight: 400;
    }
    .form_contact .form-control{
        font-size: 1.2rem;
        font-weight: 300;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }
    .form_contact textarea::placeholder,
    .form_contact input::placeholder{
        color: #999;
    }
    .form-check-input{
        border-radius: 0;
        border: none;
    }
    .googlemap iframe{
        width: 100%;
        height: 700px;
        float: left;
    }
    .AboutSec2 .container,
    .AboutSec3 .container{
        display: flex;
    }
    .AboutSec3 .container{
        flex-direction: row-reverse;
    }
    .AboutSec2 .container .Info,
    .AboutSec3 .container .Info{
        min-width: 50%;
        max-width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 100px;
        font-size: 1.5rem;
        color: #626363;
    }
    .AboutSec2 .container .Info h2,
    .AboutSec3 .container .Info h2{
        color: #0a75b8;
        font-size: 4rem;   
        font-weight: bold;
    }
    .AboutSec2 .container .Image,
    .AboutSec3 .container .Image{
        min-width: 50%;
        max-width: 50%;
    }
    .AboutSec2 .container .Image img,
    .AboutSec3 .container .Image img{
        width: 100%;
    }
    .AboutSec4{
        padding: 150px 0;
        background: url('../img/about/Core-Value-BG.jpg') center center no-repeat;
        background-size: cover;
    }
    .AboutSec4 img{
        max-width: 80%;
    }
    .AboutSec5{
        /* background: url('../img/about/team-photo.jpg') center bottom no-repeat; */
        background-size: 100%;
        padding: 150px 0;
        padding-bottom: 50px;
        text-align: center;
        /* padding-bottom: 29vw; */
    }
    .AboutSec5 img{
        max-width: 100%;
    }
    .AboutSec5 h2{
        font-size: 4.5rem;
        color: #0a75b8;
        margin-bottom: 2rem;
    }
    .AboutSec5 p{
        font-size: 1.8rem;
        color: #626363;
    }
    .AboutSec6{
        position: relative;
    }
    .AboutSec6 > img{
        width: 100%;
    }
    .AboutSec6 .AwardInfo{
        position: absolute;
        top: 15%;
        left: 10%;
        color: #fff;
        max-width: 43%;
        text-align: center;
    }
    .AboutSec6 .AwardInfo h2{
        font-size: 2.8vw;
        text-transform: uppercase;
    }
    .AboutSec6 .AwardInfo p{
        font-size: 1.4vw;
    }
    .AboutSec6 .AwardInfo ul.award_lists{
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        margin-top: 3vw;
        justify-content: center;
    }
    .AboutSec6 .AwardInfo ul.award_lists > li{
        padding: 1vw;
    }
    .AboutSec6 .AwardInfo ul.award_lists > li img{
        width: 12vw;
    }
    .contact_desc{
        padding: 100px 0;
    }
    .contact_desc .info{
        display: flex;
        justify-content: center;
    }
    .contact_desc .info > div{
        border-right: 1px solid #0a75b8;
        padding: 0 50px;
    }
    .contact_desc .info > div:last-child{
        border-right: none;
    }
    .contact_desc .info > .com_lists{
        display: flex;
        gap: 20px;
        justify-content: center;
    }
    .contact_desc .info > .com_lists .name{
        display: flex;
        flex-direction: column;
        color: #706969;
        white-space: nowrap;
    }
    .contact_desc .info > .com_lists .name small{
        
    }
    .contact_desc .info > .com_lists .name strong{
        font-size: 1.5rem;
    }
    .contact_desc .info > .com_lists .name small{
        font-size: 1.3rem;
    }
    .contact_desc .info > .com_lists .img{
        min-width: 77px;
        max-width: 77px;
    }
    .contact_desc .info > .com_name{
        color: #817b7b;
        max-width: 435px;
    }
    .contact_desc .info > .com_name > h3{
        font-size: 1.5rem;
    }
/* }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);
}
.chat-toggle-wrapper {
    position: fixed;
    bottom: 44px;
    right: 37px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.scollTop .chat-toggle-wrapper{
    bottom: 130px;
}
.chat-toggle {
  margin-top: 10px;
  cursor: pointer;
}

.chat-toggle img {
  width: 70px;
  height: 70px;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
.chat-toggle img:hover{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.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 {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.social-floating-icons.show .icon-item::before{
    content: '';
    background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.social-floating-icons.show .icon-item:hover::before{
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg);
}
.social-floating-icons.show .icon-item > img{
    width: 60%;
}
@keyframes slideUpFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.icon-item img:hover {
  transform: scale(1.1);
}
.slick-prev, .slick-next{
    height: 80px;
    width: 25px;
    background: none;
}
.slick-prev::before, .slick-next::before{
    display: none;
}
.slick-prev{
    left: -50px;
    background: url('../img/home/icon-back-1.png') center center no-repeat;
}
.slick-next{
    right: -50px;
    background: url('../img/home/icon-next-1.png') center center no-repeat;
}
.slick-prev:hover{
    background: url('../img/home/icon-back-1.png') center center no-repeat;
}
.slick-next:hover{
    background: url('../img/home/icon-next-1.png') center center no-repeat;
}

.industry_slide .slick-prev{
    left: -50px;
    background: url('../img/home/icon-back-2.png') center center no-repeat;
}
.industry_slide .slick-next{
    right: -50px;
    background: url('../img/home/icon-next-2.png') center center no-repeat;
}
.industry_slide .slick-prev:hover{
    background: url('../img/home/icon-back-2.png') center center no-repeat;
}
.industry_slide .slick-next:hover{
    background: url('../img/home/icon-next-2.png') center center no-repeat;
}
.slide_wecando .slick-prev{
    left: -80px;
    background: url('../img/home/iconW-back-1.png') center center no-repeat;
}
.slide_wecando .slick-next{
    right: -80px;
    background: url('../img/home/iconW-next-1.png') center center no-repeat;
}
.home_industry{
    padding: 120px 0;
    padding-bottom: 80px;
    background: #fff;
}
.home_industry .ms{
    text-align: center;
    padding-bottom: 80px;
    font-size: 1.5rem;
}
.home_industry .ms > *{
    max-width: 900px;
    margin: auto;
    color: #9a9b9b;
}
.hH2{
    font-size: 3.4rem;
}
.home_industry .ms > h2{
    color: #20abd7;
}
.industry_slide .Row0{
    padding-top: 80px;
}
.industry_slide .sImg{
    height: 420px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
.industry_slide .sImg > 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;
}
.industry_slide .sImg: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);
}
.industry_slide .sName{
    padding: 10px 30px;
    display: flex;
    font-size: 1.5rem;
    color: #626363;
    font-weight: 400;
    position: relative;
}
.industry_slide .sName::before{
    content: '';
    width: 13px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #5EC69C;
    background: linear-gradient(180deg, rgba(94, 198, 156, 1) 0%, rgba(11, 118, 184, 1) 100%);
}
.industry_slide .Row1 .sName{
    width: calc(100% - 40px);
    margin: auto;
}
.home_products{
    padding: 70px 0;
    background: #5FC59C;
    color: #fff;
    text-align: center;
}
.home_products > .container > h2{
    margin-bottom: 40px;
}
ul.slide_cates{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
ul.slide_cates > li{
    border-right: 2px solid #fff;
}
ul.slide_cates > li:first-child{
    border-left: 2px solid #fff;
}
ul.slide_cates .p_cate{
    width: 339px;
}
ul.slide_cates .p_cate .p_name,
ul.slide_cates .p_cate .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;
}
ul.slide_cates .p_cate: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);
}
ul.slide_cates .p_cate:hover .p_name{
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
}
ul.slide_cates .p_cate{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    min-height: 220px;
    margin-left: -2px;
}
ul.slide_cates .p_cate .img{
    margin-bottom: 20px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.slide_cates .p_cate .p_name{
    font-size: 1.8rem;
    color: #fff;
}
.home_p_search{
    padding-bottom: 30px;
    background: #ededed;
}
.home_p_search > .container{
    display: flex;
}
.home_p_search > .container .p_fm{
    min-width: 450px;
    max-width: 450px;
    background: #55B18B;
    background: linear-gradient(180deg, rgba(85, 177, 139, 1) 0%, rgba(84, 187, 156, 1) 36%, rgba(8, 118, 186, 1) 100%);
    height: 650px;
    background-size: 100% 100%;
    padding: 50px;
    position: relative;
    border-radius: 0 0 50px 50px;
}
.home_p_search > .container .p_fm h3{
    color: #fff;
    font-size: 3.3rem;
    margin-bottom: 40px;
}
.home_p_search > .container .p_fm .form-select,
.home_p_search > .container .p_fm .form-control{
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 1.3rem;
}
.btn_seemore{
    background: #000;
    color: #fff;
    padding: 20px 100px;
    border-radius: 40px;
    font-size: 1.5rem;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btn_seemore:hover{
    background: #5fc59c;
    color: #fff;
}
.home_p_search > .container .p_fm .btn_seemore{
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    border: none;
}
.home_p_search > .container .p_slide{
    min-width: calc(100% - 450px);
    max-width: calc(100% - 450px);
    padding:80px 80px;
}
.slide_products .box{
    padding: 0 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.slide_products .box .info{
    background: #fff;
    padding: 30px;
    border-radius: 30px 30px 0 0;
    min-height: 400px;
    flex: 1;
}
.slide_products .box .info .img{
    overflow: hidden;
    margin-bottom: 15px;
}
.slide_products .box .info .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;
}
.slide_products .box:hover .info .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);
}
.slide_products .box .info .subject{
    display: block;
    font-size: 1.4rem;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    height: 105px;
    overflow: hidden;
}
.slide_products .box .info p{
    font-size: 1.2rem;
    color: #5d5f60;
    height: 220px;
    overflow: hidden;
}
.slide_products .box .seemore{
    display: block;
    background: #6C6C6C;
    color: #fff;
    padding: 20px 15px;
    font-size: 1.4rem;
    text-align: center;
}
.slide_products .box:hover .seemore{
    background: #46B190;
}
.slide_products .slick-track{
    display: flex;
}
.slide_products .slick-track > div{
    flex: 1;
    background: #eee;
}
.hom_video{
    background: url('../img/home/VDO/bg-vdo.jpg') no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    text-align: center;
    position: relative;
}
.hom_video .video{
    margin-bottom: 80px;
    position: relative;
}
.hom_video .video .img > img{
    border-radius: 10px;
}
.hom_video .video a.img::before{
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    background: url('../img/home/VDO/icon-play.png') center center no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.hom_video .video a.img:hover::before{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.hom_video .ms{
    font-size: 1.8rem;
    max-width: 1000px;
    margin: auto;
}
.hom_video > a.btn_seemore{
    max-width: 350px;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.boxWecando{
    display: flex;
}
.boxWecando .img{
    min-width: 60%;
    max-width: 60%;
}
.boxWecando .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boxWecando .info{
    min-width: 40%;
    max-width: 40%;
}
.home_wecando{
    background: #0d78b7;
    padding: 140px 0;
}
.home_wecando .hH2{
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}
.boxWecando .info{
    padding: 60px 80px;
    background: #fff;
}
.boxWecando .info h3{
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.boxWecando .info p{
    font-size: 1.5rem;
    color: #807e7e;
}
.boxWecando .info .btn_seemore{
    display: inline-block;
    margin-top: 50px;
}
.home_news{
    padding: 100px 0;
    border-bottom: 1px solid #eee;
}
.home_news .hH2{
    text-align: center;
    color: #0b76b8;
    margin-bottom: 80px;
}
.home_news .btn_seemore{
    max-width: 350px;
    margin: auto;
    margin-top: 100px;
    display: block;
}
.slide_news .boxNews{
    padding: 0 30px;
}
.slide_news .boxNews .img{
    margin-bottom: 20px;
}
.slide_news .boxNews .img > img{
    width: 100%;
}
.slide_news .boxNews .info a{
    font-size: 1.3rem;
    color: #464545;
}
.footer_clients{
    padding: 30px 0;
}
.footer_slide .img > img{
    height: 100px;
    margin: auto;
}
.intromessage{
    background: url('../img/industry/bg.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 130px 0;
    text-align: center;
}
.intromessage h2{
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.intromessage p{
    font-size: 1.8rem;
}
@media (min-width: 1899px) {
    .intromessage .container{
        max-width: 1440px;
    }
}
.industry_layout ul.datalists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.industry_layout ul.datalists > li{
    display: flex;
    background: #fff;
}
.industry_layout ul.datalists > li > *{
    min-height: 500px;
    min-width: 50%;
    max-width: 50%;
}
.industry_layout ul.datalists > li > .info{
    display: flex;
    padding: 80px 100px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.7rem;
    color: #626363;
}
.industry_layout ul.datalists > li > .info h2{
    background: url('../img/industry/icon1.jpg') left top no-repeat;
    padding-left: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.industry_layout ul.datalists > li .img{
    overflow: hidden;
}
.industry_layout ul.datalists > 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;
}
.industry_layout ul.datalists > 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);
}
.industry_layout ul.datalists > li:nth-child(2n+1){
    flex-direction: row-reverse;
    /* background: #e2e2e2; */
}
.industry_layout ul.datalists > li > .info a.btn_seemore{
    margin-top: 15px;
}
.industry_view{
    padding: 100px 0px;
}
.industry_view h2{
    background: url('../img/industry/icon1.jpg') left center no-repeat;
    padding-left: 40px;
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.industry_view .p_slide{
    padding: 100px 0;
    background: #ededed;
}
.industry_view .p_slide > h2{
    text-align: center;
    margin-top: 0;
    font-size: 3.4rem;
    font-weight: 500;
    color: #1a84b3;
    text-transform: uppercase;
    background: none;
    margin-bottom: 60px;
}
.industry_view .viewhtml{
    padding-bottom: 100px;
}
.cke_editable,
.viewhtml{
    font-size: 1.3rem;
}
.html1 > .row,
.html2 > .row{
    padding: 15px;
}
.html1 > .row:nth-child(2),
.html2 > .row:nth-child(2){
    flex-direction: row-reverse;
}
.wecando_layout{
    padding: 100px 0;
}
.wecando_layout ul.datalists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wecando_layout ul.datalists > li{
    max-width: 50%;
    min-width: 50%;
    padding: 20px;
}
.wecando_layout ul.datalists > li .relative{
    position: relative;
    margin-bottom: 20px;
}
.wecando_layout ul.datalists > li .relative .info{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(155.77deg 47.71% 57.25% / 87%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 30px;
    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;
}
.wecando_layout ul.datalists > li:hover .relative .info{
    opacity: 1;
}
.wecando_layout ul.datalists > li .relative .img{
    overflow: hidden;
}
.wecando_layout ul.datalists > li .relative .img > 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;
}
.wecando_layout ul.datalists > li:hover .relative .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);
}
.wecando_layout ul.datalists > li h2{
    color: #272525;
    font-weight: 400;
}
.wecando_view{
    background: #0d78b7;
    padding: 100px 0;
    padding-bottom: 0;
}
.bgwhite{
    background: #fff;
}
.bggray{
    background: #d4d4d4;
}
.wecando_view .bgwhite,
.wecando_view .bggray{
    padding: 50px 40px;
}
.wecando_view .headview{
    display: flex;
    margin-bottom: 30px;
    flex-direction: row-reverse;
    align-items: center;
}
.wecando_view .headview > *{
    min-width: 50%;
    max-width: 50%;
}
.wecando_view .headview h2{
    padding-right: 30px;
    font-size: 2.5rem;
    color: #0a75b8;
    font-weight: 500;
    text-align: center;
}
/* ---- grid ---- */

.wecando_view .grid {
  
}

/* clear fix */
.wecando_view .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.wecando_view .grid-sizer,
.wecando_view .grid-item {
  width: 33.333%;
  padding: calc(20px /3);
}
.wecando_view .grid-item {
  float: left;
  position: relative;
  overflow: hidden;
}
.wecando_view .grid-item img {
  display: block;
  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;
}
.wecando_view .grid-item: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);
}   
.whychoose{
    text-align: center;
    padding: 100px 0;
    padding-bottom: 0;
    color: #fff;
    background: #0d78b7;
}
.whychoose > h3{
    font-size: 3.5rem;
    margin-bottom: 80px;
}
.whychoose ul.whylists{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.whychoose ul.whylists{
    margin-bottom: 50px;
}
.whychoose ul.whylists > li{
    max-width: calc(25% - 23px);
    min-width: calc(25% - 23px);
    border: 3px solid #fff;
    padding: 15px;
}
.whychoose ul.whylists > li .img{
    margin-bottom: 30px;
}
.whychoose ul.whylists > li h4{
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.whychoose ul.whylists > li p{
    font-size: 1.5rem;
}
@media (min-width: 1440px) {
    .newsslide .container,
    .news_view .container{
        max-width: 1440px;
        min-width: 1440px;
    }   
}
.news_view{
    padding: 80px 0;
}
.view_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    padding-bottom: 30px;
}
.view_nav .L{
    display: flex;
    gap: 15px;
}
.view_nav .L .date{
    color: #a2a4a5;
}
.view_nav .R{
    display: flex;
    gap: 5px;
    align-items: center;
}
.view_nav .R a{
    background: #0a75b8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    text-align: center;
    height: 33px;
    border-radius: 50%;
}
.view_details .slider-for .img > img{ 
    width: 100%;
}
.view_details .slider-nav{
    background: #eee;
    padding: 20px 90px;
    margin-bottom: 20px;
}
.view_details .slider-nav .img{
    width: 200px;
    height: 130px;
    overflow: hidden;
    margin : auto;
}
.view_details .slider-nav .img > img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view_details .slider-nav .slick-prev{
    left: 30px;
}
.view_details .slider-nav .slick-next{
    right: 30px;
}
.view_details > h2{
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.newsslide{
    background: #eceff6;
    padding: 80px 0;
}
.newsslide h3{
    color: #0a75b8;
    font-size: 2.5rem;
    padding-left: 30px;
    font-weight: 600;
}
.offerinfo{
    padding: 30px;
    display: flex;
}
.offerinfo .bg{
    background: #fff;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
    height: 600px;
}
.offerinfo .bg .info{
    padding: 20px 30px;
    padding-bottom: 60px;
}
.offerinfo .bg .img{
    height: 280px;
    overflow: hidden;
}
.offerinfo .bg .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;
}
.offerinfo:hover .bg .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);
}
.offerslide .offerinfo{
    min-height: 650px;
}
.offerinfo .bg .info .date{
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #a2a4a5;
}
.offerinfo .bg .info a{
    font-size: 1.5rem;
    color: #464545;
}
ul.newslists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
ul.newslists > li{
    min-width: 33.33%;
    max-width: 33.33%;
}
.product_search{
    padding: 30px 0;
}
@media (min-width: 1440px) {
    .product_search .container{
        max-width: 1440px;
    }   
}
.product_search .form-select,
.product_search .form-control{
    border: none!important;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid #0a75b8!important;
    padding-top: 15px;
    padding-bottom: 15px;
}
.searchbox{
    position: relative;
}
.searchbox .btn{
    position: absolute;
    right: 0;
    font-size: 1.3rem;
    top: 5px;
}
.searchbox input{
    padding-right: 40px;
}
.product_sub,
.product_cate{
    background: url('../img/product/bg.png') center center no-repeat;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
    font-size: 1.3rem;
}
.product_cate .hinfo{
    display: flex;
    align-items:center;
    gap: 30px;
    margin-bottom: 20px;
}
.product_cate .hinfo h2{
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.product_sub{
    text-align: center;
}
.product_sub h2{
    font-size: 3.2rem;
}
.product_inner{
    background: #eceff6;
    padding: 80px 0;
}
.product_inner ul.sublists{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.product_inner ul.sublists > li{
    max-width: 50%;
    min-width: 50%;
    padding: 20px 15px;
    padding-top: 0;
    padding-bottom: 30px;
}
.subinfo > .bg{
    background: #fff;
    display: flex;
}
.subinfo > .bg .img{
    min-width: 55%;
    max-width: 55%;
    overflow: hidden;
}
.subinfo > .bg .img > img{

}
.subinfo > .bg .info{
    background: #107bb6;
    color: #fff;
    padding: 30px 40px;
    min-width: 45%;
    max-width: 45%;
    display: flex;
    flex-direction: column;
}
.subinfo > .bg .info a{
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}
.subinfo > .bg .info p{
    font-size: 1.3rem;
}
.subinfo > .bg .info a.btn_seemore{
    font-size: 1.5rem;
    padding: 20px 40px;
    width: 100%;
    margin-top: auto;
}
.product_brand{
    background: #fff;
    padding: 30px 0;
}
.product_brand img{
    height: 70px;
}
ul.brand_lists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
ul.brand_lists > li{
    padding: 20px;
    min-width: 280px;
    max-width: 280px;
}
ul.brand_lists > li .form-check{
    display: flex;
    align-items: center;
}
ul.product_lists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
ul.product_lists > li{
    padding: 15px 0px;
    padding-top: 0;
    padding-bottom: 50px;
    max-width: 25%;
    min-width: 25%;
    display: flex;
}
.w_pagination{
    font-size: 1.3rem;
}
.w_pagination .page-item .page-link{
    font-size: 1.3rem;
}
.active>.page-link, .page-link.active{
    background-color: #0b76b8;
}
.product_brand .form-check-label{
    cursor: pointer;
}
.productview_nav{
    background: url('../img/product/bg.png') center center no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
    font-size: 1.3rem;
}
.productview_nav a{
    color: #fff;
}
.productview_nav .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.products_view .view_details{
    display: flex;
}
.products_view .view_details .vPhoto,
.products_view .view_details .vInfo{
    min-width: 50%;
    max-width: 50%;
}
.products_view .view_details .vPhoto{
    padding: 0 80px;
}
.products_view .slider-nav .img[data-fancybox]{
    position: relative;
}
.products_view .slider-nav .img[data-fancybox]::before{
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    background: url('../img/play.png') center center no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.products_view .slider-nav .img[data-fancybox]:hover::before{
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3);
}
.products_view .view_details .vInfo{
    padding: 30px 0;
    font-size: 1.3rem;
    padding-left: 50px;
}
.products_view .view_details .vInfo .vSec{
    margin-bottom: 50px;
}
.products_view .view_details .vInfo .vSec > h3{
    color: #117cb6;
    font-size: 2.8rem;
}
.products_view .view_details{
    padding: 50px 0;
}
.vFiles{
    border-top: 1px solid #eee;
}
.vFiles .rowFile{
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.vFiles .rowFile > a{
    display: flex;
    gap: 20px;
    align-items: center;
}
.products_view .view_details .slider-nav{
    background: none;
}
.products_view .view_details .slider-nav .img{
    border: 2px solid #ddd;
    width: 170px;
    height: 170px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.products_view .view_details .slider-nav .img > img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.products_view .view_details .slider-nav .slick-current .img,
.products_view .view_details .slider-nav .img:hover{
    border-color: #59c19d;
}
.products_view .view_details .slider-nav .slick-current .img{
    border-width: 3px;
}
.slide_products.other{
    background: #eceff6;
    padding: 100px 0;
}
.slide_products.other h3{
    text-align: center;
    color: #0975b8;
    font-size: 2.5rem;
    margin-bottom: 80px;
}
.products_view .view_details .slider-nav{
    padding-left: 0;
    padding-right: 0;
}
.vContact{
    padding: 30px 0;
}
.vContact > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.vContact > ul > li{
    border-left: 2px solid #eee;
    padding: 0 50px;
}
.vContact > ul > li:first-child{
    padding-left: 0;
    border-left: none;
}
.vContact > ul > li .ms{
    margin-bottom: 15px;
    font-weight: 400;
}
.vContact > ul > li .img{
    font-weight: 400;
    display: flex;
    gap: 15px;
    align-items: center;
}
.vContact > ul > li .img.tel{
    color: #107bb6;
}
.vContact > ul > li .img.line{
    color: #00c300;
}
.sub_menu{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff url('../img/sub_bg.png') top center repeat-x;
    display: none;
    padding: 50px 0;
}
/* .sub_menu.green{
    background-color: #5FC59C;
}
.sub_menu.green a{
    color: #fff!important;
} */
.sub_menu > .container{
    display: flex;
}
.submenuinfos{
    margin: auto;
    max-width: 900px;
    min-height: 200px;

}
.submenuinfos > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.submenuinfos > ul > li{
    padding-left: 340px;
    margin-bottom: 5px;
}
.submenuinfos > ul > li .img{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.submenuinfos > ul > li:first-child .img{
    display: block;
}
.submenuinfos > ul:hover > li:not(:hover) .img{
    display: none;
}
.submenuinfos > ul > li:hover .img{
    display:block;
}
.submenuinfos > ul > li .img > img{
    width: 300px;
}
.sub_menu.green .submenuinfos > ul > li .img > img{
    height: 180px;
    object-fit: cover;
    object-position: right;
}
.submenuinfos > ul > li a.name{
    font-size: 1.3rem;
    color: #5f5959;
    position: relative;
    padding-left: 20px;
    display: block;
}
.submenuinfos > ul > li a.name::before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 10px;
    background: #5FC59C;
}
/* .sub_menu.green .submenuinfos > ul > li a.name::before{
    background: #fff;
} */
.submenuinfos > ul > li:first-child a.name,
.submenuinfos > ul > li:hover a.name{
    color: #5FC59C;
}
.submenuinfos > ul:hover > li:not(:hover) a.name{
    color: #5f5959;
}
.subHover{
    position: relative;
}
.subHover.hover::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 5px;
    width: 100%;
    background: url('../img/hover.png') center center no-repeat;
}
@media (min-width: 767px) {
    .m_page[data-id="19"] .headtitle h1{
        color: #fff;
    }    
}
.search_view h1{
    color: #0a75b8;
}
.search_view .bg{
    background: #0a75b8;
}
#BoxFiter {
    color: #fff;
    padding: 60px 0;
    padding-bottom: 65px;
}
.t_search {
    position: relative;
    max-width: 508px;
    background: #ccc;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.t_search label {
    position: absolute;
    right: 100%;
    white-space: nowrap;
    padding-right: 15px;
    padding-top: 3px;
    margin-bottom: 0;
    font-size: 24px;
}
.t_search button[type="submit"] {
    position: absolute;
    left: 100%;
    padding: 0;
    background: none;
    font-size: 34px;
    color: #fff !important;
    padding-left: 15px;
}
.t_search input[type="text"] {
    height: 40px;
    border: none;
    border-radius: 0;
}
.t_search .resaults {
    position: absolute;
    top: 100%;
    padding-top: 5px;
    font-size: 1.2rem;
}
.search_view{
    padding-bottom: 50px;
}
@media (min-width: 1440px) {
    .search_view .container{
        min-width: 1199px;
        max-width: 1199px;
    }    
}
ul.searchlists{
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
ul.searchlists > li{
    display: flex;
    border-bottom: 1px solid #eee;
    gap: 20px;
    margin-bottom: 15px;
    padding: 15px 0;
}
ul.searchlists > li:last-child{
    border-bottom: none;
}
ul.searchlists > li .img{
    min-width: 150px;
    max-width: 150px;
}
ul.searchlists > li .info a{
    font-size: 1.2rem;
    margin-bottom: 5px;
    display: block;
}
ul.searchlists > li .info p{
    color: #999;
}
ul.searchlists > li .datanotfound{
    min-width: 100%;
    max-width: 100%;
}
.sbox{
    position: relative;
}
.sbox .btn{
    position: absolute;
    right: -2px;
    top: -1px;
    font-size: 1.5rem;
}
.sbox input{
    padding-right: 40px;
}
  /* CSS */
  #scrollTopBtn {
    display: none; /* ซ่อนปุ่มเริ่มต้น */
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    padding: 0px 0px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: opacity 0.3s;
    width: 75px;
    height: 75px;
  }
  #scrollTopBtn .icon{
    font-size: 22px;
    line-height:18px;
  }
  #scrollTopBtn:hover {
    background-color: #555;
  }
  @media (min-width: 992px) {
      .isMobile{
        display: none;
      }
  }
  @media (max-width: 991px) {
      .nonMobile{
        display: none;
      }
  }
  .pagination{
    justify-content: center;
  }
.pModel{
    font-weight: 400;
    color: #999;
    margin-bottom: 5px;
}
.productview_nav .pModel{
    color: #fff;
}
.home_intropage{
    display: flex;
    justify-content: center;
}
.home_intropage img{
    max-width: 100%;
}