﻿#map {
    position: absolute;
    width: 100%;
    height: 90vh;
}

.content_search-map-left {
    width: 30%;
    position: unset;
    height: auto;
}

.content_search {
    position: relative;
    height: 90vh;
}

/* width */
::-webkit-scrollbar {
    width: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.grid_search {
    z-index: 10;
    width: 22%;
    position: absolute;
}

.map-search {
    z-index: 10;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    /* background: #ffffff;*/
    padding: 1%;
    height: 90vh;
    padding: 10px;
}

    .map-search > .box_search {
        position: relative;
        background: #fff;
        box-sizing: border-box;
        width: 100%;
        transition-property: background, box-shadow;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        border: 1px solid #dadce0;
        padding: 11px 80px 11px 15px;
        box-shadow: none;
        border-radius: 16px;
        border: 1px solid #dadce0;
        color: #202124;
        font-size: 15px;
    }

    .map-search .input-search {
        color: #202124;
        font-size: 15px;
        padding: 0 !important;
        height: 24px !important;
        line-height: 24px;
        vertical-align: top;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        width: 100%;
        background: #fff;
        border: none;
        outline: none;
    }

    .map-search > div > .box_icon {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        right: 3px;
    }


        .map-search > div > .box_icon > .fa-search {
            color: #70757a;
            cursor: pointer;
            width: 25px;
            float: left;
        }

        .map-search > div > .box_icon > .fa-trash {
            color: #333;
            margin-right: 10px;
            cursor: pointer;
            float: left;
        }

            .map-search > div > .box_icon > .fa-trash:hover {
                cursor: pointer;
            }

.Obj_InMap a {
    border-radius: 20px !important;
    padding: 8px 10px;
    margin-left: 10px;
    color: #202124 !important;
    background: #fff;
    border: 0;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    cursor: pointer;
}



    .Obj_InMap a:hover {
        text-decoration: none;
        color: black;
        background-color: #e9eaea;
        border: 1px solid #b4c7c7;
    }





.Grid_resultSearch {
    margin: 15px 0 0 10px;
    left: 0;
    z-index: 9;
    top: 0;
    width: 100%;
    overflow-y: scroll;
}

.background_resultSearch {
    border: 0;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    opacity: 1;
    background: #fff;
}

.owl-carousel .owl-wrapper-outer {
    width: 95%;
    margin: 0 auto;
}

.owl-carousel {
    width: 70%;
    left: 25%;
}

.Grid_resultSearch > .label_ketqua > label {
    display: flex;
    justify-content: space-between;
}

    .Grid_resultSearch > .label_ketqua > label > .spantitle {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.5rem;
    }

    .Grid_resultSearch > .label_ketqua > label > .spanfor {
        color: #b2293c;
    }



.label_ketqua {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}



.owl-theme .owl-controls .owl-buttons div {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    border: 0;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.owl-theme .owl-buttons i {
    margin-top: 13px;
    font-weight: normal;
    font-size: 12px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    top: 5px;
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    top: 3px;
    position: absolute;
}

.owl-carousel .owl-wrapper-outer {
    padding: 0 22px;
}

.owl-carousel {
    position: relative;
    width: 65%;
    float: left;
    z-index: 10;
    left: 25%;
    top: 18px;
}

.content_ketqua {
    float: left;
    width: 100%;
}

.box_result {
    position: relative;
    text-decoration: none;
    width: 100%;
    background: transparent;
    border-radius: 0;
    border: 0;
    font: inherit;
    list-style: none;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    vertical-align: baseline;
    float: left;
    border-bottom: 1px solid #dadce0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


    .box_result h5 {
        line-height: 20px;
        color: #202124;
        white-space: normal;
        text-align: left;
        margin-bottom: 2px;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0;
    }

.diachi {
    color: #70757a;
    overflow: hidden;
    direction: inherit;
}

.diem {
    padding-left: 5px;
}

    .diem > span {
        color: red;
    }

.AnhDaiDien {
    margin-top: 10%;
    float: left;
    width: 100%;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0
}

    .AnhDaiDien > img {
        width: 80px;
        height: 80px;
    }

.box_result:hover {
    cursor: pointer;
    background: #eeebeb;
}

.trangthaiitem {
    color: forestgreen;
}

.comment_new {
    margin-top: 10px;
}

.noidungcmt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    color: #4d6679;
}

.comment_new > .col-sm-1 {
    display: flex;
    align-items: center;
}

    .comment_new > .col-sm-1 > img {
        width: 20px;
    }

.chitietObj {
    position: absolute;
    width: 20%;
    float: left;
    z-index: 10;
    left: 23%;
    top: 80px;
    height: fit-content;
    max-height: 75vh;
    background: #fff;
    border-radius: 5%;
    overflow-y: auto;
    overflow-x: clip;
    min-height: 250px;
}

    .chitietObj > i {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #082124ad;
        z-index: 10;
    }

        .chitietObj > i:hover {
            cursor: pointer;
        }


.loader {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 5px;
    float: left;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(300deg);
    }

    66% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.avtiveBox {
    background: #00b9cb !important;
}

:root {
    --hue: 223;
    --bg: #fccfcf;
    --fg: #300303;
    --trans-dur: 0.3s;
    --trans-timing: cubic-bezier(0.65, 0, 0.35, 1);
}

.pl {
    margin: auto;
    perspective: 8em;
    position: relative;
    width: 11em;
    height: 2em;
}

.pl, .pl__chip {
    transform-style: preserve-3d;
}

.pl__chip {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    transform: translateX(50%) rotateY(90deg);
}

    .pl__chip, .pl__chip:before {
        animation: 2s move-left var(--trans-timing) infinite;
    }

        .pl__chip:before {
            background-color: #f20d0d;
            border-radius: 50%;
            content: "";
            display: block;
            opacity: 0.8;
            width: 100%;
            height: 100%;
            transform: rotateZ(45deg);
        }

        .pl__chip:nth-child(3n + 2):before {
            background-color: #f2b10d;
        }

        .pl__chip:nth-child(1) {
            right: 0em;
        }

            .pl__chip:nth-child(1):before {
                animation-name: roll-right-1;
            }

        .pl__chip:nth-child(2) {
            right: 1em;
        }

            .pl__chip:nth-child(2):before {
                animation-name: roll-right-2;
            }

        .pl__chip:nth-child(3) {
            right: 2em;
        }

            .pl__chip:nth-child(3):before {
                animation-name: roll-right-3;
            }

        .pl__chip:nth-child(4) {
            right: 3em;
        }

            .pl__chip:nth-child(4):before {
                animation-name: roll-right-4;
            }

        .pl__chip:nth-child(5) {
            right: 4em;
        }

            .pl__chip:nth-child(5):before {
                animation-name: roll-right-5;
            }

        .pl__chip:nth-child(6) {
            right: 5em;
        }

            .pl__chip:nth-child(6):before {
                animation-name: roll-right-6;
            }

        .pl__chip:nth-child(7) {
            right: 6em;
        }

            .pl__chip:nth-child(7):before {
                animation-name: roll-right-7;
            }

        .pl__chip:nth-child(8) {
            right: 7em;
        }

            .pl__chip:nth-child(8):before {
                animation-name: roll-right-8;
            }

        .pl__chip:nth-child(9) {
            right: 8em;
        }

            .pl__chip:nth-child(9):before {
                animation-name: roll-right-9;
            }

        .pl__chip:nth-child(10) {
            right: 9em;
        }

            .pl__chip:nth-child(10):before {
                animation-name: roll-right-10;
            }

        .pl__chip:nth-child(11) {
            right: 10em;
        }

            .pl__chip:nth-child(11):before {
                animation-name: roll-right-11;
            }

        .pl__chip:nth-child(12) {
            right: 11em;
        }

            .pl__chip:nth-child(12):before {
                animation-name: roll-right-12;
            }
/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: #300303;
        --fg: #fccfcf;
    }
}
/* Animations */
@keyframes move-left {
    from {
        transform: translateX(50%) rotateY(90deg);
    }

    to {
        transform: translateX(-100%) rotateY(90deg);
    }
}

@keyframes roll-right-1 {
    from {
        transform: translateZ(0) rotateZ(45deg) rotateX(0);
    }

    50%, to {
        transform: translateZ(3em) rotateZ(-45deg) rotateX(179.999deg);
    }
}

@keyframes roll-right-2 {
    from, 4.1666666667% {
        transform: translateZ(0) rotateZ(56.25deg) rotateX(0);
    }

    54.1666666667%, to {
        transform: translateZ(3em) rotateZ(-33.75deg) rotateX(179.999deg);
    }
}

@keyframes roll-right-3 {
    from, 8.3333333333% {
        transform: translateZ(0) rotateZ(67.5deg) rotateX(0);
    }

    58.3333333333%, to {
        transform: translateZ(3em) rotateZ(-22.5deg) rotateX(179.999deg);
    }
}

@keyframes roll-right-4 {
    from, 12.5% {
        transform: translateZ(0) rotateZ(78.75deg) rotateX(0);
    }

    62.5%, to {
        transform: translateZ(3em) rotateZ(-11.25deg) rotateX(179.999deg);
    }
}

@keyframes roll-right-5 {
    from, 16.6666666667% {
        transform: translateZ(0) rotateZ(90deg) rotateX(0);
    }

    66.6666666667%, to {
        transform: translateZ(3em) rotateZ(0deg) rotateX(179.999deg);
    }
}

@keyframes roll-right-6 {
    from, 20.8333333333% {
        transform: translateZ(0) rotateZ(101.25deg) rotateX(0);
    }

    70.8333333333%, to {
        transform: translateZ(3em) rotateZ(11.25deg) rotateX(179.999deg);
    }
}

@keyframes roll-right-7 {
    from, 25% {
        transform: translateZ(0) rotateZ(112.5deg) rotateX(0);
    }

    75%, to {
        transform: translateZ(3em) rotateZ(22.5deg) rotateX(179.999deg);
    }
}

@keyframes roll-right-8 {
    from, 29.1666666667% {
        transform: translateZ(0) rotateZ(123.75deg) rotateX(0);
    }

    79.1666666667%, to {
        transform: translateZ(3em) rotateZ(33.75deg) rotateX(179.999deg);
    }
}

@keyframes roll-right-9 {
    from, 33.3333333333% {
        transform: translateZ(0) rotateZ(135deg) rotateX(0);
    }

    83.3333333333%, to {
        transform: translateZ(3em) rotateZ(45deg) rotateX(179.999deg);
    }
}

@keyframes roll-right-10 {
    from, 37.5% {
        transform: translateZ(0) rotateZ(146.25deg) rotateX(0);
    }

    87.5%, to {
        transform: translateZ(3em) rotateZ(56.25deg) rotateX(179.999deg);
    }
}

@keyframes roll-right-11 {
    from, 41.6666666667% {
        transform: translateZ(0) rotateZ(157.5deg) rotateX(0);
    }

    91.6666666667%, to {
        transform: translateZ(3em) rotateZ(67.5deg) rotateX(179.999deg);
    }
}

@keyframes roll-right-12 {
    from, 45.8333333333% {
        transform: translateZ(0) rotateZ(168.75deg) rotateX(0);
    }

    95.8333333333%, to {
        transform: translateZ(3em) rotateZ(78.75deg) rotateX(179.999deg);
    }
}

.pl_parent {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #00b9cb21;
    display: flex;
}

.activeSelectDetail {
    background: #3091e514 !important;
}

.box_option_drive {
    display: flex;
    justify-content: space-evenly;
    padding: 2% 0 5% 0;
}

    .box_option_drive > button {
        border: none;
        border-radius: 100%;
        width: 40px;
        height: 40px;
    }

    .box_option_drive > .active_drive {
        background: #d2ddf1;
        color: #174ea6;
    }

.box_option_parent {
    border-bottom: 2px solid #d2ddf1;
}

.box_option {
    margin: 0 3% 1% 3%;
}

    .box_option > .row > .col-sm-1 {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }


    .box_option > .row > .col-sm-11 > input {
        margin-bottom: 2%;
        border-radius: 1.25rem !important;
    }

.option_point {
    padding: 3%;
}

    .option_point:hover {
        background: #d2ddf161;
        cursor: pointer;
    }

    .option_point > .row {
        align-items: center !important;
    }

        .option_point > .row > .col-sm-2 {
            text-align: center !important;
        }

        .option_point > .row > .col-sm-10 {
            font-weight: 500;
        }

.ChiDuong {
    z-index: 10;
    width: 22%;
    position: absolute;
}

    .ChiDuong > .ChiDuong_content {
        z-index: 10;
        width: 100%;
        display: flex;
        position: relative;
        flex-direction: column;
        padding: 1%;
        height: 90vh;
        padding: 10px;
        background-color: #f1f1f1 !important;
    }

.pleft0 {
    padding-left: 0;
}

.box_select_point {
    overflow-y: auto;
    overflow-x: hidden;
}
