body {
    top: 0 !important;
}
.skiptranslate,
.goog-te-banner-frame {
    display: none !important;
}
.dich-tu-dong {
    position: relative;
}
.switcher {
    text-align: left;
    cursor: pointer;
    line-height: 17px;
}
.switcher .selected {
    position: relative;
}
.switcher a {
    text-decoration: none;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.switcher .selected a:hover {
    background-color: #10022c;
    color: #fff;
}
.switcher .selected a {
    color: #10022c;
    padding: 2px 8px;
    width: 120px;
    line-height: 32px;
    overflow: hidden;
    height: 33px;
    background-color: #fff;
    position: relative;
    text-align: left;
    opacity: 1;
    font-size: 14px;
    border-radius: 12px;
    border: 2px solid #10022c;
    margin-left: 5px;
    font-weight: 600;
}
.switcher .selected a.open{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.switcher a img {
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    width: 20px;
    border-radius: 2px;
}
.switcher > .selected img {
    width: 28px;
    border-radius: 5px;
    margin-right: 5px;
}
.switcher .option {
    z-index: 9998;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    display: none;
    width: 136px;
    max-height: 198px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    border-radius: 5px;
    bottom: 100%;
    border: 2px solid #10022c;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.switcher .option a {
    color: #000;
    padding: 10px;
    text-align: left;
}
.switcher .option a:hover {
    color: #7c52ff;
}
.switcher .selected a::after {
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 15px;
    background-position: 50%;
    background-size: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23333333'/></svg>");
    background-repeat: no-repeat;
    content: "" !important;
    transition: all .2s;
    top: 50%;
    transform: translateY(-50%);
}
.switcher .selected a.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}