@media all and (max-width: 1300px) {
    .box-wp {
        padding: 0 16px;
    }
    .bg-ab:after{
        background-size: cover;
    }
}
@media all and (min-width: 950px)and (max-width: 1205px) {
    .header .header-left {
        width: 12%;
    }
    .header .header-right {
        width: 88%;
    }
    .navigation > ul > li > a{
        font-size: 12px;
    }
    .title-ft{
        font-size: 18px;
    }
    .main {
        margin-top: 70px;
    }
    .navigation ul ul li a{
        font-size: 12px;
    }
}

@media all and (max-width: 1024px) {

}

@media all and (max-width: 1000px) {
    .header .header-right {
        display: none;
    }
    .header .header-flex{
        flex-direction: column;
        align-items: baseline;
    }
    .header .header-left {
        text-align: left;
        width: 100%;
    }
    .slider img {
        height: auto;
    }
    .text-sl {
       display: none;
    }
    .slider .img:after{
        content: none;
    }
    .text-1{
        font-size: 22px;
    }
    .slider .text-welc {
        font-size: 18px;
    }
    .flickity-page-dots{
        bottom: 20px;
    }
    .abp1-h, .bb-news {
        padding: 50px 0;
    }
    .title-ab{
        font-size: 28px;
    }
    .ab-p1-h-title h3 {
        font-size: 20px;
    }
    .comment-category {
        width: 90%;
    }
    .service-list-b {
        grid-template-columns: 1fr 1fr;
    }
    .comment-care {
        font-size: 19px;
    }
    .qa-l {
        width: 100%;
        margin-bottom: 32px;
    }
    .qa-r {
        text-align: center;
        width: 65%;
        float: none;
        clear: both;
    }
    .bb-post-list, .bb-tvpl .bb-post-others .bb-post-list, .bb-event-list {
        grid-template-columns: 1fr 1fr;
    }
    .bb-news .bb-post-list .bb-post-item:last-child, .bb-post-others .bb-post-list .bb-post-item:last-child{
        display: none;
    }
    .reg-l {
        width: 75%;
    }
    .bb-reg {
        padding: 60px 0;
    }
    .ft-bottom{
        padding: 50px 0 20px;
    }
    .ft-bottom-item.bb-company {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        float: none;
    }
    .comment-ft {
        padding-right: 0;
    }
    .ft-bottom-item, .ft-bottom-item.vchungtoi {
        width: 30%;
    }
    .ft-bottom-item.bb-company.bb-contact-f {
        width: 40%;
        padding-left: 40px;
        float: left;
        text-align: left;
        margin-bottom: 0;
    }
    .main {
        margin-top: 40px;
    }
    .ab-p1-title {
        padding: 0 24px 0 0;
    }
    .abp2{
        padding: 60px 0;
    }
    .abp2-text.textab1 {
        width: 144px;
        height: 144px;
        left: 45px;
    }
    .abp2-text.textab2 {
        width: 147px;
        height: 147px;
        left: 196px;
    }
    .abp2-text.textab3 {
        width: 188px;
        height: 188px;
        top: 152px;
    }
    .abp2-l {
        height: 340px;
    }
    .abp2-text.textab3 h3 {
        font-size: 40px;
    }
    .abp2-text.textab3 p, .abp2-text.textab2 p {
        font-size: 20px;
    }
    .abp2-text.textab2 h3 {
        font-size: 30px;
    }
    .abp2-text p{
        font-size: 18px;
    }
    .abp4{
        padding: 60px 0;
    }
    .abpt-text p {
        font-size: 14px;
    }
    .abp6{
        padding: 60px 0 20px;
    }
    .form-b-c {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .form-booking:after{
        width: 100%;
    }
    .title-service{
        font-size: 30px;
    }

    .content-post-l{
        width: 100%;
        float: none;
    }
    .event-t, .info-c{
        flex-direction: column;
    }
    .event-t-l, .event-t-r, .ct-right, .ct-left {
        width: 100%;
    }
    .btn-send-c{
        margin-top: 0;
    }
    .info-c{
        margin-bottom: 60px;
    }
    .bb-qa .title-ab {
        text-align: center;
    }
    .content-post-l, .bb-service .content-post-l {
        min-height: auto;
    }
    .abp4-l,.abp5 .abp5-list {
        width: 100%;
    }
    .content-post-r span.btn-sidebar {
        position: absolute;
        background-color: #F0F0F0;
        border: .5px solid #D7D7D7;
        width: 40px;
        height: 40px;
        right: 0;
        top: 250px;
        border-radius: 0 50% 50% 0;
        transform: translateX(100%);
        z-index: 1;
        font-size: 16px;
        text-align: center;
        align-content: center;
        cursor: pointer;
    }

    .swap-sidebar span.btn-sidebar {
        display: block;
    }
    .swap-sidebar {
        position: fixed;
        left: 0;
        z-index: 5;
        height: 75%;
        top: 90px;
        transform: translateX(-100%);
        transition: 0.5s;
        width: 50%;
    }
    .container-sidebar {
        padding: 5px 10px;
        height: 100%;
        background-color: white;
        overflow-y: auto;
        border-radius: 8px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .swap-sidebar.active {
        transform: translateX(0);
        transition: .5s;
    }
    .bb-tvpl .content-post-r{
        padding-right: 0;
        display: block;
    }
    .content-post-r {
        display: none;
    }
    .header .header-left {
        text-align: center;
    }
    .header-left .logo{
        float: none;
    }
    .abp5-item {
        flex: calc(100% / 2 - 25px / 2) 0 0;
    }
}@media all and (max-width: 768px) {

}

@media all and (max-width: 680px) {
    .bb-service .content-post-l {
        min-height: auto;
    }
    body{
        font-size: 14px;
    }
    .text-sl{
        display: none;
    }
    .slider img {
        height: 50vh;
    }
    .abp1-h-con{
        flex-direction: column;
    }
    .title-ab {
        font-size: 20px;
        text-align: center;
    }
    .ab-p1-h-title h3 {
        font-size: 16px;
    }
    .ab-p1-cont{
        margin-top: 30px;
    }
    .bb-service-h .box-wp{
        padding: 41px 16px 50px;
    }
    .service-list-b, .bb-post-list, .bb-tvpl .bb-post-others .bb-post-list, .bb-event-list, .abp5-list, .bb-tvpl .bb-post-list, .form-tvpl-d, .abp5 .abp5-list {
        grid-template-columns: 1fr;
    }
    .comment-category{
        width: 100%;
    }
    .bb-care-l {
        width: 100%;
        position: relative;
    }
    .bb-care-r {
        width: 100%;
        padding: 43px 0 43px 0;
    }
    .bb-care-h {
        background: #202A36;
        margin-bottom: 50px;
    }
    .comment-care {
        font-size: 18px;
    }
    .name-care {
        font-size: 16px;
    }
    .qa-r{
        width: 100%;
    }
    .bb-news .bb-post-list .bb-post-item:last-child, .bb-post-others .bb-post-list .bb-post-item:last-child{
        display: block;
    }
    .bb-post-item .text h3 a{
        font-size: 18px;
    }
    .reg-l {
        width: 100%;
    }
    .reg-b h4 {
        font-size: 18px;
    }
    .ft-bottom-item.bb-company.bb-contact-f {
        width: 100%;
        padding-left: 0;
    }
    .ft-bottom-item, .ft-bottom-item.vchungtoi, .ft-bottom-item{
        width: 50%;
    }
    .title-ft{
        font-size: 16px;
    }
    .ft-copyright .box-wp, .abp2-content, .flex, .form-co-r{
        flex-direction: column;
    }
    .ft-cpr-item, .ft-cpr-item.danaweb{
        width: 100%;
        text-align: center;
    }
    .ft-cpr-item.danaweb{
        margin-top: 10px;
    }
    .ab-p1-title {
        padding: 0;
        width: 100%;
        margin-bottom: 250px;
    }
    .bg-ab {
        width: 100%;
        height: 235px;
        bottom: 0;
    }
    .marquee-pos {
        bottom: 0;
        height: 222px;
        top: auto;
    }
    .abp2-l, .abp2-r, .abp3-l, .abp3-r, .abp4-l{
        width: 100%;
    }
    .abp3-l{
        padding-right: 0;
    }
    .abp6 {
        padding: 30px 0 0;
    }
    .form .form-item.form-sm, .form .form-item {
        width: 100%;
        padding: 8px 0;
    }
    .form-booking:after{
        background-position: right;
    }
    .title-service, .wrap-detail .title-detail, .name-event{
        font-size: 20px;
    }
    .abpt-text .txtlight, .abpt-text h4 {
        font-size: 18px;
    }
    .breadcrumb .title{
        font-size: 20px;
    }
    .flip-scroll .flip-content:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    .breadcrumb .box-wp {
        width: 600px;
    }

    .flip-scroll * html .flip-content {
        zoom: 1;
    }

    .flip-scroll *:first-child + html .flip-content {
        zoom: 1;
    }

    .flip-scroll table {
        /* width: 100%; */
        border-collapse: collapse;
        border-spacing: 0;
    }

    .flip-scroll th,
    .flip-scroll td {
        margin: 0;
        vertical-align: top;
    }

    .flip-scroll th {
        text-align: right !important;
        border: 0 !important;
        border-bottom: 1px solid #dfdfdf !important;
        border-right: 1px solid #dfdfdf !important;
        font-size: 10px !important;
        padding: 3px !important;
        width: 110px !important;
        height: 42px !important;
        vertical-align: middle !important;
        overflow: hidden;
    }

    .flip-scroll table {
        display: block;
        /* position: relative; */
        /* width: 100%; */
    }

    .flip-scroll thead {
        display: block;
        float: left;
    }

    .flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    .flip-scroll .table-bordered.flip-content tbody tr td {
        padding-top: 12px;
        padding-bottom: 12px;
        max-width: 220px;
        height: 42px;
        text-overflow: ellipsis;
        overflow: hidden;

    }
    .flip-scroll .table-bordered.flip-content tbody tr td:nth-child(2) {
        color: #CB935D;
    }

    .flip-scroll .table-bordered.flip-content tbody tr td img {
        max-height: 17px;
        width: auto;
    }
    .flip-scroll thead tr {
        display: block;
    }

    .flip-scroll th {
        display: block;
        text-align: right;
    }

    .flip-scroll tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    .flip-scroll td {
        display: block;
        min-height: 1.25em;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    /* sort out borders */
    .flip-scroll th {
        border-bottom: 0;
        border-left: 0;
    }

    .flip-scroll td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .flip-scroll tbody tr {
        border-left: 1px solid #ddd;
    }

    .flip-scroll th:last-child,
    .flip-scroll td:last-child {
        border-bottom: 1px solid #ddd;
    }
    .document-search label {
        width: 90px;
        float: left;
        text-align: left;
        margin-top: 10px;
    }
    .document-search form {
        width: calc(100% - 90px);
        margin-left: 0;
    }
    .ct-right-l, .ct-right-r {
        width: 100%;
    }
    .show-map iframe{
        height: 300px;
    }
    .title-con{
        font-size: 22px;
    }
    .detail-contact, .form-co-l{
        width: 100%;
    }
    .wtm-page .abp6{
        padding-bottom: 32px;
    }
    #_tvpl.form .form-item textarea {
        height: 150px;
    }
    .modal a.close-modal {
        top: 6px;
        right: -5px;
    }
    .comment-ti{
        text-align: justify;
    }
    .swap-sidebar{
        width: 90%;
    }
    .main {
        margin-top: 57px;
    }
    .abp5-list{
        flex-direction: column;
    }

}@media all and (max-width: 480px) {

}


@media all and (width: 414px) {

}
@media (min-width: 1400px) and (max-width: 1600px){

}


@media (min-width: 1600px) {

}

