.lang {
    width: 65px;
    height: 30px;
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e6;
    /* box-shadow:         inset 0 0 5px rgb(0, 0, 0, 0.8); */
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s;
    text-align: right;
    color: white;
}

.slider:active {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.9);
}
.slider {
    position: absolute;
    content: "";
    height: 25px;
    width: 32.5px;
    border-radius: 30px;
    background-color: #3E617E;
    bottom: 2.5px;
    left: 3px;
    transition: .5s;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.slider-text {
    position: absolute;
    top: 2px;
    right: 6px;
}

.slide-text1 {
    font-size: 16px;
    position: absolute;
    left: 6px;
    top: 5px;
    color: rgb(170, 170, 170);
}
.slide-text2 {
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: rgb(170, 170, 170);
}

.thai {
    font-size: 16px;
}