html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 375px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 920px) {

    .filter {
        padding: 30px 1rem !important;
    }
    .box-filter {
        padding: 30px 0rem !important;
    }

    .wraper {
        padding: 60px 0px !important;
    }

    .wraper-box-branch {
        padding: 0px 0px !important;
        min-height: 400px !important;
        /*max-height: 450px;*/
    }
    .text-footer {
        font-size: 10px !important;
    }
    .lang {
        font-size: 10px;
       
    }
    .changelang {
        padding: 10px !important;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
    background: linear-gradient(180deg, #000 0%, #235046 100%, #46a391 100%) !important;
    background-position: center;
    font-family: 'Kanit', sans-serif !important;
}
.box-filter {
    padding: 30px 15rem;
}

.filter {
    background-color: rgb(255 255 255 / 0.15);
    backdrop-filter: blur(2px);
    height: 100%;
    width: 100%;
    border-radius: 30px;
}

.wraper {
    padding: 40px 0px;
    /*height: 100vh;*/
    width: 100%;
}

.text-detail {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #E1F8F0;
    font-size: 18px;
    font-weight: 300;
}
.scrollmenu {
    /*overflow: auto;*/
    white-space: nowrap;
}
.scrollmenu::-webkit-scrollbar {
    display: none;
}

.scroll-system{
    overflow-y:scroll;
    width:100%;
}
.scroll-system::-webkit-scrollbar {
    display: none;
}


/*
.text-model {
    color: #E1F8F0;
    font-size: 21px;
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

    .text-model:hover {
        color: #73C23A;
        cursor: pointer;
    }
*/
.wraper-box-branch::-webkit-scrollbar {
    display: none;
}

.wraper-box-branch {
    padding: 0px 20px;
    /*overflow-y: auto;*/
    min-height: 450px;
    /*max-height: 450px;*/
}

.box-branch {
    color: #000 !important;
    text-align: center;
    width: 100%;
    border-radius: 15px;
    background: #73c23a;
    font-weight: 400;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

    .box-branch:hover {
        color: #000 !important;
        animation-name: rubberBand;
        cursor: pointer;
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-iteration-count: 1;
        box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
    }

.con-text {
    color: #E1F8F0;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.radio-container-card {
    display: inline-block;
    padding: 2px 10px;
}

.card-input-element:checked + .con-text {
    pointer-events: none;
    color: #73c23a;
    /*background-color: #060f0d;*/
    text-shadow: 2px 2px #060f0d;
    border-radius: 10px;
    /*font-weight: 600;*/
}
.text-notfound {
    color: #E1F8F0;
    text-align: center;
}
.text-footer {
    color: #E1F8F0;
    font-size: 14px;
}

@keyframes rubberBand {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    to {
        transform: scale(1);
    }
}


/*
.lang {
    background: #ccc;
    color: #fff !important;
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 1px 1px #060f0d;
}
    .lang.active {
        background: #73c23a !important;
    }
    .lang:hover { 
        text-decoration: none; 

    }*/


/* CSS Document */
.dropdown {
    padding: none;
    width: 45px;
    cursor: pointer;
    color: white;
}

    .dropdown ul {
        list-style: none;
        display: none;
        width: inherit;
        border-radius: 5px;
        padding: 0;
        margin: 0;
        margin-top: 2px;
    }

        .dropdown ul li {
            width: inherit;
            padding: 3px;
            padding-left: 8px;
            background-color: #73c23a;
            border-top: 2px solid #73c23a;
            border-left: 2px solid #73c23a;
            border-right: 2px solid #73c23a;
            height: 0;
        }

        .dropdown ul span + li {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .dropdown ul li:last-child {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .dropdown ul li:hover {
            background-color: #6ab435;
            color: white;
            border-top: 2px solid #6ab435;
            border-left: 2px solid #6ab435;
            border-right: 2px solid #6ab435;
        }

    .dropdown span.holder {
     /*   background-color: #73c23a;*/
        /*border: 2px solid #73c23a;*/
        border-radius: 5px;
        /*padding: 3px;*/
        /*padding-left: 8px;*/
        display: block;
        color: white;
        width: inherit;
    }

    .dropdown .active {
        display: block;
        position:absolute;
    }

        .dropdown.active li {
            width: 70px;
            height: 100%;
            transition: height 2s ease 0s;
        }

span.arrow_up {
    display: block;
    height: 0;
    width: 0;
    border-top: none;
    border-bottom: 10px solid #73c23a;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    margin-left: 40%;
}
.changelang {
    padding: 20px 30px;
    float:right;

}
/*.wraper-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}*/
.wraper-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
