html {
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    font-size: 14px !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

i,
b {
    font-style: normal;
}

i,
b,
span {
    display: inline-block;
}

a {
    text-decoration: none;
}

h5,
h6 {
    text-transform: none;
}

ul,
li {
    list-style: none;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.ptb60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.ptb80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pt80 {
    padding-top: 80px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.mt-f66 {
    margin-top: -66px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

input:focus {
    outline: none;
}

input:focus-visible {
    outline: none;
}

.com-disabled {
    pointer-events: none;
}

body,
html {
    font-family: Ubuntu-Regular, Ubuntu;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.w1210 {
    width: 1210px;
    margin: 0 auto;
}

.w1260 {
    width: 1260px;
    margin: 0 auto;
}

#copyIptVal {
    position: fixed;
    left: -999px;
    top: -999px;
    opacity: 0;
}

.line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-clamp-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.flex-center-bet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flexw-wrap {
    flex-wrap: wrap;
}

.laypageskin_default .laypage_curr {
    background-color: #2c71f0;
    border-radius: 2px;
    color: #fff !important;
    box-sizing: border-box;
}

.laypage_main button,
.laypage_main input,
.laypageskin_default a {
    border-radius: 2px;
    border: 1px solid #c7d1e5;
    font-size: 15px;
    font-family: Ubuntu-Regular;
    color: #55687d;
    line-height: 18px;
}

.msgBox {
    position: fixed;
    max-width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    z-index: 99999;
    border-radius: 4px;
    padding: 10px 20px;
    animation: show linear 0.5s;
}

.bulletin {
    position: fixed;
    top: 70px;
    left: 47px;
    cursor: pointer;
}

.footer-bgbox {
    background: linear-gradient(180deg, #EFF7FD 0%, #F6FBFF 100%);
}

footer {
    padding: 40px 0;
}

footer .footer-cont {
    display: flex;
    justify-content: space-between;
}

footer .footer-cont .cont-l>img {
    width: 165px;
}

footer .footer-cont .cont-l .lang-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    width: 170px;
    cursor: pointer;
    padding: 6px 15px;
    position: relative;
}

footer .footer-cont .cont-l .lang-select>p {
    font-size: 16px;
    font-family: Ubuntu-Light;
    color: #15357a;
    line-height: 22px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

footer .footer-cont .cont-l .lang-select>i {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/footer/down.svg");
}

footer .footer-cont .cont-l .lang-select .select-list {
    position: absolute;
    left: 0px;
    top: 44px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 1px rgba(24, 28, 50, 0.1);
    border-radius: 4px;
    border: 1px solid #d3dae5;
    padding: 7px 5px;
    z-index: 9;
    display: none;
    height: 140px;
    overflow-y: scroll;
}

footer .footer-cont .cont-l .lang-select .select-list::-webkit-scrollbar {
    width: 3px;
}

footer .footer-cont .cont-l .lang-select .select-list::-webkit-scrollbar-thumb {
    background-color: #aeccfd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

footer .footer-cont .cont-l .lang-select .select-list>.li {
    width: 160px;
    padding: 8px 20px;
    font-size: 13px;
    font-family: Poppins-Regular, Poppins;
    color: #0c1b4d;
    line-height: 15px;
}

footer .footer-cont .cont-l .lang-select .select-list>.li:hover {
    background-color: #f7f9fc;
}

footer .footer-cont .cont-l .party-li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

footer .footer-cont .cont-l .party-li:nth-last-of-type(1) {
    margin-bottom: 0;
}

footer .footer-cont .cont-l .party-li:hover>p::after {
    width: 100%;
}

footer .footer-cont .cont-l .party-li>img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

footer .footer-cont .cont-l .party-li>p {
    font-size: 16px;
    font-family: Ubuntu-Light;
    color: #15357a;
    line-height: 19px;
    position: relative;
    max-width: 210px;
}

footer .footer-cont .cont-l .party-li>p::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #15357a;
    transition: all 0.3s;
}

footer .footer-cont .cont-r {
    display: flex;
}

footer .footer-cont .cont-r .foot-li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 144px;
}

footer .footer-cont .cont-r .foot-li .tit {
    font-size: 18px;
    font-weight: bold;
    color: #15357a;
    line-height: 18px;
    margin-bottom: 30px;
}

footer .footer-cont .cont-r .foot-li>.li {
    font-size: 16px;
    font-family: Ubuntu-Light;
    color: #355395;
    line-height: 19px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

footer .footer-cont .cont-r .foot-li>.li:nth-last-of-type(1) {
    margin-bottom: 0;
}

footer .footer-cont .cont-r .foot-li>.li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #15357a;
    transition: all 0.3s;
}

footer .footer-cont .cont-r .foot-li>.li:hover::after {
    width: 100%;
}

footer .footer-cont-wap {
    display: none;
}

footer .footer-cont-wap>img {
    width: 148px;
}

footer .footer-cont-wap .ul {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

footer .footer-cont-wap .ul .list {
    min-width: 140px;
}

footer .footer-cont-wap .ul .list .tit {
    font-size: 17px;
    font-family: Ubuntu-Bold, Ubuntu;
    color: #15357a;
    line-height: 17px;
    margin-bottom: 20px;
}

footer .footer-cont-wap .ul .list>a {
    display: block;
    font-size: 15px;
    font-family: Poppins-Regular, Poppins;
    color: #355395;
    line-height: 18px;
    margin-bottom: 15px;
}

footer .footer-cont-wap .ul .list>a:nth-last-of-type(1) {
    margin-bottom: 0;
}

.ftporm-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.foot-proment {
    display: flex;
    align-items: center;
    height: 53px;
    background-color: #F3F9FF;
    border-radius: 2px;
    border: 1px solid #D1E7FF;
    padding: 13px 60px;
}

.foot-proment p {
    margin-left: 16px;
    font-size: 16px;
    font-family: Open Sans-Regular, Open Sans;
    font-weight: 400;
    color: #355395;
    line-height: 27px;
}

.telegram {
    position: fixed;
    right: 24px;
    bottom: 90px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/footer/telegram.svg");
    z-index: 99999;
    display: block;
    cursor: pointer;
}

.telegram p {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 10px);
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 0px rgba(24, 28, 50, 0.1);
    border-radius: 4px;
    border: 1px solid #E9ECF1;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    font-family: Ubuntu-Regular, Ubuntu;
    font-weight: 400;
    color: #15357A;
    line-height: 18px;
}

.telegram:hover {
    background-image: url("../img/footer/telegram1.svg");
}

.telegram:hover p {
    display: block;
}

.ipchanger-btnbox {
    display: flex;
    align-items: center;
}

.ipchanger-btn:hover {
    color: #ffffff;
    background-color: #16396c;
    box-shadow: 0px 4px 4px 1px rgba(22, 57, 108, 0.19);
}

.ipchanger-btn1:hover,
.ipchanger-btn1.btn2:hover {
    background-color: #16396c;
    box-shadow: 0px 4px 4px 1px rgba(22, 57, 108, 0.19);
}

.ipchanger-btn1:hover>p,
.ipchanger-btn1.btn2:hover>p {
    color: #ffffff;
    margin-right: 25px;
}

.ipchanger-btn1:hover>i,
.ipchanger-btn1.btn2:hover>i {
    display: block;
    animation: show linear 0.5s;
}

.ipchanger-btn1>p {
    font-size: 20px;
    font-family: Ubuntu-Light;
    color: #ffffff;
    line-height: 23px;
    flex: none;
    transition: all 0.5s;
}

.ipchanger-btn1>i {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    display: none;
    width: 17px;
    height: 12px;
    background-image: url("../img/index/right_white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btntelegram:hover i {
    background-image: url("../img/header/telegram1.svg");
}

.btntelegram i {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/header/telegram.svg");
}

.banner-btnbox {
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.banner-btnbox .ban-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    height: 67px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #ffffff;
    transition: all 0.5s;
    position: relative;
}

.banner-btnbox .ban-btn:hover {
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 1px rgba(28, 67, 150, 0.1);
}

.banner-btnbox .ban-btn:hover>p {
    margin-right: 30px;
}

.banner-btnbox .ban-btn:hover>i {
    display: block;
    animation: show linear 0.5s;
}

.banner-btnbox .ban-btn.ban-btn1 {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
}

.banner-btnbox .ban-btn.ban-btn1>p {
    color: #ffffff;
}

.banner-btnbox .ban-btn.ban-btn1>i {
    background-image: url("../img/index/right_yel1.svg");
}

.banner-btnbox .ban-btn.ban-btn1:hover {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 4px 1px rgba(28, 67, 150, 0.1);
    border: 2px solid #ffffff;
}

.banner-btnbox .ban-btn>i {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    display: none;
    width: 22px;
    height: 13px;
    background-image: url("../img/index/right_white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.pagination li {
    margin-right: 10px;
}

.pagination li a,
.pagination li span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    height: 32px;
    min-width: 32px;
    font-weight: 500;
    font-size: 14px;
    color: #5e6278;
}

.pagination li a:hover {
    color: #009ef7;
    background-color: #f1faff;
}

.pagination li.active span {
    color: #fff;
    background-color: #009ef7;
}

.pop-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ebf4ff;
    z-index: 99999999;
}

.pop-loading .load {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pop-loading .load .load1 {
    position: absolute;
    width: 29px;
    height: 29px;
    left: 22px;
    top: 4px;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes wap_pop_show {
    0% {
        opacity: 0;
        width: 0;
        height: 0;
    }
    50% {
        opacity: 1;
        width: 50%;
        height: 50%;
    }
    100% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
}

.block-lang {
    margin-top: 10px;
    width: 170px;
    height: 36px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.new-footer-box-bac {
    border-top: 1px solid #e2e5f4;
}

.new-footer-box-bac .new-footer-box {
    border-bottom: 1px solid #e2e5f4;
    min-height: 124px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    padding: 15px 0px;
}

.new-footer-box-bac .new-footer-box .new-footer-box-left .new-footer-box-left-text1 {
    font-size: 16px;
    font-family: Ubuntu-Regular;
    font-weight: 400;
    color: #15357a;
}

.new-footer-box-bac .new-footer-box .new-footer-box-right {
    display: flex;
}

.new-footer-box-bac .new-footer-box .new-footer-box-right img {
    width: 133px;
    height: 41px;
    cursor: pointer;
}

.new-footer-box-bac .new-footer-box-item {
    width: 133px;
    height: 41px;
    overflow: hidden;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.new-footer-box-bac .new-footer-box-item:nth-last-of-type(1) {
    margin-right: 0;
}

.new-footer-box-bac .new-footer-box-item:hover.downGooglePlay {
    background-image: url("../img/footerimg1_1.svg");
}

.new-footer-box-bac .new-footer-box-item:hover.downWind {
    background-image: url("../img/footerimg2_1.svg");
}

.new-footer-box-bac .new-footer-box-item:hover.downip911,
.new-footer-box-bac .new-footer-box-item:hover.downipthis {
    background-image: url("../img/footerimg2_1.svg");
}

.new-footer-box-bac .new-footer-box-item:hover.downAndroid {
    background-image: url("../img/footerimg3_1.svg");
}

.new-footer-box-bac .new-footer-box-item:hover.downIos {
    background-image: url("../img/footerimg4_1.svg");
}

.new-footer-box-bac .new-footer-box-item.downGooglePlay {
    background-image: url("../img/footerimg1.svg");
}

.new-footer-box-bac .new-footer-box-item.downWind {
    background-image: url("../img/footerimg2.svg");
}

.new-footer-box-bac .new-footer-box-item.downip911,
.new-footer-box-bac .new-footer-box-item.downipthis {
    background-image: url("../img/footerimg2.svg");
}

.new-footer-box-bac .new-footer-box-item.downAndroid {
    background-image: url("../img/footerimg3.svg");
}

.new-footer-box-bac .new-footer-box-item.downIos {
    background-image: url("../img/footerimg4.svg");
}

.newchangelang {
    display: flex;
    align-items: center;
    position: relative;
}

.newchangelang .row {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/header/ico_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s;
}

.newchangelang .sc {
    font-size: 17px;
    font-family: Ubuntu-Regular, Ubuntu;
    color: #15357a;
    line-height: 22px;
    margin-right: 9px;
    cursor: pointer;
    position: relative;
    margin-left: 9px;
}

.newchangelang {
    display: flex;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}

.newchangelang:hover>p::after,
.newchangelang:hover .p-a::after {
    width: 100%;
}

.newchangelang:hover>i {
    transform: rotateZ(-180deg);
}

.newchangelang:hover .h-downbox {
    display: block;
    animation: show linear 0.3s;
}

.newchangelang>p,
.newchangelang .p-a {
    font-size: 17px;
    font-family: Ubuntu-Regular, Ubuntu;
    color: #15357a;
    line-height: 22px;
    margin-right: 5px;
    position: relative;
}

.newchangelang>p::after,
.newchangelang .p-a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 0.5px;
    background-color: #15357a;
    transition: all 0.3s;
}

.newchangelang>i {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../img/header/ico_down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s;
}

.newchangelang {
    margin-right: 3px;
}

#lang-select {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

#lang-select:hover .select-list {
    display: block;
}

#lang-select:after {
    content: "";
    display: block;
    width: 168px;
    height: 16px;
    position: absolute;
    bottom: -16px;
    right: 35px;
    cursor: pointer;
}

#hearder-select1 {
    position: relative;
    position: absolute;
    top: 0px;
    height: 40px;
}

#hearder-select1 .lang-select {
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    width: 117px;
    cursor: pointer;
    padding: 6px 15px;
    position: relative;
}

#hearder-select1 .lang-select>p {
    opacity: 0;
    font-size: 16px;
    font-family: Ubuntu-Light;
    color: #15357a;
    line-height: 22px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#hearder-select1 .lang-select>i {
    opacity: 0;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/footer/down.svg");
}

#hearder-select1 .lang-select .select-list {
    padding: 20px;
    position: absolute;
    right: -22px;
    top: 28px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 1px rgba(24, 28, 50, 0.1);
    border-radius: 4px;
    border: 1px solid #d3dae5;
    padding: 7px 5px;
    z-index: 9;
    width: 337px;
    display: none;
    background: #ffffff;
    box-shadow: 0px 6px 10px 1px rgba(24, 28, 50, 0.1);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #e9ecf1;
    height: 245px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding: 20px;
}

#hearder-select1 .lang-select .select-list>.li {
    width: 91px;
    height: 37px;
    padding: 10px;
    font-family: Poppins-Regular, Poppins;
    font-size: 15px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #15357a;
    line-height: 15px;
    display: flex;
    align-items: center;
}

#hearder-select1 .lang-select .select-list>.li:hover {
    background-color: #f6f9fe;
}

#hearder-select1:hover .select-list {
    display: flex;
}

#hearder-select {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#hearder-select .lang-select-box {
    width: 100%;
}

#hearder-select .lang-select-box ::after {
    content: '';
    display: block;
    align-items: center;
    width: 20px;
    height: 37px;
    position: absolute;
    left: -30px;
    top: 0;
}

#hearder-select .lang-select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    cursor: pointer;
}

#hearder-select .lang-select .select_val {
    display: flex;
    align-items: center;
    padding: 6px 9px;
    background-color: rgba(245, 248, 250, 0.8);
    border-radius: 6px;
}

#hearder-select .lang-select .select_val>img {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    margin-left: 10px;
}

#hearder-select .lang-select>p {
    font-size: 16px;
    font-family: Ubuntu-Light;
    line-height: 22px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#hearder-select .lang-select>p img {
    width: 20px;
    height: 20px;
}

#hearder-select .lang-select>i {
    opacity: 0;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/footer/down.svg");
}

#hearder-select .lang-select .select-list {
    position: absolute;
    right: calc(100% + 15px);
    top: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 1px rgba(24, 28, 50, 0.1);
    border-radius: 4px;
    border: 1px solid #d3dae5;
    padding: 7px 5px;
    z-index: 9;
    width: 180px;
    display: none;
    background: #ffffff;
    box-shadow: 0px 6px 10px 1px rgba(24, 28, 50, 0.1);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #e9ecf1;
    height: 217px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#hearder-select .lang-select .select-list::-webkit-scrollbar {
    width: 3px;
}

#hearder-select .lang-select .select-list::-webkit-scrollbar-thumb {
    background-color: #aeccfd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#hearder-select .lang-select .select-list::after {
    content: '';
    display: block;
    align-items: center;
    width: 20px;
    height: 37px;
    position: absolute;
    right: -20px;
    top: 0;
}

#hearder-select .lang-select .select-list>.li {
    height: 35px;
    width: 168px;
    padding: 20px;
    font-family: Poppins-Regular, Poppins;
    font-size: 15px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #15357a;
    line-height: 15px;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

#hearder-select .lang-select .select-list>.li:hover {
    background-color: #f6f9fe;
}

#hearder-select .lang-select .select-list>.li img {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 15px;
}

#hearder-select:hover .select-list {
    display: block;
}