.related-files-contract {
    font-family: "Anakotmai", sans-serif;
}

.breadcrumb-contract {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    margin-bottom: 0!important;
    padding: 1rem 0!important;
}

.content-coontract {
    margin: 1.5rem;
}

.related-files li {
    height: auto;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.box-select {
    position: relative;
}

/* .box-select:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2687d8;
    width: 42px;
    height: 54px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-image: url('/web-upload/1xff0d34e409a13ef56eea54c52a291126/filecenter/admin_oic_superadmin/map/img/down-arrow.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 50%;
    pointer-events: none;
} */

.form-control.mnSS,
.form-select.mnS {
    background-color: #eee;
    background-color: #e9e9e9;
    color: #060505;
    border-color: #eee;
    border-color: #f8f2f2;
}

.form-select.mnS {
    cursor: pointer;
    min-height: 54px;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url();
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.related-files-contract {
    /* margin-top: -100px!important; */
}

.pagination a:hover,
.pagination a:active {
    background-color: #ff9933 !important;
    border: 1px solid #ff9933 !important;
    color: #ffffff;
}

.pagination .pageNum {
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: #000;
    border-radius: .35rem!important;
    padding: .375rem .95rem;
}

.pagination .pageArrow {
    background-color: #194e84;
    color: #fff;
    border-radius: .35rem!important;
    padding: .375rem .95rem;
    fill: #ffffff;
}

.pagination a {
    float: left;
    font-size: 16px;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ededed;
    background: #fff;
    border-radius: 4px;
    color: #575a7b;
}

.icon_map_contract {
    width: 32px;
    fill: #afafaf;
}

.icon_map_contract:hover {
    fill: #04417e;
}

.related-files {
    padding: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media screen and (max-width: 576px) {
    .related-files li {
        flex-direction: column;
    }
}

@media screen and (max-width: 412px) {
    .related-files li {
        height: 100%;
        align-items: center;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        -webkit-box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        border-radius: 10px;
        overflow: hidden;
    }
    #map .tt_sm {
        font-family: 'Anakotmai', sans-serif;
        background-color: #04417e;
        color: white;
        width: 200px;
    }
}
@media screen and (max-width: 320px) {
    .container span {
        font-size: 10px !important;
    }
    .box_contact .related-files h5 {
        font-size: 18px;
    }
    .box_contact .sub_content {
        font-size: 15px;
    }
    .box_contact .sub_content .sub_detail {
        width: 100%;
    }
    .butn-style3{
        transform: translate(0px, 0px);
    }
}
@media screen and (max-width: 375px) {
    .box_contact {
        margin-top: 2.75rem;
    }
}
@media screen and (max-width: 414px){
    #map{
        transform: translate(-50px, 0px);
        max-width: 260px;
    }
    .container span {
        font-size: 12px
    }
    .box_contact {
        margin-top: 1.75rem;
    }
}

@media screen and (max-width: 1399px) {
    /* #tt_sm_map {
        width: 200px;
    } */
}

.sub_content {
    width: auto;
    height: auto;
    display: flex;
}

.sub_content div {
    display: inline-block;
    vertical-align: top;
}

.sub_content .sub_topice {
    width: 65px !important;
}

.sub_content .sub_detail {
    width: 80%;
    margin-left: 5px;
}

@media screen and (max-width: 1199px) and (min-width: 534px) {
    .sub_content .sub_detail {
        width: 75%;
    }
}

@media screen and (max-width: 533px) {
    .sub_content .sub_detail {
        width: 60%;
    }
    .content-coontract {
        margin: 1.5rem;
        width: 80%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .related-files-contract {
        max-width: 100%;
    }
}

.sub_detail a {
    color: #04417e;
    font-weight: 500;
}


/*  */


/* .sub_topice {
    display: inline-block;
    vertical-align: top;
    width: 60px !important;
}

.sub_detail {
    width: calc(100% - 60px);
}

.sub_content {
    width: auto;
    height: auto;
    display: block;
} */

#map {
    left: 0;
    width: 45%;
    margin-bottom: 30px;
    /* width: 100% !important; */
    /* display: flex; */
    /* justify-content: center; */
    /* margin: 2rem 0; */
}

#map_inner div a[title~=For] {
    position: absolute;
    left: 9999px !important;
}

#map #map_zoom {
    display: none;
}

#map .tt_sm {
    font-family: 'Anakotmai', sans-serif;
    background-color: #04417e;
    color: white
}

#map svg {
    filter: drop-shadow(0px 10px 5px rgb(0 0 0 / 0.2));
}

/* #map path:hover {
    filter: drop-shadow(0px 10px 5px rgb(0 0 0 / 0.2));
} */

#map #map_access {
    display: none !important;
}

.row_map {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    justify-content: center;
}

.box_contact {
    height: 650px;
    overflow: auto;
}

.box-icon-map {
    justify-content: center;
    display: flex;
}

@media screen and (max-width: 992px) {
    .box_contact {
        width: 100%;
    }
    #map_inner svg {
        width: 400px;
        height: 400px;
        margin-left: -60px;
    }
    #map_inner {
        height: auto;
    }
    #map {
        left: 0px;
        width: 45%;
        /* margin-bottom: 130px; */
    }
}

@media screen and (max-width: 768px) {
    .box_contact {
        width: 100%;
    }
    .box-icon-map {
        justify-content: start;
        display: flex;
    }
    .box-select:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background-color: #2687d8;
        width: 42px;
        height: 38px;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        background-image: url(/web-upload/1xff0d34e409a13ef56eea54c52a291126/filecenter/admin_oic_superadmin/map/img/down-arrow.png);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: 50%;
        pointer-events: none;
    }
    #map {
        left: 0px;
        width: 45%;
        margin-bottom: 200px;
    }
}

@media screen and (max-width: 576px) {
    .box-icon-map {
        margin-bottom: 1.25rem;
        justify-content: center;
        display: flex;
    }
    #map {
        left: 0px;
        width: 45%;
        margin-bottom: 250px;
    }
}

.box_contact::-webkit-scrollbar {
    display: none;
}

.tt_sm {
    border-radius: 15px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .5);
    z-index: 1000000;
    background-color: white;
    padding: 15px;
    opacity: 0.9;
    font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
    color: black;
}

.tt_name_sm {
    float: left;
    font-weight: bold;
    margin-bottom: 15px;
}

.xmark_sm {
    float: right;
    margin-left: 5px;
    cursor: pointer;
    line-height: 0px;
    width: 20px;
    background-color: #febd25;
}

.tt_custom_sm {
    display: flex;
    margin-bottom: 10px;
}

@media screen and (max-width: 1399px) {
    .tt_custom_sm {
        display: inline-block;
        margin-bottom: 20px;
    }
    .ss_aa {
        margin-bottom: 20px;
    }
}

.tt_a {
    padding-left: 10px;
}
.tt_custom_sm a {
    margin-top: 5px;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 1.43;
    width: 100%;
    padding: 5px 5px;
    margin-bottom: 15px;
    cursor: pointer;
}

.tt_custom_sm a:focus {
    background-color: #ffffff;
    color: #000000!important;
}

.tt_custom_sm a:hover {
    background-color: #ffffff;
    color: #000000!important;
}

.tt_mobile_sm {
    margin-top: 5px;
}

.btn_simplemaps {
    color: black;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    padding: 5px 5px;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.43;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    border-radius: 4px;
}

.btn_simplemaps:hover {
    text-decoration: underline;
}

 .butn-style3.secondary-blue:active:after {
    background: #04417e !important;
  }

     .speaker-nav {
        display: none !important;
    }

    .page-wrapper {
        position: relative;
    }

    .detail-card {
        padding: 30px;
        display: flex;
        flex-direction: column;
    }

    .map-share {
        position: absolute;
        width: 100%;
        padding: 0;
        z-index: 1;
        transform: translateY(-3rem);
    }

    .arrow-box {
        width: 100%;
        height: 65px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .arrow-text {
        padding-left: 60px;

    }

    .arrow {
        position: absolute;
        left: 2rem;
        top: 35px;
        transform: rotate(180deg);
        cursor: pointer;
    }

    .arrow span {
        display: block;
        width: 15px;
        height: 15px;
        border-bottom: 3px solid #f47c41;
        border-right: 3px solid #f47c41;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;
    }

    .arrow span:nth-child(2) {
        animation-delay: -0.2s;
    }

    .arrow span:nth-child(3) {
        animation-delay: -0.4s;
    }

    @keyframes animate {
        0% {
            opacity: 0;
            transform: rotate(45deg) translate(-8px, -8px);
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            transform: rotate(45deg) translate(8px, 8px);
        }
    }

    .box-dropdown.has-selected {
        min-height: 650px;
    }

    .detail-center {
        justify-content: center;
    }

    .detail-start {
        justify-content: flex-start;
    }

    @media screen and (max-width: 991px) {
        .detail-card {
            order: 1;
            padding-bottom: 0 !important;
        }

        .grid-sm-order-2 {
            order: 2;
            margin-top: 0 !important;
        }
    } 