@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif !important;
}

.mce-ico {
    font-family: 'tinymce',Arial !important;
}

html {
    overflow-x: hidden;
}

body {
    color: #444444;
    overflow-x: hidden;
    padding-right: 0!important;
}



::placeholder {
    color: #C4C4C4;
    font-size: 12px;
}



input:focus {
    outline: none;
}



.container_custom {
    max-width: 1440px;
    margin: 0 auto;
}

.searchHome {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}

.img-list {
    max-height: 5rem;
    max-width: 8rem;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.news {
    max-width: 1440px;
    margin: 0 auto;
}



nav {
    padding: 20px !important;
    display: flex !important;
    width: 1440px !important;
    height: 70px !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: url('../Content/img/background1.png');
}



    nav ul {
        display: flex;
        list-style: none;
        align-items: center;
        margin: 0px;
    }



.navbar-nav {
    flex-direction: inherit;
}

    .navbar-nav li {
        display: inline-block;
        margin: 0 .8rem;
    }

    .navbar-nav a {
        color: #fff;
    }

.dropdown-menu li {
    display: block;
    margin: 0;
}

    .dropdown-menu li a {
        padding-left: 5px;
        color: #444444;
    }

.dropdown-menu-custom {
    width: 125px !important;
    min-width: 0 !important;
}

div ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0px;
}

.carousel-indicators {
    bottom: 2rem;
}

.carousel-caption {
    bottom: 3rem !important;
}

.carousel-indicators [data-bs-target] {
    width: .8rem !important;
    height: .8rem !important;
    margin: 0 .3rem;
    border-radius: 50%;
}


.doc-preview {
    width: 707px;
    height: 900px;
    left: 847px;
    top: 279px;
    box-sizing: border-box;
    background: #F3F3F3;
    border: 1px solid #D9D9D9;
}

.planSize {
    margin-right: 30px;
}



.registerSize {
    margin-right: 17px;
}



.logo {
    width: 237px;
    height: 52px;
    left: 21px;
    top: 9px;
}



.img_icon {
    margin-right: 5px;
}



.img_icon2 {
    margin-left: 5px;
}



.img_head_news {
    width: 264px;
    height: 120px;
}



.button1 {
    border-width: 1px;
    border-color: #00A4E4;
    padding: 7px;
    height: 40px;
    width: 100px;
    background-color: #00A4E4;
    color: white;
    border-radius: 5px;
}



.font1 {
    color: #00A4E4;
    text-decoration: none !important;
    margin: 0px;
}



.font2 {
    color: #ffff;
}



.font_size12 {
    font-size: 12px;
}



.manu-img1 {
    width: 71.72px;
    height: 66.38px;
    margin-top: 20px;
}



.manu-img2 {
    width: 74.91px;
    height: 76.2px;
    margin-top: 20px;
}



.manu-img3 {
    width: 62.94px;
    height: 80.41px;
    margin-top: 20px;
}



.manu-img4 {
    width: 75px;
    height: 75px;
    margin-top: 20px;
}

.img-logo {
    transition: all 0.3s ease;
}

.img-logo-mb {
    width: 60px;
}

.top-menu {
    transition: all 0.3s ease;
}

.manu-bar {
    height: auto;
    background-color: #00A4E4;
    align-items: center;
    width: 100%;
    margin: 0px !important;
    transition: all 0.3s ease;
}

.menu-bar-active {
    position: fixed;
    top: 0;
    z-index: 1000;
}


.manu-bar-button {
    min-width: 112px;
    height: 55px;
    border: none;
    padding-right: 1.5rem;
    background-color: #00A4E4;
    text-align: center;
    background: linear-gradient(300deg, rgba(255,255,255,0) 25%, #56BFE4 26%);
}



.manu-bar-space {
    margin-right: 25px;
}

@media (min-width: 992px) {
    .top-menu-active {
        position: fixed;
        top: 0;
        z-index: 1000;
        height: 91px;
    }
    .menu-bar-active {
        top: 82px;
    }
    .menu-right-active {
        position: fixed !important;
        right: 5px !important;
        top: 58% !important;
        transform: translateY(-50%);
        z-index: 1000 !important;
        height: 65% !important;
    }
    #menu_slide_right {
        margin-right: -150px;
        transition: all 0.3s ease;
    }
   #menu_slide_right.active {
       margin-right: 0;
    }
    .menu-right-hide {
        margin-right: -150px;
        transition: all 0.3s ease;
    }
    .menu-right-show {
        margin-right: 0;
        transition: all 0.3s ease;
    }
    .btn-menu-more {
        display: none;
        background-image: url('../Content/img/more.png');
        background-repeat: no-repeat;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        position: fixed;
        top: 150px;
        right: 30px;
        z-index: 100;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .btn-menu-more.active {
        display: block;
        margin-right: 0;
    }
    .btn-menu-more.action {
        background-image: url('../Content/img/close.png');
        transform: rotate(-90deg);
    }

}

@media (max-width: 991px) {
    .menu-bar-active .search1 {
        margin-right: 15px;
    }
}

    .manu_right1 {
        margin: 15px;
        margin-right: 20px;
        margin-bottom: 0px;
        position: relative;
        width: 100px;
        height: 100px;
        background: #EA6F28;
        float: right;
        text-align: center;
        text-decoration: none !important;
    }



    .manu_right2 {
        margin: 15px;
        margin-right: 20px;
        margin-bottom: 0px;
        position: relative;
        width: 100px;
        height: 100px;
        background: #F6B529;
        float: right;
        text-align: center;
        text-decoration: none !important;
    }



    .manu_right3 {
        margin: 15px;
        margin-right: 20px;
        margin-bottom: 0px;
        position: relative;
        width: 100px;
        height: 100px;
        background: #23B5E6;
        float: right;
        text-align: center;
        text-decoration: none !important;
    }



    .manu_right4 {
        margin: 15px;
        margin-right: 20px;
        margin-bottom: 10px;
        position: relative;
        width: 100px;
        height: 100px;
        background: #827A70;
        float: right;
        text-align: center;
        text-decoration: none !important;
    }

    .hr_blue {
        background: #027EB6;
        height: 2px !important;
    }

    #register_form label span {
        color: red;
    }

    #register_form input, #register_form select {
        border: 1px solid #A9A9A9;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .btn_save {
        background: #00A4E4;
        color: #fff;
        transition: ease .2s;
    }

        .btn_save:hover {
            background: #2AC0EF;
            color: #fff;
        }

    .btn_cancel {
        border: 1px solid #FB3E53;
        color: #FB3E53;
        transition: ease .2s;
    }

        .btn_cancel:hover {
            background: #FB3E53;
            color: #fff;
        }



    .underline {
        color: white;
        text-decoration: none !important;
        margin: 0px 10px;
    }

    .underline2 {
        color: rgb(0, 0, 0);
        text-decoration: none !important;
        margin: 0px 10px;
        text-underline-position: under;
    }

    .underline3 {
        color: rgb(0, 0, 0);
        text-decoration: none !important;
        text-underline-position: under;
    }


    .input_search_1 {
        height: 35px;
        padding: 5px 15px;
        padding-right: 1.5rem;
        border: none;
        background: none;
        background-image: url('../Content/img/bg/bg_search_1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }


    .search1 {
        width: 128px;
        padding: 5px 20px;
        margin-left: -1.5rem;
        height: 35px;
        background: none;
        background-color: white;
        background-position: center;
        background-repeat: no-repeat;
        border: none;
        border-radius: 7px;
    }

    .input_search2 {
        height: 35px;
        /*max-width: 200px;*/
        width: 85%;
        padding-left: 10px;
        float: left;
        border: 1px solid rgb(177, 177, 177);
    }

    .search2 {
        border: 1px solid rgb(180, 180, 180);
        /*max-width: 77px;*/
        width: 15%;
        height: 35px;
        margin-left: 0px;
        float: right;
        background-color: #00A4E4;
    }



    .manuR_img {
        margin-top: 10px;
    }



    .search_mid {
        margin: 10px;
        max-width: 754px;
        height: 64px;
        position: relative;
        background: white;
        display: flex;
        justify-content: space-between !important;
        align-items: center;
        padding: 20px;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
        border-radius: 3px;
    }

    .search_dd_center {
        margin: 10px;
        max-width: 450px;
        height: 64px;
        position: relative;
        background: white;
        display: flex;
        justify-content: center !important;
        align-items: center;
        padding: 20px;
        border-radius: 3px;
    }

    .select_search_center {
        height: 40px;
        border-color: #00A4E4;
        padding: 5px;
        color: gray;
        border-radius: 5px;
    }





    .head_news {
        /* margin-top: 540px; */

        padding-top: 40px;
        max-width: 1344px;
    }



    .main_news {
        margin: 0 auto;
        max-width: 1130px;
    }



    .main_news_footer {
        margin: 0 auto;
        max-width: 1344px;
        height: 438px;
        background: url("../Content/img/background_footer.png") no-repeat;
        background-position-y: bottom;
    }



    .main_statistics {
        padding: 50px 15px 50px 15px;
        /* justify-content: space-between !important; */

        align-items: center;
    }



    .background_3 {
        background: url("../Content/img/arrow1.png") no-repeat;
        background-position: right;
        background-position-y: 0px;
        margin-bottom: 50px;
    }



    .background_4 {
        padding-bottom: 90px;
        background: url("../Content/img/arrow2.png") no-repeat;
        background-position: left;
        background-position-y: 300px;
    }



    .background_5 {
        background-image: url('../Content/img/background5.png');
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }





    .text_news {
        margin-bottom: 5px;
        font-size: 14px;
        color: #444444;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }



    .text_news2 {
        margin-bottom: 5px;
        font-size: 14px;
        color: #ffff;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }





    .back_news {
        width: 362px;
        height: 362px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background: url('../Content/img/background3.png') no-repeat;
        background-size: 390px 367px;
        padding: 45px 30px 30px 30px !important;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }



    .back_news2 {
        width: 362px;
        height: 362px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background: url('../Content/img/background6.png') no-repeat;
        background-size: 390px 367px;
        padding: 45px 30px 30px 30px !important;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }



    .text_sta {
        padding: 0px;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }





    .content_menu {
        overflow-x: hidden;
    }



    /*MENU LEFT*/

.menu_slide_left {
    width: 150px;
    position: fixed;
    z-index: 9999;
    /*top: 82px;*/
    top: 0px;
    left: 0;
    height: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

        .menu_slide_left .li_menu_slide_left {
            padding: 15px 30px;
            height: 25%;
            background: #A0A0A0;
            border-bottom: 1px solid #fff;
            transition: ease .2s;
            cursor: pointer;
        }

            .menu_slide_left .li_menu_slide_left:hover {
                background: #56BFE4;
            }

            .menu_slide_left .li_menu_slide_left.active {
                background: #56BFE4;
            }

            .menu_slide_left .li_menu_slide_left img {
                /*width: 50%;*/
                width: 40px;
                height: 40px;
                object-fit: contain;
                display: block;
                margin: auto;
            }

        .menu_slide_left .li_menu_slide_left2 img {
            width: 50%;
        }

        .menu_slide_left .li_menu_slide_left span {
            display: block;
            font-size: .7rem;
            margin-top: .5rem;
            color: #fff;
            text-align: center;
        }

    .middle {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .close_menu_slide_left {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .sub_menu_slide_left {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        z-index: -1;
        overflow: overlay !important;
        max-height: 290px;
    }

        .sub_menu_slide_left li {
            list-style: none;
            padding: 15px;
            font-size: .8rem;
            color: #fff;
            background: #A0A0A0;
            background-image: linear-gradient(to right, #A0A0A0 33%, rgba(255,255,255,1) 0%);
            background-position: bottom;
            background-size: 12px 1px;
            background-repeat: repeat-x;
            cursor: pointer;
            transition: ease .2s;
        }

            .sub_menu_slide_left li:hover {
                background: #56BFE4;
                background-image: linear-gradient(to right, #56BFE4 33%, rgba(255,255,255,1) 0%);
                background-position: bottom;
                background-size: 12px 1px;
                background-repeat: repeat-x;
                cursor: pointer;
            }

            .sub_menu_slide_left li:last-child {
                background-image: none;
            }

    .first_menu_slide_left {
        height: 12.5%;
    }

    .close_menu_slide_left {
        height: 3.4rem;
        width: 6rem;
        color: #fff;
        background: rgb(255,255,255);
        background: linear-gradient(300deg, rgba(255,255,255,0) 25%, #56BFE4 26%);
    }

        .close_menu_slide_left span {
            cursor: pointer;
            font-size: 2rem;
            position: absolute;
            top: 45%;
            left: 42%;
            transform: translate(-50%, -50%);
        }



    /*MENU RIGHT*/

    #menu_slide_right {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 1;
    }

    .li_menu_slide_right {
        margin-right: 15px;
        height: 25%;
    }

        .li_menu_slide_right .bg {
            padding: 0 30px;
            background: #000;
            height: 80%;
            transition: ease .2s;
        }

        .li_menu_slide_right:first-child .bg {
            background: #EA6F28;
        }

        .li_menu_slide_right:first-child:hover .bg {
            background: #ff5d00;
        }

        .li_menu_slide_right:nth-child(2) .bg {
            background: #F6B529;
        }

        .li_menu_slide_right:nth-child(2):hover .bg {
            background: #ffae00;
        }



        .li_menu_slide_right:nth-child(3) .bg {
            background: #23B5E6;
        }

        .li_menu_slide_right:nth-child(3):hover .bg {
            background: #00bfff;
        }

        .li_menu_slide_right:nth-child(4) .bg {
            background: #827A70;
        }

        .li_menu_slide_right:nth-child(4):hover .bg {
            background: #9a9690;
        }



        .li_menu_slide_right a {
            text-decoration: none;
        }

        .li_menu_slide_right img {
            display: block;
            margin: auto;
            height: 30px;
        }

        .li_menu_slide_right span {
            color: #fff;
            text-align: center;
            display: block;
            margin-top: .5rem;
            font-size: .8rem;
        }



    .container {
        padding: 0px;
        /*max-width: 1344px !important;

    width: 100%;*/
        /*overflow-x: hidden;*/
    }

    /* TEXT BANNER */
    .text_banner {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 5%;
        width: 100%;
        text-align: -webkit-center;
    }

    .text_banner_news {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 10%;
        margin-top: 5%;
        width: 35%;
    }

    .head_text_banner_news1 {
        font-size: 30px;
        color: white;
    }

    .head_text_banner_news2 {
        margin-bottom: 20px;
        font-size: 18px;
        color: #c2c2c2;
    }

    .head_text_banner_1 {
        font-size: 64px;
        color: white;
    }

    .head_text_banner_2 {
        font-size: 24px;
        color: white;
    }

    .head_text_banner_3 {
        font-size: 40px;
        color: white;
    }

    .head_text_banner_4 {
        font-size: 22px;
        color: white;
    }

    .news_main_content {
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        overflow: hidden;
    }

    .news_content {
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        overflow: hidden;
    }

    .news_content_2 {
        color: #fff;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 5px;
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
    }

        .news_content_2 a {
            text-decoration: none;
            color: #fff;
            transition: ease .2s;
        }

            .news_content_2 a:hover {
                color: #0473cd;
            }

    .news_main_content .news_img {
        background-size: cover;
        /*background-position: center;*/
        background-repeat: no-repeat;
        height: 100%;
    }

    .pdf_img {
        background-position: center;
        background-repeat: no-repeat;
    }

    .excel_img {
        background-position: center;
        background-repeat: no-repeat;
    }

    .limit_2line {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */

        -webkit-box-orient: vertical;
    }

    .news_main_content a {
        text-decoration: none;
        color: #00A4E4;
        transition: ease .2s;
    }

        .news_main_content a:hover {
            color: #0473cd;
        }



    .news_main_content p {
        color: #9a9a9a;
    }

    .news_main_content h5, .news_content_2 h5 {
        font-size: 1rem;
        font-weight: bold;
    }

    .news_content .news_img {
        padding-bottom: 50%;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }

    .news_content .news_img_1 {
        padding-bottom: 25%;
        margin-bottom: 3em;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 75%
    }

    @media (max-width: 767px) {
        .news_content .news_img_1 {
            padding-bottom: 70%;
            margin-bottom: 0;
            background-size: contain;
            height: auto;
        }
    }


    .news_content a {
        text-decoration: none;
        color: #00A4E4;
        transition: ease .2s;
    }

        .news_content a:hover {
            color: #0473cd;
        }

    .manu_left a {
        text-decoration: none;
        color: #ffff;
        transition: ease .2s;
        cursor: pointer;
    }

        .manu_left a:hover {
            color: #a0d4ff;
        }



    .news_content p {
        color: #9a9a9a;
    }

    .news_content h5, .news_content_2 h5 {
        font-size: 1rem;
        font-weight: bold;
    }

    .industry_report_content a {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

    .info_content {
        filter: drop-shadow(0px 1px 7px rgba(0, 0, 0, 0.15));
        border-radius: 5px;
    }

        .info_content img {
            transition: ease .2s;
        }

            .info_content img:hover {
                transform: scale(1.08);
            }

    .dashboard_content {
        background: #FFFFFF;
        height: 100%;
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
        border-radius: 3px;
    }

        .dashboard_content a {
            color: #C1C1C1;
            text-decoration: none;
            transition: ease .2s;
        }

            .dashboard_content a:hover {
                color: #0473cd;
            }

    .btn_login {
        padding: .5rem 1rem !important;
        max-width: 100% !important;
    }

    .btn_user_set {
        display: block;
        padding: .6rem 3rem;
        text-decoration: none;
        color: #fff;
        background: #00A4E4;
        border: none;
        margin: auto;
        text-align: center;
        position: relative;
        transition: all .2s;
        border-radius: 3px;
    }



    .btn_seemore {
        display: block;
        padding: .6rem 3rem;
        text-decoration: none;
        color: #fff;
        background: #00A4E4;
        border: none;
        margin: auto;
        text-align: center;
        position: relative;
        transition: all .2s;
        border-radius: 3px;
    }



        .btn_seemore span {
            position: relative;
            z-index: 2;
        }



        .btn_seemore:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: #027eb6;
            transition: all .35s;
            border-radius: 3px;
        }



        .btn_seemore:hover {
            color: #fff;
        }



            .btn_seemore:hover:after {
                width: 100%;
            }

    .btn_seemore2 {
        padding: .6rem 5rem;
        text-decoration: none;
        color: #fff;
        background: #00A4E4;
        border: none;
        margin: auto;
        text-align: center;
        position: relative;
        transition: all .2s;
        border-radius: 3px;
    }

    .btn_seemore_T {
        padding: -.4rem 1rem;
        text-decoration: none;
        color: #fff;
        background: #f7a51b;
        border: none;
        margin: auto;
        text-align: center;
        position: relative;
        transition: all .2s;
        border-radius: 3px;
    }



    .btn_seemore2 span {
        position: relative;
        z-index: 2;
    }



    .btn_seemore2:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #027eb6;
        transition: all .35s;
        border-radius: 3px;
    }



    .btn_seemore2:hover {
        color: #fff;
    }



        .btn_seemore2:hover:after {
            width: 100%;
        }



    .topic span {
        vertical-align: middle;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .topic_managesys span {
        vertical-align: middle;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .topic img {
        width: 45px;
        height: auto;
    }

    .topic_managesys img {
        width: 32px;
        height: auto;
    }


    .topic .search {
        width: 20px;
        height: auto;
    }

    .topic a {
        float: right;
        text-decoration: none;
        transition: ease .2s;
        color: #0D9AD4;
    }

        .topic a:hover {
            color: #0473cd;
        }

    /*.topic.hr{

    padding-bottom: 1rem;

    border-bottom: 2px solid #d6d6d6;

}*/

    .color_white {
        color: #fff;
    }

    .color_brown {
        color: #444444;
    }

    .text-wrap {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .statistical_data {
        padding: 10px;
        background: #FFFFFF;
        box-shadow: -5px 2px 13px rgba(30, 30, 30, 0.51);
        border-radius: 3px;
    }

        .statistical_data a {
            font-size: .8rem;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            color: #0D9AD4;
            transition: ease .2s;
        }

            .statistical_data a:hover {
                color: #0473cd;
            }

    .statistical_data_content {
        font-size: 0.8rem;
    }

        .statistical_data_content .col-5 {
            color: #8f8f8f;
        }



    .alert_content_y {
        background: #f4d875;
        border: 1px solid #FCBE01;
        box-sizing: border-box;
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

    .alert_content_g {
        background: #96cd72;
        border: 1px solid #26D7A0;
        box-sizing: border-box;
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

    .alert_content_r {
        background: #ae1d24;
        border: 1px solid #FE3A39;
        box-sizing: border-box;
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

    .color_blue {
        color: gray;
    }

    .f_0_6 {
        font-size: 0.6rem !important;
    }

    .f_0_7 {
        font-size: 0.7rem !important;
    }

    .f_0_8 {
        font-size: 0.8rem !important;
    }

    .f_0_9 {
        font-size: 0.9rem !important;
    }

    .f_w_normal {
        font-weight: normal !important;
    }

    .op_6 {
        opacity: 0.6;
    }

    .line_1 {
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .line_2 {
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .partner_content {
        background: #FFFFFF;
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        padding: 15px;
    }

    .stats_content {
        background: linear-gradient(265.27deg, #2AC0EF 0%, #027EB6 240.75%), linear-gradient(0deg, #00A4E4, #00A4E4), linear-gradient(0deg, rgba(16, 147, 255, 0.8), rgba(16, 147, 255, 0.8)), linear-gradient(233.2deg, #3286CA 9.86%, #42637D 196.65%);
        box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        padding: 15px;
        height: 100%;
    }



    .table > :not(caption) > * > * {
        padding: .2rem;
    }

    .table tbody tr:nth-child(even) {
        background: rgba(0, 0, 0, 0.02);
    }

    .table tbody, .text-middle {
        vertical-align: middle;
    }

    .owl-carousel {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1;
    }

    .owl-nav {
        pointer-events: none;
        width: 100%;
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .owl-carousel .owl-nav button.owl-prev {
        margin-left: -2.5rem !important;
        float: left;
        background: -webkit-linear-gradient(#027EB6, #2AC0EF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .owl-carousel .owl-nav button.owl-next {
        float: right;
        margin-right: -2.5rem !important;
        background: -webkit-linear-gradient(#027EB6, #2AC0EF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .owl-nav button.owl-next span, .owl-nav button.owl-prev span {
        pointer-events: auto !important;
        font-size: 4rem;
    }

    .owl-nav .disabled {
        opacity: .6;
    }

    .owl-product .item, .owl-country, .owl-research .item {
        padding: 15px;
    }

        .owl-product .item .product_content {
            border: 1px solid #C9C9C9;
            box-sizing: border-box;
            border-radius: 5px;
            padding: 15px;
        }
        .owl-research .item .research_content {
            box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
            box-sizing: border-box;
            border-radius: 5px;
            max-height: 250px;
        }

.bg_alert {
    background-image: url('../img/bg_alert.png');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

    .bg_dashboard {
        background-image: url('../Content/img/bg_dashboard.png'), url('../Content/img/bg_dashboard.png');
        background-size: auto;
        background-position: bottom left 4%, top 120px right 4%;
        background-repeat: no-repeat;
    }

    .bg_report {
        background-color: linear-gradient(180deg, rgba(251,251,251,1) 57%, rgba(0,0,0,1) 95%);
        background-image: url('../Content/img/bg_report.png');
        background-size: 100%;
        background-position: top 30% center;
        background-repeat: no-repeat;
        padding:15px;
    }

        .bg_report img {
            max-width: 100%;
            height: auto !important;
        }

    .bg_news {
        background-image: url('../Content/img/bg_news.png');
        background-size: auto;
        background-position: bottom left 4%;
        background-repeat: no-repeat;
    }

    #pageup_button {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 1000;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #2AC0EF;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

        #pageup_button:hover {
            background-color: #027EB6;
        }

    .new_menu_left {
        min-height: 462.5px;
        margin-top: -55px;
        pointer-events: fill;
    }

    .mgs_content {
        text-align: center;
        padding: 20px;
    }

        .mgs_content .img_manage_system {
            padding-bottom: 100%;
            position: relative;
            background: #FFFFFF;
            box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
            border-radius: 50%;
            transition: .2s;
        }

        .mgs_content a {
            text-decoration: none;
        }

            .mgs_content a:hover .img_manage_system {
                background: #00A4E4;
            }

        .mgs_content .img_manage_system img {
            width: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .mgs_content span {
            margin-top: 15px;
            display: block;
            color: #444444;
            font-size: .8rem;
            font-weight: bold;
        }

    .bg_mgs:nth-child(odd) {
        background: rgba(79, 67, 67, 0.03);
    }

    footer {
        background: url('../Content/img/bg_footer_2.png'), url('../Content/img/bg_footer_1.png');
        background-size: cover, 100%;
        /*background-position: top center, top center;*/

        background-repeat: no-repeat;
        background-position: bottom -80px center, bottom 0px center;
        background-color: #F6F5F5;
    }



    @media screen and (max-width: 1500px) {
        .li_menu_slide_right img {
            display: block;
            margin: auto;
            height: 40px;
        }
    }

    @media screen and (max-width: 1400px) {
        .col-llg-2 {
            flex: 0 0 auto;
            width: 25%;
        }

        .li_menu_slide_right img {
            display: block;
            margin: auto;
            height: 30px;
        }
    }

    @media screen and (max-width: 1200px) {

        .li_menu_slide_right img {
            display: block;
            margin: auto;
            height: 20px;
        }

        /* TEXT BANNER */
        .text_banner {
            position: absolute;
            top: 0;
            left: 0;
            margin-top: 5%;
            width: 100%;
            text-align: -webkit-center;
        }

        .head_text_banner_news1 {
            font-size: 25px;
            color: white;
        }

        .head_text_banner_news2 {
            margin-bottom: 20px;
            font-size: 15px;
            color: #c2c2c2;
        }

        .menu_slide_left .li_menu_slide_left2 img {
            width: 25%;
        }
    }

    @media screen and (max-width: 1024px) {

        /*.menu_slide_left .li_menu_slide_left img {
            width: 25%;
        }*/

        .li_menu_slide_right img {
            height: 0px;
        }

        .li_menu_slide_right span {
            margin-top: .4rem;
            font-size: .7rem;
        }

        /* TEXT BANNER */
        .text_banner {
            position: absolute;
            top: 0;
            left: 0;
            margin-top: 4%;
            width: 100%;
            text-align: -webkit-center;
        }

        .head_text_banner_news1 {
            font-size: 22px;
            color: white;
        }

        .head_text_banner_news2 {
            margin-bottom: 20px;
            font-size: 12px;
            color: #c2c2c2;
        }

        .menu_slide_left .li_menu_slide_left2 img {
            width: 25%;
        }
    }



    @media screen and (max-width: 768px) {

        .menu_slide_left .li_menu_slide_left {
            padding: 15px 15px;
        }

            .menu_slide_left .li_menu_slide_left img {
                width: 25%;
            }

            .menu_slide_left .li_menu_slide_left span {
                font-size: .7rem;
                margin-top: .7rem;
            }

        .sub_menu_slide_left li {
            font-size: .7rem;
            padding: 12px;
        }

        .sub_menu_slide_left {
            min-width: 200px;
            max-height: 85%;
            overflow-y: overlay;
        }



        .li_menu_slide_right .bg {
            padding: 0 10px;
        }

        .li_menu_slide_right img {
            height: 0px;
        }

        .li_menu_slide_right span {
            margin-top: .3rem;
            font-size: .6rem;
        }



        .container {
            overflow-x: hidden;
        }

        /* TEXT BANNER */
        .text_banner {
            position: absolute;
            top: 0;
            left: 0;
            margin-top: 3%;
            width: 100%;
            text-align: -webkit-center;
        }

        .head_text_banner_1 {
            font-size: 45px;
            color: white;
        }

        .head_text_banner_2 {
            font-size: 24px;
            color: white;
        }

        .head_text_banner_3 {
            font-size: 30px;
            color: white;
        }

        .head_text_banner_4 {
            font-size: 18px;
            color: white;
        }

        .head_text_banner_news1 {
            font-size: 15px;
            color: white;
        }

        .head_text_banner_news2 {
            margin-bottom: 20px;
            font-size: 10px;
            color: #c2c2c2;
        }

        .btn_seemore2 {
            padding: .6rem 3rem;
            text-decoration: none;
            color: #fff;
            background: #00A4E4;
            border: none;
            margin: auto;
            text-align: center;
            position: relative;
            transition: all .2s;
            border-radius: 3px;
        }

        .menu_slide_left .li_menu_slide_left2 img {
            width: 25%;
        }

        .col-llg-2 {
            flex: 0 0 auto;
            width: 33.33%;
        }
    }







    @media screen and (max-width: 576px) {

        /*.topic {*/
        /*    white-space: nowrap;*/
        /*}*/
        .menu_slide_left {
            /*top: 85px;*/
            top: 0;
            transition: all 0.3s ease;
        }

        .menu_left_active {
            /*top: 56px;*/
            top: 0;
        }

        .topic img {
            width: 30px;
            height: auto;
        }

        .topic_managesys img {
            width: 24px;
            height: auto;
        }

        .topic span {
            font-size: 1rem;
            margin-left: 0 !important;
        }

        .topic_managesys span {
            font-size: .8rem;
            margin-left: 0 !important;
        }

        .topic a {
            font-size: .8rem;
        }



        .menu_slide_left .li_menu_slide_left img {
            width: 40%;
        }

        .menu_slide_left .li_menu_slide_left span {
            font-size: .6rem;
            margin-top: .6rem;
        }

        .sub_menu_slide_left li {
            font-size: .6rem;
            padding: 10px;
        }

        .sub_menu_slide_left {
            min-width: 200px;
            max-height: 80%;
            overflow-y: overlay;
        }

        #menu_slide_right {
            overflow-y: scroll;
        }

        .li_menu_slide_right .bg {
            padding: 0 8px;
            min-height: 50px;
            margin: 5px 0;
        }

        .li_menu_slide_right img {
            height: 0px;
        }

        .li_menu_slide_right span {
            margin-top: .2rem;
            font-size: .5rem;
        }

        .owl-nav {
            top: 40%;
        }

        .owl-carousel .owl-nav button.owl-prev {
            margin-left: -1.2rem !important;
        }

        .owl-carousel .owl-nav button.owl-next {
            margin-right: -1.2rem !important;
        }

        .navbar-nav li {
            font-size: .8rem;
            margin-left: 0;
        }

        /* TEXT BANNER */
            .text_banner {
            position: absolute;
            top: 0;
            left: 0;
            margin-top: 3%;
            width: 100%;
            text-align: -webkit-center;
        }

        .head_text_banner_1 {
            font-size: 35px;
            color: white;
        }

        .head_text_banner_2 {
            font-size: 24px;
            color: white;
        }

        .head_text_banner_3 {
            font-size: 20px;
            color: white;
        }

        .head_text_banner_4 {
            font-size: 12px;
            color: white;
        }

        .text_banner_news {
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 10%;
            margin-top: 5%;
            width: 45%;
        }

        .text_seemore {
            font-size: 10px;
        }

        .btn_seemore2 {
            padding: 0px 20px;
            ;
            text-decoration: none;
            color: #fff;
            background: #00A4E4;
            border: none;
            margin: auto;
            text-align: center;
            position: absolute;
            transition: all .2s;
            border-radius: 3px;
        }

        .head_text_banner_news1 {
            font-size: 12px;
            color: white;
        }

        .head_text_banner_news2 {
            margin-bottom: 10px;
            font-size: 8px;
            color: #c2c2c2;
        }

        .carousel-indicators {
            bottom: 0;
        }

        .menu_slide_left .li_menu_slide_left2 img {
            width: 25%;
        }

        .col-llg-2 {
            flex: 0 0 auto;
            width: 50%;
        }

        .btn_login {
            padding: .5rem .5rem !important;
        }
    }



    @media screen and (max-width: 450px) {

        .manu-bar-button {
            min-width: 90px;
        }

        /* TEXT BANNER */
        .text_banner {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            margin-top: 0;
            width: 100%;
            text-align: -webkit-center;
        }

        .head_text_banner_1 {
            font-size: 20px;
            color: white;
        }

        .head_text_banner_2 {
            font-size: 20px;
            color: white;
        }

        .head_text_banner_3 {
            font-size: 12px;
            color: white;
        }

        .head_text_banner_4 {
            font-size: 8px;
            color: white;
        }

        .carousel-indicators {
            bottom: 0;
        }

        .text_banner_news {
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 10%;
            margin-top: 3%;
            width: 45%;
        }

        .change_style_button {
            display: grid !important;
        }

        .li_menu_slide_right {
            content-visibility: hidden;
        }

        .hidden_search {
            content-visibility: hidden;
        }
    }

    .w-50-p {
        width: 50%;
        display: inline-block;
    }

    .btn-theme {
        padding-bottom: 100%;
        position: relative;
        box-shadow: 0px 1px 7px rgb(0 0 0 / 15%);
        border-radius: 50%;
    }

    .zoom {
        transition: transform .2s;
    }

        .zoom:hover {
            transform: scale(1.1);
        }

    .card-image {
        height: 5rem;
        clip-path: polygon(36% 0%, 100% 0%, 100% 100%, 0% 100%);
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .text-v-center {
        margin: auto;
    }

    .no-link {
        text-decoration: none;
    }

    .shadow {
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 5px 0 rgba(0,0,0,0.19) !important
    }


    .theme-blue {
        background: linear-gradient(265.27deg, #2AC0EF 0%, #027EB6 240.75%), linear-gradient(0deg, #00A4E4, #00A4E4), linear-gradient(90.18deg, #00CDE9 -153%, #1093FF 100%) !important;
    }

    .fc-button {
        background-color: #2AC0EF !important;
        border-color: #2AC0EF !important
    }

    .fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
        box-shadow: #2AC0EF !important
    }



    .news {
        color: white;
        background-color: #2AC0EF;
    }

    .theme-purple {
        background: rgba(88, 49, 167, 1);
    }

    .theme-green {
        background: rgba(140, 191, 28, 1) !important;
    }

    .theme-red {
        background: linear-gradient(180deg, #911C20 -85.45%, #BF2026 100%), linear-gradient(265.27deg, #2AC0EF 0%, #027EB6 240.75%), linear-gradient(0deg, #00A4E4, #00A4E4), linear-gradient(90.18deg, #00CDE9 -153%, #1093FF 100%) !important;
    }

    .theme-orange {
        background: rgba(247, 165, 27, 1) !important;
    }

    .theme-pink {
    background: rgba(236, 0, 140, 1) !important;
    }

    .theme-075aaa {
        background: rgba(7, 90, 170, 1) !important;
    }

    .theme-01295c {
        background: rgba(1, 41, 92, 1) !important;
    }
    .theme-aca094 {
        background: rgba(172, 160, 148, 1) !important;
    }
    .theme-a8a9ad {
        background: rgba(168, 169, 173, 1) !important;
    }
    .theme-bacfee {
        background: rgba(186, 207, 238, 1) !important;
    }



    .text-red {
        color: red !important;
    }

    .md-center {
        margin-top: 10rem;
    }

    .fc-h-event {
        border: none !important;
        cursor: pointer !important;
    }

    .pointer {
        cursor: pointer;
    }

    .banner-h {
        height: auto;
    }



    @media (max-width: 668px) {
        .pr-3 {
            padding-right: 6px !important;
            padding-top: 6px !important;
            padding-bottom: 6px !important;
        }

        .pl-3 {
            padding-left: 6px !important;
            padding-top: 6px !important;
            padding-bottom: 6px !important;
        }

        /*  .carousel {
        height: 20em;
    }

    .carousel-inner {
        height: 20em;
    }*/

        /*  .carousel-inner img {
            height: 20em;
        }*/
    }

    @media (max-width: 768px) {
        /* .carousel {
        height: 22em;
    }

    .carousel-inner {
        height: 22em;
    }*/
        /*

        .carousel-inner img {
            height: 22em;
        }*/
    }


    .content_menu {
        /*min-height: 28em;*/
    }

    .content_menu_dfs {
        height: auto;
    }

    .carousel-inner {
        /*min-height: 28em;*/
    }

    .carousel-item {
        /*min-height: 28em;*/
    }

    /* .carousel-item img {
        min-height: 28em;
    }*/


    .menu_right .bg {
        padding: 0 30px;
        background: #000;
        height: 6em;
        transition: ease .2s;
    }

    .menu_right_m:first-child .bg {
        background: #EA6F28;
    }

    .menu_right_m:first-child:hover .bg {
        background: #ff5d00;
    }

    .menu_right_m:nth-child(2) .bg {
        background: #F6B529;
    }

    .menu_right_m:nth-child(2):hover .bg {
        background: #ffae00;
    }



    .menu_right_m:nth-child(3) .bg {
        background: #23B5E6;
    }

    .menu_right_m:nth-child(3):hover .bg {
        background: #00bfff;
    }

    .menu_right_m:nth-child(4) .bg {
        background: #827A70;
    }

    .menu_right_m:nth-child(4):hover .bg {
        background: #9a9690;
    }

    .menu_right a {
        text-decoration: none;
    }

    .menu_right img {
        display: block;
        margin: auto;
        height: 30px;
    }

    .menu_right span {
        color: #fff;
        text-align: center;
        display: block;
        margin-top: .5rem;
        https: //localhost:44325/Content/img/Slide03.jpg font-size: 8rem;
        display: block;
    }

    #menu_slide_right {
        display: block;
    }

    .menu_right {
        display: none;
    }

    /*.carousel-indicators {
    display: flex;
}
.carousel-inner {
    display: block;
}*/


    @media (max-width: 768px) {
        #menu_slide_right {
            display: none;
        }

        .menu_right {
            display: flex;
        }

        /*  .carousel-indicators {
        display: none;
    }

    .carousel-inner {
        display: none;
    }*/
    }



    /*    .carousel-item img {
        object-fit: cover;
    }
*/

.section-menu {
    padding-top: 280px!important;
    margin-top: -280px!important;
}

.section-menu.active {
    padding-top: 140px!important;
    margin-top: -140px!important;
}

.menu_slide_left_inner {
    overflow-x: auto;
    max-height: 100%;
    height: 100%;
}

/* width */
    .menu_slide_left_inner::-webkit-scrollbar {
        width: 5px;
    }

/* Track */
    .menu_slide_left_inner::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

/* Handle */
    .menu_slide_left_inner::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*.topic-box {
    background-color: #042B5B;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 24px;
    color: #FBFBFB;
}*/

.topic-box {
    background-color: #2AC0EF !important;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 24px;
    color: white !important;
}
.stat-menu {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 163.31%;
    color: #444444!important;
    text-decoration: none;
    transition: transform .2s;
}

    .stat-menu .stat-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        max-width: 100%;
        height: 140px;
        object-fit: contain;
        border-radius: 50%;
        background-color: #E4E4E4;
        transition: transform .2s;
    }

    .stat-menu img {
        display: block;
        width: 80px;
        max-width: 100%;
        height: 80px;
        object-fit: contain;
    }

    .stat-menu:hover {
        color: #042B5B!important;
        font-weight: 700;
    }

    .stat-menu:hover .stat-circle {
        transform: scale(1.1);
    }

@media (max-width: 768px) {
    .topic-box {
        padding: 10px 20px;
        font-size: 16px;
    }

}
.pagination-style ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; /*background-color: #333;*/
}
.pagination-style li
{
    float: left;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination-style li:last-child
{
    border-right: none;
}
.pagination-style li a
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: Black;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.pagination-style li a:hover:not(.active)
{
    background-color: #2AC0EF !important;
    color: #fff;
}
.pagination-style li.active
{
    background-color: #2AC0EF !important;
    color: #fff;
}

.pagination-style .pagination {
    justify-content: center;
    flex-wrap: wrap;
}