/* size-xl */
@media (min-width: 1200px) {
    .tabs .nav-tabs {
        border: 0;
        font-size: 18px;
        margin-bottom: 13px !important;
    }

    .tabs .nav-tabs .nav-link.active {
        border: 0;
        color: #fff !important;
        background-color: #F9A01B !important;
        border-radius: 50px;
    }

    .tabs .nav-tabs .nav-link {
        border: 0;
        color: #000;
        font-size: 18px;
    }

    a.cate:not(.btn):not(.badge):hover {
        color: #000 !important;
    }

    .tabs .nav-tabs .nav-link {
        padding: 14px 14px !important;
    }

    .flickity-page-dots .dot:after {
        background-color:#F9A01B !important;
    }

    .flickity-page-dots .dot {
        background-color:#bbbbbb !important;
    }

    .imageaboutus {
        width: 80% !important;
    }

    .bgposition1 {
        position: absolute;
        z-index: 99;
        width: 20%;
        margin: -111px 0px 0px 1200px;
    }

    .bgposition2 {
        position: absolute;
        z-index: 99;
        width: 25%;
        margin: -261px 0px 0px 0px;
    }

    .menuside {
        position: absolute;
        height: 100%;
        color: #003c77;
        writing-mode: vertical-lr;
        left: -30px;
        top: 4px;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
    }

    nav.side {
        box-shadow: #FBFBFB 0px 1px 4px, #FBFBFB 0px 0px 0px 3px;
        background-color: #FBFBFB;
        width: 130px;
        border-left: 40px solid #b0d8ff;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        position: fixed;
        right: -90px;
        top: 345px;
        transition: all 0.8s;
        z-index: 99;
    }

    .open {
        right: -3px !important;
    }

    .menuside2 {
        position: absolute;
        height: 100%;
        color: #fff;
        writing-mode: vertical-lr;
        left: -30px;
        top: 4px;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
    }

    nav.side2 {
        box-shadow: #FBFBFB 0px 1px 4px, #FBFBFB 0px 0px 0px 3px;
        background-color: #FBFBFB;
        width: 130px;
        border-left: 40px solid #1B72C9;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        position: fixed;
        right: -90px;
        top: 530px;
        transition: all 0.8s;
        z-index: 99;
    }

    .open2 {
        right: -3px !important;
    }

    .boxs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }

    .grid-filter li a {
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    /* BUTTON */
    .button-map {
        appearance: none;
        padding: 5px;
        border-color: #F9A01B !important;
        background-color: #F9A01B;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.3rem;
        width: 35%;
        border-radius: 100px;
        letter-spacing: -.24px;
        margin-top: 10px !important;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-map:hover {
        background-color: #F9A01B;
        border-color: #F9A01B;
        color: #fff !important;
        transform: scale(1.1);
    }

    .button-circle {
        appearance: #F9A01B;
        padding: F9A01B;
        background-color: #F9A01B;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        letter-spacing: -.24px;
        margin-top: 20px !important;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-circle:hover {
        background-color: #fff;
        border-color: #1B72C9;
        color: #1B72C9 !important;
        transform: scale(1.1);
    }


    /* Overlay */
    * {
        box-sizing: border-box
    }

    /* Container needed to position the overlay. Adjust the width as needed */
    .containers {
        position: relative;
        width: 50%;
        max-width: 350px;
    }

    /* Make the image to responsive */
    .images {
        display: block;
        width: 100%;
        height: auto;
    }

    /* The overlay effect - lays on top of the container and over the image */
    .overlays {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        /* Black see-through */
        color: #f1f1f1;
        width: 100%;
        transition: .5s ease;
        opacity: 0;
        color: white;
        font-size: 20px;
        text-align: center;
        height: 100%;
        padding-top: 32%;
    }

    /* When you mouse over the container, fade in the overlay title */
    .containers:hover .overlays {
        opacity: 1;
    }

    /* Section */
    section.section-1 {
        background-color: #F5F5F5;
    }

    section.section-2 {
        background-color: #FBFBFB;
    }

    section.section-3 {
        background-color: #FBFBFB;
    }


    /* Home */
    .linehead {
        border-left: 3px solid #1B72C9;
        display: block;
        line-height: 0px !important;
        margin-bottom: 50px;
    }

    h1.headnamehome {
        font-size: 52px;
        color: #1B72C9;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }

    h1.bodynamehome {
        font-size: 34px;
        color: #1B72C9;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }

    h1.title-1 {
        color: #1B72C9;
        line-height: 16px;
        margin-left: 5px;
        font-weight: 400;
        font-size: 32px;
    }

    span.title2 {
        font-size: 2.0rem;
        color: black;

    }

    span.title3 {
        font-size: 36px;
        color: #000;
        float: right;
        line-height: 16px;
        margin-left: 5px;
    }

    p.titlereview {
        color: #1B72C9;
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 20px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 0px 20px 0px 20px;
    }

    p.bodyreview {
        color: #000;
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 200;
        margin-top: 0px !important;
        padding-left: 24px;
        padding-right: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .accordion .ac-item .ac-content {
        padding-left: 53px !important;
    }

    h5.titlefaq {
        font-size: 20px !important;
        font-weight: bold !important;
        color: #1B72C9 !important;
    }

    p.bodyfaq {
        font-size: 16px !important;
    }

    /* Footer */
    h2.namefooter {
        color: #fff;
        font-size: 20px;
    }

    .footerfont {
        margin-bottom: 0px !important;
        font-size: 20px;
        color: #fff;
        line-height: 2.2;
    }

    #footer .copyright-content {
        font-size: 14px !important;
    }

    #footer .footer-content {
        padding: 40px 0px;
    }

    /* Article & News */
    h4.titlearticle {
        color: #1B72C9;
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 10px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    p.bodyarticle {
        color: #000;
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 200;
        margin-top: 2px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

/* size-lg */
@media (min-width: 992px) and (max-width:1199px) {
    .tabs .nav-tabs {
        border: 0;
        font-size: 18px;
        margin-bottom: 13px !important;
    }

    .tabs .nav-tabs .nav-link.active {
        border: 0;
        color: #fff !important;
        background-color: #F9A01B !important;
        border-radius: 50px;
    }

    .tabs .nav-tabs .nav-link {
        border: 0;
        color: #000;
        font-size: 18px;
    }

    a.cate:not(.btn):not(.badge):hover {
        color: #000 !important;
    }

    .tabs .nav-tabs .nav-link {
        padding: 14px 19px !important;
    }

    .flickity-page-dots .dot:after {
        background-color:#F9A01B !important;
    }

    .flickity-page-dots .dot {
        background-color:#bbbbbb !important;
    }

    .imageaboutus {
        margin-top: 15px !important;
        width: 100% !important;
    }

    .bgposition1 {
        position: absolute;
        z-index: 99;
        width: 18%;
        margin: -53px 0px 0px 959px;
    }

    .bgposition2 {
        position: absolute;
        z-index: 99;
        width: 25%;
        margin: -195px 0px 0px 0px;
    }

    .menuside {
        position: absolute;
        height: 100%;
        color: #003c77;
        writing-mode: vertical-lr;
        left: -30px;
        top: 4px;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
    }

    nav.side {
        box-shadow: #FBFBFB 0px 1px 4px, #FBFBFB 0px 0px 0px 3px;
        background-color: #FBFBFB;
        width: 130px;
        border-left: 40px solid #b0d8ff;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        position: fixed;
        right: -90px;
        top: 395px;
        transition: all 0.8s;
        z-index: 99;
    }

    .open {
        right: -3px !important;
    }

    .menuside2 {
        position: absolute;
        height: 100%;
        color: #fff;
        writing-mode: vertical-lr;
        left: -30px;
        top: 4px;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
    }

    nav.side2 {
        box-shadow: #FBFBFB 0px 1px 4px, #FBFBFB 0px 0px 0px 3px;
        background-color: #FBFBFB;
        width: 130px;
        border-left: 40px solid #1B72C9;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        position: fixed;
        right: -90px;
        top: 580px;
        transition: all 0.8s;
        z-index: 99;
    }

    .open2 {
        right: -3px !important;
    }

    .boxs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0px;
    }

    .grid-filter li a {
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    /* BUTTON */
    .button-map {
        appearance: none;
        padding: 5px;
        border-color: #F9A01B !important;
        background-color: #F9A01B;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.3rem;
        width: 35%;
        border-radius: 100px;
        letter-spacing: -.24px;
        margin-top: 10px !important;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-map:hover {
        background-color: #F9A01B;
        border-color: #F9A01B;
        color: #fff !important;
        transform: scale(1.1);
    }

    .button-circle {
        appearance: none;
        padding: 10px;
        border-color: #1B72C9 !important;
        background-color: #1B72C9;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        letter-spacing: -.24px;
        margin-top: 20px !important;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-circle:hover {
        background-color: #fff;
        border-color: #1B72C9;
        color: #1B72C9 !important;
        transform: scale(1.1);
    }

    /* Overlay */
    * {
        box-sizing: border-box
    }

    /* Container needed to position the overlay. Adjust the width as needed */
    .containers {
        position: relative;
        width: 50%;
        max-width: 300px;
    }

    /* Make the image to responsive */
    .images {
        display: block;
        width: 100%;
        height: auto;
    }

    /* The overlay effect - lays on top of the container and over the image */
    .overlays {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        /* Black see-through */
        color: #f1f1f1;
        width: 100%;
        transition: .5s ease;
        opacity: 0;
        color: white;
        font-size: 20px;
        text-align: center;
        height: 100%;
        padding-top: 32%;
    }

    /* When you mouse over the container, fade in the overlay title */
    .containers:hover .overlays {
        opacity: 1;
    }


    /* Section */
    section.section-1 {
        background-color: #F5F5F5;
    }

    section.section-2 {
        background-color: #FBFBFB;
        padding-top: 80px !important;
        padding-bottom: 0px !important;
    }

    section.section-3 {
        background-color: #FBFBFB;
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    /* Home */
    .linehead {
        border-left: 3px solid #1B72C9;
        padding: 1px;
        display: block;
        line-height: 0px !important;
        margin-bottom: 50px;
    }

    h1.headnamehome {
        font-size: 48px;
        color: #1B72C9;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }

    h1.bodynamehome {
        font-size: 28px;
        color: #1B72C9;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }

    h1.title-1 {
        color: #1B72C9;
        line-height: 16px;
        margin-left: 5px;
        font-weight: 400;
        font-size: 32px;
    }

    span.title2 {
        font-size: 2.0rem;
        color: black;
    }

    span.title3 {
        font-size: 36px;
        color: #000;
        float: right;
        line-height: 16px;
        margin-left: 5px;
    }

    p.titlereview {
        color: #1B72C9;
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 20px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    p.bodyreview {
        color: #000;
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 200;
        margin-top: 10px !important;
        padding-left: 18px;
        padding-right: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .accordion .ac-item .ac-content {
        padding-left: 53px !important;
    }

    h5.titlefaq {
        font-size: 20px !important;
        font-weight: bold !important;
        color: #1B72C9 !important;
    }

    p.bodyfaq {
        font-size: 16px !important;
    }

    /* Footer */
    h2.namefooter {
        color: #fff;
        font-size: 18px;
    }

    .footerfont {
        margin-bottom: 0px !important;
        font-size: 16px;
        color: #fff;
        line-height: 2.2;
    }

    #footer .copyright-content {
        font-size: 14px !important;
    }

    #footer .footer-content {
        padding: 40px 0px;
    }

    /* Article & News */
    h4.titlearticle {
        color: #1B72C9;
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 10px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    p.bodyarticle {
        color: #000;
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 200;
        margin-top: 2px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}


/* size-md */
@media (min-width: 768px) and (max-width:991px) {
    .tabs .nav-tabs {
        border: 0;
        font-size: 18px;
        margin-bottom: 13px !important;
    }

    .tabs .nav-tabs .nav-link.active {
        border: 0;
        color: #fff !important;
        background-color: #F9A01B !important;
        border-radius: 50px;
    }

    .tabs .nav-tabs .nav-link {
        border: 0;
        color: #000;
        font-size: 18px;
    }

    a.cate:not(.btn):not(.badge):hover {
        color: #000 !important;
    }

    .tabs .nav-tabs .nav-link {
        padding: 13px 9px !important;
    }

    .flickity-page-dots .dot:after {
        background-color:#F9A01B !important;
    }

    .flickity-page-dots .dot {
        background-color:#bbbbbb !important;
    }

    .imageaboutus {
        width: 90% !important;
        margin-top: 80px !important;
    }

    .bgposition1 {
        position: absolute;
        z-index: 99;
        width: 22%;
        margin: -74px 0px 0px 634px;
    }

    .bgposition2 {
        position: absolute;
        z-index: 99;
        width: 30%;
        margin: -150px 0px 0px 0px;
    }
    .padding0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .menuside {
        position: absolute;
        height: 100%;
        color: #003c77;
        writing-mode: vertical-lr;
        left: -30px;
        top: 4px;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
    }

    nav.side {
        box-shadow: #FBFBFB 0px 1px 4px, #FBFBFB 0px 0px 0px 3px;
        background-color: #FBFBFB;
        width: 130px;
        border-left: 40px solid #b0d8ff;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        position: fixed;
        right: -90px;
        top: 440px;
        transition: all 0.8s;
        z-index: 99;
    }

    .open {
        right: -3px !important;
    }

    .menuside2 {
        position: absolute;
        height: 100%;
        color: #fff;
        writing-mode: vertical-lr;
        left: -30px;
        top: 4px;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
    }

    nav.side2 {
        box-shadow: #FBFBFB 0px 1px 4px, #FBFBFB 0px 0px 0px 3px;
        background-color: #FBFBFB;
        width: 130px;
        border-left: 40px solid #1B72C9;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        position: fixed;
        right: -90px;
        top: 620px;
        transition: all 0.8s;
        z-index: 99;
    }

    .open2 {
        right: -3px !important;
    }

    .boxs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0px;
    }

    .grid-filter li a {
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    /* BUTTON */
    .button-map {
        appearance: none;
        padding: 5px;
        border-color: #F9A01B !important;
        background-color: #F9A01B;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.3rem;
        width: 45%;
        border-radius: 100px;
        letter-spacing: -.24px;
        margin-top: 10px !important;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-map:hover {
        background-color: #F9A01B;
        border-color: #F9A01B;
        color: #fff !important;
        transform: scale(1.1);
    }

    .button-circle {
        appearance: none;
        padding: 10px;
        border-color: #1B72C9 !important;
        background-color: #1B72C9;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        letter-spacing: -.24px;
        margin-top: 20px !important;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-circle:hover {
        background-color: #fff;
        border-color: #1B72C9;
        color: #1B72C9 !important;
        transform: scale(1.1);
    }

    /* Overlay */
    * {
        box-sizing: border-box
    }

    /* Container needed to position the overlay. Adjust the width as needed */
    .containers {
        position: relative;
        width: 50%;
        max-width: 210px;
    }

    /* Make the image to responsive */
    .images {
        display: block;
        width: 100%;
        height: auto;
    }

    /* The overlay effect - lays on top of the container and over the image */
    .overlays {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        /* Black see-through */
        color: #f1f1f1;
        width: 100%;
        transition: .5s ease;
        opacity: 0;
        color: white;
        font-size: 20px;
        text-align: center;
        height: 100%;
        padding-top: 32%;
    }

    /* When you mouse over the container, fade in the overlay title */
    .containers:hover .overlays {
        opacity: 1;
    }


    /* Section */
    section.section-1 {
        background-color: #F5F5F5;
    }

    section.section-2 {
        background-color: #FBFBFB;
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    }

    section.section-3 {
        background-color: #FBFBFB;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    /* Home */
    .linehead {
        border-left: 3px solid #1B72C9;
        padding: 1px;
        display: block;
        line-height: 0px !important;
        margin-bottom: 20px;
    }

    h1.headnamehome {
        font-size: 48px;
        color: #1B72C9;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }

    h1.bodynamehome {
        font-size: 28px;
        color: #1B72C9;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }

    h1.title-1 {
        color: #1B72C9;
        line-height: 16px;
        margin-left: 5px;
        font-size: 32px;
        font-weight: 400;
    }

    span.title2 {
        font-size: 2.0rem;
        color: black;
    }

    span.title3 {
        font-size: 36px;
        color: #000;
        float: right;
        line-height: 16px;
        margin-left: 5px;
    }

    p.titlereview {
        color: #1B72C9;
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 10px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    p.bodyreview {
        color: #000;
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 200;
        margin-top: 3px !important;
        padding-left: 8px;
        padding-right: 8px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .accordion .ac-item .ac-content {
        padding-left: 53px !important;
    }

    h5.titlefaq {
        font-size: 20px !important;
        font-weight: bold !important;
        color: #1B72C9 !important;
    }

    p.bodyfaq {
        font-size: 16px !important;
    }

    /* Footer */
    h2.namefooter {
        color: #fff;
        font-size: 18px;
    }

    .footerfont {
        margin-bottom: 0px !important;
        font-size: 14px;
        color: #fff;
        line-height: 2.2;
    }

    #footer .copyright-content {
        font-size: 14px !important;
    }

    #footer .footer-content {
        padding: 40px 0px;
    }

    /* Article & News */
    h4.titlearticle {
        color: #1B72C9;
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 10px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    p.bodyarticle {
        color: #000;
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 200;
        margin-top: 2px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}


/* size-sm */
@media (min-width: 576px) and (max-width:767.98px) {
    .tabs .nav-tabs {
        border: 0;
        font-size: 18px;
        margin-bottom: 13px !important;
    }

    .tabs .nav-tabs .nav-link.active {
        border: 0;
        color: #fff !important;
        background-color: #F9A01B !important;
        border-radius: 50px;
    }

    .tabs .nav-tabs .nav-link {
        border: 0;
        color: #000;
        font-size: 18px;
    }

    a.cate:not(.btn):not(.badge):hover {
        color: #000 !important;
    }

    .tabs .nav-tabs .nav-link {
        padding: 14px 19px !important;
    }

    .flickity-page-dots .dot:after {
        background-color:#F9A01B !important;
    }

    .flickity-page-dots .dot {
        background-color:#bbbbbb !important;
    }

    .padding0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .bgposition1 {
        position: absolute;
        z-index: 99;
        width: 22%;
        margin: -74px 0px 0px 634px;
    }

    .bgposition2 {
        position: absolute;
        z-index: 99;
        width: 30%;
        margin: -150px 0px 0px 0px;
    }

    .menuside {
        position: absolute;
        height: 100%;
        color: #003c77;
        writing-mode: vertical-lr;
        left: -30px;
        top: 4px;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
    }

    nav.side {
        box-shadow: #FBFBFB 0px 1px 4px, #FBFBFB 0px 0px 0px 3px;
        background-color: #FBFBFB;
        width: 100px;
        border-left: 40px solid #b0d8ff;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        position: fixed;
        right: -60px;
        top: 320px;
        transition: all 0.8s;
        z-index: 99;
    }

    .open {
        right: -3px !important;
    }

    .menuside2 {
        position: absolute;
        height: 100%;
        color: #fff;
        writing-mode: vertical-lr;
        left: -30px;
        top: 4px;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
    }

    nav.side2 {
        box-shadow: #FBFBFB 0px 1px 4px, #FBFBFB 0px 0px 0px 3px;
        background-color: #FBFBFB;
        width: 100px;
        border-left: 40px solid #1B72C9;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        position: fixed;
        right: -60px;
        top: 480px;
        transition: all 0.8s;
        z-index: 99;
    }

    .open2 {
        right: -3px !important;
    }

    .boxs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .grid-filter li a {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    /* BUTTON */
    .button-map {
        appearance: none;
        padding: 5px;
        border-color: #F9A01B !important;
        background-color: #F9A01B;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.3rem;
        width: 35%;
        border-radius: 100px;
        letter-spacing: -.24px;
        margin-top: 10px !important;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-map:hover {
        background-color: #F9A01B;
        border-color: #F9A01B;
        color: #fff !important;
        transform: scale(1.1);
    }

    .button-circle {
        appearance: none;
        padding: 10px;
        border-color: #1B72C9 !important;
        background-color: #1B72C9;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        letter-spacing: -.24px;
        margin-top: 20px !important;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-circle:hover {
        background-color: #fff;
        border-color: #1B72C9;
        color: #1B72C9 !important;
        transform: scale(1.1);
    }

    /* Overlay */
    * {
        box-sizing: border-box
    }

    /* Container needed to position the overlay. Adjust the width as needed */
    .containers {
        position: relative;
        width: 50%;
        max-width: 200px;
    }

    /* Make the image to responsive */
    .images {
        display: block;
        width: 100%;
        height: auto;
    }

    /* The overlay effect - lays on top of the container and over the image */
    .overlays {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        /* Black see-through */
        color: #f1f1f1;
        width: 100%;
        transition: .5s ease;
        opacity: 0;
        color: white;
        font-size: 20px;
        text-align: center;
        height: 100%;
        padding-top: 32%;
    }

    /* When you mouse over the container, fade in the overlay title */
    .containers:hover .overlays {
        opacity: 1;
    }


    /* Section */
    section.section-1 {
        background-color: #F5F5F5;
    }

    section.section-2 {
        background-color: #FBFBFB;
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }

    section.section-3 {
        background-color: #FBFBFB;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    /* Home */
    .linehead {
        border-left: 3px solid #1B72C9;
        padding: 1px;
        display: block;
        line-height: 0px !important;
        margin-bottom: 10px;
    }

    h1.headnamehome {
        font-size: 48px;
        color: #1B72C9;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }

    h1.bodynamehome {
        font-size: 28px;
        color: #1B72C9;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }

    h1.title-1 {
        color: #1B72C9;
        line-height: 16px;
        margin-left: 5px;
        font-weight: 400;
    }

    span.title2 {
        font-size: 2.0rem;
        color: black;
    }

    span.title3 {
        font-size: 36px;
        color: #000;
        float: right;
        line-height: 16px;
        margin-left: 5px;
    }

    p.titlereview {
        color: #1B72C9;
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 20px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    p.bodyreview {
        color: #000;
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 200;
        margin-top: 10px !important;
        padding-left: 8px;
        padding-right: 8px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .accordion .ac-item .ac-content {
        padding-left: 53px !important;
    }

    h5.titlefaq {
        font-size: 16px !important;
        font-weight: bold !important;
        color: #1B72C9 !important;
    }

    p.bodyfaq {
        font-size: 12px !important;
    }

    /* Footer */
    h2.namefooter {
        color: #fff;
        font-size: 24px;
    }

    .footerfont {
        margin-bottom: 0px !important;
        font-size: 16px;
        color: #fff;
        line-height: 2.2;
    }

    #footer .copyright-content {
        font-size: 14px !important;
    }

    #footer .footer-content {
        padding: 30px 0px;
    }

    /* Article & News */
    h4.titlearticle {
        color: #1B72C9;
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 10px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    p.bodyarticle {
        color: #000;
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 200;
        margin-top: 2px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}


/* size-xs */
@media (max-width:575.98px) {
    .tabs .nav-tabs {
        border: 0;
        font-size: 16px;
        margin-bottom: 13px !important;
    }

    .tabs .nav-tabs .nav-link.active {
        border: 0;
        color: #fff !important;
        background-color: #F9A01B !important;
        border-radius: 50px;
    }

    .tabs .nav-tabs .nav-link {
        border: 0;
        color: #000;
        font-size: 16px;
    }

    a.cate:not(.btn):not(.badge):hover {
        color: #000 !important;
    }

    .tabs .nav-tabs .nav-link {
        padding: 8px 11px !important;
    }

    .flickity-page-dots .dot:after {
        background-color:#F9A01B !important;
    }

    .flickity-page-dots .dot {
        background-color:#bbbbbb !important;
    }

    .imageaboutus {
        width: 100% !important;
    }

    .bgposition1 {
        position: absolute;
        z-index: 99;
        width: 30%;
        margin: -37px 0px 0px 258px;
    }

    .bgposition2 {
        position: absolute;
        z-index: 99;
        width: 40%;
        margin: -93px 0px 0px 0px;
    }

    .padding0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .menuside {
        position: absolute;
        height: 100%;
        color: #003c77;
        writing-mode: vertical-lr;
        left: -30px;
        top: 4px;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
    }

    nav.side {
        box-shadow: #FBFBFB 0px 1px 4px, #FBFBFB 0px 0px 0px 3px;
        background-color: #FBFBFB;
        width: 100px;
        border-left: 40px solid #b0d8ff;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        position: fixed;
        right: -60px;
        top: 320px;
        transition: all 0.8s;
        z-index: 99;
    }

    .open {
        right: -3px !important;
    }

    .menuside2 {
        position: absolute;
        height: 100%;
        color: #fff;
        writing-mode: vertical-lr;
        left: -30px;
        top: 4px;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
    }

    nav.side2 {
        box-shadow: #FBFBFB 0px 1px 4px, #FBFBFB 0px 0px 0px 3px;
        background-color: #FBFBFB;
        width: 100px;
        border-left: 40px solid #1B72C9;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        position: fixed;
        right: -60px;
        top: 480px;
        transition: all 0.8s;
        z-index: 99;
    }

    .open2 {
        right: -3px !important;
    }

    .boxs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0px;
        margin-bottom: 25px;
    }


    .grid-filter li a {
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    /* Tools */
    .margint {
        margin-top: 20px;
    }

    .padding30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    /* BUTTON */
    .button-map {
        appearance: none;
        padding: 5px;
        border-color: #F9A01B !important;
        background-color: #F9A01B;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: block;
        font-size: 1.3rem;
        width: 40%;
        margin: auto !important;
        border-radius: 100px;
        letter-spacing: -.24px;

        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-map:hover {
        background-color: #F9A01B;
        border-color: #F9A01B;
        color: #fff !important;
        transform: scale(1.1);
    }

    .button-circle {
        appearance: none;
        padding: 8px;
        border-color: #1B72C9 !important;
        background-color: #1B72C9;
        border-style: solid;
        box-sizing: border-box;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1.0rem;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        letter-spacing: -.24px;
        margin-top: 20px !important;
        outline: none;
        quotes: auto;
        text-align: center;
        text-decoration: none;
        transition: all .15s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-circle:hover {
        background-color: #fff;
        border-color: #1B72C9;
        color: #1B72C9 !important;
        transform: scale(1.1);
    }

    /* Overlay */
    * {
        box-sizing: border-box
    }

    /* Container needed to position the overlay. Adjust the width as needed */
    .containers {
        position: relative;
        width: 50%;
        max-width: 150px;
    }

    /* Make the image to responsive */
    .images {
        display: block;
        width: 100%;
        height: auto;
    }

    /* The overlay effect - lays on top of the container and over the image */
    .overlays {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        /* Black see-through */
        color: #f1f1f1;
        width: 100%;
        transition: .5s ease;
        opacity: 0;
        color: white;
        font-size: 12px;
        text-align: center;
        height: 100%;
        padding-top: 30%;
    }

    /* When you mouse over the container, fade in the overlay title */
    .containers:hover .overlays {
        opacity: 1;
    }


    /* Section */
    section.section-1 {
        background-color: #F5F5F5;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    section.section-2 {
        background-color: #FBFBFB;
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }

    section.section-3 {
        background-color: #FBFBFB;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    /* Home */
    .linehead {
        border-left: 3px solid #1B72C9;
        padding: 1px;
        display: block;
        line-height: 0px !important;
        margin-bottom: 10px !important;
    }

    h1.headnamehome {
        font-size: 28px;
        color: #1B72C9;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }

    h1.bodynamehome {
        font-size: 16px;
        color: #1B72C9;
        font-weight: 400;
        margin-bottom: 0px;
        text-align: center;
    }

    h1.title-1 {
        color: #1B72C9;
        line-height: 16px;
        margin-left: 5px;
        font-weight: 400;
        font-size: 16px;
    }

    span.title2 {
        font-size: 16px;
        color: black;
    }

    h1 span.title3 {
        font-size: 16px !important;

    }

    p.titlereview {
        color: #1B72C9;
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 3px !important;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    p.bodyreview {
        color: #000;
        font-size: 12px;
        margin-bottom: 0px;
        font-weight: 200;
        margin-top: 2px !important;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .accordion .ac-item .ac-content {
        padding-left: 30px !important;
    }

    h5.titlefaq {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #1B72C9 !important;
    }

    p.bodyfaq {
        font-size: 12px !important;
    }

    /* Footer */
    h2.namefooter {
        color: #fff;
        font-size: 16px;
    }

    .footerfont {
        margin-bottom: 0px !important;
        font-size: 12px;
        color: #fff;
        line-height: 2.2;
    }

    #footer .copyright-content {
        font-size: 12px !important;
    }

    #footer .footer-content {
        padding: 20px 0px;
    }

    /* Article & News */
    h4.titlearticle {
        color: #1B72C9;
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 400;
        margin-top: 5px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    p.bodyarticle {
        color: #000;
        font-size: 12px;
        margin-bottom: 0px;
        font-weight: 200;
        margin-top: 2px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.button-73 {
    appearance: none;
    padding: 10px;
    border-color: #1B72C9 !important;
    background-color: #1B72C9;
    border-style: solid;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: -.24px;
    margin: 0;
    outline: none;
    quotes: auto;
    text-align: center;
    text-decoration: none;
    transition: all .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

}

.button-73:hover {
    background-color: #1B72C9;
    border-color: #1B72C9;
    color: #fff !important;
    transform: scale(1.1);
}

.button-73:active {
    transform: scale(1.025);
    color: #fff !important;
}

.button-74 {
    appearance: none;
    padding: 10px;
    border-color: #1B72C9 !important;
    background-color: #fff;
    border-style: solid;
    box-sizing: border-box;
    color: #1B72C9 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: -.24px;
    margin: 0;
    outline: none;
    quotes: auto;
    text-align: center;
    text-decoration: none;
    transition: all .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

}

.button-74:hover {
    background-color: #fff;
    border-color: #1B72C9;
    color: #1B72C9 !important;
    transform: scale(1.1);
}

.button-74:active {
    transform: scale(1.025);
    color: #fff !important;
}

/* FAQ */

.accordion .ac-item {
    border-radius: 13px !important;
    background-color: #fff;
}

.accordion.accordion-shadow .ac-item {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px !important;
}

#mainMenu.menu-rounded nav>ul>li.current>a,
#mainMenu.menu-rounded nav>ul>li:hover>a,
#mainMenu.menu-rounded nav>ul>li:focus>a {
    background-color: #1B72C9 !important;
    color: #fff !important;
    border-radius: 50px !important;
}

a.all {
    color: #000 !important;
}

/* mouse over link */
a.all:hover {
    color: #1B72C9 !important;
    text-decoration: underline !important;
}

#mainMenu nav>ul>li.hover-active>a,
#mainMenu nav>ul>li.hover-active>span,
#mainMenu nav>ul>li.current>a,
#mainMenu nav>ul>li.current>span,
#mainMenu nav>ul>li:hover>a,
#mainMenu nav>ul>li:hover>span,
#mainMenu nav>ul>li:focus>a,
#mainMenu nav>ul>li:focus>span {
    color: #F9A01B !important;
}
