.bg-topbar {
    background: #212121 !important;
    border-bottom-color: #212121 !important;
}

.section-header {
    color: var(--section-header-color);
}

.section-headermul {
    color: #FFFFFF !important;
}

.section-header-main 
{
    letter-spacing: 0px;
    line-height: 40px;
    /*font-weight: bold;*/
    margin: 5px 0 5px 0;
}

.section-header-main .t-first
{
    color : var(--t-first-color);
}
.section-header-main .t-first-media
{
    color : var(--t-first-media-color);
}

.section-header-main .t-second
{
    font-weight : bold;
    color : var(--t-second-color);
}

.section-header-main .t-media {
    font-weight: bold;
    color: var(--t-media-color);
}

.section-bg {
    background: var(--section-bg);
}
.section-bg-tran {
    background: var(--section-bg-tran);
}

/* --------------------------------------------------- bg img ---------------------------------------------- */
img {
    filter: var(--img-gray);
}

.img-bg-mission {
    /*background-image: url("../pic/bangsue_gray.png");*/
    filter: var(--img-gray);
}

.img-bg-travel {
    /*background-image: url("../pic/map_1_0.png");*/
    filter: var(--img-gray);
}

.img-bg-test1 {
    background-image: url("../pic/mapgray.jpg");
    filter: var(--img-gray);
}

.img-bg-test2 {
    background-image: url("../pic/train2.jpg");
    filter: var(--img-gray);
}

.img-bg-test {
    background-image: url("../pic/map.jpg");
    filter: var(--img-gray);
}

.img-bg-test3{
    width: 100%;
    height: 100%;
    background:
        url("../pic/train2.jpg") left, /* Layer 1 - Red */
        url("../pic/map.jpg") right; /* Layer 2 - Blue */
    background-size: 40% 60%;
    background-repeat: no-repeat;
    object-fit: fill;
    filter: var(--img-gray);
}

/* --------------------------------------------------- close bg img ---------------------------------------------- */

/* --------------------------------------------------- header ---------------------------------------------- */
.theme-black-yellow:hover {
    background: #ffff00;
    color:black;
}

.theme-black-white:hover {
    background: white;
    color: black;
}

.theme-normal:hover {
    background: white;
    color: black;
}




@media only screen and (max-width: 1599px) {
/*    .main-header
    {
        padding-left: 80px;
    }*/
}


    .box-general {
        padding: 10px;
        margin-top: 425px;
    }

    @media only screen and (max-width: 900px) {
        .box-general {
            margin-top: 80px;
        }
    }

    .box-general-container {
        display: flex;
        justify-content: center;
        gap: 5px;
        flex-wrap: wrap;
    }

    .box-general-container-item {
        cursor: pointer;
        width: var(--box-general-box);
        height: var(--box-general-box);
        position: relative;
        padding: 5px;
        background: linear-gradient(324deg, var(--gradient-color1) 0%, var(--gradient-color2) 100%);
        border-radius: 5px;
    }

/*    .box-general-container-item-v2:focus{
        outline: 0.5rem solid #F8D103;
    }*/
    .box-general-container-item-v2 {
        cursor: pointer;
        width: var(--box-general-box);
        height: var(--box-general-box);
        position: relative;
        padding: 10px;
        background: linear-gradient(324deg, var(--gradient-color1) 0%, var(--gradient-color2) 100%);
        border-radius: 5px;
        overflow:hidden;

        transition: transform .5s;
    }

    .box-general-container-item-v2:hover
    {
        z-index:1;
        /*margin: 0 5px 0 5px;*/
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
        /*border : 1px solid;*/
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        /*box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;*/
    }

    .box-general-box {
        position: absolute;
        background: transparent;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        text-align: center;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        width: 100%;
        padding: 10px;
        color: var(--box-general-box-color);
    }
    .box-general-box-v2 {

        /*font-weight: bold;*/
        text-align: center;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        width: 100%;
        color: var(--box-general-box-color);
        height: 50%;
    }

    .box-general-box-v2 p {
        font-size: var(--font-default);
    }

    .box-general-box p {
            font-size: var(--font-default);
    }
    /* --------------------------------------------------- header --------------------------------------------------- */


    /* --------------------------------------------------- slide preview --------------------------------------------------- */
    .slide-trip-preview-bg
    {
/*        padding: 25px 0 25px 0; 
        background: #161817;*/

        padding: 25px 0 25px 0; 
        background: #18222b; /*#161817 */
		background-image: url(./images/BG-Slide02.png);
    }
    .slide-trip-preview-content {
        height: 150px;
        background: white;
        margin: 10px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slide-trip-preview-item
    {
        position: relative;
    }

    .slide-trip-preview-item-img
    {
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-fit: cover;
    }

    /* --------------------------------------------------- slide preview --------------------------------------------------- */


    /* --------------------------------------------------- schedule --------------------------------------------------- */
    .train-schedule-table
    {
        background : var(--train-schedule-table);
    }

/*    .train-schedule-table thead{
        background: var(--train-schedule-table);
    }*/

    .table > thead > tr > th {
        font-size: var(--custum-tab);
    }

    .table-bordered > tbody > tr > td {
        font-size: var(--custum-tab);
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: var(--train-schedule-table-bg-odd);
    }

    .table-striped tbody tr:nth-of-type(odd) > td {
        color: var(--train-schedule-table-font-odd)
    }

    .table-striped tr:nth-child(even) > td {
        background-color: var(--train-schedule-table-bg-even);
    }

    .pagination > .disabled > a 
    {
        color: var(--train-schedule-nav-btn-toggle-font);
        background-color: var(--train-schedule-nav-btn-toggle-bg);
    }

    .icon-sch-color {
        color: var(--train-schedule-btn-font);
    }

    .btn-sch-bg{
        background: var(--train-schedule-btn-bg);
    }

.sch-hr-line {
    width: 250px;
    height: 5px;
    margin: 0;
    background: linear-gradient(90deg, #990000 0%, rgba(255,255,255,0.4009978991596639) 100%);
    border: none;
    border-radius: 10px;
    margin-top: 5px;
}
    
    
/*    .table-striped tbody tr:nth-of-type(odd) > td {
        color : var(--train-schedule-table-font-odd)
    }

    .table-striped tbody tr:nth-of-type(even) > td {
        color: var(--train-schedule-table-font-even)
    }*/

    /* --------------------------------------------------- schedule --------------------------------------------------- */



    /* --------------------------------------------------- trip --------------------------------------------------- */
    .trip-hr-line {
        width: 50%;
        height: 5px;
        margin: 0;
        background: linear-gradient(90deg, #990000 0%, rgba(255,255,255,0.4009978991596639) 100%);
        border: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .trip-item-container {
        height: 370px;
        padding: 0px 10px 10px 10px;
    }

    .owl-trip-pagination-desktop .trips-left {
        background: var(--trips-button-slide-bg);
    }    
    
    .owl-trip-pagination-desktop .trips-left-srt {
        background: var(--trips-button-slide-bg);
    }

    .owl-trip-pagination-desktop .trips-right {
        background: var(--trips-button-slide-bg);
    }    
    
    .owl-trip-pagination-desktop .trips-right-srt {
        background: var(--trips-button-slide-bg);
    }

    .owl-trip-pagination-desktop i {
        color: var(--trips-button-slide-font);
        font-size: 16px;
    }

    .owl-trip-pagination-mobile .trips-left {
        background: var(--trips-button-slide-bg);
        border: 1px solid #e0e0e9;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }    
    
    .owl-trip-pagination-mobile .trips-left-srt {
        background: var(--trips-button-slide-bg);
        border: 1px solid #e0e0e9;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .owl-trip-pagination-mobile .trips-right {
        background: var(--trips-button-slide-bg);
        border: 1px solid #e0e0e9;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }    
    
    .owl-trip-pagination-mobile .trips-right-srt {
        background: var(--trips-button-slide-bg);
        border: 1px solid #e0e0e9;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .owl-trip-pagination-mobile i {
        color: var(--trips-button-slide-font);
        font-size: 16px;
    }

    .trip-box {
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 10px, rgba(0, 0, 0, 0.23) 0px 5px 5px;
    }

    .trip-box-line {
        height: 230px;
        border-bottom: 3px solid #990000;
    }

    .trip-go {
        position: relative;
    }

    .trip-go-btn {
        width: 40px;
        height: 40px;
        background: #990000;
        position: absolute;
        border-radius: 50%;
        left: 90%;
        transform: translate(-50%, -50%);
        box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    }

    .trip-go-btn .glyph-icon {
        color: #FFFFFF;
        font-size: 16px;
    }

    .trip-detail {
        text-align: left;
        padding: 10px;
        height: 120px;
        background: var(--trip-detail-bg);
    }

    .trip-detail .trip-detail-head {
        font-size: var(--trip-header);
        font-weight: bold;
        color: var(--trip-detail-text-font);
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .trip-detail-text {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: var(--trip-detail-line);
        overflow: hidden;
        font-size: var(--trip-detail);
        color: var(--trip-detail-text-font);
    }
    /* --------------------------------------------------- trip --------------------------------------------------- */


    /* --------------------------------------------------- mission --------------------------------------------------- */
    .mission-hr-line {
        width: 50%;
        height: 5px;
        margin: 0;
        background: linear-gradient(90deg, #990000 0%, rgba(255,255,255,0.4009978991596639) 100%);
        border: none;
        border-radius: 10px;
        margin-top: 5px;
    }
    .mission-left {
        width: 50%;
        padding: 60px 10px 40px 60px;
    }

    .mission-right {
        width: 50%;
    }

    .mission-slide-menu {
        margin: 10px;
    }

    .mission-layout {
        width: 500px;
        /* margin-bottom: 10px; */
    }

    .executive-row {
        padding-left: 20px;
    }


    .executive {
        display: grid;
        text-align: left;
    }

    .mission-slide-item {
        padding: 15px;
    }

    .mission-slide-menu a{
        font-size: 20px;
        color: var(--color-bg-nav);
    }

    .mission-slide-menu .detail .img-content {
            display: flex;
            gap: 10px;
            align-items: center;
    }    
    
    .mission-slide-menu .detail .img-content img{
            width : 50px;
    }

    .owl-mission .owl-pagination .owl-page span {
        background: #810811;
    }

    .owl-mission .owl-controls .owl-pagination {
            bottom: -25px !important;
    }    
    
    .owl-mission-slide .owl-pagination .owl-page span {
        background: #810811;
    }

    .owl-mission-slide .owl-controls .owl-pagination {
            bottom: -25px !important;
    }


    .mission-container {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .mission-container-v2 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        margin: 20px 0 20px 0;
    }

    .missionv2-section
    {
        width:380px;
    }

    .mission-img-content {
        width: 100%;
        height: 575px;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }

        .mission-img-content img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    @media only screen and (max-width: 1529px) {
        .mission-layout {
            width: 400px;
        }
    }

    @media only screen and (max-width: 1239px) {
        .mission-layout {
            width: 380px;
        }
    }

    @media only screen and (max-width: 1179px) {
        .mission-layout {
            width: 360px;
        }
    }

    @media only screen and (max-width: 1119px) {
        .mission-layout {
            width: 330px;
        }
    }

    @media only screen and (max-width: 1079px) {
        .mission-layout {
            width: 530px;
        }

        .executive-row {
            display: flex;
            justify-content: center;
        }
    }

    @media only screen and (max-width: 600px) {
        .mission-left {
            width: 70%;
        }

        .mission-right {
            width: 30%;
        }
    }

    @media only screen and (max-width: 550px) {
        .mission-layout {
            width: 330px;
        }
    }

    /* --------------------------------------------------- mission --------------------------------------------------- */

    /* --------------------------------------------------- news --------------------------------------------------- */
    .news-hr-line {
        width: 250px;
        height: 5px;
        margin: 0;
        background: linear-gradient(90deg, #990000 0%, rgba(255,255,255,0.4009978991596639) 100%);
        border: none;
        border-radius: 10px;
        margin-top: 5px;
    }
    .header-news {
        font-size: var(--header-news);
        color: var(--header-news-color);
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: 900;
    }

    .header-news-detail {
        font-size: var(--header-news-detail);
        color: var(--header-news-detail-color);
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        overflow: hidden;
    }

    .read-more {
        font-size: var(--header-news-detail);
        color: var(--header-news-color);
        background: var(--read-more-bg);
    }
    .news-see-all-arrow {
        color: black;
        border: none;
    }

    .news-see-all {
        background-color: var(--news-see-all-bg);
        color: var(--news-see-all-font);
        margin-left: 10px;
    }

    .see-all-mobile {
        display: none;
        margin-left: 10px;
    }

    @media only screen and (max-width: 500px) 
    {
        .see-all-desktop {
            display: none;
        }

        .see-all-mobile {
            display: block;
        }


    }



    .news-card {
        height: 250px;
        margin-bottom: 35px;
    }

    .news-container {
        position: relative;
    }

    .main-news-img {
        width: 100%;
        /*height: 300px;*/
        object-fit: cover;
        border-radius: 10px;
        max-height: 350px;
    }

    .news-bg-img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    }

    .news-detail {
        background: var(--news-detail-bg);
        position: absolute;
        top: 130%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 190px;
        border-radius: 5px;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }

    .news-detail-box {
        position: relative;
        width: 100%;
        height: 100%;
        /*overflow: hidden;*/
    }

    .news-detail-date {
        width: 40px;
        /*height: 50px;*/
        text-align: center;
        position: absolute;
        top: 0;
        left: 80%;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        overflow: hidden;
        transform: translate(-50%, -50%);
    }

        .news-detail-date .day {
            /*background: rgba(129, 8, 17, 0.8);*/
            background: #990000;
            color: white;
        }

        .news-detail-date .month {
            /*background: rgba(207, 174, 77, 0.8);*/
            background: #6A571D;
            color: white;
        }

        .news-detail-header {
            padding: 10px;
            height: 40%;
        }

        .news-detail-header .head {
            font-size: var(--font-default);
            color: var(--news-detail-text-font);
        }

        .news-detail-header .head-sub {
            cursor: pointer;
            font-size: var(--font-default-header);
            color: var(--news-detail-text-font);
            -webkit-box-orient: vertical;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .news-detail-header .head i {
            color: #810811;
            font-size: 10px;
        }

        .news-detail-header .line {
            width: 50%;
            height: 5px;
            margin: 0;
            background: linear-gradient(90deg, rgba(129,8,17,1) 0%, rgba(255,255,255,0.4009978991596639) 100%);
            border: none;
            border-radius: 10px;
            margin-top: 5px;
        }

    .news-detail-text {
        /*padding: 0px 10px 0px 10px;*/
        height: 60%;
        padding: 10px;
        font-size: var(--header-news-detail-text);
        overflow: hidden;
        color: var(--news-detail-text-font);
    }
    .news-detail-text-content {
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    /* --------------------------------------------------- news --------------------------------------------------- */

    /* --------------------------------------------------- multimedia --------------------------------------------------- */
    .media-hr-line {
        width: 250px;
        height: 5px;
        margin: 0;
        background: linear-gradient(90deg, #990000 0%, rgb(255 255 255 / 0%) 100%);
        border: none;
        border-radius: 10px;
        margin-top: 5px;
    }

    .multimedia-bg {
        padding: 30px 0 30px 0;
        background: var(--multimedia-bg);
    }

    .media-tab
    {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
    }

    .media-tab li {
        display: inline-block;
        margin: 0px 15px 0 0;
        position: relative;
        z-index: 6;
    }

    .media-tab a {
        font-size: var(--custum-tab);
        color: var(--media-color);
    }

    .media-tab .active {
        border-bottom: 2px solid #810811;
    }
    
    .multimedia-header {
        display: grid;
        text-align: left;
        margin-bottom: 10px;
    }

    .multimedia-header p {
            line-height: 15px;
            color: var(--multimedia-detail-font);
    }

    .multimedia-header h1 {
            letter-spacing: 0px;
            line-height: 34px;
            font-weight: bold;
            color: var(--multimedia-detail-font);
    }

    .owl-multimedia {
        /*padding: 0 10% 0px 10%;*/
        padding: 0px;
    }

    .owl-multimedia .owl-controls .owl-page span {
        width: 30px;
        height: 5px;
    }

    .owl-multimedia .owl-controls .owl-pagination
    {
        display : block;
    }    
    
    .owl-multimedia .owl-controls .owl-buttons
    {
        display : none;
    }

    .owl-multimedia .owl-controls .owl-buttons .owl-next
    {
        right: 5px;
    }
    .owl-multimedia .owl-controls .owl-buttons .owl-prev
    {
        left: 5px;
    }


    .owl-multimedia-slide {
        /*padding: 0 10% 0px 10%;*/
        padding: 0px;
    }

    .owl-multimedia-slide .owl-controls .owl-page span {
        width: 30px;
        height: 5px;
    }

    .owl-multimedia-slide .owl-controls .owl-pagination
    {
        display : block;
    }    
    
    .owl-multimedia-slide .owl-controls .owl-buttons
    {
        display : none;
    }

    .owl-multimedia-slide .owl-controls .owl-buttons .owl-next
    {
        right: 5px;
    }
    .owl-multimedia-slide .owl-controls .owl-buttons .owl-prev
    {
        left: 5px;
    }

    .multimedia-item-normal {
        padding: 10px;
    }   
    
    .multimedia-item-mediafirst 
    {
        padding: 10px 10px 10px 0;
    }

    .multimedia-img {
        height: 190px;
        background: black;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
        position: relative;
    }

    .multimedia-img .content {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
    }

    .multimedia-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s;
    }

    .multimedia-img img:hover {
        -ms-transform: scale(1.2); /* IE 9 */
        -webkit-transform: scale(1.2); /* Safari 3-8 */
        transform: scale(1.2);
    }

    .multimedia-detail {
        font-size: var(--font-default);
        text-align: center;
        color: var(--multimedia-detail-font);
        margin: 10px 0px 10px 0;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        cursor: pointer;
    }



    @media only screen and (max-width: 950px) 
    {
        .owl-multimedia .owl-controls .owl-pagination {
            display: none;
        }

        .owl-multimedia .owl-controls .owl-buttons {
            display: block;
        }

        .multimedia-item-mediafirst 
        {
            padding: 10px;
        }

    }

    /* --------------------------------------------------- multimedia --------------------------------------------------- */


    /* --------------------------------------------------- close header ---------------------------------------------- */




    /* ---------------------------------------------------------- custum tab--------------------------------- */
    .custum-tab {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        /*text-align: center;*/
    }

        .custum-tab li {
            display: inline-block;
            margin: 0px 15px 0 0;
            position: relative;
            z-index: 6;
        }

        .custum-tab a {
            font-size: var(--custum-tab);
            color: var(--custum-tab-font);
        }

    .custum-tab-label {
        font-size: var(--custum-tab-label);
    }

    .custum-tab .active {
        border-bottom: 2px solid #810811;
    }

    .tab-pane {
        padding: 0;
    }

    /* ---------------------------------------------------------- close custum tab--------------------------------- */


    .carousel-wrapper .owl-pagination {
        bottom: 0;
    }

    .owl-trip .owl-buttons {
        /* display: none; */
    }


.slider-custum-1 .owl-prev {
    padding-right: 5px;
    width: 50px !important;
    height: 50px !important;
    background: white;
    color: #17b867;
    align-items: center;
    display: flex !important;
    justify-content: center;
    border-radius: 50%;
}

.slider-custum-1 .owl-next {
    padding-left: 5px;
    width: 50px !important;
    height: 50px !important;
    background: white;
    color: #17b867;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/*    .slider-custum-1 .owl-prev {
        padding-left: 5px;
    }

    .slider-custum-1 .owl-next {
        padding-left: 12px;
    }*/


    .header-logo-railway {
        float: left !important;
        margin: 15px 0 18px !important;
        width: 35px !important;
        height: 34px !important;
    }

    .page-option-group a:hover {
        cursor: pointer;
    }

    .header-nav a {
        /* color: #fff; */
    }

    @media only screen and (min-width: 56.25em) {
        .header-nav-top.collapse {
            display: block;
        }
    }


.owl-trip-pagination-mobile {
    display: none;
}


    @media only screen and (max-width: 492px) {
        .owl-trip-pagination-mobile {
            display: block;
        }

        .owl-trip-pagination-desktop {
            display: none;
        }
    }


    /* -----------------------------------Knows about----------------------------------- */
    .knows-header {
        padding: 30px 50px 70px 50px;
        background: linear-gradient(90deg, var(--about-gradient1) 0%, var(--about-gradient2) 100%);
    }

    .knows-header .container {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: var(--know-aboutus-font-color);
    }

    .know-aboutus-item .know-aboutus-item-head {
        color: var(--know-aboutus-item-head);
        font-size: 16px;
    }

    .know-aboutus-item p {
        color: var(--know-aboutus-item-detail);
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .know-aboutus-container {
        position: absolute;
        height : 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        /*background: #242925;*/
        background: #242c32;
        
        width: 80%;
        top: 0;
        left: 50%;
        transform: translate(-50%, -10%);
        border-radius: 20px;
        padding: 20px 10px 10px 10px;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
        z-index: 1;
    }

    .know-aboutus-item {
        width: 30%;
        text-align: center;
    }

    .know-aboutus {
        height: 380px;
        /*background: #242925;*/
        background: #3c4852;
    }

    @media only screen and (max-width: 1200px) {

        .know-aboutus {
            height: 380px;
        }
    }

    @media only screen and (max-width: 1100px) {

        .know-aboutus {
            height: 430px;
        }
    }


    @media only screen and (max-width: 900px) {

        .know-aboutus {
            height: 440px;
        }
    }

    @media only screen and (max-width: 600px) {

        .know-aboutus {
            height: 470px
        }
    }


    @media only screen and (max-width: 530px) {

        .know-aboutus {
            height: 630px;
        }

        .know-aboutus-container
        {
            width : 90%;
        }
        .know-aboutus-item
        {
            width: 45%;
        }
    }    
    
    @media only screen and (max-width: 400px) {

        .know-aboutus {
            height: 670px
        }
    }

    /* -----------------------------------ready service----------------------------- */
    .ready-service-bg {
        padding: 30px 0 30px 0;
        /*background: #1f2420;*/
        background: #183e62;
    }
    .ready-service-head {
        text-align: center;
        color: white;
    }
    .ready-service-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .ready-service-main {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .ready-service-main-head {
        width: 80px;
        padding: 5px;
    }
    .ready-service-detail-center {
        /*color: #adadad*/
        color: #D1D1D1
    }
    .ready-service-main-head img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ready-service-detail-btn 
    {
        color: var(--ready-service-font);
        border: none;
        background: none;
    }

    .ready-service-detail a button {
        color: var(--ready-service-font);
    }

    .ready-service-detail .ready-service-detail-head 
    {
        color: white;
        font-size : 16px;
    }

/* -----------------------------------footer----------------------------- */
.item-footer-slide {
    padding: 20px 10px 20px 10px;
}

    .slide-banner-bg {
        padding-left: 10%;
        padding-right: 10%;
        background: var(--box-slide-bg);
    }

    .box-slide {
        height: 150px;
        position: relative;
        /*padding: 5px;*/
        border: 1px solid #a5a5a5;
        border-radius: 15px;
        overflow: hidden;
    }

    .box-slide-img {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        object-fit: cover;
    }

    .box-slide-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--box-slide-content-font-color);
        font-weight: bold;
        text-align: center;
        width: 100%;
        padding: 10px
    }

        .box-slide-content p {
            font-size: var(--font-default);
        }

    .main-footer .footer-nav li a {
        border-radius: 3px;
        padding: 5px 0px;
        font-size: 16px;
    }

    .header-footer-title {
        font-weight: bold;
    }

    .main-footer {
        padding-bottom: 0px;
        /*background: #242925;*/
        background: #3c4852;
        color: white;
    }
    .main-footer-content {
        padding-left: 100px;
        padding-right: 100px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    @media only screen and (max-width: 575px) {

        .main-footer-content {
            padding-left: 10px;
            padding-right: 10px;
        }

        .footer-content {
            padding-left: 10px;
        }
    }

    .footer-content {
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .footer-app-item {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
    }

    .main-footer a {
        color: white;
    }

    .main-footer::before {
        background : none;
    }

    .foot-privacy {
        /*padding: 20px 0px 20px 0px;*/
        background: var(--bg-footer);
    }

    .foot-privacy-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 80px;
    }

    .foot-privacy-w3c {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .counter-view {
        font-family: SevenSegment;
        font-weight: bold;
        text-align: center;
        width: 25px;
        padding: 6px 6px 4px;
        border-radius: 3px;
        background: #1f2420;
        margin: 1px;
    }

    .counterview-content{
        padding: 5px;
        background: #1f2420;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        /*border: 1px solid #000000;*/
    }

    .priv-note-cookie {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        width: 100%;
    }

    .w3-web-check {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: nowrap;
        height: 100%;
        width: 100%;
        align-items: center;
    }
    .visitor-view {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
    }


.sch-ception {
    color: #000000 !important;
}