@import url(reset.css);
@import url(iconfont.css);
.flex-wrapper {
    display: flex;justify-content: space-between;align-items: center;
}
@media screen and (max-width: 768px) {
    .flex-wrapper {
        flex-direction: column;
    }
}
.container {
    width: 1080px;margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .container {
        width: 100%;padding: 0 15px;
    }
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-SemiBold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Light.ttf');
    font-weight: 300;
}
body {
    font-family: 'Rubik';
    font-size: 16px;
    color: #000;
}
a {
    text-decoration: none;
    color: #333;
}
b, strong {
    font-weight: 700;
}
section,
div {
    box-sizing: border-box;
}
.apk-box {
    position: fixed;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    transition: all 1s;
    padding: 12px 34px;
    border-radius: 49px;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 770px) {
    .apk-box {
        display: none;
    }
}
.apk-box.show {
    opacity: 1;
    visibility: visible;
}
.apk-box:hover {
    transform: translate(-50%) scale(1.1);
}
.apk-box.youtube {
  border: 3px solid #dd2e2e;
  background: #ffdede;
}
.apk-box.pornhub,
.apk-box.tiktok,
.apk-box.vh-for-android {
  border: 3px solid #f7a530;
    background: #000;
}
.apk-box.pornhub .desc_txt,
.apk-box.tiktok .desc_txt,
.apk-box.vh-for-android .desc_txt {
    color: #fff;
}
.apk-box.pornhub .desc_title,
.apk-box.tiktok .desc_title,
.apk-box.vh-for-android .desc_title {
    color: #fff;
}
.apk-box.tiktok {
    border: unset;
    background-image: url(https://cdn.videohunter.net/assets/images/tiktok-apk-bg.png);
    background-size: 100% 100%;
    padding: 13px 34px 13px 29px;
}
.apk-box.vh-for-android {
    border: unset;
    background: #5caa00;
}
.apk-box .apk-box_link {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.apk-box .apk-box_desc {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.5;
    padding: 0 15px;
}
.apk-box .desc_txt {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.apk-box .desc_title {
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
.promotion-banner {
    display: block;
    width: 100%;
    height: 90px;
    background: url(../img/black-friday-sale/promotion-banner-pc.png) no-repeat center;
    background-size: cover;
}
.promotion-banner .btn-close {
    position: absolute;
    top: 10px;
    right: 60px;
    width: 30px;
    height: 30px;
    background: url(https://cdn.videohunter.net/pages/activity/halloween/close.svg) no-repeat center / 100% 100%;
}
.to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
    background-image: url(../img/to-top.svg);
    background-size: 100% 100%;
    transition: all 200ms;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}
.to-top:hover {
    transform: scale(1.05);
}
.to-top.active {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 770px) {
    html {
        font-size: 0.2666667vw;
    }
    body {
        font-size: 16rem;
    }
    .promotion-banner {
        height: 100rem;
        background: url(../img/black-friday-sale/promotion-banner-mb.png) no-repeat center;
        background-size: cover;
    }
    .promotion-banner .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 30rem;
        height: 30rem;
    }
}

@font-face{font-family:NotoSans;src:url("../fonts/NotoSans-Bold.ttf");src:local("NotoSans Bold"),local("NotoSans-Bold"),url("../fonts/NotoSans-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:NotoSans;src:url("../fonts/NotoSans-Italic.ttf");src:local("NotoSans Italic"),local("NotoSans-Italic"),url("../fonts/NotoSans-Italic.ttf") format("truetype");font-weight:400;font-style:italic;font-display:swap;}
@font-face{font-family:NotoSans;src:url("../fonts/NotoSans-Light.ttf");src:local("NotoSans Light"),local("NotoSans-Light"),url("../fonts/NotoSans-Light.ttf") format("truetype");font-weight:300;font-style:normal;}
@font-face{font-family:NotoSans;src:url("../fonts/NotoSans-Medium.ttf");src:local("NotoSans Medium"),local("NotoSans-Medium"),url("../fonts/NotoSans-Medium.ttf") format("truetype");font-weight:500;font-style:normal;}
@font-face{font-family:NotoSans;src:url("../fonts/NotoSans-Regular.ttf");src:local("NotoSans Regular"),local("NotoSans-Regular"),url("../fonts/NotoSans-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:NotoSans;src:url("../fonts/NotoSans-Thin.ttf");src:local("NotoSans Thin"),local("NotoSans-Thin"),url("../fonts/NotoSans-Thin.ttf") format("truetype");font-weight:100;font-style:normal;}
@font-face {
    font-family: FontAwesome;
    src: url("../fonts/fontawesome-webfont.674f50d2.eot");
    src: url("../fonts/fontawesome-webfont.674f50d2.eot-#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.af7ae505.woff2") format("woff2"), url("../fonts/fontawesome-webfont.fee66e71.woff") format("woff"), url("../fonts/fontawesome-webfont.b06871f2.ttf") format("truetype"), url("../img/fontawesome-webfont.912ec66d.svg#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
}
.fa-windows:before {
    content: "\f17a";
}
.fa-apple:before {
    content: "\f179";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-facebook:before{content:"\f09a";}
.fa-angle-up:before{content:"\f106";}
.fa-youtube-play:before{content:"\f16a";}
.fa-angle-up:before{content:"\f106";}
.fa-star:before {
    content: "\f005";
}


/*header*/
.flex-c {
    display: flex;
    align-items: center;
}
.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-sb-s {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.flex-c-s {
    display: flex;
    justify-content: center;
    align-items: start;
}
.flex-sb-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-fs-c {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-s-c {
    display: flex;
    justify-content: start;
    align-items: center;
}
a {
    color: #171717;
}
.produce-content,
.support-content {
    position: absolute;
    top: 65px;
    left: -20px;
    z-index: -1;
    display: none;
    background: #fff;
    border-radius: 0px 0px 9px 9px;
    box-shadow: 0px 4px 8.4px 0px rgba(170, 169, 169, 0.25);
}
.support-content {
    padding: 0 8px 15px;
    width: 120px;
}
.support-content .support-content_item {
    margin-top: 5px;
    display: block;
    min-width: 105px;
    border-radius: 5px;
    padding: 10px 8px;
    box-sizing: border-box;
}
.support-content .support-content_item:hover {
    color: #3b7fff;
    background: #f5f5f5;
}
.header {
    position: relative;
    z-index: 1000;
    color: #171717;
    font-size: 16px;
    background: #fff;
    box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.05);
}
.header .spite {
    display: inline-block;
    background: url(../img/header/spite.png) no-repeat center;
    background-size: 276px 149px;
    width: 25px;
    height: 25px;
}
.header .spite-videoHunter {
    width: 25px;
    height: 25px;
}
.header .moble {
    display: none;
}
@media (max-width: 768px) {
    .header .moble {
        display: block;
    }
}
.header .btn-model {
    gap: 6px;
}
.header .pc {
    display: block;
}
@media (max-width: 768px) {
    .header .pc {
        display: none;
    }
}
.header .header-logo {
    font-weight: 700;
    font-family: 'Rubik';
    font-size: 20px;
    gap: 10px;
    color: #171717;
}
.header .btn {
    padding: 8px 25px;
    border-radius: 46px;
    border: 1px solid rgba(115, 115, 115, 0.41);
    background: #fff;
    font-weight: 600;
    color: #171717;
}
.header .register:hover {
    color: #3b7fff;
    border-color: #3b7fff;
}
.header .login {
    color: #fff;
    background: #1b1b1b;
    border-color: #1b1b1b;
}
.header .login:hover {
    background-color: #085eff;
}
.header .header-menu {
    gap: 50px;
    background: #fff;
}
.header .header-menu-item {
    flex-shrink: 0;
    position: relative;
    gap: 12px;
    font-weight: 600;
    padding: 25px 0;
    z-index: 0;
    color: #171717;
    background: #fff;
}
.header .header-menu-item a {
    color: #171717;
}
.header .header-menu-item .icon-down {
    display: inline-block;
    font-weight: bold;
    width: 10px;
    height: 5px;
    background-image: url(../img/header/icon-down.svg);
    background-size: 100% 100%;
    transform: scale(3);
    transition: all 0.5s;
}
.header .header-menu-item.search {
    width: 22px;
    height: 18px;
    background-image: url(../img/header/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.header .header-menu-item.active .icon-down {
    background-image: url(../img/header/icon-down-active.svg);
    transform: rotate(180deg) scale(3);
}
.header .header-menu-item:hover > span,
.header .header-menu-item:hover i,
.header .header-menu-item:hover > a {
    color: #3b7fff;
}
.header .produce-content {
    width: 918px;
    box-sizing: border-box;
    padding: 20px 30px 40px 30px;
    left: -220px;
    top: 100%;
}
.header .produce-content::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent);
    z-index: 1;
}
.header .produce-content_title {
    color: #717171;
    font-size: 12px;
    font-weight: 400;
    margin-top: 15px;
}
.header .produce-content_title img {
    margin-right: 10px;
}
.header .produce-box {
    justify-content: space-between;
    margin-top: 15px;
}
.header .boder {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.header .item-title {
    color: #171717;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
}
.header .produce-box_item {
    transition: all 0.5s;
}
.header .produce-box_item:nth-child(1) {
    width: 33%;
}
.header .produce-box_item:nth-child(2) {
    width: 30%;
}
.header .produce-box_item:nth-child(3) {
    width: 26%;
}
.header .item-content {
    color: #717171;
    font-size: 14px;
    gap: 8px;
    padding: 8px 14px 8px 0px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 4px;
    max-width: 288px;
    white-space: nowrap;
}
.header .item-content img {
    display: none;
}
.header .item-content span {
    display: flex;
    flex-shrink: 0;
    gap: 5px;
}
.header .item-content span .tag {
    background: #F32929;
    border-radius: 2px;
    color: #ffffff !important;
    font-size: 12px;
    padding: 1px 4px;
}
.header .item-content:hover {
    background: #f5f5f5;
    padding-left: 14px;
}
.header .item-content:hover span {
    flex-direction: column;
    align-items: start;
}
.header .item-content:hover img {
    display: block;
}
.header-moble-menu {
    position: relative;
}
.header-moble-menu i {
    display: block;
    width: 18rem;
    height: 2rem;
    background: #000;
    margin-bottom: 3rem;
    transition: all 0.3s ease;
}
.header-moble-menu.active i:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: center;
    margin: 0;
}
.header-moble-menu.active i:nth-child(2) {
    opacity: 0;
}
.header-moble-menu.active i:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: center;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .header .moble {
        position: relative;
        background: #fff;
    }
    .header .moble::after {
        position: absolute;
        z-index: 1;
        content: '';
        width: 100%;
        height: 8rem;
        bottom: 0;
        box-shadow: 0px 4rem 8rem 0px rgba(170, 169, 169, 0.15);
    }
    .header .moble .support-content,
    .header .moble .produce-content {
        position: unset;
        z-index: 1;
        width: 100%;
        box-shadow: unset;
        padding: unset;
        padding-top: 15rem;
        display: none;
    }
    .header .moble .support-content::after,
    .header .moble .produce-content::after {
        display: none;
    }
    .header .moble .support-content .support-content_item {
        padding-left: 0;
    }
    .header .moble .header-logo {
        font-size: 20rem;
        gap: 6rem;
    }
    .header .moble .item-title {
        margin-bottom: 10rem;
    }
    .header .moble .header-logo {
        padding: 15rem 0;
    }
    .header .moble .header-logo img {
        width: 24rem;
        height: 24rem;
    }
    .header .moble .produce-box {
        flex-direction: column;
        gap: 20rem;
    }
    .header .moble .produce-box_item {
        width: 100%;
    }
    .header .moble .header-moble-content {
        background: #fff;
        display: none;
        position: absolute;
        width: 100%;
        top: 54rem;
        left: 0;
        box-sizing: border-box;
        padding: 0 15rem;
    }
    .header .moble .boder {
        border-bottom: unset;
    }
    .header .moble .header-menu-item {
        border-bottom: 1rem solid rgba(0, 0, 0, 0.04);
        padding: 20rem 0;
        font-size: 16rem;
        display: block;
    }
    .header .moble .produce-content_title,
    .header .moble .item-content {
        font-size: 14rem;
    }
    .header .moble .item-content {
        font-weight: 600;
    }
    .header .moble .item-content span .tag {
        font-size: 12rem;
        padding: 1rem 4rem;
    }
    .header .moble .item-content:hover {
        background: unset;
        color: #3b7fff;
        padding-left: 0;
    }
    .header .moble .item-content img {
        display: none;
    }
    .header .moble .produce-content_title {
        font-size: 14rem;
    }
    .header .moble .active .menu-title {
        border-bottom: 1rem solid rgba(0, 0, 0, 0.04);
        padding-bottom: 15rem;
    }
}

/*footer*/
.flex-c {
    display: flex;
    align-items: center;
}
.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-sb-s {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.flex-c-s {
    display: flex;
    justify-content: center;
    align-items: start;
}
.flex-sb-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-fs-c {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-s-c {
    display: flex;
    justify-content: start;
    align-items: center;
}
.footer {
    background: #0d1017;
    color: #fff;
    font-size: 14px;
    padding-top: 60px;
}
.footer a {
    display: block;
}
.footer .moble {
    display: none;
}
@media (max-width: 768px) {
    .footer .moble {
        display: block;
    }
}
.footer .pc {
    display: block;
}
@media (max-width: 768px) {
    .footer .pc {
        display: none;
    }
}
.footer .footer-logo {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    gap: 8px;
    margin-bottom: 30px;
}
.footer .footer-media {
    display: flex;
    gap: 15px;
    margin-right: 20px
}
.footer .footer-media .media-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #3b7fff;
    transition: background 250ms;
}
.footer .footer-media .media-item::before {
    content: '';
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer .footer-media .media-item.youtube::before {
    width: 20px;
    height: 14px;
    background-image: url(../img/footer/footer-media-youtube.svg);
}
.footer .footer-media .media-item.facebook::before {
    width: 16px;
    height: 16px;
    background-image: url(../img/footer/footer-media-facebook.svg);
}
.footer .footer-media .media-item.x::before {
    width: 17px;
    height: 15px;
    background-image: url(../img/footer/footer-media-x.svg);
}
.footer .footer-media .media-item:hover {
    background: #0a5fff;
}
.footer .copyright {
    text-align: center;
    padding: 20px 0;
    color: #929292;
    margin-top: 40px;
    border-top: 1px solid rgba(146, 146, 146, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer .subscribe-btn {
    width: fit-content !important;
    height: fit-content !important;
    background-color: #3b7fff !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 8px 13px;
    font-weight: 600;
    margin: 25px 0;
    transition: all 0.5s;
    display: flex;
    font-size: 13px !important;
}
.footer .subscribe-btn img {
    margin-right: 5px;
    width: 22px;
}
.footer .subscribe-btn:hover {
    background: #085eff;
}
.footer .language {
    position: relative;
    color: #d7daed;
    cursor: pointer;
}
.footer .language > img {
    transform: translateY(5px);
}
.footer .language > span {
    padding-left: 5px;
}
.footer .icon-down {
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url(../img/footer/icon-down.svg);
    background-size: 100% 100%;
    background-position: center;
    transform: scale(2.5) translate(4px, 0);
    transition: all 0.5s;
}
.footer .icon-down.active {
    transform: scale(2.5) translate(4px, 0) rotate(180deg);
}
.footer .language-box {
    position: absolute;
    display: none;
    border: 0.5px solid #d7daed;
    border-radius: 8px;
    padding: 10px 15px 0 15px;
    top: 40px;
    left: 0;
    width: 100px;
    line-height: 2.3;
    z-index: 999;
    cursor: pointer;
    background-color: #000;
}
.footer .language-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.footer .language-box::-webkit-scrollbar-thumb {
    background: #888;
}

.footer .language-box .language-box_item {
    margin-bottom: 10px;
    color: #d7daed;
}
.footer .language-box .language-box_item:hover {
    color: #3b7fff;
}
.footer .footer-title {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 40px;
}
.footer .footer-list a {
    margin-bottom: 15px;
    color: #d7daed;
}
.footer .footer-list a:hover {
    color: #085eff;
}

.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 25px;
}
.footer-list_product{
  display: flex;
    gap: 50px;
}
.footer-list_product a{
  break-inside: avoid-column;
  margin-bottom: 10px;
}
.footer-list-group{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-media a {
  width: 30px;
  height: 30px;
}
.flex-sb-s .footer-box_item:last-child{
  margin-right: 30px;
}
.footer-media .cls-facebook {
  background-image: url('../img/footer/footer-media-menu-facebook.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.footer-media .cls-facebook:hover {
  background-image: url('../img/footer/footer-media-hover-facebook.svg');
}
.footer-media .cls-x {
  background-image: url('../img/footer/footer-media-menu-x.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.footer-media .cls-x:hover {
  background-image: url('../img/footer/footer-media-hover-x.svg');
}
.footer-media .cls-youtube {
  background-image: url('../img/footer/footer-media-menu-youtube.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.footer-media .cls-youtube:hover {
  background-image: url('../img/footer/footer-media-hover-youtube.svg');
}

@media screen and (max-width: 768px) {
    .footer {
        width: 100%;
        padding-top: 20rem;
        font-size: 14rem;
        margin-top: 0;
    }
    .footer .footer-logo {
        margin-bottom: 20rem;
        font-size: 20rem;
    }
    .footer .footer-media {
        gap: 15rem;
        padding-top: 30rem;
    }
    .footer .footer-media .media-item {
        width: 30rem;
        height: 30rem;
    }
    .footer .footer-media .media-item.youtube::before {
        width: 20rem;
        height: 14rem;
    }
    .footer .footer-media .media-item.facebook::before {
        width: 16rem;
        height: 16rem;
    }
    .footer .footer-media .media-item.x::before {
        width: 17rem;
        height: 15rem;
    }
    .footer .footer-box_item {
        padding: 20rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .footer .footer-list {
        display: none;
        margin-top: 20rem;
    }
    .footer .language {
        width: fit-content;
    }
    .footer .icon-down {
        width: 12rem;
        height: 7rem;
        transform: scale(2.5) translate(0, 0);
    }
    .footer .icon-down.active {
        transform: scale(2.5) translate(0, 0) rotate(180deg);
    }
    .footer .footer-title {
        margin: 0;
        font-size: 18rem;
    }
    .footer .subscribe-btn {
        width: fit-content !important;
    }
    .footer .language-box {
        position: relative;
        top: 10rem;
        padding-bottom: 5rem;
    }
}
div#subscribeEmail {
    display: none;
}

/*promotion*/
.years-promotion {
    display: none;
    width: 100%;
    position: fixed;
    bottom: -6px;
    z-index: 999;
}
.years-promotion .mobile-activity-img {
    position: relative;
    width: 100%;
    height: 90px;
    display: block;
}
.mb-banner {
    width: 100%;
    max-width: 650px;
    height: 90px;
    background-size: 100% 100%;
    background-image: url(https://cdn.videohunter.net/assets/vh-mb-banner/images/banner-bg.png);
    padding: 0px 0 10px;
    position: relative;
}
.mb-banner .bn_left-pic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 132px;
    height: 90px;
    background-image: url(https://cdn.videohunter.net/assets/vh-mb-banner/images/left-pic.png);
    background-size: 100% 100%;
}
.mb-banner .bn-main {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 33%;
    position: relative;
    padding-bottom: 25px;
}
.mb-banner .bn-main .bn-main_top {
    display: flex;
    align-items: center;
}
.mb-banner .bn-main .bn-main_logo {
    width: 27px;
    height: 27px;
    background-image: url(https://cdn.videohunter.net/assets/vh-mb-banner/images/logo.png);
    background-size: 100% 100%;
}
.mb-banner .bn-main .bn-main_title {
    color: #000;
    font-size: 14px;
    margin-left: 6px;
}
.mb-banner .bn-main .bn-main_free {
    width: 54px;
    height: 54px;
    background-image: url(https://cdn.videohunter.net/assets/vh-mb-banner/images/free.png);
    background-size: 100% 100%;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-30deg);
}
.mb-banner .bn-main .bn-main_button {
    border-radius: 15px;
    background: #3B7FFF;
    display: inline-block;
    box-shadow: 0px -1.2px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 2.4px 3.65px 0px rgba(0, 46, 136, 0.25);
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0;
    width: 110px;
    text-align: center;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}
@media (max-width: 770px) {
    .years-promotion {
        display: block;
        line-height: normal;
    }
}


/*activity*/
.activity-promotion{
    width:100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}
.desktop-activity-img{
    width:100%;
    position:relative;
}
.desktop-close{
    position:absolute;
    right: 38px;
    top: 15px;
    z-index:999;
}
.mobile-activity-img{
    width:100%;
}
.mobile-activity{
    display:none;
}
@media screen and (max-width: 768px) {
    .desktop-activity{
        display:none;
    }
    .mobile-activity{
        display:block;
    }
    .mobile-close{
        position: absolute;
        right: 20px;
        top: 10px;
        z-index: 999;
    }
    .mobile-activity-img{
        position:relative;
    }
}

#activity-sale {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}

#activity-sale .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width:852px;
    height: 395px;
    background-size: cover;
    /*box-shadow: 0px 11px 18px -3px rgba(0, 0, 0, 0.38);*/
    border-radius: 21px;
}

#activity-sale .container .close {
    position: absolute;
    bottom: -100px;
    left: calc(50% - 24.5px);
    width: 48px;
    height: 48px;
    background: url('../img/activity/icon-close.svg') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.5s;
    opacity:1;
}

#activity-sale .container .close:hover {
    transform: scale(1.2) rotate(180deg);
}
#activity-sale .container img{
    width: 100%;
    height: auto;
}
#activity-sale .container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 165px;
}

@media (max-width: 768px) {
    #activity-sale .container a{
        text-align: center !important;
    }
    #activity-sale .container .close{
        bottom: 30px;
        width: 38px;
        height: 38px;
    }
    #activity-sale .container img{
        width: 95%;
    }
}