.navBar__menu {
    font-family: "Microsoft JhengHei", sans-serif ;
    background: #ffffff;
    position: fixed;
    z-index: 100;
    color: #000;
    width: 100%;
    border-bottom: 1px solid rgb(197, 197, 197);

}

.navBar__menuPl .navBar__menu{
    font-family: "Microsoft JhengHei", sans-serif ;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.1em;
}

.navBar__menuVi .navBar__menu{
    font-family: "Microsoft JhengHei", sans-serif ;
    font-weight: 200;
    font-style: normal;
    /* letter-spacing: 0.1em; */
}

.nav__block{
    position: relative;
    width: 100%;
    /* height: 51px; */
    /* background: #000; */
}

.navTopBlock{
    width: 100%;
    height: 51px;
}

.navBar__menu .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
}

.wrapper__flex{
    width: 100%;
    display: flex;
    align-items: center;

}

.navRightSide{
    display: flex;
    /* margin-right: 5%; */
    width: 100%;
    max-width: 280px;
    /* display: inline-block; */
}

.navRightSide__flex{
    cursor: pointer;
    display: flex;
    margin: 0 10px;
    align-items: center;
 
}

.navRightSide .navRightSide__flex a{
    color: #000;
   /* display: block; */
   
}

.msiLogo {
    /* width: 50px; */
    margin-left: 8%;
    display: block;
    /* width: 80px; */
    width: 80px;

}

.msiLogo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-items: center;
}

.navRightSide__flex-figure{
width: 20px;
margin-right: 5px;
}

.navRightSide__flex-figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navBar__menu .menuUlBlock {
    width: 100%;
    /* max-width: 800px; */
    list-style: none;
    padding: 15px 0;
    display: flex;
    /* justify-content: space-around; */
    justify-content: flex-start;
    margin-left: 20px;
   
}

.navBar__menu .menuUlBlock li {
    /* display: inline-block; */
    text-align: center;
    /* width: calc( (100% / 5) - 10px); */
    margin: 0 10px;
    font-weight: 900;
    cursor: pointer;

}

.navBar__menu .menuUlBlock li a {
    /* display: inline-block; */
    width: 100%;
    color: #696969;
    text-decoration: none;
    padding: 1vh 0;
    font-size: 16px;
    -webkit-transition: .2s all;
    transition: .2s all;
    font-weight: 900;
}

.navBar__menu .menuUlBlock li a:hover {
    text-decoration: none;
    background: linear-gradient(to right, #ff7b60, #ea765f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background: rgba(204, 0, 0, 0.8); */
}

.navBar__menu .menuUlBlock li .menuUlBlock--active {
    text-decoration: none;
    background: linear-gradient(to right, #ff7b60, #ea765f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background: rgba(204, 0, 0, 0.8); */
}

.navBar__menu--fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.navBar__kv--hamburger {
    display: none;
    cursor: pointer;
    position: absolute;
    width: 100%;
    max-width: 1920px;
    text-align: right;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 100;
}

.navBar__kv--hamburger--switch {

}

.menuBtnMo{
    display: inline-block;
    background: rgb(255, 255, 255);
    width: 58px;
    height: 38px;
    position: fixed;
}

.mobileMenuMnt {
    width: 100%;
    /* width: 100px; */
    display: flex;
    position: relative;
    align-items: center;
    background: #fff;
    padding: 8px 0;
    border-bottom: 1px solid rgb(219, 219, 219);
    justify-content: space-between;
}

.msiLogo__mobile{
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}

.navMoBlock{
    width: 58px;
    height: 20px;
}

.navRightSide__flex-language{
    position: relative;
    z-index: 200;
}

.languageBlock{
    position: absolute;
    right: 0px;
    top: 100%;
    display: none;
}

.languageBlock--active{
    display: block;
}

.languageBlock__ul{
    padding: 0;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #fff;
    margin: 0 auto;
    filter: drop-shadow(0px 2px 2px #00000021);
}

.languageBlock__ul a{
    display: block;
    cursor: pointer;
    width: calc(100%/2 );
    margin: 0px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

/* .languageBlock__ul  a div{
    color: #000;
} */

.languageBlock__ul a:hover{
    background: linear-gradient(to right, #ff7b60, #ea765f);
    color: #fff;
    transition: .2s all;
}

.languageBlock__ul--active{
    background: linear-gradient(to right, #ff7b60, #ea765f);
    color: #fff;
}

.languageBlock__ul a.languageBlock__ul--active {
    color: #fff;
}

.languageBlock__ul  a:hover{
    color: #fff;
    transition: .2s all;
}


/* .languageBlock__display{
    display: flex;
} */

.menuBtnMo span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: rgb(168, 168, 168);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navBar__kv--hamburger--switch span:nth-child(1) {
    top: 10px;
}

.navBar__kv--hamburger--switch span:nth-child(2),
.navBar__kv--hamburger--switch span:nth-child(3) {
    top: 20px;
}

.navBar__kv--hamburger--switch span:nth-child(4) {
    top: 30px;
}

.navBar__kv--hamburger--switch.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navBar__kv--hamburger--switch.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navBar__kv--hamburger--switch.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navBar__kv--hamburger--switch.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navBar__kv--hamburger--menu {
    margin-top: -1px;
    color: #fff;
    display: inline-block;
    list-style: none;
    text-align: center;
    background: rgb(255, 255, 255);
    display: none;
    filter: drop-shadow(0px 2px 2px #00000021);

}

.navBar__kv--hamburger--menu.open {
    display: block;
}

.navBar__kv--hamburger--menu li {
    width: 100%;
}

.navBar__kv--hamburger--menu li a {
    font-size: 18px;
    display: inline-block;
    padding: 1vh;
    width: 100%;
    color: #696969;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.navBar__kv--hamburger--menu li a:hover {
    text-decoration: none;
    color: white;
    background: linear-gradient(to right, #ff7b60, #ea765f);
}

@media screen and (max-width: 1250px) {
    .navRightSide{
        display: flex;
        margin-right: 3%;
    }
    .nav__block{
        position: relative;
        width: 100%;
        /* height: 46px; */
        /* background: #000; */
    }

    .navRightSide{
        width: auto;
        max-width: auto;
    }

    .navTopBlock{
        width: 100%;
        height: 41px;
    }
    .navBar__menu {
        display: none;
    }

    .navBar__kv--hamburger {
        position: fixed;
        /*display: flex */
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .navBar__menu {
        display: none;
    }

    .navBar__kv--hamburger {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .languageBlock{
        /* width: 0; */
        width: 100%;
    }

    .languageBlock__ul{
        padding: 0 ;
        width: 100%;
        max-width: 100%;
    }

    .languageBlock__ul a{
        width: 100%;
        margin:  0;
        padding: 10px 0;
        font-size: 18px;
    }
}
