/* ==========================================================================
2.3 CONTAINER THEME
============================================================================ */
.container {
    max-width: 100%;
}
@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}
@media (max-width: 1199px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    ul.products > [class^="col-"], ul.products > [class*="col-"], .row > [class^="col-"], .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    ul.products > [class^="col-"], ul.products > [class*="col-"], .row > [class^="col-"], .row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/**/
.bg-dark {
    background: #060000 !important;
    color: #fff;
    /* border-radius: 16px; */
}
.bg-orange {
    background: #f96227 !important;
    color: #fff;
    border-radius: 16px;
}
.bg-light {
    background: #fefefe !important;
    color: #060000;
    border-radius: 16px;
}
.bg-bjfbs {
    background: url("../../images/gw-u/fbs.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #060000;
    /* border-radius: 16px; */
}
.bg-bjky {
    background: url("../../images/gw-u/dppj.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #060000;
    /* border-radius: 16px; */
}
.bg-bjdppj {
    background: url("../../images/gw-u/ky.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /* border-radius: 16px; */
}
.bg-orange a.button-arrow {
    color: #fff;
}
.bg-orange a.button-primary {
    background-color: #fff;
    color: #060000;
}
.bg-orange a.button-primary:hover {
    border-color: #fff;
    color: #fff;
    background-color: #060000;
}
.text-desc {
    max-width: 585px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 60px;
}
.text-opacity {
    opacity: 0.3;
    margin: 0 auto;
    background: linear-gradient(to right, rgb(207 7 7) 30%, rgb(255 119 3) 90%, rgb(255 119 3) 100%);
    -webkit-background-clip: text;
    color: transparent;
    z-index: 22;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.text-opacity.text-big {
    font-size: 32px;
}
.text-run {
    font-size: 70px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Anton', sans-serif;
    text-align: center;
    font-weight: 600;
}
.text-run .line {
    font-size: 40px;
    position: relative;
    display: table !important;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    background: linear-gradient(to right, rgb(207 7 7) 30%, rgb(255 119 3) 90%, rgb(255 119 3) 100%);
    -webkit-background-clip: text;
    color: transparent;
    z-index: 22;
}
.text-left {
    text-align: left;
}
.text-desc.text-left {
    margin-left: 0;
}
.text-left .line {
    margin-left: 0;
}
.text-run .line-mask {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #060000; /*#060000*/
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.bg-light .text-desc {
    color: rgba(38, 43, 52, 0.6);
}
.bg-light .text-opacity {
    color: #060000;
}
.bg-light .text-run {
    color: #060000;
}
.bg-light .text-run .line-mask {
    background-color: #fff;
}
.bg-orange .text-run .line-mask {
    background-color: #f96227;
}
.bg-orange .link-block-custom {
    background-color: #fff;
}
.bg-dark a.button-arrow {
    color: #fff;
}
.bg-dark a.button-primary {
    background-color: #fff;
    border-color: #fff;
    color: #060000;
}
.bg-dark a.button-primary:hover {
    background-color: #060000;
    color: #fff;
}
.bg-dark .link-block-custom {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}
.bg-dark .link-block-icon {
    background-color: #fff;
    color: #060000;
}
.bg-light .column-inner {
    background-color: #f8f8f8;
}
.bg-light .block-title {
    color: #060000;
}
.bg-light .block-desc {
    color: rgba(38, 43, 52, 0.6);
}
.bg-light .info-box {
    background-color: #f8f8f8;
    color: #060000;
}
.bg-light .info-icon {
    background-color: #060000;
    color: #fff;
}
.bg-light .blog-item {
    background-color: #f8f8f8;
}
.bg-light .blog-item::before {
    background-color: #f8f8f8;
    border: 6px solid #060000;
}
.bg-light .blog-top-content {
    color: rgba(38, 43, 52, 0.3);
}
.bg-light .blog-title {
    color: #060000;
}
.bg-light .blog-readmore {
    color: rgba(38, 43, 52, 0.3);
}
.bg-light .blog-item:hover .blog-readmore {
    color: #060000;
}
@media (min-width: 1440px) {
    .text-run.text-big {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .bg-orange, .bg-dark, .bg-orange, .bg-light {
        border-radius: 12px;
    }
    .bg-bjfbs {
        background: #dddddd;
        color: #060000;
        /* border-radius: 16px; */
    }
    .bg-bjky {
        background: #dddddd;
        color: #060000;
        /* border-radius: 16px; */
    }
    .bg-bjdppj {
        background: #060000;
        /* border-radius: 16px; */
    }
    .text-desc {
        font-size: 16px;
    }
    .text-opacity {
        font-size: 13px;
        margin-bottom: 25px;
    }
    .text-run {
        font-size: 42px;
    }
    .mobile-center {
        text-align: center;
    }
    .text-desc.mobile-center {
        margin-left: auto;
    }
    .mobile-center .line {
        margin-left: auto;
    }
}
/**/
.banner-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* border-style: solid; */
    /* border-width: 16px; */
    /* border-color: #f8f8f8; */
    /* border-radius: 20px 20px 0 0; */
    /* background-color: #f8f8f8; */
}
.banner-section .main-banner {
    position: relative;
    display: block;
    width: 100%;
    /* border-radius: 16px; */
    background:#000000;
    /*background-position: center;
    background-size: cover;*/
    overflow: hidden;
}

.banner-section .main-banner .main-banner-video{
    position: absolute; 
    width: 90vw;
    height: calc(90vw * 1080 / 1920);
}
.banner-section .main-banner::before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.banner-section .banner-wrapper {
    position: relative;
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.banner-section .text-slide {
    padding: 140px 20px 100px;
    z-index: 999;
}
.banner-section .heading-wrap {
    font-size: 60px;
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(to right, rgb(207 7 7) 30%, rgb(255 119 3) 90%, rgb(255 119 3) 100%);
    -webkit-background-clip: text;
    color: transparent;
    z-index: 22;
    line-height: 1.1;
    font-weight: bolder;
}
.banner-section .sub-heading {
    margin: 30px auto 45px;
    max-width: 510px;
    color: #fff;
    font-size: 20px;
}
.banner-section a.button-arrow {
    color: #fff;
}
.banner-section a.button-primary {
    background-color: #fff;
    color: #060000;
}
.banner-section a.button-primary:hover {
    background-color: #060000;
    color: #fff;
    border-color: #fff;
}
.search-category {
    position: relative;
    width: 100%;
    max-width: 566px;
}
.search-category .search-input {
    padding-right: 60px;
    background-color: #fff;
    width: 100%;
}
.search-category .search-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 56px;
    background-color: transparent;
    padding: 0;
    color: #060000;
    font-size: 26px;
    letter-spacing: 0;
}
@media (min-width: 1440px) {
    .banner-section .heading-wrap {
        font-size: 90px;
        max-width: 960px;
    }
    .banner-section a.button-primary {
        height: 66px;
        line-height: 64px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .banner-section {
        position: static;
        z-index: 4;
        height: auto;
        min-height: 0;
        padding: 0;
        border-width: 0;
        background-color: #fff;
    }
    .banner-section .main-banner {
        position: relative;
        z-index: 10;
        border-radius: 0 0 12px 12px;
    }
    .banner-section .banner-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
}
@media (max-width: 767px) {
    .banner-section .sub-heading {
        font-size: 16px;
    }
    .banner-section .heading-wrap {
        font-size: 36px;
        max-width: 330px;
    }
}
.box-section {
    width: 100%;
    display: block;
    margin-top: -16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
}
.box-section .three-box-content {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0px;
    border-radius: 16px;
    /* background-color: #fff; */
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-section .box-wrapper {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: 1650px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.box-section .box {
    display: flex;
    justify-content: center;
    align-content: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.box-section .box:nth-child(2) {
    border-right: 1px solid rgba(38, 43, 52, 0.15);
    border-left: 1px solid rgba(38, 43, 52, 0.15);
}
.box-section .icon-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #eee;
    position: relative;
}
.icon-inner.dark {
    background-color: #060000;
}
.box-section .icon-inner img {
    height: 32px;
}
.icon-inner.dark img {
    filter: brightness(0) invert(1);
}
.box-section .box-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box-section .box-title {
    margin-bottom: 2px;
    font-size: 20px;
    text-transform: capitalize;
}
.box-section .box-link {
    font-size: 13px;
    text-transform: uppercase;
    /*text-decoration: underline;*/
    color: rgba(38, 43, 52, 0.3);
    font-weight: 700;
}
.box-section .box-link:hover {
    color: #060000;
}
@media (max-width: 991px) {
    .box-section {
        position: static;
        margin-top: -12px;
        padding: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .box-section .three-box-content {
        position: relative;
        z-index: 9;
        padding-top: 52px;
        padding-bottom: 40px;
        border-radius: 0 0 12px 12px;
    }
    .box-section .box-wrapper {
        display: block;
    }
    .box-section .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 32px 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .box-section .box:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(38, 43, 52, 0.15);
        border-bottom: 1px solid rgba(38, 43, 52, 0.15);
    }
}
/**/
.problem-section {
    margin-top: -16px;
    /* padding: 16px 0px; */
}
.problem-section .problem-container {
    padding-top: 140px;
    padding-bottom: 140px;
}
@media (max-width: 991px) {
    .problem-section {
        position: relative;
        z-index: 8;
        margin-top: -12px;
        padding: 0;
    }
    .problem-section .problem-container {
        padding-top: 92px;
        padding-bottom: 80px;
        border-radius: 0 0 12px 12px;
    }
}
/**/
.panel-section {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    margin-top: -16px;
}
.panel-section .panel-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    /* padding: 16px 0px; */
    background-color: #f8f8f8;
}
.panel-section .panel-section-content {
    display: block;
    width: 100%;
    height: 100%;
    padding: 80px 10vw;
    overflow: hidden;
}
.panel-section .panel-category {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.panel-section .panel-section-content.bg-light .panel-category {
    color: rgba(38, 43, 52, 0.3);
}
.panel-section .panel-title {
    margin-bottom: 33px;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    max-width: 560px;
    font-family: "Ã¦â‚¬ÂÃ¦ÂºÂÃ©Â»â€˜Ã¤Â½â€œ CN Bold";
    font-weight: 600;
    line-height: 1.3;
}
.panel-section .panel-section-content.bg-light .panel-title {
    color: #060000;
}
.panel-section .panel-desc {
    margin-bottom: 46px;
    color: #fff;
    font-weight: 400;
    max-width: 600px;
    font-size: 20px;
}
.panel-section .panel-section-content.bg-light .panel-desc {
    color: rgba(38, 43, 52, 0.5);
}
@media (min-width: 1440px) {
    .panel-section .panel-section-content {
        padding-left: 10vw;
        padding-right: 96px;
    }
}
@media (max-width: 991px) {
    .panel-section {
        height: auto;
        margin-top: 8px;
    }
    .panel-section .panel-wrap {
        position: relative;
        z-index: 9;
        border-radius: 12px;
        padding: 0;
    }
    .panel-section .panel-wrap + .panel-wrap {
        position: static;
        border-radius: 0 0 12px 12px;
        margin-top: -18px;
    }
    .panel-section .panel-section-content {
        position: relative;
        z-index: 7;
        padding: 80px 20px;
        border-radius: 12px;
    }
    .panel-section .panel-wrap + .panel-wrap .panel-section-content {
        border-radius: 0 0 12px 12px;
    }
    .panel-section .panel-section-content.bg-orange {
        z-index: 6;
    }
    .panel-section .panel-category {
        font-size: 13px;
    }
    .panel-section .panel-title {
        font-size: 42px;
    }
    .panel-section .panel-desc {
        margin-bottom: 30px;
    }
}
/**/
.tabs-section {
    position: relative;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
}
.tabs-menu {
    white-space: nowrap;
    max-width: calc(100% - 48px);
    display: block;
    margin: 47px auto 100px;
    padding-top: 0;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}
.tabs-menu.tabs-sticky {
    z-index: 2;
    overflow: hidden;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    opacity: 1;
}
.tabs-menu .tabs-transform {
    display: inline-block;
    overflow: hidden;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    border: none;
    font-size: 0;
    margin-top: 20px;
}
.tabs-menu .tabs-width {
    display: block;
    width: 64px;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.tabs-transform .tabs-width::before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #dfdfe1;
    border-radius: 40px;
    pointer-events: none;
}
.tabs-menu .tabs-border {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 40px;
    border-left: 212px solid #fff;
    border-right: 212px solid #fff;
    pointer-events: none;
}
.tabs-menu .tab-link {
    position: static;
    display: inline-block;
    min-height: 64px;
    min-width: 138px;
    padding: 0;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: rgba(38, 43, 52, 0.2);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
}
.tabs-menu .tab-link span {
    display: block;
}
.tabs-menu .tab-link:nth-child(2) {
    border-left: 1px solid #dfdfe1;
    border-right: 1px solid #dfdfe1;
}
.tabs-menu .tab-link span:last-child {
    padding: 10px;
    position: relative;
    z-index: 1;
}
.tabs-menu .tab-link.first {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.tabs-menu .tab-link.last {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.tabs-menu .tab-link:hover, .tabs-menu .tab-link.s-current {
    color: #060000;
}
.vtabs-menu {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 20px;
}
.vtabs-menu .tab-link {
    color: rgba(38, 43, 52, 0.5);
    margin-bottom: 15px;
    font-size: 18px;
}
.vtabs-menu .tab-link:last-child {
    margin-bottom: 0;
}
.vtabs-menu .tab-link:hover, .vtabs-menu .tab-link.s-current {
    color: #060000;
}
.s-tab-content {
    position: relative;
}
.s-tab-content .s-tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
    display: block;
}
.s-tab-content .s-tab-pane.s-tab-active {
    opacity: 1;
    visibility: visible;
    position: static;
    height: auto;
    overflow: inherit;
}
.s-tab-content .tabs-container {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    border-top: 16px solid #f8f8f8;
    border-bottom: 16px solid #f8f8f8;
    background-color: #f8f8f8;
}
.s-tab-content .tabs-container.first {
    border-top: none;
}
.s-tab-content .tabs-content {
    display: block;
    width: 100%;
    padding: 32px;
    border-radius: 16px;
    background-color: #fff;
}
.s-tab-content .tabs-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 48px 40px 64px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
}
.s-tab-content .tabs-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    margin-top: auto;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    text-align: center;
}
.s-tab-content .tabs-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.s-tab-content .tabs-top {
    margin-bottom: 10px;
}
.s-tab-content .tabs-number {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: rgba(38, 43, 52, 0.05);
    font-size: 14px;
    line-height: 64px;
    text-align: center;
    font-weight: 900;
    color: #060000;
}
.s-tab-content .tabs-category {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 900;
    text-transform: uppercase;
    color: #060000;
}
.s-tab-content .tabs-title {
    margin-bottom: 28px;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 auto;
    background: linear-gradient(to right, rgb(207 7 7) 10%, rgb(255 119 3) 40%, rgb(255 119 3) 700%);
    -webkit-background-clip: text;
    font-weight: 600;
    color: transparent;
    z-index: 22;
}
.s-tab-content .tabs-desc {
    max-width: 560px;
    margin-bottom: 44px;
    color: rgba(38, 43, 52, 0.6);
}
.participate-section {
    /* padding-left: 16px; */
    /* padding-right: 16px; */
}
.participate-container {
    background-color: #f8f8f8;
    border-radius: 16px;
}
.participate-wrap {
    border-top: 16px none #f8f8f8;
    background-color: #f8f8f8;
}
.participate-heading {
    border-top: 16px none #f8f8f8;
}
.participate-padding {
    padding: 140px 20px 0;
}
@media (min-width: 1440px) {
    .s-tab-content .tabs-info {
        padding-left: 62px;
    }
    .s-tab-content a.button-primary {
        height: 66px;
        line-height: 64px;
    }
}
@media (max-width: 991px) {
    .tabs-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    .participate-section {
        padding-left: 0;
        padding-right: 0;
        margin-top: 8px;
    }
    .participate-padding {
        padding-top: 100px;
    }
    .tabs-menu {
        margin-bottom: 60px;
    }
    .tabs-menu.tabs-sticky {
        padding-bottom: 50px;
    }
    .s-tab-content .tabs-container {
        border-top-width: 8px;
        border-bottom: none;
        height: auto;
    }
    .s-tab-content .tabs-content {
        padding: 0;
        border-radius: 8px;
    }
    .s-tab-content .tabs-container:first-child .tabs-content {
        border-radius: 0 0 8px 8px;
    }
    .s-tab-content .tabs-info {
        display: block;
        height: auto;
        padding: 40px 20px 48px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .s-tab-content .tabs-number {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 13px;
    }
    .s-tab-content .tabs-category {
        font-size: 13px;
    }
    .s-tab-content .tabs-title {
        margin-bottom: 20px;
        font-size: 36px;
    }
    .s-tab-content .tabs-desc {
        margin-bottom: 33px;
    }
    .s-tab-content .tabs-image {
        height: auto;
        border-radius: 0 0 6px 6px;
    }
}
@media (max-width: 767px) {
    .tabs-menu .tab-link {
        width: 88px;
        min-height: 48px;
        min-width: 0;
        font-size: 11px;
        letter-spacing: 0;
        line-height: 26px;
    }
    .tabs-transform .tabs-width {
        width: 50px;
    }
    .tabs-transform .tabs-border {
        border-left-width: 136px;
        border-right-width: 136px;
    }
}
/**/
.zoom-section {
    position: relative;
    z-index: 2;
    /* padding: 16px 16px 0; */
    background-color: #f8f8f8;
}
.zoom-container {
    padding-top: 140px;
    padding-bottom: 50px;
}
.zoom-wrap {
    position: relative;
    overflow: hidden;
}
.zoom-wrap .zoom-triangle {
    /*clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(20% 50%, 35% 75%, 65% 75%, 80% 50%, 65% 25%, 35% 25%);*/
    position: absolute;
    left: 50%;
    top: 53%;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 400vw;
    height: 400vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    
}
.zoom-wrap .zoom-phone {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 200vw;
    max-width: 3840px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.zoom-wrap .zoom-triangle video{
    width: 100vw;
    height: calc(100vh * 1080 / 1920);
}
.zoom-top {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.zoom-top::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #f8f8f8;
    z-index: 2;
    clip-path: polygon(11% 36%, 20% 54%, 31% 69%, 46% 81%, 62% 89%, 80% 95%, 100% 100%, 0 100%, 0 0, 6% 22%);
}
.zoom-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: #f8f8f8;
    z-index: 2;
    clip-path: polygon(81% 57%, 90% 39%, 95% 23%, 100% 0, 100% 100%, 0 100%, 22% 95%, 39% 89%, 57% 81%, 71% 71%);
}
.zoom-bottom {
    position: relative;
    height: 200vh;
}
@media (max-width: 991px) {
    .zoom-container {
        padding-top: 80px;
    }
    .zoom-section {
        position: static;
        padding: 0;
    }
    .zoom-content {
        border-radius: 0 0 12px 12px;
    }
    .zoom-top::before, .zoom-top::after {
        background: #060000;
        width: 12px;
        height: 12px;
    }
}
/**/
.world-section .row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.world-section {
    padding: 0 16px 0 16px;
}
.world-inner {
    padding: 140px 0 140px 95px;
    overflow: hidden;
}
.world-item .world-box {
    position: relative;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}
.world-item .world-box .box-image {
    position: relative;
    padding-bottom: 150%;
}
.world-item .world-box .box-image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.world-item .world-box .box-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.world-item .world-box:hover .box-image::before {
    background-color: #0000009c;
}
.world-item .world-box .world-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    padding-left: 17px;
    padding-right: 17px;
}
.world-item .world-box .world-title {
    color: #fff;
    font-size: 24px;
}
.world-item .world-box .world-desc {
    color: #fff;
    margin-top: 16px;
    max-height: 0;
    opacity: 0;
    visibility: visible;
    transition: all .5s;
}
.world-item .world-box:hover .world-content .world-desc {
    opacity: 1;
    max-height: 200px;
    visibility: visible;
}
.world-item .world-box .world-detail-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
@media (max-width: 1440px) {
    .world-inner {
        padding-left: 45px;
    }
}
@media (max-width: 991px) {
    .world-section .row {
        display: block;
    }
    .world-section .col-md-4 {
        text-align: center;
        margin-bottom: 40px;
    }
    .world-inner {
        padding: 80px 20px;
    }
    .world-section {
        padding: 0;
        margin-bottom: 8px;
    }
    .world-section .text-desc {
        padding-bottom: 25px;
    }
}