@charset "UTF-8";
@font-face {
    font-family: 'sofiapro-regular';
    src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-regular.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Regular.ttf") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: 'proxima-regular';
    font-weight: 400;
    font-style: normal;
    src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-regular.otf");
    font-display: swap;
}

@font-face {
    font-family: "proxima-semibold";
    font-weight: 600;
    font-style: normal;
    src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/proxima-nova-semibold.otf");
    font-display: swap;
}

@font-face {
    font-family: 'sofiapro-bold';
    src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-bold.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Bold.ttf") format("embedded-opentype");
    font-display: swap;
}

@font-face {
    font-family: 'sofiapro-medium';
    src: url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/sofiapro-medium.otf"), url("https://s16.tiktokcdn.com/musical/resource/mtact/static/fonts/embed-Sofia-Pro-Medium.ttf") format("embedded-opentype");
    font-display: swap;
}

html:lang(vi) body {
    font-family: initial;
}

body {
    font-family: "sofiapro-regular", PingFangSC, sans-serif;
}

a {
    -webkit-text-decoration: none;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-tap-highlight-color: transparent;
    font-family: "sofiapro-regular", PingFangSC, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-scrollbar-3dlight-color: #fff;
    -webkit-scrollbar-3dlight-color: #fff;
    -moz-scrollbar-3dlight-color: #fff;
    -ms-scrollbar-3dlight-color: #fff;
    scrollbar-3dlight-color: #fff;
    -webkit-scrollbar-shadow-color: #fff;
    -moz-scrollbar-shadow-color: #fff;
    -ms-scrollbar-shadow-color: #fff;
    scrollbar-shadow-color: #fff;
    -webkit-scrollbar-face-color: rgba(22, 24, 35, 0.34);
    -moz-scrollbar-face-color: rgba(22, 24, 35, 0.34);
    -ms-scrollbar-face-color: rgba(22, 24, 35, 0.34);
    scrollbar-face-color: rgba(22, 24, 35, 0.34);
    -webkit-scrollbar-darkshadow-color: #fff;
    -moz-scrollbar-darkshadow-color: #fff;
    -ms-scrollbar-darkshadow-color: #fff;
    scrollbar-darkshadow-color: #fff;
}

html[lang^="vi"] body {
    font-family: "IBM Plex Sans", "sofiapro-regular", PingFangSC, sans-serif;
}

body.safari {
    -webkit-font-smoothing: antialiased;
}

.desktop-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

p,
h1,
h2,
h3 {
    margin: 0;
}

strong {
    font-weight: normal;
}

.page-with-header {
    padding-top: 70px;
}

.main-body {
    width: 100%;
    background: #ffffff;
}

.banner-video-item {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
}

html[pc="yes"] *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html[pc="yes"] *::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #fff;
}

html[pc="yes"] *::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(22, 24, 35, 0.34);
}


#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #fe2c55;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #fe2c55, 0 0 5px #fe2c55;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: "block";
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #fe2c55;
    border-left-color: #fe2c55;
    border-radius: 50%;
    -webkit-animation: nprogresss-spinner 400ms linear infinite;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.header-container {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100px;
    display: flex;
    background: #ffffff;
    border-bottom: 1px solid rgba(34, 90, 89, 0.2);
    z-index: 9;
}

.header-container div.image img {
  height: 100px;
}
.header-container div.image-repeat  {
  height: 100px;
  width: 100%;
  background-size: auto 100px;
}

.is-rtl .header-container {
    direction: rtl;
}

.header-container.is-rtl {
    direction: rtl;
}

.header-container.transparent {
    background: transparent;
    border: none;
}

.header-container .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

@media (max-width:991px) {
    .header-container .header-content {
        padding: 0 12px 0 8px;
    }
    .is-rtl .header-container .header-content {
        direction: rtl;
        padding: 0 8px 0 12px;
    }
    .header-container .header-content.is-rtl {
        direction: rtl;
        padding: 0 8px 0 12px;
    }
}

.header-container .header-content .hamburger-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-container .header-content .menu-nav {
    display: inline-block;
    height: 70px;
    font-family: "sofiapro-medium", PingFangSC, sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

html[lang^="vi"] .header-container .header-content .menu-nav {
    font-family: "IBM Plex Sans", "sofiapro-medium", PingFangSC, sans-serif;
}

.header-container .header-content .menu-nav div,
.header-container .header-content .menu-nav p {
    height: 70px;
    line-height: 70px;
}

.header-container .header-content .menu-nav:hover {
    cursor: pointer;
    position: relative;
}

.header-container .header-content .menu-nav:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 20px;
    background: red;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}


.hamburger-menu {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    z-index: 99;
    margin-right: 20px;
}

.is-rtl .hamburger-menu {
    direction: rtl;
    margin-left: 20px;
    margin-right: 0;
}

.hamburger-menu.is-rtl {
    direction: rtl;
    margin-left: 20px;
    margin-right: 0;
}

.hamburger-menu .hamburger-menu-wrapper {
    height: 200%;
    box-sizing: border-box;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.is-rtl .hamburger-menu .hamburger-menu-wrapper {
    direction: rtl;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.hamburger-menu .hamburger-menu-wrapper.is-rtl {
    direction: rtl;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.hamburger-menu .hamburger-menu-wrapper span {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, background-color 0.3s;
    -webkit-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    box-sizing: border-box;
    height: 3px;
    border-radius: 4px;
    background-color: #000000;
}

.hamburger-menu .transparent span {
    background: #fff;
}

.hamburger-menu.hamburger-menu-active .hamburger-menu-wrapper span {
    background: #000;
}

.hamburger-menu.hamburger-menu-active .hamburger-menu-wrapper span:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    -ms-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
}

.hamburger-menu.hamburger-menu-active .hamburger-menu-wrapper span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.hamburger-menu-active .hamburger-menu-wrapper span:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    -ms-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
}

@media (max-width:991px) {
    .hamburger-menu {
        margin: 0 !important;
    }
    .hamburger-menu-active {
        visibility: hidden !important;
    }
}


.logo-container,
.logo-container-drawer {
    position: relative;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.is-rtl .logo-container,
.is-rtl .logo-container-drawer {
    direction: rtl;
    direction: ltr;
}

.logo-container.is-rtl,
.logo-container-drawer.is-rtl {
    direction: rtl;
    direction: ltr;
}

.logo-container strong,
.logo-container-drawer strong {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    color: #ffffff;
}

.logo-container .logo-link,
.logo-container-drawer .logo-link {
    position: relative;
    top: 4px;
    display: block;
    width: 100%;
    height: 42px;
}

.logo-container .logo-polyfill,
.logo-container-drawer .logo-polyfill {
    height: 42px;
    display: block;
    margin-left: -16px;
}

.logo-container .logo-sub,
.logo-container-drawer .logo-sub {
    margin-left: 7px;
    height: 22px;
    position: relative;
    top: -2px;
}

.logo-container .logo-icon,
.logo-container-drawer .logo-icon {
    width: 28px;
}

.logo-container .logo-text,
.logo-container-drawer .logo-text {
    width: 97px;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.logo-container-drawer {
    margin-bottom: 44px;
}

@media (max-width:991px) {
    .logo-container-drawer {
        margin-bottom: 39px;
    }
}

.logo-container-drawer .logo-link {
    height: 52px;
}

.logo-container-drawer .logo-sub {
    margin-left: 7px;
    height: 30px;
    position: relative;
    top: -2px;
}

.logo-container-drawer .logo-icon {
    width: 38px;
}

.logo-container-drawer .logo-text {
    width: 120px;
    margin-left: 4px;
    position: relative;
    top: -2px;
}


.drawer-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.drawer-content {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 312px;
    background-color: #ffffff;
    padding: 21px 27px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    line-height: 32px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 300ms;
    -webkit-transition: transform 300ms;
    transition: transform 300ms;
    border-top: 70px solid #fff;
}

.drawer-content::-webkit-scrollbar {
    display: none;
}

@media (max-width:991px) {
    .drawer-content {
        padding: 59px 27px;
        border: none;
    }
}

.drawer-content.drawer-enter-done {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.is-rtl .drawer-content {
    direction: rtl;
    right: 0;
    left: auto;
}

.drawer-content.is-rtl {
    direction: rtl;
    right: 0;
    left: auto;
}

.drawer-content .drawer-icon {
    width: 100%;
    height: 52px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 44px;
    position: relative;
}

.drawer-content .drawer-icon .logo-icon {
    height: 45px;
}

.drawer-content .drawer-icon .logo-text {
    height: 30px;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    margin-left: 8px;
}

.is-rtl .drawer-content .drawer-icon {
    direction: rtl;
}

.is-rtl .drawer-content .drawer-icon .logo-text {
    margin-right: 8px;
}

.drawer-content .drawer-icon.is-rtl {
    direction: rtl;
}

.drawer-content .drawer-icon.is-rtl .logo-text {
    margin-right: 8px;
}

.drawer-content .drawer-icon strong {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    color: #fff;
}

.drawer-content h2 {
    font-size: 14px;
    color: rgba(22, 24, 35, 0.4);
    text-align: left;
}

.drawer-content h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.is-rtl .drawer-content {
    direction: rtl;
}

.is-rtl .drawer-content h2,
.is-rtl .drawer-content h3 {
    text-align: right;
}

.drawer-content.is-rtl {
    direction: rtl;
}

.drawer-content.is-rtl h2,
.drawer-content.is-rtl h3 {
    text-align: right;
}

.drawer-content .to-other a {
    font-family: "sofiapro-medium", PingFangSC, sans-serif;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
    color: #000000;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}

html[lang^="vi"] .drawer-content .to-other a {
    font-family: "IBM Plex Sans", "sofiapro-medium", PingFangSC, sans-serif;
}

.drawer-content .to-other.active a::after,
.drawer-content .to-other:hover a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fe2c55;
    bottom: -5px;
}

.drawer-content h2:not(.to-other) {
    font-family: "sofiapro-bold", PingFangSC, sans-serif;
    font-weight: 700;
}

html[lang^="vi"] .drawer-content h2:not(.to-other) {
    font-family: "IBM Plex Sans", "sofiapro-bold", PingFangSC, sans-serif;
}

.is-rtl .drawer-content h2:not(.to-other) {
    direction: rtl;
}

.drawer-content h2:not(.to-other) .is-rtl {
    direction: rtl;
}

.drawer-content h3 {
    font-family: "sofiapro-medium", PingFangSC, sans-serif;
    font-weight: 500;
}

html[lang^="vi"] .drawer-content h3 {
    font-family: "IBM Plex Sans", "sofiapro-medium", PingFangSC, sans-serif;
}

.is-rtl .drawer-content h3 {
    direction: rtl;
}

.drawer-content h3.is-rtl {
    direction: rtl;
}

.drawer-content h3 a {
    font-family: "sofiapro-medium", PingFangSC, sans-serif;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: transparent;
    color: #000;
    position: relative;
}

html[lang^="vi"] .drawer-content h3 a {
    font-family: "IBM Plex Sans", "sofiapro-medium", PingFangSC, sans-serif;
}

.drawer-content h3 a.active::after,
.drawer-content h3 a:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #fe2c55;
    left: 0;
}

.drawer-content .footer-content-column {
    margin-top: 32px;
}

.drawer-content .language-selection {
    margin-top: 72px;
}

@media (max-width:991px) {
    .drawer-content {
        width: 80%;
    }
    .drawer-content h2 {
        line-height: 32px;
        font-size: 14px;
    }
    .drawer-content h3 {
        line-height: 45px;
    }
    .drawer-content .to-other {
        line-height: 45px;
        font-size: 16px;
        font-weight: 500;
    }
}

.drawer-enter.drawer-mask {
    opacity: 0;
}

.drawer-enter.drawer-content {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.is-rtl .drawer-enter.drawer-content {
    direction: rtl;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.drawer-enter.drawer-content.is-rtl {
    direction: rtl;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.drawer-enter-active.drawer-mask {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

.drawer-enter-active.drawer-content {
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.drawer-exit.drawer-mask {
    opacity: 1;
}

.drawer-exit.drawer-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.drawer-exit-active.drawer-mask {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}

.drawer-exit-active.drawer-content {
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.is-rtl .drawer-exit-active.drawer-content {
    direction: rtl;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.drawer-exit-active.drawer-content.is-rtl {
    direction: rtl;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}


.newsroom {
    padding: 64px 140px 100px;
    max-width: 1150px;
    margin: auto;
}

.is-rtl .newsroom {
    direction: rtl;
}

.newsroom.is-rtl {
    direction: rtl;
}

.newsroom-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 42px;
}

.newsroom-header-left .newsroom-title {
    font-family: "sofiapro-bold", PingFangSC, sans-serif;
    font-weight: 700;
    font-size: 57px;
    line-height: 1;
}

html[lang^="vi"] .newsroom-header-left .newsroom-title {
    font-family: "IBM Plex Sans", "sofiapro-bold", PingFangSC, sans-serif;
}

.newsroom-header-left .newsroom-desc {
    font-family: "proxima-regular", PingFangSC, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #8a8b91;
}

html[lang^="vi"] .newsroom-header-left .newsroom-desc {
    font-family: "IBM Plex Sans", "proxima-regular", PingFangSC, sans-serif;
}

.newsroom-header-left .newsroom-desc a {
    color: #fe2c55;
}

.newsroom-header-right {
    padding-top: 4px;
}

.newsroom-header-right img {
    display: block;
}

.newsroom-list-container {
    margin-top: 64px;
    position: relative;
    min-height: 280px;
}

.newsroom-list-container .newsroom-aside {
    position: absolute;
    left: 0;
    top: 0;
}

.is-rtl .newsroom-list-container .newsroom-aside {
    direction: rtl;
    left: auto;
    right: 0;
}

.newsroom-list-container .newsroom-aside .is-rtl {
    direction: rtl;
    left: auto;
    right: 0;
}

.newsroom-list-container .newsroom-aside.fixed {
    position: fixed;
    left: auto;
    top: 110px;
}

.is-rtl .newsroom-list-container .newsroom-aside.fixed {
    direction: rtl;
    left: auto;
    right: auto;
}

.newsroom-list-container .newsroom-aside.fixed .is-rtl {
    direction: rtl;
    left: auto;
    right: auto;
}

.newsroom-list-container .newsroom-aside.fixed.bottom {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
}

.newsroom-list-container .newsroom-list-wrapper {
    padding-left: 230px;
}

.newsroom-list-container .newsroom-list-wrapper .newsroom-item-link+.newsroom-item-link {
    margin-top: 36px;
}

.is-rtl .newsroom-list-container .newsroom-list-wrapper {
    direction: rtl;
    padding-left: 0;
    padding-right: 230px;
}

.newsroom-list-container .newsroom-list-wrapper.is-rtl {
    direction: rtl;
    padding-left: 0;
    padding-right: 230px;
}

.newsroom>.language-selection {
    display: none;
}

@media (max-width:991px) {
    .newsroom {
        padding: 80px 24px 50px;
    }
    .newsroom-header {
        text-align: center;
        display: block;
        margin-bottom: 34px;
    }
    .newsroom-header-left .newsroom-title {
        font-family: "sofiapro-bold", PingFangSC, sans-serif;
        font-weight: 700;
        font-size: 33px;
        line-height: 1;
    }
    html[lang^="vi"] .newsroom-header-left .newsroom-title {
        font-family: "IBM Plex Sans", "sofiapro-bold", PingFangSC, sans-serif;
    }
    .newsroom-header-left .newsroom-desc {
        color: #161823;
        margin-top: 12px;
    }
    .newsroom-header-right {
        display: none;
    }
    .newsroom .newsroom-item-link.large {
        margin-bottom: 36px;
    }
    .newsroom-list-container {
        margin-top: 0;
    }
    .newsroom-list-container .newsroom-aside,
    .newsroom-list-container .newsroom-aside.fixed {
        position: fixed;
        left: 0;
        top: 70px;
    }
    .newsroom-list-container .newsroom-list-wrapper {
        padding-left: 0;
    }
    .newsroom-list-container .newsroom-list-wrapper .newsroom-item-link+.newsroom-item-link {
        margin-top: 36px;
    }
    .newsroom>.language-selection {
        display: block;
        margin-top: 36px;
        width: 170px;
        border-color: #dcdcde;
        color: #161823;
        font-family: "proxima-regular", "sofiapro-regular", PingFangSC, sans-serif;
    }
}


.newsroom-item-link {
    overflow: hidden;
    box-shadow: 2px 4px 20px rgba(34, 90, 89, 0.2);
    border-radius: 8px;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    display: block;
    color: #000000;
}

.newsroom-item-link:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.newsroom-item-link .newsroom-item-card {
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsroom-item-link .newsroom-item-card section {
    -webkit-flex: 1 1 590px;
    -ms-flex: 1 1 590px;
    flex: 1 1 590px;
    padding: 20px 50px;
    box-sizing: border-box;
    max-width: 500px;
}

.newsroom-item-link .newsroom-item-card section header a {
    color: #000000;
}

.newsroom-item-link .newsroom-item-card section header h2 {
    font-family: "sofiapro-bold", PingFangSC, sans-serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 1;
    margin-top: 28px;
    width: 450px;
}

html[lang^="vi"] .newsroom-item-link .newsroom-item-card section header h2 {
    font-family: "IBM Plex Sans", "sofiapro-bold", PingFangSC, sans-serif;
}

.newsroom-item-link .newsroom-item-card section .desc {
    font-family: "proxima-regular", PingFangSC, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: #4f525a;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


html[lang^="vi"] .newsroom-item-link .newsroom-item-card section .desc {
    font-family: "IBM Plex Sans", "proxima-regular", PingFangSC, sans-serif;
}

.newsroom-item-link .newsroom-item-card>span {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.newsroom-item-link .newsroom-item-card>span figure {
    margin: 0;
    width: 348px;
    height: 271px;
    background: transparent center no-repeat;
    background-size: contain;
}

@media (min-width:992px) {
    .newsroom-item-link.large .newsroom-item-card section {
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 120px 100px 180px 90px;
    }
    .newsroom-item-link.large .newsroom-item-card section header h2 {
        font-size: 48px;
    }
    .newsroom-item-link.large .newsroom-item-card section .desc {
        overflow: visible;
        display: block;
        text-overflow: unset;
        -webkit-line-clamp: unset;
        max-height: none;
        word-break: break-word;
    }
    .newsroom-item-link.large .newsroom-item-card>a {
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width:991px) {
    .newsroom-item-link .newsroom-item-card {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .newsroom-item-link .newsroom-item-card section {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 28px 32px 32px 22px;
    }
    .newsroom-item-link .newsroom-item-card section header h2 {
        font-family: "sofiapro-semibold", PingFangSC, sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin-top: 20px;
    }
    html[lang^="vi"] .newsroom-item-link .newsroom-item-card section header h2 {
        font-family: "IBM Plex Sans", "sofiapro-semibold", PingFangSC, sans-serif;
    }
    .newsroom-item-link .newsroom-item-card a {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .newsroom-item-link .newsroom-item-card a figure {
        height: 230px;
        width: 230px;
    }
    .newsroom-item-link section .desc {
        font-family: "proxima-regular", PingFangSC, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        -webkit-line-clamp: 4;
    }
    html[lang^="vi"] .newsroom-item-link section .desc {
        font-family: "IBM Plex Sans", "proxima-regular", PingFangSC, sans-serif;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .newsroom-item-link.large .newsroom-item-card section {
        padding: 50px;
    }
}


h3.jsx-2660252160 {
    font-family: "proxima-regular", PingFangSC, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    line-height: 32px;
}

html[lang^="vi"] h3.jsx-2660252160 {
    font-family: "IBM Plex Sans", "proxima-regular", PingFangSC, sans-serif;
}

h3.jsx-2660252160 span.jsx-2660252160,
h3.jsx-2660252160 a.jsx-2660252160 {
    display: inline-block;
}

h3.jsx-2660252160 .tag.jsx-2660252160 {
    border: 1px solid #8a8b91;
    color: #8a8b91;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0 14px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-right: 15px;
}

.is-rtl h3.jsx-2660252160 .tag.jsx-2660252160 {
    direction: rtl;
    margin-right: 0;
    margin-left: 15px;
}

h3.jsx-2660252160 .tag.is-rtl.jsx-2660252160 {
    direction: rtl;
    margin-right: 0;
    margin-left: 15px;
}

h3.jsx-2660252160 .tag.community.jsx-2660252160 {
    color: #fe2c55;
    border-color: #fe2c55;
}

h3.jsx-2660252160 .tag.product.jsx-2660252160 {
    color: #8b62ff;
    border-color: #8b62ff;
}

h3.jsx-2660252160 .tag.safety.jsx-2660252160 {
    color: #161823;
    border-color: #161823;
}

h3.jsx-2660252160 .tag.news.jsx-2660252160 {
    color: #36d1cc;
    border-color: #36d1cc;
}

h3.jsx-2660252160 .tag.jsx-2660252160:hover {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #8a8b91;
}

h3.jsx-2660252160 .tag.jsx-2660252160:hover.community {
    color: #ffffff;
    background-color: #fe2c55;
}

h3.jsx-2660252160 .tag.jsx-2660252160:hover.product {
    color: #ffffff;
    background-color: #8b62ff;
}

h3.jsx-2660252160 .tag.jsx-2660252160.safety {
    color: #ffffff;
    background-color: #161823;
}

h3.jsx-2660252160 .tag.jsx-2660252160:hover.news {
    color: #ffffff;
    background-color: #36d1cc;
}

h3.jsx-2660252160 .date.jsx-2660252160 {
    color: black;
}

@media (max-width:991px) {
    h3.jsx-2660252160 {
        font-size: 14px;
        line-height: 28px;
    }
}


.newsroom-aside {
    width: 170px;
}

.newsroom-aside .category-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.newsroom-aside .category-container h3 {
    position: relative;
    font-size: 18px;
    line-height: 36px;
}

.newsroom-aside .category-container h3 a {
    color: #000000;
}

.newsroom-aside .category-container h3.active::after,
.newsroom-aside .category-container h3 a:hover::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 2px;
    width: 100%;
    background: #fe2c55;
}

.newsroom-aside .language-selection {
    margin-top: 26px;
    width: 100%;
    border-color: #dcdcde;
    color: #161823;
    font-family: "proxima-regular", "sofiapro-regular", PingFangSC, sans-serif;
}

.newsroom-aside .language-selection::after {
    width: 13px;
    height: 7px;
    margin-top: -3.5px;
}

@media (max-width:991px) {
    .newsroom-aside {
        width: 100%;
        position: fixed;
        left: 0;
        top: 70px;
        background: #ffffff;
        z-index: 8;
    }
    .newsroom-aside::after {
        content: "";
        display: block;
        width: 200%;
        height: 1px;
        background: rgba(22, 24, 35, 0.12);
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%) scale(0.5);
        -ms-transform: translate(-50%) scale(0.5);
        transform: translate(-50%) scale(0.5);
    }
    .newsroom-aside .category-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        overflow-x: scroll;
        display: none;
    }
    .newsroom-aside .category-container h3 {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: inline-block;
        position: relative;
        font-size: 12px;
        line-height: 50px;
        margin: 0 10px;
    }
    .newsroom-aside .category-container h3.active::after {
        bottom: 0;
    }
    .newsroom-aside .category-container h3 a:hover::after {
        display: none;
    }
    .newsroom-aside .category-container h3:last-child {
        padding-right: 10px;
    }
    .newsroom-aside .language-selection {
        display: none;
    }
}


.newsroom-aside.jsx-3588890122 .language-selection::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjEwNzg1IDYuNTcyODRDNi43Mzk0OCA2Ljg3NDIzIDYuMjA5NzQgNi44NzQyMyA1Ljg0MTM3IDYuNTcyODRMMC42NDI3NzkgMi4zMTk0NUMtMC4wODQ1NzM3IDEuNzI0MzQgMC4zMzYyMzIgMC41NDU0ODcgMS4yNzYwMiAwLjU0NTQ4N0wxMS42NzMyIDAuNTQ1NDg3QzEyLjYxMyAwLjU0NTQ4NyAxMy4wMzM4IDEuNzI0MzQgMTIuMzA2NCAyLjMxOTQ0TDcuMTA3ODUgNi41NzI4NFoiIGZpbGw9IiNDQ0NDQ0MiLz4KPC9zdmc+Cg==);
}


.language-selection {
    font-family: "proxima-regular", PingFangSC, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    width: 172px;
    height: 36px;
    border: 1px solid #8a8b91;
    border-radius: 2px;
    font-size: 14px;
    line-height: 36px;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
    text-align: left;
}

html[lang^="vi"] .language-selection {
    font-family: "IBM Plex Sans", "proxima-regular", PingFangSC, sans-serif;
}

.language-selection::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    pointer-events: none;
}

.language-selection .language-selection-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

@media (max-width:991px) {
    .language-selection {
        text-align: left;
    }
}


.language-selection.jsx-1667329752::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjQzMzAxIDguMjVDNS4yNDA1NiA4LjU4MzMzIDQuNzU5NDQgOC41ODMzMyA0LjU2Njk5IDguMjVMMC4yMzY4NjEgMC43NUMwLjA0NDQxMDcgMC40MTY2NjYgMC4yODQ5NzMgMCAwLjY2OTg3MyAwTDkuMzMwMTMgMEM5LjcxNTAzIDAgOS45NTU1OSAwLjQxNjY2NyA5Ljc2MzE0IDAuNzVMNS40MzMwMSA4LjI1WiIgZmlsbD0iI0IwQjBCNCIvPgo8L3N2Zz4K) center no-repeat;
    background-size: contain;
}


.tiktok-loading.jsx-478265696 {
    display: block;
    margin: 6px;
    background-image: url("//s16.tiktokcdn.com/tiktok/falcon/_next/static/images/loadingFrame-f0ac0799ca2a4dc0b247cfb75148ea7b.png");
    background-size: 48px;
    width: 48px;
    height: 48px;
    -webkit-animation: loading-jsx-478265696 steps(60, start) 1s infinite;
    animation: loading-jsx-478265696 steps(60, start) 1s infinite;
}

.webp.jsx-478265696 .tiktok-loading.jsx-478265696 {
    background-image: url(https://sf-tb-sg.ibytedtos.com/obj/ttfe-malisg/tiktok/loading-circle.webp);
}

@-webkit-keyframes loading-jsx-478265696 {
    100% {
        background-position-y: -2880px;
    }
}

@keyframes loading-jsx-478265696 {
    100% {
        background-position-y: -2880px;
    }
}

.tiktok-loading-small.jsx-478265696 {
    display: block;
    margin: 6px;
    background-image: url("//s16.tiktokcdn.com/tiktok/falcon/_next/static/images/loadingFrame-f0ac0799ca2a4dc0b247cfb75148ea7b.png");
    background-size: 32px;
    width: 32px;
    height: 32px;
    -webkit-animation: loading-small-jsx-478265696 steps(60, start) 1s infinite;
    animation: loading-small-jsx-478265696 steps(60, start) 1s infinite;
}

.webp.jsx-478265696 .tiktok-loading-small.jsx-478265696 {
    background-image: url(https://sf-tb-sg.ibytedtos.com/obj/ttfe-malisg/tiktok/loading-circle.webp);
}

@-webkit-keyframes loading-small-jsx-478265696 {
    100% {
        background-position-y: -1920px;
    }
}

@keyframes loading-small-jsx-478265696 {
    100% {
        background-position-y: -1920px;
    }
}


.footer-container {
    width: 100%;
    color: #ffffff;
    background: #000000;
    padding-bottom: 24px;
}

.is-rtl .footer-container {
    direction: rtl;
}

.footer-container.is-rtl {
    direction: rtl;
}

.footer-container .footer-content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 40px 0 0 378px;
}

.is-rtl .footer-container .footer-content-wrapper {
    direction: rtl;
    padding-left: 0;
    padding-right: 378px;
}

.footer-container .footer-content-wrapper.is-rtl {
    direction: rtl;
    padding-left: 0;
    padding-right: 378px;
}

.footer-container .footer-content-wrapper .tiktok-logo {
    display: block;
    position: absolute;
    left: 144px;
    top: 43px;
}

.is-rtl .footer-container .footer-content-wrapper .tiktok-logo {
    direction: rtl;
    left: auto;
    right: 144px;
}

.footer-container .footer-content-wrapper .tiktok-logo.is-rtl {
    direction: rtl;
    left: auto;
    right: 144px;
}

.footer-container .footer-content-wrapper .tiktok-logo strong {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-container .footer-content-wrapper .footer-content-column {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 226px;
    padding-right: 8px;
    color: #ffffff;
}

.footer-container .footer-content-wrapper .footer-content-column a {
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
}

.footer-container .footer-content-wrapper .footer-content-column a:hover::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #cccccc;
    left: 0;
}

.is-rtl .footer-container .footer-content-wrapper .footer-content-column a:hover::after {
    direction: rtl;
    right: 0;
}

.footer-container .footer-content-wrapper .footer-content-column a:hover::after.is-rtl {
    direction: rtl;
    right: 0;
}

.footer-container .footer-content-wrapper .footer-content-column h2 {
    font-family: "sofiapro-medium", PingFangSC, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    font-family: "sofiapro-bold", PingFangSC, sans-serif;
    font-weight: 700;
}

html[lang^="vi"] .footer-container .footer-content-wrapper .footer-content-column h2 {
    font-family: "IBM Plex Sans", "sofiapro-medium", PingFangSC, sans-serif;
}

html[lang^="vi"] .footer-container .footer-content-wrapper .footer-content-column h2 {
    font-family: "IBM Plex Sans", "sofiapro-bold", PingFangSC, sans-serif;
}

.is-rtl .footer-container .footer-content-wrapper .footer-content-column h2 {
    direction: rtl;
}

.footer-container .footer-content-wrapper .footer-content-column h2.is-rtl {
    direction: rtl;
}

.footer-container .footer-content-wrapper .footer-content-column h3 {
    font-family: "sofiapro-medium", PingFangSC, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
}

html[lang^="vi"] .footer-container .footer-content-wrapper .footer-content-column h3 {
    font-family: "IBM Plex Sans", "sofiapro-medium", PingFangSC, sans-serif;
}

.is-rtl .footer-container .footer-content-wrapper .footer-content-column h3 {
    direction: rtl;
}

.footer-container .footer-content-wrapper .footer-content-column h3.is-rtl {
    direction: rtl;
}

.footer-container .footer-content-wrapper .footer-content-column h3 a {
    color: #cccccc;
}

.footer-container .footer-bottom-wrapper {
    padding: 0 144px;
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-container .footer-bottom-wrapper .copyright {
    font-family: "sofiapro-medium", PingFangSC, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    line-height: 24px;
    color: #8a8b91;
}

html[lang^="vi"] .footer-container .footer-bottom-wrapper .copyright {
    font-family: "IBM Plex Sans", "sofiapro-medium", PingFangSC, sans-serif;
}

@media (max-width:991px) {
    .footer-container {
        padding-bottom: 80px;
        text-align: center;
    }
    .footer-container .footer-content-wrapper {
        padding: 40px 0 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .is-rtl .footer-container .footer-content-wrapper {
        direction: rtl;
        padding-right: 0;
    }
    .footer-container .footer-content-wrapper.is-rtl {
        direction: rtl;
        padding-right: 0;
    }
    .footer-container .footer-content-wrapper .tiktok-logo {
        position: relative;
        left: 0;
        top: 0;
        display: block;
    }
    .is-rtl .footer-container .footer-content-wrapper .tiktok-logo {
        direction: rtl;
        right: 0;
        left: 0;
    }
    .footer-container .footer-content-wrapper .tiktok-logo.is-rtl {
        direction: rtl;
        right: 0;
        left: 0;
    }
    .footer-container .footer-content-wrapper .footer-content-column {
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        padding: 0;
        margin-top: 32px;
    }
    .footer-container .footer-bottom-wrapper {
        padding: 0;
        margin-top: 72px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-container .footer-bottom-wrapper .copyright {
        margin-top: 20px;
    }
}


.download-container {
    padding: 29px 26px 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-bottom: 1px solid #979797;
    -webkit-transition: all .3s cubic-bezier;
    transition: all .3s cubic-bezier;
}

.is-rtl .download-container {
    direction: rtl;
}

.download-container.is-rtl {
    direction: rtl;
}

.download-container .download-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.download-container .download-content h2 {
    font-family: "sofiapro-semibold", PingFangSC, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
}

html[lang^="vi"] .download-container .download-content h2 {
    font-family: "IBM Plex Sans", "sofiapro-semibold", PingFangSC, sans-serif;
}

.is-rtl .download-container .download-content h2 {
    direction: rtl;
}

.download-container .download-content h2.is-rtl {
    direction: rtl;
}

.download-container .download-content .download-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.is-rtl .download-container .download-content .download-wrapper {
    direction: rtl;
}

.download-container .download-content .download-wrapper.is-rtl {
    direction: rtl;
}

.download-container .download-content .download-wrapper a {
    margin: 0 4px;
}

.download-container .download-content .download-wrapper a img {
    width: 148px;
    height: 44px;
    display: block;
    background: no-repeat;
    background-size: 148px;
}

.download-container .download-content .download-wrapper a img.download {
    background-image: url("//sf-tb-sg.ibytedtos.com/img/ttfe-malisg/tiktok_web/store-badge/download.png~296x0.image");
}

.webp .download-container .download-content .download-wrapper a img.download {
    background-image: url("//sf-tb-sg.ibytedtos.com/img/ttfe-malisg/tiktok_web/store-badge/download.png~296x0.webp");
}

.download-container .download-content .download-wrapper a img.amazon {
    background-position: 0 0;
}

.download-container .download-content .download-wrapper a img.apple {
    background-position: 0 -46px;
}

.download-container .download-content .download-wrapper a img.google {
    background-position: 0 -92px;
}

.download-container.card {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 312px;
    padding: 48px 0px;
    border-bottom: 0;
}

.download-container.card .download-wrapper:not(form) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.download-container.card .download-wrapper:not(form) a {
    margin: 16px 0px 0px 0px;
}

.download-container.card h2 {
    width: 100%;
    font-size: 17px;
    color: #161823;
    line-height: 20px;
    margin-bottom: 18px;
    font-family: "proxima-semibold", PingFangSC, sans-serif;
    font-weight: 600;
}

html[lang^="vi"] .download-container.card h2 {
    font-family: "IBM Plex Sans", "proxima-semibold", PingFangSC, sans-serif;
}

@media (max-width:991px) {
    .download-container {
        padding: 48px 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .download-container .download-content.download-sms {
        display: none;
    }
    .download-container .download-content h2 {
        margin-bottom: 20px;
    }
    .download-container .download-content .download-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .download-container .download-content .download-wrapper a {
        margin: 4px 0;
    }
}


.download-container .download-content .download-wrapper a img {
    background-image: url("//sf-tb-sg.ibytedtos.com/img/ttfe-malisg/tiktok_web/store-badge/en.png~296x0.image");
}

.webp .download-container .download-content .download-wrapper a img {
    background-image: url("//sf-tb-sg.ibytedtos.com/img/ttfe-malisg/tiktok_web/store-badge/en.png~296x0.webp");
}


.download-sms {
    position: relative;
    font-family: "proxima-regular", PingFangSC, sans-serif;
    font-weight: 400;
}

html[lang^="vi"] .download-sms {
    font-family: "IBM Plex Sans", "proxima-regular", PingFangSC, sans-serif;
}

.card .download-sms {
    width: 100%;
}

.card .download-sms .select {
    width: 64px;
}

.card .download-sms .form-wrap {
    width: 100%;
}

.card .download-sms form,
.card .download-sms button:disabled {
    border-color: #DCDCDE;
}

.card .download-sms form:hover,
.card .download-sms button:disabled:hover {
    border-color: #DCDCDE;
}

.card .download-sms form.download-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.card .download-sms form.download-wrapper input {
    height: 28px;
}

.card .download-sms form.download-wrapper>* {
    font-size: 14px;
}

.card .download-sms .phone-input {
    width: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-indent: 10px;
}

.card .download-sms .form-error-info {
    font-size: 13px;
    line-height: 16px;
}

.is-rtl .download-sms {
    direction: rtl;
}

.is-rtl .download-sms .select-icon {
    margin-left: 10px;
    margin-right: 0px;
}

.is-rtl .download-sms .phone-input {
    border-left: 0;
    border-right: 1px solid #DCDCDE;
}

.is-rtl .download-sms form {
    border-left: 0;
    border-right: 1px solid;
}

.download-sms.is-rtl {
    direction: rtl;
}

.download-sms.is-rtl .select-icon {
    margin-left: 10px;
    margin-right: 0px;
}

.download-sms.is-rtl .phone-input {
    border-left: 0;
    border-right: 1px solid #DCDCDE;
}

.download-sms.is-rtl form {
    border-left: 0;
    border-right: 1px solid;
}

.download-sms * {
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
}

.download-sms form {
    position: relative;
    height: 43px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #8A8B91;
    border-right: none;
    border-radius: 2px;
    font-size: 0px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.download-sms form>* {
    font-size: 18px;
}

.download-sms form.error {
    border-left: 1px solid #FE2C55;
    border-color: #FE2C55;
}

.download-sms form.error button {
    border-color: #FE2C55;
}

.download-sms form.error button:hover {
    border-color: #FE2C55;
}

.download-sms .form-error-info {
    color: #FE2C55;
    line-height: 1em;
    font-size: 15px;
    margin-top: 4px;
    text-align: left;
}

.download-sms input {
    height: 30px;
    background: none;
    border: none;
}

.download-sms input::-webkit-input-placeholder {
    color: #8A8B91;
}

.download-sms input::-moz-placeholder {
    color: #8A8B91;
}

.download-sms input:-ms-input-placeholder {
    color: #8A8B91;
}

.download-sms input::placeholder {
    color: #8A8B91;
}

.download-sms .select {
    width: 72px;
    color: #8A8B91;
    text-align: center;
    cursor: pointer;
}

.download-sms .select+img {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

.download-sms .phone-input {
    width: 290px;
    border-left: 1px solid #DCDCDE;
    text-indent: 20px;
}

.download-sms button {
    padding: 0px 14px;
    height: 43px;
    line-height: 43px;
    outline: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    background-color: #fe2c55;
    color: #ffffff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0;
    margin-right: 0px;
}

@media (min-width:992px) {
    .download-sms button:hover {
        background-color: #ff7792;
    }
    .download-sms button:active {
        border-color: rgba(0, 0, 0, 0.3);
    }
}

.download-sms button:disabled {
    background: #F1F1F2;
    color: #B0B0B4;
    border-left: 0;
    border-color: #8A8B91;
}

.download-sms button:disabled:hover {
    border-color: #8A8B91;
}

.is-rtl .download-sms button {
    direction: rtl;
    border-right: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.download-sms button.is-rtl {
    direction: rtl;
    border-right: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.download-sms .message-info {
    font-family: "sofiapro-semibold", PingFangSC, sans-serif;
    font-weight: 700;
}

html[lang^="vi"] .download-sms .message-info {
    font-family: "IBM Plex Sans", "sofiapro-semibold", PingFangSC, sans-serif;
}

.download-sms .notification-modal {
    min-height: 416px;
    width: 684px;
    padding: 96px 104px 45px 104px;
    text-align: center;
    color: #000;
    background: #fff;
}

.download-sms .tips {
    max-width: 420px;
}

.card .download-sms .tips {
    height: 50px;
    max-width: 310px;
}

.download-sms .download-tips {
    font-family: "sofiapro-regular", PingFangSC, sans-serif;
    font-weight: 400;
    width: 840px;
    color: #DCDCDE;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    text-align: center;
    margin-top: 12px;
}

html[lang^="vi"] .download-sms .download-tips {
    font-family: "IBM Plex Sans", "sofiapro-regular", PingFangSC, sans-serif;
}

.is-rtl .download-sms .download-tips {
    direction: rtl;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.is-rtl .download-sms .download-tips .checkbox {
    margin-left: 16px;
    margin-right: 0px;
}

.download-sms .download-tips.is-rtl {
    direction: rtl;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.download-sms .download-tips.is-rtl .checkbox {
    margin-left: 16px;
    margin-right: 0px;
}

.card .download-sms .download-tips {
    color: #8A8B91;
    width: 620px;
}

.download-sms .download-tips .checkbox {
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin-right: 16px;
    width: auto;
    height: auto;
}

.download-sms .download-tips p {
    display: inline;
    font-size: 20px;
    line-height: 24px;
}

.download-sms .download-tips a {
    color: inherit;
    white-space: nowrap;
    border-bottom: 1px solid;
}

.download-sms .message-info {
    font-family: "sofiapro-bold", PingFangSC, sans-serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 1;
}

html[lang^="vi"] .download-sms .message-info {
    font-family: "IBM Plex Sans", "sofiapro-bold", PingFangSC, sans-serif;
}


.download-sms .area-list-container {
    display: none;
    position: absolute;
    top: 40px;
    width: 377px;
    left: -1px;
    padding: 20px 24px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    box-shadow: 2px 4px 20px rgba(34, 90, 89, 0.2);
    max-height: 236px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9;
}

.is-rtl .download-sms .area-list-container {
    direction: rtl;
    right: -1px;
    left: auto;
}

.download-sms .area-list-container.is-rtl {
    direction: rtl;
    right: -1px;
    left: auto;
}

.card .download-sms .area-list-container {
    width: 250px;
}

.card .download-sms .area-list-container .area-list-title {
    font-size: 17px;
}

.download-sms .area-list-container .area-list-title {
    line-height: 24px;
    color: #161823;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: center;
}

.download-sms .area-list-container.active {
    display: block;
}

.download-sms .area-list-container .list-item {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    line-height: 34px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #161823;
    cursor: pointer;
}

.download-sms .area-list-container .list-item .item-area-name {
    color: #04498D;
}

.download-sms .area-list-container .list-item.selected,
.download-sms .area-list-container .list-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.download-sms .area-list-container .list-item .item-area-code {
    color: rgba(22, 24, 35, 0.5);
}


.notification-modal.jsx-1880420091 {
    min-height: 250px;
    width: 410px;
    padding: 38px 28px 45px 28px;
    text-align: center;
    color: #000;
    background: #fff;
}

.download-icon.jsx-1880420091 {
    margin-bottom: 30px;
    width: 112px;
}


.modal {
    display: none;
}

.modal.show {
    display: block;
}

.modal .modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22, 22, 22, 0.9);
}

.modal .modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
}

.modal .modal-wrapper .modal-content {
    position: relative;
    border-radius: 8px;
    margin: auto;
}

.modal .modal-wrapper .close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #ffffff;
    cursor: pointer;
}

.modal .modal-wrapper .close::before,
.modal .modal-wrapper .close::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 11px;
    top: 19px;
    background: #000000;
}

.modal .modal-wrapper .close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .modal-wrapper .close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal .content-fade-enter {
    opacity: .3;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
}

.modal .content-fade-enter-active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: all 500ms cubic-bezier(0.07, 0.82, 0.17, 1);
    transition: all 500ms cubic-bezier(0.07, 0.82, 0.17, 1);
}

.modal .content-fade-exit,
.modal .mask-fade-exit {
    opacity: .8;
}

.modal .content-fade-exit-active {
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.07, 0.82, 0.17, 1);
    transition: all 300ms cubic-bezier(0.07, 0.82, 0.17, 1);
}

.modal .mask-fade-exit-active {
    display: none;
    -webkit-transition: all 500ms cubic-bezier(0.07, 0.82, 0.17, 1);
    transition: all 500ms cubic-bezier(0.07, 0.82, 0.17, 1);
}

.modal-fade-enter {
    display: none;
}

.modal-fade-enter-active {
    display: block;
    -webkit-transition: all 500ms cubic-bezier(0.07, 0.82, 0.17, 1);
    transition: all 500ms cubic-bezier(0.07, 0.82, 0.17, 1);
}

.modal-fade-enter-done {
    display: block;
}

.modal-fade-exit {
    display: block;
}

.modal-fade-exit-active {
    display: block;
    -webkit-transition: all 500ms cubic-bezier(0.07, 0.82, 0.17, 1);
    transition: all 500ms cubic-bezier(0.07, 0.82, 0.17, 1);
}

.modal-fade-exit-done {
    opacity: 0;
}


.logo-container.jsx-832362280 {
    direction: ltr;
}

.logo-container.jsx-832362280 .logo-icon.jsx-832362280 {
    width: 33px;
}

.logo-container.jsx-832362280 .logo-text.jsx-832362280 {
    width: 120px;
    margin-left: 6px;
    position: relative;
    top: -2px;
}



/*----- webquest ----- */

header.dates span.date {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  margin-left: 10px;
}

header.dates span.heading {
  font-weight: bold;
}

header.dates span.apply-now {
}
header.dates span.apply-now a {
  margin: 0 20px;
  background-color: steelblue;
  padding: 10px;
  color: white;
  border-radius: 10px;
  color: white;
}
