﻿




@media screen and (max-width: 320px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 767px) {
    .prListTableTitle {
     
        padding: 25px 10px;
      
        font-size: 19px;
      
    }
    .prListTableBox thead th {
   
        font-size: 16px;
 
    }
    .btn_book {
    
        margin-top: 15px;
   
    }
    .slide_page .title {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 500;
        color: #FFF;
        margin-top: 0;
        margin-bottom: 0;
    }
    .slide_page {
        width: 100%;
        height: auto;
        padding: 20px 0 20px 0;
    }
    .abReadMore {
        margin-bottom: 15px;
    }
    .prPriceGroupex {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    .prListTableHeading {
        text-align: center;
        color: #3F5AB1;
        font-size: 22px;
        margin-bottom: 15px;
        text-transform: uppercase;
        line-height: 1.2;
    }
    .stCamKet {
        margin-top: 60px;
    }

    .ckDescription {
        font-size: 0.95em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: center;
    }

    .ckTitle {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .ckList {
        grid-template-columns: repeat(2, 1fr);
    }

    .postThumb {
        border-radius: .5em;
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
        max-width: 100%;
        height: 200px;
        width: 100%;
    }

    .postItem {
        gap: 10px;
        flex-wrap: wrap;
    }

    .topList ul {
        justify-content: center;
        width: 100%;
        margin: 0 0 10px;
    }

    .topSocial ul {
        justify-content: center;
    }

    .footer_list li {
        height: 38px;
    }

    .footer_list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin-top: 24px;
    }

    .wrapFooter {
        grid-template-columns: 100%;
        grid-row-gap: 15px;
    }

    .grHotline {
        display: none;
    }

    .header ul.menu_top {
        display: none;
    }

    .topList ul li:nth-child(1) {
        display: none;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}



@media screen and (min-width: 1200px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1215px;
    }

    .headding-box-sub {
        max-width: 550px;
        display: block;
        font-size: 15px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}




.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
    width: 100% !important
}

.d_page {
    width: 100%;
    margin: 15px 0 25px 0;
    float: left;
    text-align: center;
    FONT-SIZE: 16PX;
}

    .d_page b {
        background-color: #e72c2d;
        border-color: #e72c2d;
        color: #fff;
        margin-right: 8px;
        width: 45px;
        height: 45px;
        font-size: 17px;
        border-radius: 50px;
        font-weight: 400;
        display: inline-block;
        line-height: 45px;
    }

    .d_page a {
        margin: 0 2.5px;
        background: #fff;
        text-align: center;
        display: inline-block;
        width: 45px;
        /* height: 45px; */
        border-radius: 50%;
        line-height: 45px;
        /* font-size: 17px; */
        color: BLACK;
        /* border: 1px solid #b5b0b0; */
        text-decoration: none;
    }

        .d_page a:hover {
            /* background-color: #e72c2d; */
            /* border-color: #e72c2d; */
            /* color: #fff; */
        }



.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
    max-width: 100% !important;
    width: 100% !important;
}

.page-node.current {
    color: #21b90d;
}

.d_page .prev {
    transform: rotate(180deg);
}

.expanded {
    max-height: unset;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.hidden {
    display: none !important;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

#pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    align-items: center;
    margin-top: 15px;
}

    #pagination a {
    }

    #pagination span {
    }
