﻿@font-face {
    font-family: 'Prompt';
    /*src: url('../fonts/Prompt-Medium.ttf');*/
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    color: #363636;
    font-family: Prompt, Kanit, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    background-color: #fff;
    /*height: 100px;*/
    overflow-y: auto !important;
}

.bg-img-5 {
    /* The image used */
    background: url("../images/Mask Group 11.png") no-repeat center center fixed;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.div-logo-loging {
    text-align: left;
    padding: 20px;
}

#wrapper {
    overflow-y: hidden !important;
}

body::-webkit-scrollbar, body *::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    background-color: rgba(145, 158, 171, 0.24);
}

body::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 8px;
    background-color: rgba(99, 115, 129, 0.48);
}

.f-1 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.f-2 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.f-3 {
    font-size: 19px;
}

.f-4 {
    font-size: 25px;
}

.f-5 {
    font-size: 18px;
}

.f-6 {
    font-size: 17px;
    font-weight: 400;
}

.f-7 {
    font-size: 23px;
}

.f-8 {
    font-size: 21px;
    font-weight: 400;
}

.f-md {
    font-size: 17px;
}

.f-sm {
    font-size: 14px;
}

.text-white {
    color: white !important;
}

#img-c {
    border-bottom-left-radius: 20px;
}


.frm-login {
    background-color: #fff;
    padding: 20px 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.img-logo2 {
    display: none;
}

    .img-logo2 img {
        margin: 20px auto;
        cursor: pointer;
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.img-logo img {
    margin: 20px auto;
    cursor: pointer;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .img-logo img:hover {
        transform: scale(1.15);
    }

.img-logo-reg img {
    width: 100%;
    margin: 20px auto;
    cursor: pointer;
    webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .img-logo-reg img:hover {
        transform: scale(1.05);
    }

.btn-all {
    margin-right: 50px;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .img-logo2 {
        display: block;
    }

    .img-logo {
        display: none;
    }

    .btn-all {
        margin-top: 16px;
        margin-right: 0;
    }

    #img-c {
        border-bottom-left-radius: 0;
    }

    .frm-login {
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

.a-login-back {
    position: absolute;
    left: 0;
    top: -6px;
}

    .a-login-back:hover {
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        transform: scale(1.05);
    }

.authen-title {
    text-align: center;
    font-size: 17px;
    margin: 0 auto 10px auto;
    color: #222;
    letter-spacing: 0.28px;
}

.authen-title2 {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 10px auto;
    color: #222;
    letter-spacing: 0.28px;
}

.authen-title-xs {
    text-align: center;
    font-size: 14px;
    margin: 0 auto 10px auto;
    color: #3355b4;
    letter-spacing: 0.28px;
}

.f-chart-title {
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    color: #222;
    letter-spacing: 0.28px;
}

.f-chart {
    cursor: pointer;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: rgb(14 121 64 / 12%) 0px 8px 16px 0px;
    padding: 20px 15px;
    margin-bottom: 15px;
}

    .f-chart img {
        height: 300px;
        object-fit: cover;
    }

.f-login {
    /*cursor: pointer;*/
    margin-top: 10px;
    border-radius: 20px;
    /*background-color: transparent;*/
    background: url('../images/Path15101.png');
    height: auto;
    padding: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: rgb(14 121 64 / 12%) 0px 8px 16px 0px;
}

.new-news {
    cursor: pointer;
    margin-top: 10px;
    border-radius: 20px;
    background-color: #fff;
    padding: 0;
    box-shadow: rgb(14 121 64 / 24%) 0px 8px 16px 0px;
}

.new-news-image {
    cursor: pointer;
    height: 275px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.new-news-image2 {
    cursor: pointer;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.new-news-sm {
    cursor: pointer;
    margin-top: 0;
    border-radius: 20px;
    padding: 0;
    background-color: #fff;
    box-shadow: rgb(14 121 64 / 12%) 0px 8px 16px 0px;
    overflow: hidden;
}

    .new-news-sm:hover > .new-news-image-sm,
    .new-news-sm:hover > .new-news-image,
    .new-news-sm:hover > .new-news-image2 {
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        transform: scale(1.06);
    }

.new-bran-lg img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

    .new-bran-lg img:hover {
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        transform: scale(1.02);
    }

.new-bran img {
    height: 80px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

    .new-bran img:hover {
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        transform: scale(1.02);
    }

.division {
    cursor: pointer;
    margin-top: 10px;
    border-radius: 10px;
    padding: 0;
    display: block;
    margin-bottom: 30px;
}

.division-detail {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgb(145 158 171 / 20%) 0px 3px 3px -2px, rgb(145 158 171 / 14%) 0px 3px 4px 0px, rgb(145 158 171 / 12%) 0px 1px 8px 0px;
    padding: 85px 20px 50px 20px;
}

    .division-detail:hover {
        background-color: rgba(68, 68, 68, 0.09);
        transform: scale(1.1);
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .division-detail > p.title {
        text-align: center;
        color: #0E7940;
        font-size: 19px;
        margin: 0;
        margin-bottom: 8px;
    }

    .division-detail > p.detail {
        text-align: center;
        font-size: 19px;
        margin: 0;
        height: 60px;
    }

.project {
    cursor: pointer;
    margin-top: 10px;
    border-radius: 23px;
    padding: 0;
    background-color: #222;
    box-shadow: rgb(145 158 171 / 24%) 0px 0px 2px 0px, rgb(145 158 171 / 24%) 0px 16px 32px -4px;
    display: block;
    margin-bottom: 40px;
}

    .project:hover > .project-image, .project:hover > .project-detail {
        opacity: .9;
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.project-image {
    height: 265px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
    box-shadow: rgb(145 158 171 / 24%) 0px 0px 2px 0px, rgb(145 158 171 / 24%) 0px 16px 32px -4px;
}

.project-detail {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: rgb(145 158 171 / 24%) 0px 0px 2px 0px, rgb(145 158 171 / 24%) 0px 16px 32px -4px;
    padding: 25px;
}

    .project-detail > p {
        text-align: center;
        font-size: 21px;
        height: 60px;
        margin: 0;
        color: #0E7940;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.new-pb {
    padding-left: 0;
}

    .new-pb:last-child {
        padding-right: 0;
    }

    .new-pb:first-child {
        padding-left: 0;
    }

.fix-elis {
    height: 53px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-elis-img {
    height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-news-image-sm {
    height: 220px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
    box-shadow: rgb(14 121 64 / 5%) 0px 7px 8px 0px;
}

.new-news-image-lg {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
    box-shadow: rgb(14 121 64 / 5%) 0px 7px 8px 0px;
}

.new-news-detail2 {
    cursor: pointer;
    padding: 18px 16px 5px 16px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.new-news-detail {
    cursor: pointer;
    padding: 18px 18px;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .new-news-detail.sm {
        min-height: 105px;
        max-height: 140px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: rgb(14 121 64 / 5%) 0px 7px 8px 0px;
    }

.top-news {
    cursor: pointer;
    height: 150px;
    padding: 18px 20px;
    color: #444;
}

    .top-news p {
        margin-bottom: 10px;
    }

        .top-news p > i {
            font-size: 18px;
            margin-right: 8px;
        }

.new-news-detail p {
    text-align: left;
    margin-bottom: 10px;
}

.new-news-detail.sm p {
    text-align: left;
    margin-bottom: 10px;
}

.new-news-detail p > i {
    font-size: 17px;
    margin-right: 3px;
}

.new-news-detail p > img.cal {
    margin-right: 5px;
    margin-top: -5px;
}


.new-news-detail p > img.vie {
    margin-right: 5px;
    margin-left: 15px;
    margin-top: -2px;
}

.new-news-detail2 p > img.cal {
    margin-right: 5px;
    margin-top: -5px;
}

.new-news-detail2 p > img.vie {
    margin-right: 5px;
    margin-left: 15px;
    margin-top: -2px;
}

.new-news-detail2 p > i {
    font-size: 18px;
    margin-right: 7px;
}

.new-news-sm-p {
    margin-bottom: 16px;
}


@media screen and (max-width: 1000px) {
    .f-1 {
        font-size: 24px;
        font-weight: 600;
    }

    .f-2 {
        font-size: 20px;
    }

    .f-3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .f-1 {
        font-size: 22px;
        font-weight: 600;
    }

    .f-2 {
        font-size: 19px;
    }

    .f-3 {
        font-size: 17px;
    }

    .f-7 {
        font-size: 21px;
    }

    .new-news-image {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
    }

    .new-news-detail {
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .new-news-image2 {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0;
    }

    .new-news-detail2 {
        margin-top: 20px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .new-news-sm-p {
        padding: 0;
    }
}

.btn-menu {
    color: #222 !important;
    font-size: 13.2px;
    margin: 16px 3px 0 0;
    padding: 14px 14px;
}

.btn-menu2 {
    /*color: #222 !important;*/
    /*font-size: 13.2px;*/
    margin: 15px 0 0 5px;
    padding: 0;
    border-radius: 50%;
    /*box-shadow: 0 1px 20px 0 rgba(146, 157, 180, 0.16) !important;*/
}

    .btn-menu2:hover, .btn-menu2:active {
        padding: 0;
        border-radius: 50% !important;
    }

.btn-menu-admin {
    margin: 16px 65px 0 0;
    padding: 10px 22px;
    line-height: 1.5;
}

.btn-shadow {
    box-shadow: 0 1px 20px 0 rgba(146, 157, 180, 0.16) !important;
}

.btn-shadow2 {
    box-shadow: 0 3px 3px 0 rgba(138, 160, 206, 0.05) !important;
}

.btn-shadow3 {
    box-shadow: rgb(145 158 171 / 24%) 0px 0px 2px 0px, rgb(145 158 171 / 24%) 0px 5px 5px -4px !important;
}

.btn-menu-admin:hover {
    transform: scale(1.05);
}

.btn-menu-admin > img {
    width: 25px;
    margin-top: -6px;
}


.btn-menu:hover, .btn-menu.activemenu, .userMenu ul > li > a.activemenu {
    transform: scale(1) !important;
    color: #407c5e !important;
    background-color: rgb(234, 236, 242) !important;
}

.btn-menu2.activemenu2 {
    /*transform: scale(1) !important;*/
    color: #222 !important;
    background-color: rgb(234, 236, 242) !important;
}


.btn-menu-search {
    padding: 10px 5px 10px 10px;
    margin: 18px 5px 0 5px;
}

    .btn-menu-search:hover {
        transform: scale(1.05);
    }

.form-search {
    border-radius: 30px;
    width: 0;
    opacity: 0;
    border: 2px solid #ddd;
    outline: 0;
    position: absolute;
    top: 18px;
    right: 3000px;
    z-index: 999;
    padding: 10px 25px;
    outline: none;
}

    .form-search:focus {
        width: 400px;
        opacity: 1;
        right: 295px;
        border: 2px solid #ddd;
        box-shadow: none !important;
    }

.btn-menu-search-out {
    display: block;
    width: 40px;
    position: absolute;
    top: 4px;
    right: 295px;
    z-index: 1001;
}

.btn-menu-search-in {
    width: 40px;
    position: absolute;
    top: 4px;
    right: 295px;
    z-index: 1000;
}

.form-search:focus + .btn-menu-search-in {
    z-index: 1010;
}

@media screen and (max-width: 1000px) {
}

.footer {
    padding: 16px;
    background-color: #407c5e;
    position: absolute;
    width: 100%;
}

.footer-text-bg {
    color: #fff;
    font-size: 15.3px;
    margin: 10px 0 15px 0;
}

.footer-text {
    color: #fff;
    font-size: 13px;
    margin: 0 0 6px;
}

.footer-image {
    width: 35px;
    margin: 0 3px 0 0;
    display: inline-block;
}

.footer-icon {
    padding-top: 14%;
}

.reg1 {
    display: block;
}

.reg2 {
    display: none;
}

@media screen and (max-width: 767px) {
    .reg2 {
        margin-top: -60px;
        width: 268px !important;
        display: block;
    }

    .reg1 {
        display: none;
    }

    .footer-icon {
        padding-top: 2%;
    }
}

.footer-copy {
    font-size: 14px;
    padding: 5px 1px;
}

.new-day {
    padding: 19px 25px;
    background-color: white;
    font-size: 17px;
    margin: 0;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .new-day.odd {
        background-color: #F4F6F8;
    }

    .new-day:hover {
        background-color: #ededed;
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.new-job {
    margin: 0;
    color: #444;
    padding: 20px 28px;
    background-color: #fff;
}

    .new-job.odd {
        background-color: #F4F6F8;
    }

    .new-job:hover {
        background-color: #ededed;
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .new-job span {
        /*display: block;*/
        margin-top: 9px;
    }

        .new-job span.view {
            font-size: 15px;
            color: rgb(158, 158, 158);
        }

            .new-job span.view > i {
                margin-right: 10px;
                font-size: 20px;
            }

        .new-job span.detail {
            font-size: 17px;
        }

.procure-menu {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 25px;
    box-shadow: 0 3px 50px 0 rgba(172, 178, 198, 0.2);
}

    .procure-menu:hover {
        background-color: rgb(245, 245, 245);
    }

    .procure-menu p {
        text-align: center;
        margin: 5px 0 0 0;
    }

    .procure-menu img {
        height: 100px;
        margin-bottom: 20px;
    }

.procure-job {
    color: #222;
    padding: 0 5px;
}


    .procure-job > span {
        display: block;
        margin-top: 10px;
        margin-bottom: 12px;
    }

        .procure-job > span.view {
            font-size: 14px;
            color: #b3b5bd;
        }

            .procure-job > span.view > i {
                margin-right: 8px;
                font-size: 21px;
            }

            .procure-job > span.view > img {
                margin-top: -5px;
                margin-right: 8px;
            }

        .procure-job > span.detail {
            font-size: 17px;
        }

        .procure-job > span.title {
            font-size: 23px;
            margin-left: 2px;
        }

        /*.procure-job > span.tag {
            padding-bottom: 5px;
        }*/

        .procure-job > span.tag > span {
            font-size: 14px;
            color: #569a78;
            background-color: rgba(86, 154, 120, 0.15);
            padding: 4px 18px;
            border-radius: 5px;
            margin-right: 8px;
            margin-bottom: 5px;
            display: inline-block;
        }

        .procure-job > span.view > span.tag > span {
            font-size: 14px;
            color: #569a78;
            background-color: rgba(86, 154, 120, 0.15);
            padding: 4px 18px;
            border-radius: 5px;
            margin-right: 15px;
            margin-bottom: 5px;
            display: inline-block;
        }

        .procure-job > span.tag2 > span {
            font-size: 14px;
            color: rgb(134, 134, 134);
            background-color: #eee;
            padding: 4px 18px;
            border-radius: 5px;
            margin-right: 8px;
            margin-bottom: 5px;
            display: inline-block;
        }


.procure-cusor {
    cursor: pointer;
    margin-bottom: 0 !important;
}

    .procure-cusor:hover {
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-color: rgba(250, 250, 250, 0.8);
    }

.procure-img {
    padding: 0 18px;
}

.procure-cusor:hover .procure-img {
    overflow: hidden;
}

    .procure-cusor:hover .procure-img img {
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        transform: scale(1.05);
        background-color: rgb(245, 245, 245);
    }

.bg-white {
    background-color: #fff;
}

.main-menu {
    font-size: 17px;
    line-height: 1.2;
}

    .main-menu a {
        color: #222;
    }

        .main-menu a > i {
            margin-right: 10px;
            font-size: 15px;
        }

        .main-menu a:hover {
            color: #000;
            text-decoration: underline;
        }

    .main-menu span {
        margin-right: 4px;
        max-width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

.border_bott {
    border-bottom: 2px solid #eaecf2;
}

.search-menu {
    padding: 20px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    margin-bottom: -2px;
    color: #9fa0a7;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .search-menu p {
        margin: 0;
    }

    .search-menu:hover {
        color: #222;
    }

    .search-menu.active {
        color: #222;
        border-bottom: 3px solid #569a78;
    }

/*a.searchHandler {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 22px;
    margin-top: 8px;
    height: 85px;
    color: #555;
    display: none;
    margin-right: 10px;
    text-decoration: none;
    z-index: 100;
}*/


#buttontotopp {
    display: inline-block;
    background-color: #c4c4c4;
    color: #000;
    width: 45px;
    font-size: 22px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: rgb(14 121 64 / 24%) 0px 8px 16px 0px !important;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}

    #buttontotopp:hover {
        cursor: pointer;
        background-color: #aeaeae;
        transform: scale(1.4);
    }

    #buttontotopp:active {
        cursor: pointer;
        background-color: #aeaeae;
        transform: scale(1.4);
    }

    #buttontotopp.show {
        opacity: 1;
        visibility: visible;
    }

.view-detail {
    padding: 20px 80px;
    word-wrap: break-word;
}

    .view-detail iframe {
        max-width: 100% !important;
    }

.view-detail2 {
    padding: 50px 80px 20px 80px;
}

@media screen and (max-width: 767px) {
    .resp {
        padding: 15px 10px !important;
    }

    .resp2 {
        padding: 0 15px !important;
    }

    .procure-job {
        padding: 10px 15px;
    }

    .search-menu {
        display: none;
    }

        .search-menu.active {
            color: #444;
            display: block;
            border-bottom: 0;
            text-align: left;
            margin-left: 20px;
            text-decoration: underline;
        }

    /*a.searchHandler {
        display: block;
    }*/

    .searchmenu.dropdown-menu {
        top: 60px !important;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 10px;
    }

    .view-detail {
        padding: 10px 0;
    }

    .view-detail2 {
        padding: 10px 20px;
    }
}

.col-bottom {
    margin-bottom: 20px;
}

.file-menu {
    color: #444;
    font-weight: 400;
    border-radius: 20px;
    padding: 30px;
    cursor: pointer;
    margin-bottom: 15px;
}

    .file-menu span.detail {
        font-size: 17px;
        margin-top: 12px;
    }

    .file-menu span.view {
        font-size: 15px;
        margin-top: 8px;
    }

    .file-menu span {
        display: block;
    }

    .file-menu:hover {
        background-color: rgb(245, 245, 245);
    }


#app {
    display: flex;
    flex-direction: column;
    height: 600px;
}

#toolbar {
    display: flex;
    align-items: center;
    background-color: #555;
    color: #fff;
    padding: 0.5em 2em;
}

    #toolbar a > i {
        background-color: transparent;
        font-size: 22px;
        padding: 0.2em 0.1em;
        color: #fff !important;
        margin-right: 5px;
    }

    #toolbar a:hover > i {
        transform: scale(1.05);
        color: #efefef !important;
    }

    #toolbar label {
        color: currentColor;
        background-color: transparent;
        font: inherit;
        font-size: 15px;
        padding: 0.25em 0.5em;
        font-weight: 400;
    }

a.export {
    color: #ededed;
    position: absolute;
    top: 30px;
    padding: 7px 12px;
    right: 100px;
    font-size: 20px;
    background-color: rgba(68, 68, 68, 0.98);
    border-radius: 50%;
    box-shadow: 0 3px 50px 0 rgba(172, 178, 198, 0.2);
}

    a.export:hover {
        transform: scale(1.05);
        color: #ededed;
        background-color: #444;
    }

#ifrmpdf {
    height: 800px;
}

.nv {
    background-size: cover;
}

.div-male, .div-female, .div-userg2, .div-userg3 {
    border: 1px solid #eff1f4;
    border-radius: 10px;
    padding: 15px 15px 18px 15px;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .div-male.active, .div-female.active, .div-userg2.active, .div-userg3.active {
        border: 1px solid #407c5e;
        background-color: rgba(50, 128, 89, 0.03);
    }

.div-radio {
    border: 1px solid #eff1f4;
    border-radius: 5px;
    text-align: left;
    padding: 10px 15px !important;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #fff;
}

    .div-radio.active {
        border: 1px solid #407c5e;
        background-color: rgba(50, 128, 89, 0.03);
    }

@media screen and (max-width: 767px) {
    .div-logo-loging {
        text-align: center;
        padding: 20px;
    }

    a.export {
        top: 20px;
        right: 20px;
    }

    #ifrmpdf {
        height: 400px;
    }

    .nv {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}

#page-mode input {
    color: currentColor;
    background-color: transparent;
    font: inherit;
    border: 1px solid currentColor;
    border-radius: 3px;
    padding: 0.25em 0.5em;
    margin: 0 5px;
    width: 70px;
}

    #toolbar button:hover,
    #toolbar button:focus,
    #page-mode input:hover,
    #page-mode input:focus {
        color: lightGreen;
    }

#pager a {
    font-size: 14px;
    margin-right: 5px;
    color: white;
    text-decoration: underline;
}

    #pager a:hover {
        color: rgb(183, 183, 183);
    }

#page-mode {
    display: flex;
    align-items: center;
    padding: 0.25em 0.5em;
}

#viewport-container {
    flex: 1;
    background: #eee;
    overflow: auto;
}

#viewport {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    #viewport > div {
        text-align: center;
        max-width: 100%;
    }

    #viewport canvas {
        width: 100%;
        box-shadow: 0 2px 5px gray;
    }

a.collaps-a {
    padding: 35px 30px;
    font-size: 18px;
    display: block;
    width: 100%;
    color: #444;
}

    a.collaps-a:hover, a.collaps-a:active {
        color: #444;
        text-decoration: none;
    }

    a.collaps-a.collapsed {
        padding: 20px 30px;
        font-size: 18px;
        display: block;
        width: 100%;
        color: #444;
    }

    a.collaps-a > span {
        font-size: 20px;
        margin-right: 25px;
        transform: rotate(90deg);
    }

    a.collaps-a.collapsed > span {
        transform: rotate(0deg);
    }

.divPanel {
    border-top: 1px solid #eaecf2 !important;
}

    .divPanel:first-child {
        border: 0 !important;
    }

.collaps-div {
    border-radius: 20px;
    box-shadow: rgb(145 158 171 / 24%) 0px 0px 2px 0px, rgb(145 158 171 / 24%) 0px 16px 32px -4px;
    margin-bottom: 30px;
    border-bottom: 0 !important;
}

.leftNav-bottom-truehit {
    position: absolute;
    bottom: 2px;
    right: 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown > a.btn-menu {
        color: #222 !important;
        background-color: #fff !important;
    }

        .dropdown > a.btn-menu.activemenu {
            color: #407c5e !important;
            background-color: rgb(234, 236, 242) !important;
        }

.dropdown-content {
    display: none;
    position: absolute;
    top: 50px;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
    z-index: 1;
    padding-top: 10px;
    border-radius: 5px;
}

    .dropdown-content a {
        color: black;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
        font-size: 13px;
    }

        .dropdown-content a:hover {
            background-color: #eee;
            text-decoration: none;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.divider {
    display: flex;
    color: #727581;
    font-size: 11px;
}

    .divider:before,
    .divider:after {
        content: "";
        flex: 1;
    }

.line {
    align-items: center;
    margin: 2px 0 6px 0;
}

    .line:before,
    .line:after {
        height: 1px;
        margin: 0 4px;
    }

.one-line:before,
.one-line:after {
    background: #eff1f4;
}

.a-close-image {
    position: absolute;
    right: 17px;
    top: 7px;
    color: #fff;
    background-color: #555;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50%;
    padding: 2px 5px 4px 5px;
    line-height: 1;
}

    .a-close-image:hover {
        color: #fff !important;
        text-decoration: none !important;
        background-color: #000;
    }

.progress-connect {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #555;
}

.bottom-survey {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 8px 20px;
    position: absolute;
    left: 70px;
    bottom: 0;
    right: 0;
}

.count-survey {
    background-color: rgba(208, 65, 65, 0.8);
    padding: 10px 14px;
    font-size: 13px;
    width: 100px;
    border-radius: 5px;
    margin: 0;
    line-height: 13px;
    color: #fff;
}

@media (max-width: 768px) {
    .progress-connect {
        padding: 30px 0;
    }

    .bottom-survey {
        left: 0;
    }
}

.progress-connect > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 12px;
}

.progress-connect > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

    .progress-connect > li > a {
        color: #dee5ee;
    }

        .progress-connect > li > a:hover {
            color: #dee5ee;
            cursor: default;
        }

    .progress-connect > li:before {
        display: block;
        margin: 0 auto;
        background: #eff1f4;
        width: 3.5em;
        height: 3.5em;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 0.25em;
        line-height: 3em;
        border-radius: 100%;
        position: relative;
        z-index: 1000;
        padding: 8px;
        cursor: not-allowed;
        pointer-events: none;
    }

    .progress-connect > li.li1:before {
        content: url('../images/Group 7764.png');
    }

    .progress-connect > li.li2:before {
        content: url('../images/Group 8637.png');
    }

    .progress-connect > li.li3:before {
        content: url('../images/Group 8645.png');
    }

    .progress-connect > li.li4:before {
        content: url('../images/Group 8643.png');
    }

    .progress-connect > li.li5:before {
        content: url('../images/Group 8641.png');
    }

    .progress-connect > li:after {
        content: '';
        position: absolute;
        display: block;
        background: #eff1f4;
        width: 100%;
        height: 0.4em;
        top: 1.5em;
        left: 50%;
        margin-left: 1.5em;
        /*z-index: -1;*/
        cursor: not-allowed;
        pointer-events: none;
    }

    .progress-connect > li:last-child:after {
        display: none;
    }

    .progress-connect > li.is-complete {
        color: #569a78;
    }

        .progress-connect > li.is-complete:before,
        .progress-connect > li.is-complete:after {
            color: #FFF;
            background: #569a78;
        }

        .progress-connect > li.is-complete > a {
            color: #569a78;
        }

    .progress-connect > li.is-active > a {
        color: #569a78;
    }

    .progress-connect > li.is-active:before {
        color: #FFF;
        background: #569a78;
    }

.div-section-survey {
    cursor: pointer;
    float: none;
    display: inline-block;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0 rgba(146, 157, 180, 0.16);
    margin-bottom: 5px;
}

    .div-section-survey.green {
        border-left: 4px solid #58c48e;
    }

    .div-section-survey.red {
        border-left: 4px solid #d04141;
    }

    .div-section-survey table {
        width: 100%;
    }

    .div-section-survey:hover .p-s-image {
        transform: scale(1.2);
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .div-section-survey .p-s-title {
        margin: 0;
        font-size: 13px;
        color: #373b4d;
    }

    .div-section-survey .p-s-count {
        margin: 0;
        font-size: 12px;
    }

        .div-section-survey .p-s-count span {
            display: block;
            padding: 3px 10px;
            width: 70px;
            border-radius: 5px;
            text-align: center;
        }

        .div-section-survey .p-s-count > span.green {
            color: #4bb781;
            background-color: rgba(88, 196, 142, 0.15);
        }

        .div-section-survey .p-s-count > span.red {
            color: #d04141;
            background-color: rgba(208, 65, 65, 0.15);
        }

.div-ans {
    height: 205px;
    overflow: hidden;
}

    .div-ans.active {
        height: auto;
        transition: height 1s;
    }

.layer-icon-info {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    opacity: 0.8;
}

    .layer-icon-info:hover {
        opacity: 1;
        transform: scale(1.2);
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.div-project {
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 50px 0 rgba(54, 54, 54, 0.07);
    background-color: #fff;
    padding: 16px;
}

    .div-project a.a-title, a.a-title {
        font-size: 12px;
        color: #373b4d;
        font-weight: 500;
        cursor: pointer;
        max-height: 53px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .div-project a.a-title:hover, a.a-title:hover {
            color: #0875d1;
        }

    .div-project a.a-lcation {
        font-size: 12px;
        color: #373b4d;
        font-weight: 500;
        cursor: pointer;
    }

        .div-project a.a-lcation img {
            filter: brightness(0) invert(0);
            webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

        .div-project a.a-lcation:first-child {
            padding-right: 15px;
            border-right: solid 1.5px #eff1f4;
        }

        .div-project a.a-lcation:last-child {
            padding-left: 15px;
        }

        .div-project a.a-lcation:hover, .div-project a.a-lcation.active {
            color: #f7763b;
        }

            .div-project a.a-lcation:hover img, .div-project a.a-lcation.active img {
                filter: none;
            }
