﻿.owl-carousel img {
    width: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
}

.topbar {
    background: #3F5AB1;
    padding: 7px 0;
}

    .topbar .wrapDefault {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        padding: 0 10px;
    }

        .topbar .wrapDefault .col {
        }

.topList {
    display: flex;
    align-items: center;
}

    .topList ul {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 00;
    }

        .topList ul li {
            padding-left: 23px;
            color: white;
            font-size: 14px;
            font-family: "Kanit", sans-serif;
            font-weight: 300;
        }

            .topList ul li:nth-child(1) {
                background: url(../images/i1.png) left 2px no-repeat;
            }

            .topList ul li:nth-child(2) {
                background: url(../images/i2.png) left 2px no-repeat;
            }

.topSocial {
}

    .topSocial ul {
        display: flex;
        justify-content: end;
        gap: 6px;
        align-items: center;
        margin: 0;
    }

        .topSocial ul li {
        }

            .topSocial ul li a {
                display: block;
                width: 30px;
                height: 30px;
            }

            .topSocial ul li:nth-child(1) a {
                background: url(../images/i3.png) center center no-repeat;
                background-size: 25px;
            }

            .topSocial ul li:nth-child(2) a {
                background: url(../images/i4.png) center center no-repeat;
                background-size: 25px;
            }

            .topSocial ul li:nth-child(3) a {
                background: url(../images/i5.png) center center no-repeat;
                background-size: 25px;
            }

.header ul.menu_top > li:last-child {
    margin-right: 0;
}

.header ul.menu_top > li.has-child > a:after {
    display: none;
}

.groupMenu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 40px;
    align-items: center;
}

.grHotline {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
}

    .grHotline ul {
        display: flex;
        gap: 10px;
        margin: 0;
    }

        .grHotline ul li {
            padding-left: 45px;
            font-family: "Kanit", sans-serif;
            display: flex;
            flex-wrap: wrap;
        }

            .grHotline ul li:nth-child(1) {
                background: url(../images/h2.png) left center no-repeat;
                background-size: 35px;
            }

            .grHotline ul li:nth-child(2) {
                background: url(../images/h3.png) left center no-repeat;
                background-size: 35px;
            }

            .grHotline ul li span:first-child {
                font-weight: 400;
                width: 100%;
                font-size: 14px;
            }

            .grHotline ul li span:last-child {
                font-weight: 700;
                color: #E30613;
                font-size: 16px;
            }

            .grHotline ul li span {
                font-family: "Kanit", sans-serif;
            }

.header {
    background: #f3f3f3;
}

.listMenuft {
}

    .listMenuft h4 {
        font-size: 20px;
        color: #5F5D5B;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .listMenuft ul {
    }

        .listMenuft ul li {
            padding: 0;
            margin: 0 0 10px;
        }

            .listMenuft ul li a {
                font-family: "Kanit", sans-serif;
                font-size: 16px;
                font-weight: 300;
                display: block;
                position: relative;
                color: #5F5D5B;
                padding-left: 12px;
            }

                .listMenuft ul li a:before {
                    content: "";
                    width: 6px;
                    height: 6px;
                    background: #5F5D5B;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    margin: auto;
                    border-radius: 50%;
                }

.infoFooter {
}

    .infoFooter h3 {
        font-size: 24px;
        color: #5F5D5B;
        margin-bottom: 15px;
        text-align: center;
        margin: 14px 0 25px;
    }

    .infoFooter img {
        margin: 0 auto;
        display: block;
    }

    .infoFooter ul {
    }

        .infoFooter ul li {
            font-weight: 300;
            margin-bottom: 15px;
        }

            .infoFooter ul li:nth-child(1) {
                background: url(../images/f1.png) left center no-repeat;
            }

            .infoFooter ul li:nth-child(2) {
                background: url(../images/f2.png) left center no-repeat;
            }

            .infoFooter ul li:nth-child(3) {
                background: url(../images/f3.png) left center no-repeat;
                margin-bottom: 0;
            }

.listMenuft iframe {
    max-width: 100% !important;
}

.wrapFooter {
    display: grid;
    grid-template-columns: 30% 17.5% 17.5% 25%;
    justify-content: space-between;
    grid-column-gap: 30px;
}

.wrapFooterBox {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    padding: 0 10px;
}

.wrhotlineBox {
    display: flex;
    height: 64px;
    align-items: center;
    background: url(../images/h2.png) left center no-repeat;
    background-size: 44px;
    padding-left: 60px;
}

    .wrhotlineBox a {
        color: white;
        font-size: 24px;
        font-weight: 400;
    }

.footer_list li {
    padding-left: 40px;
    background: url(../images/x1.png) left center no-repeat;
    height: 24px;
    display: flex;
    align-items: center;
    color: white;
    font-weight: 3;
}

.exContent {
    padding: 0px 0 30px;
}

.exPostTitle {
}

    .exPostTitle a {
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 48px;
    }

.news_list {
    padding-bottom: 30px;
}

.pro_img a {
    width: 100%;
    height: 100%;
}

.list_post_other li:last-child {
    margin-bottom: 0;
}

.content_text img, .content_text table {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0 !importan;
}

.post-next-prev-content .pOtherTitle {
    font-weight: 400;
    font-size: 16px;
}

.pOtherHeading {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.entry-thumb a {
    border-radius: 10px;
    overflow: hidden;
}

.breadcrumb ul {
    margin-bottom: 0;
}

.postItem {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}

.postThumb {
    border-radius: .5em;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 282px;
    height: 180px;
}

    .postThumb a {
        width: 100%;
        height: 100%;
    }

        .postThumb a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

#login .title-head {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0;
    color: #222;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 16px;
    position: relative;
}

.box-maps iframe {
    max-width: 100% !important;
}

#login .title-head:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    bottom: -2px;
    content: "";
    width: 76px;
    height: 2px;
    display: inline-block;
    background: #38a901;
    position: absolute;
}

.message-box {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    color: red;
}

.contact .in-fo-page-content {
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-bottom: 10px;
}

    .contact .in-fo-page-content h1 {
        margin: 0;
        color: #363f4d;
        font-size: 21px;
        font-weight: 500;
        padding: 0;
        margin-top: 0;
        margin-bottom: 10px;
        padding-bottom: 13px;
        position: relative;
        border-bottom: 1px solid #ebebeb;
        text-transform: uppercase;
    }

    .contact .in-fo-page-content .contact-info-page li {
        display: table;
        margin-bottom: 7px;
        color: #363f4d;
        font-size: 15px;
    }

.info-contact ul {
}

    .info-contact ul li {
        padding-left: 22px;
        margin-top: 14px;
        font-weight: 300;
    }

        .info-contact ul li:nth-child(1) {
            background: url(../images/f1.png) left center no-repeat;
        }

        .info-contact ul li:nth-child(2) {
            background: url(../images/f2.png) left center no-repeat;
        }

        .info-contact ul li:nth-child(3) {
            background: url(../images/f3.png) left center no-repeat;
            margin-bottom: 0;
        }

.page-login #login .btn-blues {
    background: transparent;
    color: #38a901;
    text-transform: uppercase;
    position: relative;
    outline: none;
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid;
    border-color: #38a901;
    font-weight: 500;
    z-index: 2;
    display: flex;
    height: 40px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    margin-bottom: 31px;
}

.form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: .375rem .75rem;
    font-size: 1em;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0;
}

.postTitlek {
    margin: 8px 0;
}

    .postTitlek a {
        color: black;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
    }

.postReadMore {
}

    .postReadMore a {
        background: transparent;
        color: #38a901;
        text-transform: uppercase;
        position: relative;
        outline: none;
        display: flex;
        padding: 6px 10px;
        max-width: 120px;
        font-size: 15px;
        border: 1px solid;
        border-color: #38a901;
        font-weight: 400;
        z-index: 2;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
        border-radius: .5em;
        align-items: center;
        justify-content: space-around;
    }

.postDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #595959;
    font-size: 14px;
    text-align: justify;
    font-weight: 300;
    margin: 10px 0;
}

.postTime {
}

.grTimeItem {
    display: flex;
    gap: 10px;
    align-items: center;
}

.grItem {
}

.stCamKet {
    margin-top: 305px;
}

.ckHeading {
    color: white;
    display: flex;
    align-items: center;
    padding: 25px 0;
    justify-content: center;
    font-size: 28px;
    font-weight: 400;
}

.ckBlock {
    padding: 60px 0;
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
}

.ckList {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    display: grid;
}

.ckItem {
    text-align: c;
}

.ckThumb {
    margin: 0 0 10px 0;
    text-align: center;
}

    .ckThumb img {
    }

.ckContent {
    text-align: center;
    color: white;
}

.ckTitle {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
    display: block;
}

.ckDescription {
    font-size: 14px;
    font-weight: 300;
    color: rgb(255 255 255 / 80%);
}

.ckItem:hover .ckTitle {
}

.ckHeadingBox {
    background: #3F5AB1;
}

.prListTableHeading {
    text-align: center;
    color: #3F5AB1;
    font-size: 32px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.prListTableBlock {
    margin-bottom: 30px;
}

.prListTableTitle {
    max-width: 100%;
    width: 773px;
    background: #3F5AB1;
    padding: 25px 0;
    text-align: center;
    margin: 0 auto;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 10px;
    overflow: hidden;
    border-radius: 45px;
}

.prListTableBox {
}

    .prListTableBox table {
        width: 100%;
    }

    .prListTableBox thead {
        background: #DDD9EE;
    }

        .prListTableBox thead th {
            padding: 18px;
            border-collapse: collapse;
            border: 1px solid #ccc;
            font-size: 20px;
            color: black;
            font-weight: 400;
        }

    .prListTableBox tbody {
    }

        .prListTableBox tbody tr {
        }

            .prListTableBox tbody tr td {
                padding: 10px;
                border-collapse: collapse;
                border: 1px solid #ccc;
            }

    .prListTableBox tbody {
    }

.price_note {
}

    .price_note ul {
        margin: 0;
    }

        .price_note ul li {
            font-weight: 300;
            color: black;
            font-size: 16px;
        }

.prListTableBox table tr:nth-child(even) {
    background-color: #FFF1F1;
}

.prPriceGroupex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.prPriceText {
}

.prPriceGrThumb {
    width: 109px;
    height: 109px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
}

    .prPriceGrThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.prPriceGrTitle {
    font-size: 16px;
    color: #5F5D5B;
}

.prPriceText {
    text-align: center;
    font-size: 20px;
    color: #5F5D5B;
}

.prPriceGrContent {
}

    .prPriceGrContent ul {
        margin: 0;
    }

        .prPriceGrContent ul li {
            color: #5F5D5B;
            font-weight: 300;
            font-size: 16px;
            position: relative;
            padding-left: 10px;
            margin-bottom: 8px;
        }

            .prPriceGrContent ul li:before {
                position: absolute;
                content: "";
                width: 5px;
                height: 5px;
                background: #5F5D5B;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                border-radius: 50%;
            }

.prListTableDesc {
    text-align: center;
    font-weight: 300;
    color: #5F5D5B;
    margin-bottom: 20px;
    font-size: 16px;
}

.stPriceBox {
    padding: 60px 0;
}

.stAbout {
    padding: 60px 0;
    background: url(../images/bg3.png) no-repeat;
    background-size: cover;
}

.abContent {
}

    .abContent h2 {
        font-size: 24px;
        margin-bottom: 15px;
        display: block;
    }

    .abContent h3 {
        font-size: 32px;
        color: #3F5AB1;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        position: relative;
        padding-bottom: 24px;
        margin-bottom: 20px;
    }

        .abContent h3:before {
            content: "";
            background: #3CB149;
            width: 90px;
            height: 4px;
            position: absolute;
            left: 2px;
            bottom: 0;
        }

    .abContent p {
        font-size: 16px;
        text-align: justify;
        font-weight: 300;
        color: #333333;
        line-height: 1.4;
    }

.abReadMore {
}

    .abReadMore a {
        background: #3F5AB1;
        display: flex;
        height: 32px;
        width: 100px;
        align-items: center;
        justify-content: center;
        border-radius: 17px;
        color: white !important;
    }

.abThumb {
}

    .abThumb img {
    }

.stPost {
    padding: 60px 0;
}

.pHomeHeading {
    color: #3F5AB1;
    display: flex;
    align-items: center;
    padding: 0px 0 15px;
    justify-content: center;
    font-size: 28px;
    font-weight: 400;
}

.pHomeText {
    text-align: center;
    font-weight: 300;
    color: #5F5D5B;
    margin-bottom: 20px;
    font-size: 16px;
}

.phItem {
}

.phThumb {
    height: 180px;
    width: 100%;
    border-radius: .5em;
    overflow: hidden;
}

    .phThumb img {
        height: 100%;
        object-fit: cover;
        transition: 500ms;
    }

.phContent {
}

.phTitle {
    margin: 5px 0;
}

    .phTitle a {
        font-size: 20px;
        color: #3F5AB1;
        font-weight: 400;
    }

.phDesciprtion {
    font-size: 15px;
    font-weight: 300;
    color: #333;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.phReadMore {
    margin-top: 15px;
}

    .phReadMore a {
        background: #3F5AB1;
        display: flex;
        height: 32px;
        width: 100px;
        align-items: center;
        justify-content: center;
        border-radius: 17px;
        color: white !important;
    }

.phGroupInfo {
    display: flex;
    gap: 15px;
    margin: 10px 0 0;
}

    .phGroupInfo .item {
        height: 25px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        font-size: 13px;
    }

        .phGroupInfo .item:nth-child(1) {
            background: url(../images/calendar.png) left center no-repeat;
            background-size: 14px;
        }

        .phGroupInfo .item:nth-child(2) {
            background: url(../images/user.png) left center no-repeat;
            background-size: 12px;
        }

.phItem:hover .phThumb img {
    transform: scale(1.2);
}

.asideFil .wrap_content {
    grid-gap: 0;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.box_form input[type="text"] {
    font-weight: 300;
}

    .box_form input[type="text"]::placeholder {
        font-weight: 300;
        color: white;
    }

.box_form select, .box_form input {
    font-weight: 300;
    font-size: 15px;
}

.srItem {
}

.srThumb {
    border-radius: 1em;
    overflow: hidden;
    height: 220px;
}

    .srThumb img {
        transition: 500ms;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.srContent {
}

.srTitle {
    margin: 10px 0;
}

    .srTitle a {
        font-size: 20px;
        color: #3F5AB1;
        font-weight: 400;
        line-height: 1.2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

.srTime {
    background: url(../images/calendar.png) left center no-repeat;
    background-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 22px;
}

.asideFil .btn_book {
    max-width: 200px;
    font-size: 16px;
}

.asideFil .hotline {
    width: 200px;
    font-size: 15px;
}

.asideFil .box_form .input .input_50 {
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.asideFil .container_checkbox {
    margin-left: 0;
    width: 100%;
}
.asideFil .wrap_content {
  
    padding: 0 0px;
 
}
.asideFil .filter_wrap {
    box-shadow: none;
}
.exContent ul,.content_text ul{
    list-style: disc;
    padding-left: 18px;
}
.exContent,.content_text ul{
    font-weight: 300;
}
/*Desktop*/
@media screen and (min-width: 1200px) {
    .header .wrap_header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 15px 10px;
        max-width: 1200px;
    }

    .listMenuft {
        padding-top: 83px;
    }
}
