﻿.language-con{
    display: flex;
    align-items: center;
    gap: 5px;
}

.language-con .flag{
    width:43px ;
    height: 43px;
}

.language-con .t{
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #135046;
}
.flag-img {
    width: 31px;
    height: 31px;
    object-fit: cover;
    border-radius: 50%;
}
.language-con .t.active{
    font-weight: 500;
}

.language-con .verticle-sep{
    border: 2px solid #58585B;
    rotate: -90 deg;
    width: 0px;
    height: 21px;
    border-width: 2px 0px 2px 2px;
}
.language-con .verticle-sep.border-green{
    border: 2px solid #135046;
    width: 0px;
    border-width: 2px 0px 2px 2px;
}
.TH-EN-text  {
    color: #135046;
    font-weight: 300;
}

.TH-EN-text-active  {
    color: #135046;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.TH-Eng-switch{
    display: flex;
    gap: 6px;
    align-items: center;margin-top: 7px;
}