﻿﻿@font-face {
    font-family: 'Prompt';
    /*src: url('../fonts/Prompt-Medium.ttf');*/
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    color: #4b5273;
    font-family: Prompt, Kanit, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    background-color: #fafbfd;
    height: 100px;
    overflow-y: auto;
}

.div-overview2 {
    padding: 8px 5px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.div-overview {
    padding: 12px 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .div-overview:hover, .div-overview.active {
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
    }

.divlandadd {
    padding: 45px 10px 40px 10px;
    border-radius: 10px;
    box-shadow: 0 1px 6px 0 rgba(146, 157, 180, 0.16);
    background-color: rgba(255, 135, 71, 0.1);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    -webkit-filter: grayscale(1);
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .divlandadd:hover {
        -webkit-filter: grayscale(0);
    }

.m-top {
    margin-top: 10px;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.3;
    pointer-events: none;
}

.disabled-2 {
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
}

.disabled-3 {
    cursor: not-allowed;
    opacity: 0.3;
    pointer-events: none;
}

.disabled-2 input, .disabled-2 textarea, .disabled-2 select, .disabled-2 a.chosen-single,
input.disabled-2, textarea.disabled-2, select.disabled-2, a.chosen-single.disabled-2 {
    background-color: #f6f6f6 !important;
}

.div-cover:hover {
    border: 2px solid #ff8747 !important;
    cursor: pointer;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.div-cover-p1 {
    font-size: 16px;
    margin: 0 0 15px 0;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.div-cover:hover .div-cover-p1 {
    color: #ff8747;
}

.div-cover-p2 {
    font-size: 13px;
    margin: 0;
    color: #bbb;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.div-cover:hover .div-cover-p2 {
    color: #000;
}

.table > tbody > tr > td > span {
    /*padding: 5px 15px;
    border-radius: 20px;
    color: #fff;*/
}

    .table > tbody > tr > td > span.green {
        color: #00b050;
    }

    .table > tbody > tr > td > span.gray {
        color: #ccc;
    }

    .table > tbody > tr > td > span.red {
        color: #f11515;
    }

#wrapper {
    overflow-y: hidden !important;
    overflow-x: 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: 31px;
    font-weight: 600;
}

.f-2 {
    font-size: 21px;
}

.f-3 {
    font-size: 19px;
}

.f-4 {
    font-size: 25px;
}

.f-5 {
    font-size: 15px;
}

.f-6 {
    font-size: 14px;
    font-weight: 400;
}

.f-7 {
    font-size: 15px;
}

.f-8 {
    font-size: 21px;
    font-weight: 400;
}

.f-md {
    font-size: 15px;
}

.f-sm {
    font-size: 13px;
}

.f-sm2 {
    font-size: 12px;
}

.f-xs {
    font-size: 11px;
}

.text-white {
    color: white !important;
}

.div-validate-search {
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 2px solid #f7763b;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 10px;
}

    .div-validate-search.error-search {
        border: 2px solid red;
        box-shadow: 0 3px 10px 0 rgba(255, 0, 0, 0.16);
        animation: shake 0.82s both;
        z-index: 1100;
        transform: translate3d(0, 0, 0);
    }

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.pointer {
    cursor: pointer;
}

.hover-img img:hover {
    cursor: pointer;
    transform: scale(1.05);
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hover-shadow:hover {
    cursor: pointer;
    box-shadow: 0 3px 12px 0 rgba(54, 54, 54, 0.18) !important;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hover-shadow2:hover {
    cursor: pointer;
    box-shadow: 0 2px 11px 0 rgba(54, 54, 54, 0.38) !important;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.knowledge-hover:hover img {
    transform: scale(1.05);
    webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.knowledge-hover2:hover .knowledge-hover-fix {
    transform: scale(1.05);
    webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.infogra:hover > .infogra-img > img {
    transform: scale(1.03);
    webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bg-top-1 {
    background-color: #63b46e;
    padding: 3px 12px 3px 11px;
}

.bg-top-2 {
    background-color: #324d8c;
    padding: 3px 10px;
}

.bg-top-3 {
    background-color: #f5c34e;
    padding: 3px 10px;
}

.new-news {
    cursor: pointer;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 3px 12px 0 rgba(54, 54, 54, 0.07);
}

.new-news-fix1, .new-news-fix1 .new-news-image, .new-news-fix1 .new-news-detail {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.new-news-fix2, .new-news-fix2 .new-news-image, .new-news-fix2 .new-news-detail {
    border-radius: 0;
    background-color: rgba(234, 236, 242, 0.2);
}

.new-news-fix3, .new-news-fix3 .new-news-image, .new-news-fix3 .new-news-detail {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.new-news-image {
    height: 240px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.new-news:hover .new-news-image {
    transform: scale(1.05);
}

.new-news-detail {
    height: 240px;
    padding: 18px 18px;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.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: 10px;
    border-radius: 20px;
    padding: 0;
    background-color: #fff;
    /*box-shadow: rgb(14 121 64 / 24%) 0px 8px 16px 0px;*/
}

.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: #333;
    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;
    }

.bordergray {
    border: solid 1px #f5f5f5;
}

.pfdiv {
    webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.pfmenu {
    cursor: pointer;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.01);
    background-color: rgb(250, 250, 250);
    padding: 12px 0;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .pfmenu.pfleft {
        margin: 0 1px 0 0;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

    .pfmenu.pfright {
        margin: 0 0 0 1px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
    }

    .pfmenu p {
        font-size: 13px;
        color: #959698;
        margin: 0;
        font-weight: 600;
    }

    .pfmenu img {
        filter: grayscale(1);
    }

    .pfmenu.active,
    .pfmenu:hover {
        box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.07);
        background-color: #fff;
    }

        .pfmenu.active p,
        .pfmenu:hover p {
            color: #40a944;
        }

        .pfmenu.active img,
        .pfmenu:hover img {
            filter: grayscale(0);
        }

.new-pb {
    padding-left: 0;
}

    .new-pb:last-child {
        padding-right: 0;
    }

    .new-pb:first-child {
        padding-left: 0;
    }

.__form {
    position: relative;
    width: 100%;
    height: 40px;
}

.form__input {
    position: absolute;
    top: 0;
    font-size: 13px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    color: #363636;
    outline: none;
    padding: 2px 20px;
    /*background: none;*/
    -webkit-appearance: none;
}



    .form__input.bordershow {
        border-color: #f1f1f1;
    }

    .form__input:focus {
        border-color: #d4d4d4;
    }


.form__label {
    z-index: 1101;
    position: absolute;
    left: 1rem;
    top: 5px;
    padding: 0 5px;
    color: #363636;
    cursor: text;
    font-size: 13px;
    transition: top 100ms ease-in, left 100ms ease-in, font-size 100ms ease-in;
    background-color: #fff;
    opacity: 0.55;
}

.form__input.active ~ .form__label,
.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown).form__input:not(:focus) ~ .form__label {
    top: -15px;
    font-size: 12px;
    left: 1rem;
    opacity: 1;
}

.form__input:not(:placeholder-shown).form__input:not(:focus) {
    border-color: #f1f1f1;
}

.form__input[disabled], .datepicker.disabled {
    background-color: rgba(245, 245, 245, 0.5);
    cursor: not-allowed;
    pointer-events: none;
}

    .form__input[disabled] ~ .form__label, .datepicker.disabled ~ .form__label {
        background-color: transparent;
        cursor: not-allowed;
        pointer-events: none;
    }

select.form__input {
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

select.form__input {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 3px), calc(100% - 15px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 6px, 5px 6px, 1px 1.5em;
    background-repeat: no-repeat;
}

    select.form__input:focus {
        background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
        background-position: calc(100% - 15px) calc(1em + 3px), calc(100% - 20px) calc(1em + 3px), calc(100% - 2.5em) 0.5em;
        background-size: 5px 6px, 5px 6px, 1px 1.5em;
        background-repeat: no-repeat;
        border-color: #999;
        outline: 0;
    }

/*.row{
    margin-top:40px;
    padding: 0 10px;
}*/

.clickable {
    cursor: pointer;
}

.panel {
    background-color: transparent;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.br20 {
    border-radius: 20px;
}

.br5 {
    border-radius: 5px;
}

.br10 {
    border-radius: 10px;
}

.bold {
    font-weight: bold;
}

.margintop25 {
    margin-top: 25px;
}

.margintop55 {
    margin-top: 55px;
}

.modalsubmit {
    margin: 40px auto;
}

.fix-elis1 {
    max-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-elis3 {
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-elis4 {
    max-height: 105px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-elis5 {
    max-height: 135px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-elis {
    max-height: 51px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .fix-elis.fix {
        height: 51px;
    }

.new-news-image-sm {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 12px 0 rgba(54, 54, 54, 0.07);
}

.new-news-image-lg {
    height: 350px;
    background-size: cover;
    background-position: center;
    /*border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
    /*margin-bottom:10px;*/
}

}

.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.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 / 24%) 0px 8px 16px 0px;*/
}

.new-news-detail.sm2 {
    padding: 20px 20px;
    background-color: #fff;
    min-height: 105px;
    max-height: 140px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 3px 12px 0 rgba(54, 54, 54, 0.07);
}

.top-news {
    cursor: pointer;
    height: 130px;
    padding: 18px 5px 0 5px;
    color: #363636;
}

    .top-news p {
        font-size: 12px;
        margin-bottom: 10px;
    }

        .top-news p > i {
            font-size: 15px;
            margin-right: 5px;
        }

.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: -4px;
}


.new-news-detail p > img.vie {
    margin-right: 5px;
    margin-left: 6px;
    margin-top: -4px;
}

.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;
}

.highlight-text {
    background-color: yellow;
}

@media screen and (max-width: 1000px) {
    .f-1 {
        font-size: 24px;
        font-weight: 600;
    }

    .f-2 {
        font-size: 20px;
    }

    .f-3 {
        font-size: 18px;
    }
}

.htitle {
    height: 200px;
}

.ttitle {
    height: 65px;
    font-size: 25px;
    font-weight: 600;
    padding: 40px 0 0 10px;
}

.ttitle2 {
    font-size: 32px;
    font-weight: 600;
    padding: 60px 0 0 130px;
}

.ttitle3 {
    font-size: 13px;
    font-weight: 500;
    padding: 0 0 0 130px;
    max-width: 700px;
}

.banner-login-1 {
    display: block;
}

.banner-login-2 {
    display: none;
}

.pad-left {
    padding-left: 30px;
}

.imgmobile1 {
    display: block;
}

.imgmobile2 {
    display: none;
}

.imgmobile3 {
    display: none;
}

@media screen and (max-width: 991px) {
    .imgmobile3 {
        display: none;
    }

    .imgmobile2 {
        display: block;
    }

    .imgmobile1 {
        display: none;
    }

    .mt-md-6 {
        margin-top: 6px !important;
    }
}

@media screen and (max-width: 767px) {
    .imgmobile3 {
        display: block;
    }

    .imgmobile2 {
        display: none;
    }

    .imgmobile1 {
        display: none;
    }

    .pad-left {
        padding-left: inherit;
    }

    .banner-login-2 {
        display: block;
    }

    .banner-login-1 {
        display: none;
    }

    .ttitle {
        height: 40px;
        font-size: 20px;
        font-weight: 600;
        padding: 20px 0 0 10px;
    }

    .ttitle2 {
        font-size: 25px;
        font-weight: 600;
        padding: 20px 0 0 40px;
    }

    .ttitle3 {
        font-size: 12px;
        font-weight: 500;
        padding: 0 0 0 40px;
        max-width: 500px;
    }

    .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: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }

    .new-news-detail {
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .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;
    }

    .htitle {
        height: 170px;
    }
}

.text-orange {
    color: #f48007;
}

.btn-menu {
    color: #000 !important;
    margin: 17px 2px;
    font-size: 13px !important;
    padding: 10px 24px !important;
    font-weight: 500;
    border-radius: 25px;
}

.btn-menu-admin {
    margin: 12px 0 0 3px;
    padding: 8px 25px 4px 4px;
    line-height: 1.8;
    font-size: 13px;
    color: #fff;
    /*background-image: linear-gradient(100deg, #f48007 -3%, #f4b367 99%);*/
}

.btn-map-menu-hover {
    padding: 10px;
    cursor: pointer;
    border-radius: 50px;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 13px;
    color: #959698;
    background-color: #f5f5f5;
}

    .btn-map-menu-hover:hover {
        background-color: #e9e8e8;
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .btn-map-menu-hover.active {
        background-color: #40a944;
        color: #fff;
    }

    .btn-map-menu-hover.disable {
        cursor: not-allowed;
        background-color: #f7f7f7;
        opacity: 0.6;
    }

    .btn-map-menu-hover.active img {
        filter: brightness(100);
    }


.btn-shadow-menu-hover {
    padding: 10px;
    cursor: pointer;
    border-radius: 6px;
    color: #f7763b;
    font-weight: 500;
    font-size: 13px;
    background-color: #fff;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0 6px 10px 0 rgba(163, 169, 177, 0.5);
}

    .btn-shadow-menu-hover.active {
        background-color: #f7763b;
        color: #fff;
    }

        .btn-shadow-menu-hover.active img {
            filter: brightness(100);
        }

    .btn-shadow-menu-hover:hover {
        background-color: #f3f3f3;
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .btn-shadow-menu-hover:hover.active {
            background-color: #f7763b;
        }

            .btn-shadow-menu-hover:hover.active img {
                filter: brightness(100);
            }

.btn-shadow-menu {
    box-shadow: 0 2px 5px 0 rgba(146, 157, 180, 0.28);
}

.btn-shadow-favo {
    box-shadow: 0 3px 5px 0 rgba(146, 157, 180, 0.18);
}

    .btn-shadow-favo:hover {
        transform: scale(1) !important;
    }

.btn-shadow {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
}

.btn-shadow-file {
    box-shadow: 0 2px 8px 0 rgba(146, 157, 180, 0.1);
}

.btn-shadow2 {
    box-shadow: rgb(145 158 171 / 24%) 0px 0px 2px 0px, rgb(145 158 171 / 24%) 0px 16px 32px -4px !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, .btn-menu-admin:focus, .btn-menu-admin:active {
    color: #fff !important;
    transform: scale(1.05);
}

.btn-menu-admin > img {
    width: 30px;
    margin: -4px 0 0 0;
}

.btn-menu:hover {
    color: #000 !important;
    background-color: rgba(24, 152, 82, 0.1);
    transform: scale(1) !important;
}

.btn-menu.activemenu {
    background-color: #189852;
    transform: scale(1) !important;
    color: #fff !important;
}

.pad-menu1 {
    padding: 40px 12px 20px 12px;
}

.pad-menu2 {
    padding: 30px 35px 30px 35px;
}

.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: 1px solid #ddd;
    outline: 0;
    position: absolute;
    top: 9px;
    right: 3000px;
    z-index: 999;
    padding: 6px 20px;
    outline: none;
}

    .form-search:focus {
        width: 550px;
        opacity: 1;
        right: 120px;
        border: 1px solid #ddd;
        box-shadow: none !important;
    }

.btn-menu-search-out {
    display: block;
    width: 40px;
    position: absolute;
    top: -10px;
    right: 120px;
    z-index: 1001;
}

.btn-menu-search-in {
    width: 40px;
    position: absolute;
    top: -10px;
    right: 120px;
    z-index: 1000;
}

.form-search:focus + .btn-menu-search-in {
    z-index: 1010;
}

@media screen and (max-width: 1000px) {
    .btn-menu, .form-search {
        display: none;
    }

    a.navHandler {
        font-size: 24px;
        padding-top: 8px;
        height: 50px;
        width: 50px;
        color: #777;
    }

    a.userHandler {
        display: block;
        font-size: 25px;
    }

    .no-touch a.userHandler:hover {
        color: #444;
        text-decoration: none;
    }
}

.footer {
    padding: 16px;
    background-color: #0E7940;
}

.footer-text {
    color: #fff;
    font-size: 15px;
    margin: 0 0 6px;
}

.footer-image {
    width: 35px;
    margin: 0 2px;
    display: inline-block;
}

.footer-icon {
    padding-top: 14%;
}

.userMenu-2 {
    right: 90px !important;
    top: 55px !important;
}

.carouselBlog-index {
    height: 650px !important;
}

@media screen and (max-width: 767px) {
    .carouselBlog-index {
        height: 300px !important;
    }

    .userMenu-2 {
        right: 0 !important;
        top: 55px !important;
    }

    .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;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown > a.btn-menu {
        color: #000 !important;
        font-size: 15px;
    }

        .dropdown > a.btn-menu.activemenu {
            color: #f48007 !important;
        }

.dropdown-content {
    display: none;
    position: absolute;
    top: 45px;
    left: -10px;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.1);
    z-index: 1;
    padding-top: 20px;
    border-radius: 5px;
}

    .dropdown-content a {
        color: black;
        padding: 2px 13px 10px 13px;
        text-decoration: none;
        display: block;
        font-size: 13px;
        font-weight: 500;
    }

        .dropdown-content a:hover {
            color: #f48007 !important;
            text-decoration: none;
        }

        .dropdown-content a.activemenu {
            color: #f48007 !important;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.userMenu ul > li > a.activemenu {
    color: #189852 !important;
}

.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: rgba(245, 245, 245, 0.04);
    }

    .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;
            font-weight: 500;
            margin-bottom: 5px;
        }

            .procure-job > span.view > i {
                margin-right: 5px;
                font-size: 21px;
            }

            .procure-job > span.view > img {
                margin-top: -4px;
                margin-right: 5px;
                margin-left: 5px;
            }

        .procure-job > span.detail {
            font-size: 16px;
        }

        .procure-job > span.title {
            font-size: 19px;
            font-weight: 500;
            margin-left: 2px;
        }

        /*.procure-job > span.tag {
            padding-bottom: 5px;
        }*/

        .procure-job > span.tag > span {
            font-size: 14px;
            color: #f48007;
            background-color: rgba(244, 128, 7, 0.20);
            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: #7aaaf7;
            border-radius: 15px;
            background-color: rgba(140, 180, 244, 0.2);
            padding: 4px 18px;
            margin-right: 4px;
            margin-bottom: 5px;
            display: inline-block;
        }

span.tag2,
div.div-tag2 span.tag2 {
    font-size: 14px;
    color: #333;
    background-color: transparent;
    display: inline-block;
    margin: 0;
    margin-left: 2px;
    font-weight: 500;
}

    span.tag2 > span,
    div.div-tag2 span.tag2 span {
        font-size: 14px;
        cursor: pointer;
        color: #333;
        border: 1px solid #333;
        background-color: #fff;
        padding: 4px 18px;
        border-radius: 15px;
        margin-left: 4px;
        margin-right: 0;
        margin-bottom: 5px;
        margin-top: 5px;
        display: inline-block;
    }

        span.tag2 > span:hover,
        div.div-tag2 span.tag2 span:hover {
            background-color: #eee;
            webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            span.tag2 > span:hover a,
            div.div-tag2 span.tag2 span:hover a {
                color: #333;
            }



.procure-cusor > div > p > a.tag2 {
    font-size: 13px;
    cursor: pointer;
    color: #333;
    border: 1px solid #333;
    background-color: #fff;
    padding: 3px 10px;
    border-radius: 15px;
    margin-left: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
}

    .procure-cusor > div > p > a.tag2:hover {
        background-color: #eee;
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.procure-cusor {
    cursor: pointer;
    margin-bottom: 0 !important;
}

    .procure-cusor:hover {
        background-color: rgba(245, 245, 245, 0.05);
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.bg-white {
    background-color: rgba(255, 255, 255, 1);
}

.main-menu {
    font-size: 14px;
    font-weight: 500;
}

    .main-menu a {
        color: #444;
    }

        .main-menu a > i {
            margin-right: 10px;
            font-size: 15px;
        }

        .main-menu a:hover {
            color: #444;
            text-decoration: underline;
        }

    .main-menu span {
        margin-left: 5px;
        max-width: 400px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }

.border_bott {
    border-bottom: 2px solid #eaecf2;
}

.border_show {
    border: solid 1.5px #f5f5f5;
}

.search-menu {
    font-size: 15px;
    padding: 15px 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
}

    .search-menu p {
        margin: 0;
    }

    .search-menu.active {
        color: #f7763b;
        border-bottom: 3px solid #f7763b;
    }

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;
}

.view-detail {
    font-weight: 500;
    padding: 20px 70px;
    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;
    }

    /*.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;
    }

    .view-detail2 {
        padding: 10px 20px;
    }
}

.col-bottom {
    margin-bottom: 20px;
}

.file-menu {
    color: #000;
    font-weight: 400;
    border-radius: 10px;
    padding: 8px 5px;
    cursor: pointer;
    margin-bottom: 5px;
}

    .file-menu span.detail {
        font-size: 13px;
        margin-top: 18px;
        font-weight: 500;
    }

    .file-menu span.view {
        color: #90929a;
        font-size: 11px;
        margin-top: 8px;
    }

    .file-menu span {
        display: block;
    }

    .file-menu:hover {
        background-color: rgba(245, 245, 245, 0.3);
    }


#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;
}

.col-scp-2 {
    margin-top: -35px;
    margin-bottom: -5px;
}

.hoverscal:hover {
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transform: scale(1.012);
    cursor: pointer;
}

.hoverscal2:hover {
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transform: scale(1.008);
    cursor: pointer;
}

    .hoverscal2:hover .img-hover, .hoverscal:hover .img-hover {
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 0.7;
    }

.div-img-person {
    top: 70px;
}

.div-person {
    margin-top: 410px;
}

@media screen and (max-width: 767px) {
    .div-person {
        margin-top: 20px;
    }

    .div-img-person {
        top: -2000px;
    }

    .col-scp-2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .col-scp-top {
        margin-top: 140px;
    }

    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;
}

.col-SCP {
    margin-top: 25px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 10px 10px 0 rgba(146, 157, 180, 0.1);
    background-color: #fff;
}

.bg-img-5 {
    background: url("../images/Group10082.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%;
}

.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 {
    font-weight: 600;
    font-size: 17px;
    margin: 0 auto 10px auto;
    color: #363636;
    letter-spacing: 0.28px;
}

.authen-title2 {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    margin: 0 auto 10px auto;
    color: #000;
}

.authen-title-xs {
    text-align: center;
    font-size: 15px;
    margin: 0 auto 10px auto;
    color: #9b9b9b;
    font-weight: 500;
}

.text-black {
    color: #000;
}

.bg-gray {
    background-color: rgba(245, 245, 245, 0.4);
}

.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 12px;
}

.marginbottom0 {
    margin-bottom: 0;
}

.divider {
    display: flex;
    color: #000;
    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;
}

.dot {
    height: 4px;
    width: 4px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 2px;
}

.div-radio {
    border: 1px solid #efefef;
    border-radius: 5px;
    text-align: left;
    padding: 8px 13px !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 #189852;
        background-color: rgba(24, 152, 82, 0.05);
    }

.div-radio-image {
    color: #adadad;
    box-shadow: 0 2px 5px 0 rgba(146, 157, 180, 0.28);
    border-radius: 20px;
    padding: 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;
    border: 2px solid #fff;
}

    .div-radio-image p {
        text-align: center;
        font-size: 12px;
        margin-bottom: 5px;
    }

        .div-radio-image p img {
            filter: grayscale(1);
        }

    .div-radio-image.active {
        border: 2px solid #40a944;
        color: #40a944;
    }

        .div-radio-image.active p img {
            filter: grayscale(0);
        }

.menu-user {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 6px 15px 6px 15px;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -7px;
}

.showmap {
    display: none;
}

.new-item-p {
}

.form-group-dashboard {
    margin: auto -75px;
}

@media (max-width: 768px) {
    .form-group-dashboard {
        margin: auto 0;
    }

    .showmap {
        display: block;
    }

    .progress-connect {
        padding: 30px 0;
    }

    .bottom-survey {
        left: 0;
    }

    .new-item-p {
        margin-left: 0 !important;
    }
}

.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: 15px;
        position: relative;
        z-index: 1000;
        color: #c9c9c9;
        /*padding: 8px;*/
        font-size: 18px;
        font-weight: bold;
        cursor: not-allowed;
        pointer-events: none;
    }

    .progress-connect > li.li1:before {
        content: '1';
    }

    .progress-connect > li.li2:before {
        content: '2';
    }

    .progress-connect > li.li3:before {
        content: '3';
    }

    .progress-connect > li:after {
        content: '';
        position: absolute;
        display: block;
        background: #eff1f4;
        width: 49%;
        height: 0.24em;
        top: 2em;
        left: 50%;
        border-radius: 10px;
        margin-left: 25%;
        /*z-index: -1;*/
        cursor: not-allowed;
        pointer-events: none;
    }

    .progress-connect > li:last-child:after {
        display: none;
    }

    .progress-connect > li.is-complete {
        color: #40a944;
    }

        .progress-connect > li.is-complete:before,
        .progress-connect > li.is-complete:after {
            color: #FFF;
            background: #40a944;
        }

        .progress-connect > li.is-complete > a {
            color: #40a944;
        }

    .progress-connect > li.is-active > a {
        color: #40a944;
    }

    .progress-connect > li.is-active:before {
        color: #FFF;
        background: #40a944;
    }


.div-tool_basic {
    overflow: hidden;
    height: auto;
    display: inline-block;
    width: auto;
    max-width: 86%;
    position: absolute;
    left: 14px;
    top: 65px;
    border: 0;
    padding: 0 5px 5px;
    z-index: 999;
}

    .div-tool_basic > a:hover, .div-basic-tool-lengend > a:hover {
        background-color: #e8e8e8;
        transform: scale(1) !important;
    }

    .div-tool_basic > a.active {
        background-color: #e8e8e8;
    }

    .div-tool_basic > a, .div-tool_basic-left > a {
        padding: 3px 20px;
        border-radius: 2px;
        margin-bottom: 2px;
        width: 27px !important;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    }

        .div-tool_basic > a > img {
            width: 20px;
        }

input::-webkit-input-placeholder {
    color: #c9c9c9;
}

.a-link {
    font-size: 13px;
    color: #000;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

    .a-link:hover {
        text-decoration: underline;
        color: #000 !important;
    }


#buttontotopp {
    display: inline-block;
    /*background-color: #c4c4c4;*/
    color: #000;
    /*width: 45px;*/
    font-size: 16px;
    /*height: 45px;*/
    text-align: center;
    /*border-radius: 50%;*/
    padding: 8px 10px;
    border: 0;
    position: fixed;
    bottom: 15px;
    right: 8px;
    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.1);
    }

    #buttontotopp:active {
        cursor: pointer;
        background-color: #aeaeae;
        transform: scale(1.1);
    }

    #buttontotopp.show {
        opacity: 1;
        visibility: visible;
    }

a.a-title, span.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;
}

    a.a-title:hover {
        color: #0875d1;
    }

.a-table {
    color: #3079ed;
}

a.a-table:hover {
    color: #135acb;
    text-decoration: underline;
}

.a-table.disabled {
    color: #000;
}

.div-compare label {
    color: #c3c3c3;
}

.div-compare.active label {
    color: #363636;
}

.div-type-dashbord, .div-type-dashbord-pj, .div-type-dashbord-pj-main {
    cursor: pointer;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .div-type-dashbord:hover, .div-type-dashbord-pj:hover, .div-type-dashbord-pj-main:hover {
        box-shadow: 0 2px 10px 0 rgba(54, 54, 54, 0.2);
    }

    .div-type-dashbord.active, .div-type-dashbord-pj.active, .div-type-dashbord-pj-main.active {
        box-shadow: 0 2px 10px 0 rgba(137, 137, 137, 0.40) !important;
    }

.a-main-dashbord.active, .a-main-dashbord.active:hover,
.a-main-dashbord-pj.active, .a-main-dashbord-pj.active:hover,
.a-main-dashbord-pj-main.active, .a-main-dashbord-pj-main.active:hover {
    color: #f7763b;
}

.div-subcom {
    display: inline-block;
    font-size: 14px;
    color: #ff8747;
    background-color: rgba(255, 135, 71, 0.10);
    padding: 11px 18px 3px 18px;
    border-radius: 22px;
}

    .div-subcom div {
        text-align: center;
        display: inline-block;
        width: 210px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0;
        padding: 0;
    }

    .div-subcom > a {
        display: inline-block;
        margin-top: -16px;
        padding: 4px 7px;
        font-size: 16px;
        position: relative;
    }

.div-subcom-cd {
    display: inline-block;
    font-size: 14px;
    border: solid 1px rgba(239, 244, 250, 0.8);
    color: #4b5273;
    background-color: rgba(239, 244, 250, 0.2);
    padding: 9px 18px 1px 18px;
    border-radius: 22px;
}

    .div-subcom-cd div {
        text-align: center;
        display: inline-block;
        width: 145px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0;
        padding: 0;
    }

    .div-subcom-cd > a {
        display: inline-block;
        margin-top: -16px;
        padding: 4px 7px;
        font-size: 16px;
        position: relative;
    }

.MenuCommittee {
    font-weight: 500;
    color: #4b5273;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 4px;
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

    .MenuCommittee:hover, .MenuCommittee.active {
        background-color: rgba(255, 135, 71, 0.1);
    }

    .MenuCommittee > p {
        display: block;
        margin-bottom: 0;
    }

    .MenuCommittee > .p-MenuCommittee {
        float: left;
        font-size: 13px;
        display: block;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 0;
        padding: 2px 0 0 0;
        text-align: center;
        width: 22px;
        color: #fff;
        background-color: #4b5273;
    }

    .MenuCommittee:hover > .p-MenuCommittee, .MenuCommittee.active > .p-MenuCommittee {
        background-color: #ff8747;
    }

.div-cover {
    webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

    .div-cover:hover, .div-cover.active {
        box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
        border: 1px solid #ff8747 !important;
    }

.div-content-form {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
}

    .div-content-form .div-content-menu {
        font-size: 14px;
        color: #4b5273;
        webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer;
        padding: 15px 0;
    }

        .div-content-form .div-content-menu > span {
            padding: 13px 5px;
            webkit-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
        }

        .div-content-form .div-content-menu.active > span {
            color: #ff8747;
            border-bottom: 3px solid #ff8747;
        }

        .div-content-form .div-content-menu > span > img {
            margin-right: 8px;
        }

        .div-content-form .div-content-menu.active:hover {
            background-color: #fff;
        }

        .div-content-form .div-content-menu:hover > span {
            border-bottom: 3px solid #7e88a3;
        }

        .div-content-form .div-content-menu:hover.active > span {
            color: #ff8747;
            border-bottom: 3px solid #ff8747;
        }

@media (max-width: 768px) {
    .div-content-form {
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }
}

.mgtop {
    margin-top: 10px;
}

.mgtop-6 {
    margin-top: 6px;
}

.mgtop-10 {
    margin-top: 10px;
}

.pyear {
    font-size: 14px;
    color: #4b5273;
    margin: 0;
    padding: 14px 0;
}

a.a-upload {
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    margin-left: 2px;
    margin-bottom: 5px;
    z-index: 9;
}

    a.a-upload:hover {
        color: #000;
        text-decoration: underline;
    }

    a.a-upload .a-bin {
        float: right;
        z-index: 10;
    }

div.a-upload {
    /*border: 2px solid #ddd;*/
    border-radius: 5px;
    padding: 6px 15px;
    color: #4b5273;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    /*margin-left: 2px;*/
    margin-bottom: 2px;
    background-color: rgba(225, 231, 240, 0.2);
    overflow: hidden;
}

    div.a-upload .a-name {
        font-size: 13px;
        color: #4b5273;
        cursor: pointer;
        line-height: 2;
    }

        div.a-upload .a-name:hover {
            color: #4b5273;
            text-decoration: underline;
        }

    div.a-upload .a-bin {
        float: right;
        font-size: 18px;
        /*margin-top:-2px;*/
        /*font-size: 18px;*/
        cursor: pointer;
        color: red;
    }

a.a-upload > i {
    font-size: 16px;
    color: #999;
    cursor: pointer;
    margin-left: 10px;
}

a.a-upload:hover > i {
    color: #000;
    text-decoration: none;
}

div.radius {
    margin-bottom: 3px;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    display: inline-block;
    background-color: #000;
    margin-right: 5px;
}

div.radius2 {
    margin-bottom: -2px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    display: inline-block;
    background-color: #000;
    margin-right: 2px;
}


.div-pri {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /*box-shadow: inset 0 0 50px #000;*/
    background: #fff;
    z-index: 1000;
}

    .div-pri .div-pri-number {
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        height: 84px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #4b5273;
    }

        .div-pri .div-pri-number h2 {
            color: #4b5273;
            font-weight: 500;
            font-size: 16px;
            transition: 0.5s;
        }


            .div-pri .div-pri-number h2 span {
                font-size: 16px;
                color: #4b5273;
                transition: 0.5s;
            }


.svg-pri {
    position: relative;
    width: 93px;
    height: 93px;
    z-index: 1000;
}

    .svg-pri .circle-pri {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: #eff4fa;
        stroke-width: 8;
        stroke-linecap: round;
        transform: translate(5px, 5px);
    }

        .svg-pri .circle-pri:nth-child(2) {
            stroke-dasharray: 245;
            stroke-dashoffset: 245;
        }

        .svg-pri .circle-pri:nth-child(2) {
            stroke-dashoffset: calc(245 - (245 * var(--per)) / 100);
            stroke: var(--bg);
            filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 0.4));
        }

.div-pri2 {
    display: inline-block;
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    /*box-shadow: inset 0 0 50px #000;*/
    background: #fff;
    z-index: 1000;
}

    .div-pri2 .div-pri-number2 {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 114px;
        height: 114px;
        /*display: flex;*/
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #4b5273;
        text-align: center;
        border: 10px solid #74d085;
    }

.div-pri3 {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /*box-shadow: inset 0 0 50px #000;*/
    background: #fff;
    z-index: 1000;
    box-shadow: 3px 6px 10px 0 rgba(116, 208, 133, 0.16);
}

.div-pri2 .div-pri-number3 {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100px;
    height: 100px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #4b5273;
    text-align: center;
}

.div-pri2 .div-pri-number2 h2 {
    color: #4b5273;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
}


    .div-pri2 .div-pri-number2 h2 span {
        font-size: 16px;
        color: #4b5273;
        transition: 0.5s;
    }

.svg-pri2 {
    position: relative;
    width: 133px;
    height: 133px;
    z-index: 1000;
}

    .svg-pri2 .circle-pri2 {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: rgba(116, 208, 133, 0.4);
        stroke-width: 6;
        stroke-linecap: round;
        transform: translate(5px, 5px);
    }

        .svg-pri2 .circle-pri2:nth-child(2) {
            stroke-dasharray: 372;
            stroke-dashoffset: 372;
        }

        .svg-pri2 .circle-pri2:nth-child(2) {
            stroke-dashoffset: calc(372 - (372 * var(--per)) / 100);
            stroke: var(--bg);
            filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 0.2));
        }


.pcss3t,
.pcss3t2 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 0;
    text-align: left;
}

    .pcss3t > input,
    .pcss3t2 > input {
        position: absolute;
        left: -9999px;
    }

    .pcss3t > label,
    .pcss3t2 > label {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        cursor: pointer;
        transition: all 0.1s;
        -o-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -webkit-transition: all 0.1s;
    }

        .pcss3t > label i {
            display: block;
            float: left;
            margin: 16px 8px 0 -2px;
            padding: 0;
            border: 0;
            outline: none;
        }

    .pcss3t > input:checked + label {
        cursor: default;
    }

    .pcss3t > ul {
        list-style: none;
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        font-size: 13px;
    }

        .pcss3t > ul > li,
        .pcss3t2 > ul > li {
            display: none;
            /*position: sticky;*/
            width: 100%;
            /*overflow: auto;*/
            padding: 18px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            opacity: 0;
            transition: all 0.2s;
            -o-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -webkit-transition: all 0.2s;
        }

    .pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
    .pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
    .pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
    .pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
    .pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
    .pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
    .pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
    .pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
    .pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
    .pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
        display: block;
        z-index: 1;
        top: 0;
        left: 0;
        opacity: 1;
        -webkit-transform: scale(1,1);
        -webkit-transform: rotate(0deg);
    }


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
    .pcss3t {
        margin-top: 20px;
    }

        .pcss3t > label {
            display: block;
            text-align: center;
            padding-bottom: 0;
        }

    .pcss3t-theme-1 > label {
        margin: 0 !important;
    }

    .m-top {
        margin-top: 10px;
    }
}


.pcss3t > label,
.pcss3t2 > label {
    padding: 0 25px;
    background: #e5e5e5;
    font-size: 13px;
    line-height: 42px;
}

    .pcss3t > label:hover,
    .pcss3t2 > label:hover {
        background: #f2f2f2;
    }

.pcss3t > input:checked + label,
.pcss3t2 > input:checked + label {
    background: #fff;
}

.pcss3t > ul,
.pcss3t2 > ul {
    background: #fff;
    text-align: left;
}

.pcss3t-steps > label:hover {
    background: #e5e5e5;
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
    margin: 0 4px 5px 0;
    border-radius: 5px;
    background: #fff;
    /*box-shadow: 0 2px rgba(0,0,0,0.2);*/
    color: #7e88a3;
    border: solid 1px #e1e7f0;
    background-color: rgba(225, 231, 240, 0.2);
}

    .pcss3t-theme-1 > label:hover {
        background-color: rgba(225, 231, 240, 0.5);
        opacity: 1;
    }

.pcss3t-theme-1 > input:checked + label {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-top: solid 3px #ff8747;
    border-bottom: solid 1px #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #4b5273;
    opacity: 1;
    z-index: 1;
}

.pcss3t-theme-1 > ul {
    border-radius: 6px;
    /*box-shadow: 0 3px rgba(0,0,0,0.2);*/
    border: solid 1px #e1e7f0;
    margin-top: -1px;
}

.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
    border-top-left-radius: 0;
}

@media screen and (max-width: 767px) {
    /*.pcss3t-theme-1 > label {
        margin-right: 0;
    }

    .pcss3t-theme-1 > input:checked + label {
        margin-bottom: 5px;
        padding-bottom: 0;
        border-radius: 5px;
    }

    .pcss3t-theme-1 > .tab-content-first:checked ~ ul {
        border-top-left-radius: 5px;
    }*/
}

.pcss3t > ul, .pcss3t2 > ul,
.pcss3t > ul > li, .pcss3t2 > ul > li {
    /*min-height: 200px;*/
}

.form-control:focus,
.modal-body .form-control:focus {
    box-shadow: inset 0 0 0 3px rgba(255, 135, 71, 0.20);
    border-color: #ff8747 !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    text-decoration: none;
    transform: scale(1.05);
}