.searchbox {
    font-family: kanit,Tahoma,Geneva,sans-serif !important;
    margin-top: 15px;
}
.mb_no_padding {
    padding: 0;
}
fieldset {
    border-color: #dcdcdc;
    border-radius: 8px;
}
legend {
    font-size: 22px!important;
    font-weight: 600;
    margin-left: 15px!important;
    margin-bottom: 15px!important;
    padding-left: 15px!important;
}
.form-group {
    margin-bottom: 2px !important;
}
.endzone {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
}
.stname {
    font-family: roboto,kanit,Tahoma,Geneva,sans-serif !important;
}
.topic001 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    border-color: #dcdcdc;
}
ul.brand {
    list-style-type: none;
    margin: 0px;
}
li.brand {
    display: inline-block;
    margin: 0px;
    width: 100%;
    line-height: 15px;
    margin-bottom: 8px;
}
.mgname {
    margin-bottom: 1px !important;
    padding-left: 30px;
}
.checkCSS {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000;
    font-weight: 300 !important;
    font-size: 16px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 6px !important;
}
input[type="checkbox"][id^="ChkCountryName"] {
    display: none;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1px solid #dedede;
    border-radius: 2px;
}
.checkCSS input:checked ~ .checkmark {
    background-color: #ff5a61;
    border: 1px solid #ff5a61;
}
.checkCSS input:checked ~ .checkmark:after {
    display: block;
}
.checkCSS .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.count_items {
    font-size: 16px;
    font-weight: 300;
    margin-left: 5px;
    float: right;
}
.btn {
    font-size: 16px;
    background-color: red;
}
.tagLabel {
    display: inline-block;
    padding: 3px 10px;
    margin: 5px 0 5px 5px;
    border-radius: 3px;
    border: 1px solid #777777;
    color: #333 !important;
    background: #fff;
    font-size: 15px !important;
    font-weight: 300 !important;
}
.closeTagLabel {
    cursor: pointer;
    color: #ff001a;
    font-size: 13px;
}
.tour-box-main {
    border-radius: 10px;
    margin-bottom: 15px;
    /* width: 295px;
    margin-left: 5px; */
}
.img_c {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.img-crop{
    overflow: hidden;
    height: 170px;
}
.title-category {
    height: 30px;
    line-height: 130%!important;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}
.topic-detail {
    font-size: 16px;
    font-weight: 500!important;
    height: 30px;
}
.price-category{
    font-size: 26px!important;
    color: #ec1d24;
}
.box-fruit{
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
}
.h-fruit {
    padding: 0px 10px;
    height: 20px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .mb_no_padding {
        padding: 0!important;
    }
    fieldset {
        padding: 0.35em 0.25em 0.75em;
    }
    legend {
        width: 70%!important;
        margin-bottom: 0!important;
    }
    .mgname {
        padding-left: 23px!important;
        font-size: 13px!important;
    }
    .checkmark {
        height: 17px;
        width: 15px;
    }
    .count_items {
        font-size: 12px!important;
    }
    /* .tour-box-main {
        width: 32.3%!important;
    } */
    .img-crop {
        overflow: hidden;
        height: 130px!important;
    }
    .pd-sm-15 {
        padding: 0 10px;
    }
    .topic-detail {
        font-size: 10px!important;
        font-weight: 500!important;
        height: 20px!important;
        padding: 0 10px;
    }
    .price-start {
        font-size: 12px!important;
    }
}
@media(max-width: 480px){
    .title-category {
        height: 20px!important;
        padding: 0px!important;
    }
    .topic-detail {
        margin-top: 10px!important;
    }
}