    .body{
        background-color: #f5f5f5;
    }
    .mb_listtour {
        margin-bottom: 15px;
        overflow: hidden;
        width: 290px;
        margin-right: 10px;
        margin-left: 0;
        border-radius: 6px;
    }
    .cover-img {
        width: 286px;
        height: 200px;
    }

    .popular_head {
        font-weight: 500 !important;
/*        font-family: kanit, Tahoma, Helvetica, sans-serif;*/
        font-size: 30px !important;
    }
    .price-category-dis {
        border: 0px solid #ed1c24 !important;

    }
    .title-category {
        font-size: 18px;
        height: 55px;
        margin-bottom: 10px;
        padding: 10px 10px;
        -webkit-line-clamp: 2;
        font-weight: 550;
        overflow: hidden;
    }
    .topic-detail {
        height: 101px !important;
    }
    .label-detail-save {
        font-size: 16px;
        line-height: 28px;
        background-color: #03a9f4;
        color: white;
        padding-right: 5px;
        padding-left: 0;
    }

    .label-detail {
        font-size: 15px;
        line-height: 25px;
        background-color: red;
        color: white;
        padding: 0px 8px;
        padding-left: 0;
    }
    .click_line {
        margin-top: 10px;
        margin-bottom: 20px;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        padding: 5px 10px;
        background: #fff;
    }
    .route_way {
        padding: 3px 10px;
        margin-bottom: 0!important;
        line-height: 22px;
        border-bottom: 1px solid #eaeaea;
        /* font-family: 'db_heaventroundedmed'; */
        font-size: 24px;
        font-weight: 400;
    }
    .linetub-detail-dis {
        position: relative;
        font-size: 24px;
        font-weight: 450;
        color: #888888 !important;
        padding: 0px 5px;
        line-height: 20px;
    }
    .linetub-detail-dis:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        padding: 0px 5px;
        border: 1px solid #666666;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    .price-category-dis {
        color: #ed1c24;
        font-weight: 650;
        font-size: 34px;
        line-height: 15px;
        font-family: 'Kanit',Roboto, sans-serif;
        margin-top: 0px;
        border: 2px solid #ed1c24;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .package-card__price-unit {
        font-size: 24px !important;
        font-weight: 300;
        letter-spacing: 0.8px;
        color: #e80707!important;
    }
    #collapseTwo>.panel-body{
        padding: 0px;
    }
    .topic-detail {
        line-height: 12px;
        font-size: 14px;
        font-weight: 400;
        color: #269300;
        height: 115px;
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
    }
    .box_load {
        width: 100%;
        height: 35px;
        border-color: #ED1C24;
        border-style: solid;
        background-color: #ED1C24;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
    }

    .box_load a {
        color: #FFF !important;
    }

    .loader-2 label {
        font-size: 24px !important;
    }
    .air_logo_display{
        margin-top: 5px;
    }
    .price-start{
        font-size: 14px;
        text-align: right;
        margin-bottom:5px;
    }
    .tour-box-main{
        height: 455px!important;
    }
    .promo_pig {
        display: none;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 25%;
    }
     @media(max-width: 480px) {
        h5{
            line-height: 40px!important;
        }
        .tour-box-main {
            height: 490px!important;
        }
        .mb_listtour {
            width: 100% !important;
        }

        .cover-img {
            width: 340px!important;
            height: 218px;
        }

        .label-detail {
            font-size: 16px !important;
        }

        .title-category {
            height: 60px !important;
        }
        .popular_head{
            font-size: 26px!important;
        }
        .mb_no_padding{
            padding: 0;
        }
        .pdlr0{
            padding-right: 0;
            padding-left: 0;
        }
    }

    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .panel-body {
            padding: 0px;
        }
        h5 {
            font-size: 30px;
        }
        #collapseTwo>.panel-body{
            padding: 0;
        }
        .topic-detail{
            font-size: 13px;
        }
        .mb_listtour {
            width: 270px;
            margin-right: 5px;
        }
        .mb_search_program {
            margin-top: -10px!important;
        }
        .ipd_no_padding{
            padding: 0;
        }
         .pdlr0{
            padding-right: 0;
            padding-left: 0;
        }
    }
