.container {
    width: 100% !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#table_data,
#table_data table {
    width: 100%;
}

#table_data table {
    margin-bottom: 3%;
}

#roleaccess #table_data table,
#roleaccess .role-acc-btn {
    margin-bottom: 2%;
}

.pagination {
    width: 100%;
    margin: 0px 0px !important;
}

#pagination nav {
    /*width: 23%;
    margin: 0 auto;*/
}

#table_data .col-sm-9 {
    width: 100%;
    max-width: 100%;
}

#table_data thead tr {
    /*background: #eff0f4;*/
}

#table_data thead tr th {
    padding: 12px 16px 12px;
    background: #eff0f4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    /*color: #525357;*/
    color: #4e4e4f;
}

#table_data tbody tr td {
    border-bottom: 1px solid #e6e6e6;
    padding: 13px 16px 13px;
    font-size: 13px;
    color: #727272;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#table_data thead tr th:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

#table_data thead tr th:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.fa-submenu {
    display: none;
}

.fa-ellipsis-v {
    position: relative;
    color: #727272;
}

.fa-ellipsis-v:hover .fa-submenu {
    display: block;
    position: absolute;
    right: 2px;
    text-align: left;
    box-shadow: 0px 0px 30px 0px #aaa9ab;
    background-color: white;
    z-index: 1;
    padding: 2px 0px;
}

.fa-ellipsis-v .fa-submenu a {
    color: #525265;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 100;
    padding: 4px 35px 4px 6px;
    display: block;
    font-weight: 600;
}

.fa-ellipsis-v .fa-submenu a:hover {
    color: #bf4d07;
}

.col-lg-9,
.col-xl-8,
.col-md-4 {
    padding-left: 15px !important;
}

#table_data .edit-icon.svg-icon-primary svg g [fill] {
    transition: fill 0.3s ease;
    fill: #47b021;
}

#table_data .delete-icon.svg-icon-primary svg g [fill] {
    transition: fill 0.3s ease;
    fill: red;
}

#table_data tbody td .btn.btn-icon {
    display: contents;
}

form .has-danger {
    border-color: red;
}


/***************** WORK-ORDER, SCOPE, PROCESS UI  **************/

.text-dark {
    color: #181c32!important;
}

.familism {
    font-family: Poppins, Helvetica, sans-serif !important;
}

.card.card-custom>.card-header .card-title .card-label {
    font-size: 18px;
    letter-spacing: 0;
}

.dnone {
    display: none;
}

.order-list-ui,
.scope-ui,
.process-ui,
.institute-ui,
.svr-ui,
.role-ui,
.screen-ui,
.email-ui,
.sum-ui,
.location-ui,
.contract-ui {
    border-radius: 0.475rem;
}

.card.card-custom {
    box-shadow: none !important;
}

.order-list-ui .add-new,
.scope-ui .add-new,
.process-ui .add-new,
.institute-ui .add-new,
.svr-ui .add-new,
.role-ui .add-new,
.screen-ui .add-new,
.email-ui .add-new,
.sum-ui .add-new,
.location-ui .add-new,
.contract-ui .add-new {
    border-radius: 0.475rem;
    padding: 7px 18px;
    font-weight: 400 !important;
    font-size: 14px;
    background-color: #2d53da !important;
    border-color: #2d53da !important;
}

.order-list-ui .back-old,
.scope-ui .back-old,
.process-ui .back-old,
.institute-ui .back-old,
.svr-ui .back-old,
.role-ui .back-old,
.screen-ui .back-old,
.email-ui .back-old,
.sum-ui .back-old,
.location-ui .back-old,
.contract-ui .back-old {
    border-radius: 0.475rem;
    padding: 7px 18px;
    font-weight: 400 !important;
    font-size: 14px;
    background-color: grey !important;
    border-color: grey !important;
}

.order-list-ui .form-control.form-control-solid,
.scope-ui .form-control.form-control-solid,
.process-ui .form-control.form-control-solid,
.institute-ui .form-control.form-control-solid,
.svr-ui .form-control.form-control-solid,
.role-ui .form-control.form-control-solid,
.screen-ui .form-control.form-control-solid,
.email-ui .form-control.form-control-solid,
.sum-ui .form-control.form-control-solid,
.location-ui .form-control.form-control-solid,
.contract-ui .form-control.form-control-solid {
    background-color: #f5f8fa !important;
    border-color: #f5f8fa !important;
    color: #5e6278 !important;
    transition: color .2s ease, background-color .2s ease;
    font-family: Poppins, Helvetica, sans-serif !important;
}

.order-list-ui .form-control.form-control-solid:active,
.order-list-ui .form-control.form-control-solid:focus,
.scope-ui .form-control.form-control-solid:active,
.scope-ui .form-control.form-control-solid:focus,
.process-ui .form-control.form-control-solid:active,
.process-ui .form-control.form-control-solid:focus,
.institute-ui .form-control.form-control-solid:active,
.institute-ui .form-control.form-control-solid:focus,
.svr-ui .form-control.form-control-solid:active,
.svr-ui .form-control.form-control-solid:focus,
.role-ui .form-control.form-control-solid:active,
.role-ui .form-control.form-control-solid:focus,
.screen-ui .form-control.form-control-solid:active,
.screen-ui .form-control.form-control-solid:focus,
.email-ui .form-control.form-control-solid:active,
.email-ui .form-control.form-control-solid:focus,
.sum-ui .form-control.form-control-solid:active,
.sum-ui .form-control.form-control-solid:focus,
.location-ui .form-control.form-control-solid:active,
.location-ui .form-control.form-control-solid:focus,
.contract-ui .form-control.form-control-solid:active,
.contract-ui .form-control.form-control-solid:focus {
    background-color: #eef3f7 !important;
    border-color: #eef3f7 !important;
    color: #5e6278 !important;
    transition: color .2s ease, background-color .2s ease;
}

.order-list-ui #table_data thead tr th,
.scope-ui #table_data thead tr th,
.process-ui #table_data thead tr th,
.institute-ui #table_data thead tr th,
.svr-ui #table_data thead tr th,
.role-ui #table_data thead tr th,
.screen-ui #table_data thead tr th,
.email-ui #table_data thead tr th,
.sum-ui #table_data thead tr th,
.location-ui #table_data thead tr th,
.contract-ui #table_data thead tr th {
    background: #eff0f4;
    color: #666 !important;
    letter-spacing: 0;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 15px;
}

.order-list-ui #table_data tbody tr td,
.scope-ui #table_data tbody tr td,
.process-ui #table_data tbody tr td,
.institute-ui #table_data tbody tr td,
.svr-ui #table_data tbody tr td,
.role-ui #table_data tbody tr td,
.screen-ui #table_data tbody tr td,
.email-ui #table_data tbody tr td,
.sum-ui #table_data tbody tr td,
.location-ui #table_data tbody tr td,
.contract-ui #table_data tbody tr td {
    border-bottom: 1px dashed #a8a9ad;
    border-top: none;
}

.order-list-ui #table_data tbody tr:last-child td, 
.scope-ui #table_data tbody tr:last-child td, 
.process-ui #table_data tbody tr:last-child td, 
.institute-ui #table_data tbody tr:last-child td, 
.svr-ui #table_data tbody tr:last-child td, 
.role-ui #table_data tbody tr:last-child td, 
.screen-ui #table_data tbody tr:last-child td, 
.email-ui #table_data tbody tr:last-child td, 
.sum-ui #table_data tbody tr:last-child td, 
.location-ui #table_data tbody tr:last-child td, 
.contract-ui #table_data tbody tr:last-child td, 
.form-ui #table_data tbody tr:last-child td, 
.device-ui #table_data tbody tr:last-child td, 
.user-ui #table_data tbody tr:last-child td, 
.activity-ui #table_data tbody tr:last-child td {
    border-bottom: none !important;
}

.order-list-ui .d-flex,
.scope-ui .d-flex,
.process-ui .d-flex,
.svr-ui .d-flex,
.screen-ui .d-flex,
.email-ui .d-flex {
    display: flex;
}

.order-list-ui .mb-0,
.scope-ui .mb-0,
.process-ui .mb-0,
.svr-ui .mb-0,
.screen-ui .mb-0,
.email-ui .mb-0 {
    margin-bottom: 0px !important;
}

.work-name {
    color: #000 !important;
}

.order-list-ui #table_data tbody tr td,
.scope-ui #table_data tbody tr td,
.process-ui #table_data tbody tr td,
.institute-ui #table_data tbody tr td,
.svr-ui #table_data tbody tr td,
.role-ui #table_data tbody tr td,
.screen-ui #table_data tbody tr td,
.email-ui #table_data tbody tr td,
.sum-ui #table_data tbody tr td,
.location-ui #table_data tbody tr td,
.contract-ui #table_data tbody tr td {
    color: #7e8299;
    font-family: Poppins, Helvetica, sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 23px;
    padding-top: 23px;
}

.order-list-ui #limit,
.scope-ui #limit,
.process-ui #limit,
.svr-ui #limit,
.screen-ui #limit,
.email-ui #limit {
    margin-left: 10px;
}

.order-list-ui .form-group label,
.scope-ui .form-group label,
.process-ui .form-group label,
.institute-ui .form-group label,
.svr-ui .form-group label,
.screen-ui .form-group label,
.email-ui .form-group label {
    font-family: Poppins, Helvetica, sans-serif !important;
}

.order-list-ui .form-group label span,
.scope-ui .form-group label span,
.process-ui .form-group label span,
.institute-ui .form-group label span,
.svr-ui .form-group label span,
.role-ui .form-group label span,
.screen-ui .form-group label span,
.email-ui .form-group label span,
.sum-ui .form-group label span,
.location-ui .form-group label span,
.contract-ui .form-group label span {
    color: #f1416c;
}

.order-list-ui .pl-0,
.scope-ui .pl-0,
.process-ui .pl-0,
.svr-ui .pl-0,
.screen-ui .pl-0 {
    padding-left: 0;
}

.alert.alert-success ul li {
    font-family: Poppins, Helvetica, sans-serif !important;
}

.alert.alert-success ul li img {
    cursor: pointer;
}

.order-list-ui .font-bold,
.scope-ui .font-bold,
.process-ui .font-,
.institute-ui .font-bold,
.svr-ui .font-bold,
.role-ui .font-bold,
.screen-ui .font-bold,
.email-ui .font-bold,
.sum-ui .font-bold,
.contract-ui .font-bold {
    font-weight: 500 !important;
}

.order-list-ui .form-add-data #table_data input,
.scope-ui .form-add-data #table_data input,
.process-ui .form-add-data #table_data input,
.sum-ui .form-add-data #table_data input {
    height: calc(1.5em + 1.3rem + 2px) !important;
}

.order-list-ui .inst-list {
    width: 33%;
    right: unset;
}

.order-list-ui .sub-process .inst-list {
    width: 29%;
    right: unset;
}

.sum-ui-process .inst-list {
    left: 108px;
    width: 29%;
    right: 0;
}

.sum-ui-process .subpro .inst-list {
    left: 206px;
    width: 25%;
    right: 0;
}

.order-list-ui .fv-plugins-message-container,
.scope-ui .fv-plugins-message-container,
.process-ui .fv-plugins-message-container,
.institute-ui .fv-plugins-message-container,
.svr-ui .fv-plugins-message-container,
.role-ui .fv-plugins-message-container,
.screen-ui .fv-plugins-message-container,
.email-ui .fv-plugins-message-container,
.sum-ui .fv-plugins-message-container,
.location-ui .fv-plugins-message-container,
.contract-ui .fv-plugins-message-container {
    position: relative;
    margin-top: 10px;
    margin-left: 0!important;
}

.order-list-ui .align-center,
.sum-ui .align-center {
    text-align: center !important;
}

.order-list-ui .fv-plugins-message-container .fv-help-block,
.scope-ui .fv-plugins-message-container .fv-help-block,
.process-ui .fv-plugins-message-container .fv-help-block,
.institute-ui .fv-plugins-message-container .fv-help-block,
.svr-ui .fv-plugins-message-container .fv-help-block,
.role-ui .fv-plugins-message-container .fv-help-block,
.screen-ui .fv-plugins-message-container .fv-help-block,
.email-ui .fv-plugins-message-container .fv-help-block,
.sum-ui .fv-plugins-message-container .fv-help-block,
.location-ui .fv-plugins-message-container .fv-help-block,
.contract-ui .fv-plugins-message-container .fv-help-block {
    text-transform: capitalize;
}

.tbl_dsk_scroll::-webkit-scrollbar {
    width: 5px;
}

.tbl_dsk_scroll::-webkit-scrollbar-thumb {
    width: 5px;
}

.order-list-ui .form-add-data .btn.btn-primary,
.scope-ui .form-add-data .btn.btn-primary,
.process-ui .form-add-data .btn.btn-primary,
.institute-ui .form-add-data .btn.btn-primary,
.svr-ui .form-add-data .btn.btn-primary,
.role-ui .form-add-data .btn.btn-primary,
.screen-ui .form-add-data .btn.btn-primary,
.email-ui .form-add-data .btn.btn-primary,
.sum-ui .form-add-data .btn.btn-primary,
.location-ui .form-add-data .btn.btn-primary,
.contract-ui .form-add-data .btn.btn-primary {
    border-color: #2d53da;
    background-color: #2d53da;
}

.sum-ui .mb-20px {
    margin-bottom: 20px;
}

.sum-ui .pt-26px {
    padding-top: 26px !important;
}

.sum-ui .btn-sm {
    padding: 5px 0;
}

.sum-ui .action {
    padding-left: 2px !important;
}

.sum-ui .sum-ui-process #table_data {
    max-height: 450px;
    overflow: scroll !important;
}

.sum-ui .sum-ui-process .p336 {
    padding: 15px;
    padding-bottom: 22px;
}

.sum-ui .p-trl {
    padding-top: 10px;
    padding-left: 41px !important;
    padding-right: 10px;
}

.sum-ui .p-trl i {
    position: absolute;
    left: 51px;
    top: 28px;
}

.sum-ui .modal-header {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sum-ui .modal.job .modal-title {
    width: auto;
    text-align: left;
    padding-left: 21px;
}

.sum-ui .modal.job .modal-header .close {
    position: absolute;
    right: -16px;
    top: -16px;
    background-color: #2d53da;
    border-radius: 50%;
    padding: 15px 10px;
}

.sum-ui .modal.job .modal-header .close:hover {
    background-color: #2d53da;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent !important;
}

.sum-ui .modal.job .modal-header .close span {
    color: #fff;
    font-weight: 400;
}

.sum-ui .pl-33px {
    padding-left: 33px !important;
}

.pl-33px {
    padding-left: 33px !important;
}

.sum-ui .center-align {
    text-align: center !important;
}

.sum-ui .pl-20px {
    padding-left: 20px !important;
}

.card.card-custom>.card-header {
    padding-top: 25px !important;
}

.card.card-custom.m-t-10-list>.card-body {
    padding-bottom: 16px !important;
}

.lookup-txt {
    padding-left: 15px !important;
}

.sum-ui .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    /* transition: transform .3s ease-out; */
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0%) !important;
    -o-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
}

.sum-ui .job .modal-dialog {
    top: 0;
}

.admin-header {
    padding-top: 0 !important;
}

.sum-ui .datepic span {
    padding: 18px 1rem !important;
}

.checkbox>input:checked~span {
    background-color: #2d53da;
}

.fa-external-link-alt.pad-left3:hover,
.fa-info-circle.pad-left3:hover {
    color: #2d53da !important;
}

.finance-ui .card-body {
    padding-bottom: 0;
}

.job-desc-det {
    margin-bottom: 0px !important;
}

.sub-process {
    padding-top: 0 !important;
}

.act-down {
    padding: 5px 8px !important;
}

.act-down i {
    padding-right: 0 !important;
}

#table_data table {
    margin-bottom: 0;
}

.subpro {
    padding-top: 0 !important;
}

.sum-ui .currency i {
    color: orange;
}

.sum-ui .currency {
    background: #ffa50033;
}

.sum-ui .currency:hover {
    background: orange;
}

.sum-ui .currency:hover i {
    color: #fff !important;
}

.d-none {
    display: none !important;
}

@media(min-width:1200px) {
    .order-list-ui .pl-11px {
        padding-left: 20px !important;
    }
    .order-list-ui .action {
        padding-left: 52px !important;
    }
    .sum-ui .action-2 {
        padding-left: 25px !important;
    }
    .sum-ui .action-3 {
        padding-left: 51px !important;
    }
    .order-list-ui .action-2 {
        padding-left: 53px !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 1000px !important;
        margin: 30px auto;
        max-width: unset;
    }
}

@media(max-width:768px) {
    .order-list-ui .mt-1-5 {
        margin-top: 1.5rem !important;
    }
    .order-list-ui #table_data,
    .sum-ui #table_data,
    .process-ui #table_data,
    .role-ui #table_data,
    .svr-ui #table_data,
    .email-ui #table_data,
    .sum-ui #table_data {
        /* max-height: 450px; */
        overflow: scroll !important;
    }
    .scope-ui #table_data,
    .process-ui #table_data,
    .order-list-ui #table_data,
    .role-ui #table_data,
    .svr-ui #table_data,
    .email-ui #table_data,
    .sum-ui #table_data {
        max-height: unset !important;
    }
    .sum-ui .search-2 #table_data,
    .sum-ui .sum-ui-process #table_data {
        max-height: 450px !important;
    }
    .card.card-custom {
        margin-top: 0 !important;
    }
}

@media(max-width:487px) {
    .order-list-ui .p336 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .order-list-ui .process {
        margin-left: 10px;
        margin-top: 12px;
    }
    .admin-foot .text-dark-75 {
        font-size: 13px !important;
    }
    .topcontent {
        padding-right: 0 !important;
        /* margin-top: 187px !important; */
        margin-bottom: 115px;
    }
    .container-fluid .content {
        background-color: transparent !important;
    }
    .card.card-custom>.card-header .card-title .card-label {
        font-size: 16px;
    }
    .card.card-custom>.card-header .card-title .card-label span {
        font-size: 12px;
    }
    .card.card-custom>.card-body {
        padding: 2rem 2.25rem !important;
        padding-bottom: 22px !important;
    }
    .m-mt-20px {
        margin-top: 20px !important;
    }
    .process-ui #table_data thead tr th {
        padding: 12px 23px 12px;
    }
    .card.card-custom.svr-ui>.card-header .card-title .card-label span {
        font-size: 10px;
    }
    .svr-ui #table_data {
        /* margin-left: 31px; */
    }
    .m-mt-13px {
        margin-top: 13px;
    }
    .m-ml-28px {
        margin-left: 28px;
    }
    .sum-ui .form-plus-add {
        display: flex;
        margin-top: 22px;
    }
    .sum-ui .m-ml-22 {
        margin-left: -22px;
    }
    .sum-ui .pl-33px {
        padding-left: 0 !important;
    }
    .sum-ui .p-trl {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .sum-ui .p-trl i {
        left: 21px;
    }
    .sum-ui .modal.job .modal-title {
        padding-left: 0;
    }
    .sum-ui .sum-ui-process .lb-pro {
        margin-left: 22px;
    }
    .lookup-txt {
        padding: 0 !important;
    }
    .sum-ui .btn-sm {
        padding: 5px 10px;
    }
    .sum-ui .sum-ui-process .form-plus-add {
        display: flex;
        margin-top: 9px;
    }
    .finance-ui .m-p-0 {
        padding: 0 !important;
    }
    .finance-ui .m-p-10 {
        padding: 10px !important;
    }
    .card.card-custom.m-mt-0 {
        margin-top: 0 !important;
    }
    .card.card-custom.m-mb-0 {
        margin-bottom: 0 !important;
    }
    .card.card-custom.m-t-10-list>.card-body {
        padding-top: 10px !important;
    }
    .order-list-ui .inst-list {
        width: 42%;
        right: unset;
    }
    .order-list-ui .sub-process .inst-list {
        width: 43%;
        right: unset;
    }
}

@media (max-width:414px) and (min-height:730px) {
    #table_data {
        max-width: 320px;
    }
    #table_data.search-institute,
    .sum-ui .search-2 #table_data {
        max-width: unset;
    }
    .finance-ui #table_data {
        max-width: 375px;
    }
}

@media (max-width:393px) {
    #table_data {
        max-width: 302px;
    }
    #table_data.search-institute,
    .sum-ui .search-2 #table_data {
        max-width: unset;
    }
    .finance-ui #table_data {
        max-width: 338px;
    }
}

@media (max-width:375px) and (min-height:812px) {
    #table_data {
        max-width: 272px;
    }
    #table_data.search-institute,
    .sum-ui .search-2 #table_data {
        max-width: unset;
    }
}

@media (max-width:360px) and (min-height:640px) {
    #table_data {
        max-width: 267px;
    }
    #table_data.search-institut,
    .sum-ui .search-2 #table_datae {
        max-width: unset;
    }
    .finance-ui #table_data {
        max-width: 328px;
    }
}

@media (max-width:380px) {
    .card.card-custom>.card-header .card-title .card-label {
        font-size: 14px;
    }
    .card.card-custom>.card-header .card-title .card-label span {
        font-size: 10px;
    }
    .card.card-custom.svr-ui>.card-header .card-title .card-label span {
        font-size: 8px;
    }
    .card.card-custom.sum-ui>.card-header .card-title .card-label span {
        font-size: 9px;
    }
}

@media(max-width:320px) {
    .card.card-custom>.card-header .card-title .card-label {
        font-size: 12px;
    }
    #table_data {
        max-width: 230px;
    }
    .order-list-ui .add-new,
    .scope-ui .add-new,
    .process-ui .add-new,
    .institute-ui .add-new,
    .svr-ui .add-new,
    .role-ui .add-new,
    .screen-ui .add-new,
    .email-ui .add-new,
    .sum-ui .add-new {
        font-size: 10px;
    }
    .card.card-custom>.card-header .card-title .card-label span {
        font-size: 7px;
    }
    .form-group label {
        text-align: left !important;
        font-size: 12px !important;
    }
    .btn {
        font-size: 10px !important;
    }
    .order-list-ui #table_data {
        max-width: 252px;
    }
    .svr-ui #table_data {
        max-width: 207px;
    }
}


/***************************** HOME UI ******************************/

.home-ui header {
    display: flex;
    justify-content: space-between;
    margin: 12px auto;
}

.home-ui .header {
    background-color: transparent;
    height: auto;
}

.home-ui .header .logo img {
    width: 290px;
}

.home-ui .header .logo .title {
    margin-top: 23px;
    margin-left: 12px;
}

.home-ui .header .logo .title h4 {
    color: #2d53da;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}

.home-ui .header .logo .title h4 span {
    color: #73748e;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
}

.home-ui .menu {
    display: flex;
    align-items: center;
}

.home-ui .menu ul {
    margin: 0;
    position: relative;
}

.home-ui .menu ul {
    list-style-type: none;
    display: inline-flex;
}

.home-ui .menu ul li {
    padding: 0 30px;
}

.home-ui .menu ul li a {
    font-size: 19px;
    position: relative;
    color: #595959;
    letter-spacing: 0.5px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}

.home-ui .menu ul li a:hover,
.home-ui .menu ul li.menu-item-active a,
.home-ui .menu ul li a:focus {
    color: #2d53da;
}

.home-ui .menu ul li>a:after {
    content: "";
    width: 10px;
    height: 10px;
    top: 35px;
    left: 0;
    right: 0;
    display: inline-block;
    position: absolute;
    background: #2d53da;
    margin: 0 auto;
    border-radius: 50%;
    display: none;
}

.home-ui .menu ul li a:hover:after,
.home-ui .menu ul li a:focus:after {
    display: block
}

.home-ui .menu ul li a:hover:after,
.home-ui .menu ul li.menu-item-active a:after {
    display: block
}

.home-ui .menu ul li:last-child {
    padding-right: 0;
    position: relative;
}

.home-ui .menu ul li:last-child a {
    color: #2d53da;
}

.home-ui .menu ul li a span {
    padding-left: 14px;
}

.home-ui .menu ul li:last-child a::after {
    content: none;
}

.home-ui .menu ul li:last-child a::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #73748e;
    position: absolute;
    top: 20%;
    /* margin-top: -0.7rem; */
    left: -25px;
}


/* banner */

.home-ui .banner {
    position: relative;
}

.home-ui .banner .banner-slider img {
    width: 100%;
}


/* .home-ui .banner .arrow-prev {
    position: absolute;
    top: 46%;
    left: 88px;
    cursor: pointer;
}

.home-ui .banner .arrow-next {
    position: absolute;
    top: 46%;
    right: 88px;
    cursor: pointer;
} */

.home-ui .arrow-prev {
    z-index: 1;
    text-indent: -3px;
    background: url(/assets/home/Header/left-arw.png) no-repeat;
    outline: none!important;
    width: 55px;
    height: 55px;
    border: none;
    position: absolute;
    top: 46%;
    left: 88px;
    cursor: pointer;
}

.home-ui .arrow-next {
    z-index: 9;
    width: 55px;
    height: 55px;
    background: url(/assets/home/Header/right-arw.png) no-repeat;
    text-indent: -3px;
    border: none;
    position: absolute;
    top: 46%;
    right: 88px;
    cursor: pointer;
}


/************* pride ************/

.home-ui .pride {
    margin: 50px auto;
    margin-bottom: 50px;
}

.home-ui .pride h2,
.home-ui .schools h2,
.home-ui .contract h2,
.home-ui .activity h2 {
    text-align: center;
    color: #2d53da;
    position: relative;
    font-size: 43px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-bottom: 50px;
    /* font-family: 'Barlow', sans-serif; */
}

.home-ui .pride h2::after,
.home-ui .schools h2::after,
.home-ui .contract h2::after,
.home-ui .activity h2::after {
    content: "";
    width: 7%;
    background: #2d53da;
    position: absolute;
    top: 58px;
    height: 3px;
    margin: 10px auto;
    left: 0;
    right: 0;
}

.home-ui .pride .box {
    position: relative;
    cursor: pointer;
}

.home-ui .pride .box .img-box img {
    width: 100%;
}

.home-ui .pride .box .text {
    background: #fff;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 28px 0px;
    border-radius: 10px;
    margin: 0 30px;
    position: absolute;
    bottom: -53px;
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
}

.home-ui .pride .box .text h4 {
    color: #000;
    font-size: 20px;
    letter-spacing: 0.3px;
    /* font-family: 'Barlow', sans-serif; */
}

.home-ui .pride .box:hover .text {
    width: 100%;
    bottom: 0;
    background: #2d53da;
    border-radius: 0;
    padding: 42px 0px;
    box-shadow: none;
}

.home-ui .pride .box:hover h4 {
    color: #fff;
    font-weight: 400;
}


/* schools */

.home-ui .schools {
    background: #5875df;
    padding: 50px 0;
    text-align: center;
    background: url(/assets/home/School/school-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-ui .schools h2 {
    margin-bottom: 60px;
}

.home-ui .schools h2,
.home-ui .activity h2 {
    color: #fff;
    /* font-family: 'Barlow', sans-serif; */
}

.home-ui .schools h2::after,
.home-ui .activity h2::after {
    background: #fff;
}

.home-ui .schools .box .img-box {
    position: relative;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    background-color: #efefef;
}

.home-ui .schools .box .img-box a{
    width: 100%;
    height: 100%;
}

.home-ui .schools .box .img-box img {
    width: 100%;
    height: 100%;
}

.home-ui .schools .box .img-box .complete {
    background: #F3F6F9;
    color: #595959;
    padding: 0px 7px;
    font-size: 14px;
    letter-spacing: 0.2px;
    position: absolute;
    top: 18px;
    right: 18px;
}

.home-ui .schools .box .text {
    background: #fff;
    padding: 27px;
    text-align: left;
}

.home-ui .schools .box .text .location img {
    margin-top: 0px;
}

.home-ui .schools .box .text .location .p-0 {
    padding: 0;
}

.home-ui .schools .box .text h4 {
    font-size: 22px;
    color: #353535;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 12px;
}

.home-ui .schools .box .text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    color: #595959;
    font-family: 'Barlow', sans-serif;
}

.home-ui .schools .box:hover .complete {
    color: #fff;
    background: #2d53da;
}

.home-ui .schools .box:hover h4 {
    color: #2d53da;
}

.home-ui .schools .more {
    margin-top: 20px;
}

.home-ui .schools .more a {
    background: #F3F6F9;
    color: #595959;
    padding: 3px 35px;
    margin-top: 30px;
    display: inline-block;
    font-size: 21px;
    letter-spacing: 0.2;
}

.home-ui .schools .more a:hover{
    background: #d3dae1;
}


/* contractors */

.home-ui .contract {
    margin: 50px auto;
}

.home-ui .contract h2 {
    margin-bottom: 65px;
}

.home-ui .contract .p-0 {
    padding: 0 !important;
}

.home-ui .contract .z-1:hover {
    z-index: 1;
}

.home-ui .contract .box,
.cont-ui .box {
    background: #fff;
    text-align: center;
    padding: 50px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-ui .contract .box .img-box,
.cont-ui .box .img-box{
    height: 225px;
    width: 225px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #efefef;
}

.home-ui .contract .box .img-box img,
.cont-ui .box .img-box img{
    width: 300px;   
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; 
}

.home-ui .contract .box:hover {
    transform: translateY(-30px);
    box-shadow: 1px 35px 48px -15px rgba(0, 0, 0, 0.2);
}

.home-ui .contract .box .text {
    margin-top: 45px;
}

.home-ui .contract .box .text h4 {
    color: #2d53da;
    font-size: 27px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.home-ui .contract .box .text p {
    color: #353535;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;    
}


/* recent activity */

.home-ui .activity {
    background: #2d53da;
    padding: 50px 0;
}

.home-ui .activity h2 {
    margin-bottom: 60px;
}

.home-ui .activity .img-box img {
    width: 100%;
}

.home-ui .activity .box,
.home-ui .schools .box {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.home-ui .activity .box .text {
    background: #fff;
    padding: 8px 20px 15px;
}

.home-ui .activity .box .text h6.dte {
    font-size: 15px;
    color: #353535;
    font-family: 'Barlow', sans-serif;
}

.home-ui .activity .box .text h4.ttl {
    font-size: 26px;
    color: #2d53da;
    margin-bottom: 15px;
    font-family: 'Barlow', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* footer */

.home-ui .footer {
    text-align: center;
    background: #2d53da;
}

.home-ui .footer .logo img {
    width: 420px;
}

.home-ui .footer .inner-footer {
    background: url(/assets/home/Footer/footer-bg.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: bottom;
    padding: 55px 0;
}

.home-ui .footer .menu2 ul {
    display: inline-flex;
    margin-top: 50px;
    margin-bottom: 0;
}

.home-ui .footer .menu2 ul li {
    color: #fff;
    font-size: 26px;
    margin: 0 60px;
    font-weight: 200;
    position: relative;
}

.home-ui .footer .menu2 ul li::after {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    right: -43px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.home-ui .footer .menu2 ul li:last-child::after {
    content: none;
}

.home-ui .footer .menu2 ul li a {
    color: #fff;
    /* font-family: 'Barlow', sans-serif; */
    letter-spacing: 1.5;
}


/* bottom */

.home-ui .bottom {
    text-align: center;
    padding: 20px 0;
}

.home-ui .bottom p {
    margin: 0;
    color: #595959;
    font-size: 12px;
    font-family: 'Barlow', sans-serif;
}

@media (min-width: 1200px) {
    .home-ui .containers {
        max-width: 1220px;
    }
}

.card.card-custom{
    margin-top: 119px;
}

.more a {
    background: #F3F6F9;
    color: #595959;
    padding: 3px 35px;
    margin-top: 10px;
    display: inline-block;
    font-size: 21px;
    letter-spacing: 0.2;
}

.cont-ui.card.card-custom>.card-header{
    border: none;
    padding-top: 10px;
}

.cont-ui .col-md-4{
    padding-left: 0 !important;
}

.mt-112px{
    margin-top: 112px;
}

.cont-ui h2,
.blogs-ui h2{
    text-align: center;
    color: #2d53da;
    position: relative;
    font-size: 43px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-bottom: 60px;
    font-family: 'Barlow', sans-serif;
        
}

.cont-ui h2::after,
.blogs-ui h2:after {
    content: "";
    width: 7%;
    background: #2d53da;
    position: absolute;
    top: 58px;
    height: 3px;
    margin: 10px auto;
    left: 0;
    right: 0;
}

.cont-ui .box:hover {
    transform: translateY(-30px);
    box-shadow: 1px 35px 48px -15px rgba(0, 0, 0, 0.2);
}

.cont-ui .box .text h4 {
    color: #2d53da;
    font-size: 27px;
    /* font-family: 'Barlow', sans-serif; */
}

.cont-ui .box .text p {
    color: #353535;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    /* font-family: 'Barlow', sans-serif; */
}

.cont-ui .z-1:hover {
    z-index: 1;
}

.blogs-ui{
    padding: 25px 0;
}

.cont-ui .more a,
.blogs-ui .more a{
    color: #fff;
    background-color: #2d53da;
    margin: 15px auto;
    box-shadow: 0 5px 11px #193047;
}

.cont-ui .more a:hover,
.blogs-ui .more a:hover{
    background-color: #1439bd;
}

.blogs-ui .box{
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
}

.blogs-ui .box .img-box,
.activity .box .img-box{
    height: 332px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
}

.blogs-ui .box .img-box img,
.activity .box .img-box img{
    width: 100%;
    height: 100%;
}

.activity .box .img-box a,
.blogs-ui .box .img-box a{
    width: 100%;
}

.blogs-ui .box .text {
    background: #fff;
    padding: 8px 20px 15px;
}

.blogs-ui .box .text h6.dte {
    font-size: 14px;
    color: #353535;
    font-family: 'Barlow', sans-serif;
}

.blogs-ui .box .text h4.ttl {
    font-size: 26px;
    color: #2d53da;
    margin-bottom: 15px;
    font-family: 'Barlow', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blogs-ui.detail .box .text p{
    height: unset;
    display: unset;
    margin: unset;
}

.blogs-ui .more{
    margin-top: 15px;
}

.pride .pb-100px{
    padding-bottom: 70px;
}


@media (max-width: 991.98px){
    .mt-112px {
        margin-top: 171px;
    }

     .inner-footer .logo{
        text-align: left;
        padding: 0 25px;
    }

    .home-ui .footer .menu2 ul{
        display: block;
        padding: 0;
    }

    .home-ui .footer .menu2 ul li::after{
        content: none;
    }

    .footer .menu2 ul{
        margin-top: 25px;
    }

    .footer .menu2 ul li {
        text-align: left;
        font-size: 15px;
    }
}

@media (max-width:768px) and (min-width:487px){
    .mt-112px {
        margin-top: 169px;
    }

    .home-ui .footer .menu2 ul{
        display: block;
        padding: 0;
    }

    .home-ui .footer .menu2 ul li::after{
        content: none;
    }

    .footer .menu2 ul{
        margin-top: 25px;
    }

    .footer .menu2 ul li {
        text-align: left;
        font-size: 15px;
    }

    .home-ui .schools .box .img-box{
        height: 250px;
    }

    .home-ui .contract .box .img-box, 
    .cont-ui .box .img-box{
        width: 200px;
        height: 200px;
    }

    .blogs-ui .box .img-box, 
    .activity .box .img-box{
        height: 400px;
    }
   
    .home-ui .pride {
        margin: 50px auto;
        margin-bottom: 50px;
    }

    .home-ui .pride .box .text h4{
        font-size: 16px;
    }

    .home-ui .schools{
        padding: 25px 0;
    }

    .home-ui .contract{        
        margin: 50px auto;
    }

    .home-ui .activity{
        padding: 25px 0;
    }

    .home-ui .pride h2,
     .home-ui .schools h2, 
     .home-ui .contract h2, 
     .home-ui .activity h2,
     .cont-ui h2, 
     .blogs-ui h2{
        font-size: 40px;
        margin-bottom: 60px;
    }

    .home-ui .pride h2::after, 
    .home-ui .schools h2::after, 
    .home-ui .contract h2::after, 
    .home-ui .activity h2::after,
    .cont-ui h2::after, 
    .blogs-ui h2::after{
        top: 56px;
    }

    .home-ui .schools .more a{
        margin-top: 20px;
    }

    .inner-footer .logo{
        text-align: left;
        padding: 0 25px;
    }
}

@media (max-width:487px){
    .mt-112px {
        margin-top: 169px;
    }

    .home-ui .pride h2, 
    .home-ui .schools h2, 
    .home-ui .contract h2, 
    .home-ui .activity h2{
        font-size: 27px;
        margin-bottom: 50px;
    }

    .home-ui .pride h2::after, 
    .home-ui .schools h2::after, 
    .home-ui .contract h2::after, 
    .home-ui .activity h2::after{
        top: 36px;
        width: 15%;
    }

    .home-ui .bottom p{
        font-size: 8px;
    }

    .home-ui .pride {
        margin: 33px auto;
        margin-bottom: 10px;
    }

    .home-ui .schools .more a{
        margin-top: 0;
    }

    .home-ui .schools{
        padding: 20 0;
    }

    .home-ui .contract {
        margin: 25px auto;
    }

    .home-ui .activity{
        padding: 20px 0;
    }

    .home-ui .footer .menu2 ul{
        display: block;
        padding: 0;
    }

    .home-ui .footer .menu2 ul li::after{
        content: none;
    }

    .footer .menu2 ul{
        margin-top: 25px;
    }

    .footer .menu2 ul li {
        text-align: left;
        font-size: 22px !important;
    }

    .footer .inner-footer .logo{
        padding: 0 25px;
    }

    .footer .logo img{
        width: 100% !important;
    }

    .cont-ui h2,
    .blogs-ui h2{
        font-size: 27px;
        margin-bottom: 50px;
    }

    .cont-ui h2::after,
    .blogs-ui h2::after{
        top: 36px;
        width: 15%;
    }
    .blogs-ui .box .img-box, 
    .activity .box .img-box {
        height: 295px;
    }
}

@media (max-width:487px){
    .mb-w-100p{
        width: 268px;
        height: 69px;
    }

    .mt-112px {
        margin-top: 138px;
    }
}

@media (max-width: 360px){
    .mt-112px {
        margin-top: 138px;
    }
}

@media (max-width: 320px){
    .mt-112px {
        margin-top: 138px;
    }
}

.list-span:hover i.fas.fa-eye {
    color: #fff;
}

.rt-ui.mb-20px{
    margin-bottom: 20px;
}

.blogs-detail .date{
    font-size: 20px;
}

.blogs-detail .title{
    color: #2d53da;
    font-size: 22px;
    margin: 15px 0;
}

.blogs-detail .contents{
    font-size: 17px;
}

.blogs-detail .img-box img{
    width: 100%;
}

.form-group label.text-muted {
    color: #73748e !important;    
}

.report-detail .form-group label {
    padding-top: 0;
    margin-top: 0;
}

.report-detail .text-muted {
    margin-top: 10px !important;
}

.report-ui .back-border .form-group {
    margin-bottom: 0 !important;
}

.medias .img-box {
    width: 100%;
    padding: 10px;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-bottom: 15px;
}

@media (max-width: 487px){
    .mb-p-0{
        padding: 0 !important;
    }
}

.blogs-cont {
    font-size: 18px;
    color: #595959;    
    /* white-space: nowrap; */
    display: -webkit-box;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-ui .schools .more a {
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 4px;
    position: relative;
    background-color: #F3F6F9;
    border: none;
    color: #595959;
    padding: 9px 15px;
    width: 200px;
    text-align: center;
    transition-duration: 0.4s;
    overflow: hidden;
    box-shadow: 0 5px 15px #193047;
    border-radius: 0px;
  }
  
  .home-ui .schools .more a:hover {
    background: #fff;
    box-shadow: 0px 2px 10px 5px #2d53da;
    color: #2d53da;
  }
  
  .home-ui .schools .more a:after {
    content: "";
    background: #2d53da;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
  }
  
  .home-ui .schools .more a:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
  }
  
  .home-ui .schools .more a:focus { outline:0; }