

@media (min-width:1200px) /* lg*/ {
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }
    .container{
        width: 1200px;
    }
}

@media (min-width:992px) and (max-width:1199px) /* md*/{
    .list_link_hd{
        float: left !important;
    }
}

@media (min-width:768px) and (max-width:991px) /* sm*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
}

@media (max-width:767px) /* xs*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
}

@media (max-width:480px) {
    .col-480-12{
        width: 100% !important;
    }
    .col-480-6{
        width: 50% !important;
    }
    .hidden-480{
        display: none !important;
    }
    .visible-480{
        display: block !important;
    }
    .slider_main .item img{
        height: 180px !important;
    }
    .menu_child_list .nav-dropdown{
        width: 100%;
        padding: 0;
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        background: #f3f3f3;
    }
     .menu_child_list .nav-dropdown .menu-link{
        padding: 3px 15px;
     }
    .search_pc form{
        padding: 10px 0;
    }
    .search_pc .row:first-child,
    .filter_search{
        padding: 0 10px;
    }
    .filter_search .col-xs-6,
    .filter_search .col-xs-12{
        margin-bottom: 15px;
    }
    .slider_main .owl-nav{
        visibility: hidden;
    }
    .title_top_prod h2{
        font-size: 24px;
    }
    .title_sec{
        font-size: 24px;
    }
    .menu_tab_hotel #myBtn{
        width: 25%;
        margin-top: 0;
    }
    .tab_hotel li{
        padding: 10px 8px;
    }
    .hotel .tab-content{
        margin-top: 20px;
    }
    .book_room{
        bottom: -15px;
    }
    .hotel_item {
        margin-bottom: 40px;
    }
    main{
        padding: 10px 15px;
    }
    .list_sevice .inner_news .img_news{
        width: 150px !important;
    }
    .inner_news .sub_news h3{
        height: 40px !important;
        line-height: 20px;
        font-size: 14px !important;
    }
    .page-content img{
        width: 100% !important;
        height: auto !important;
    }
    .inner_news .sub_news a.view_more{
        font-size: 12px !important;
    }
    .form_contact .button{
        width: 30%;
    }
    .name_tour_detail{
        font-size: 24px;
    }
    .tab_detail li{
        margin-bottom: 15px;
    }
    .form_tv input{
        width: 230px;
    }
    #form-booking .col-md-6{
        margin-bottom: 20px;
    }
    .tab_detail li a{
        padding: 10px 15px;
    }
    .title_tab{
        padding-top: 15px;
    }
}


.visible-480{
    display: none;
}
