@charset "UTF-8";



























































.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: #e0e0e0;
    display: block;
    height: 8px;
    width: 8px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    border-radius: 20px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li.slick-active button {
    background: #ef5f21
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.integrated{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-top: 40px;
}
.box-integrated{
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.box-integrated-inner{
    display: flex;
    gap: 30px;
    background: bisque;
    width: 100%;
    border-radius: 20px;
    border: 3px solid #e05c2d;
    align-items: center;
    padding: 16px;
}
.text-stt{
    font-size: 28px;
    font-weight: 700;
    color: #e05c2d;
}
.text-inner{
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}
.img-intergrated{
    background: #e05c2d;
    border-radius: 20px;
    padding: 8px;
    display: flex;
    align-items: center;
}
/*..img-intergrated img{*/
/*    height: 50px;*/
/*    width: 50px;*/
/*}*/
.characteristic-mobi{
    display: none;
}
.img-relative{
    width: 100%;
}
.img-relative img{
    /*position: relative;*/
    /*object-fit: contain;*/
    width: 100%;
    height: 370px;
}
.span-relative{
    position: absolute;
    top: 24%;
    text-align: center;
    padding: 0 40px;
}
.banner .container{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.flex-image{
    display: flex;
    align-items: center;
    gap: 60px;
}
.position-banner{
    display: flex;
    flex-direction: column;
    gap: 42px;
    height: fit-content;
    /*padding-top: 200px;*/
}
.image-banner, .image-banner-2, .image-banner-3, .image-banner-4{
    width: 100%;
}
.image-banner img{
    width: 100%;
}
.image-banner-2 img{
    width: 100%;
    height: auto;
}
.image-banner-3 img{
    width: 100%;
    height: auto;
}
.image-banner-4 img{
    width: 100%;
    height: auto;
}
.banner{
    padding-top: 150px;
}
@media (max-width:769px) {
    .position-banner{
        display: none;
    }
    .banner .container{
        display: block;
    }
    .image-banner{
        display: none;
    }
    .banner{
        padding-top: 90px;
    }
}


/*@-webkit-keyframes business-3 {*/
/*    0% {*/
/*        top: 10%;*/
/*        opacity: 1*/
/*    }*/
/*    20% {*/
/*        top: -35%;*/
/*        opacity: 1*/
/*    }*/
/*    25% {*/
/*        top: -35%;*/
/*        opacity: 0*/
/*    }*/
/*    30% {*/
/*        top: 140%;*/
/*        opacity: 0*/
/*    }*/
/*    35% {*/
/*        top: 100%;*/
/*        opacity: 1*/
/*    }*/
/*    to {*/
/*        top: 10%*/
/*    }*/
/*}*/



@-webkit-keyframes experience {
    0% {
        top: 88%;
        opacity: 1
    }
    88%,
    89% {
        top: -30%;
        opacity: 1
    }
    90% {
        top: -30%;
        opacity: 0
    }
    91% {
        top: 120%;
        opacity: 0
    }
    92% {
        top: 110%;
        opacity: 1
    }
    to {
        top: 88%
    }
}

@keyframes experience {
    0% {
        top: 88%;
        opacity: 1
    }
    88%,
    89% {
        top: -30%;
        opacity: 1
    }
    90% {
        top: -30%;
        opacity: 0
    }
    91% {
        top: 120%;
        opacity: 0
    }
    92% {
        top: 110%;
        opacity: 1
    }
    to {
        top: 88%
    }
}

@-webkit-keyframes conference {
    0% {
        top: 8%;
        opacity: 1
    }
    27%,
    28% {
        top: -30%;
        opacity: 1
    }
    29% {
        top: -30%;
        opacity: 0
    }
    30% {
        top: 120%;
        opacity: 0
    }
    31% {
        top: 110%;
        opacity: 1
    }
    to {
        top: 8%
    }
}

@keyframes conference {
    0% {
        top: 8%;
        opacity: 1
    }
    27%,
    28% {
        top: -30%;
        opacity: 1
    }
    29% {
        top: -30%;
        opacity: 0
    }
    30% {
        top: 120%;
        opacity: 0
    }
    31% {
        top: 110%;
        opacity: 1
    }
    to {
        top: 8%
    }
}

@-webkit-keyframes consulting {
    0% {
        top: 35%;
        opacity: 1
    }
    48%,
    49% {
        top: -30%;
        opacity: 1
    }
    50% {
        top: -30%;
        opacity: 0
    }
    51% {
        top: 100%;
        opacity: 0
    }
    52% {
        top: 110%;
        opacity: 1
    }
    to {
        top: 35%
    }
}

@keyframes consulting {
    0% {
        top: 35%;
        opacity: 1
    }
    48%,
    49% {
        top: -30%;
        opacity: 1
    }
    50% {
        top: -30%;
        opacity: 0
    }
    51% {
        top: 100%;
        opacity: 0
    }
    52% {
        top: 110%;
        opacity: 1
    }
    to {
        top: 35%
    }
}

@-webkit-keyframes gym {
    0% {
        top: 76%;
        opacity: 1
    }
    68%,
    69% {
        top: -40%;
        opacity: 1
    }
    70% {
        top: -40%;
        opacity: 0
    }
    71% {
        top: 120%;
        opacity: 0
    }
    72% {
        top: 110%;
        opacity: 1
    }
    to {
        top: 76%
    }
}

@keyframes gym {
    0% {
        top: 76%;
        opacity: 1
    }
    68%,
    69% {
        top: -40%;
        opacity: 1
    }
    70% {
        top: -40%;
        opacity: 0
    }
    71% {
        top: 120%;
        opacity: 0
    }
    72% {
        top: 110%;
        opacity: 1
    }
    to {
        top: 76%
    }
}

@-webkit-keyframes business_two {
    0% {
        top: 76%;
        opacity: 1
    }
    78%,
    79% {
        top: -30%;
        opacity: 1
    }
    80% {
        top: -30%;
        opacity: 0
    }
    81% {
        top: 120%;
        opacity: 0
    }
    82% {
        top: 110%;
        opacity: 1
    }
    to {
        top: 76%
    }
}

@keyframes business_two {
    0% {
        top: 76%;
        opacity: 1
    }
    78%,
    79% {
        top: -30%;
        opacity: 1
    }
    80% {
        top: -30%;
        opacity: 0
    }
    81% {
        top: 120%;
        opacity: 0
    }
    82% {
        top: 110%;
        opacity: 1
    }
    to {
        top: 76%
    }
}

@-webkit-keyframes company {
    0%,
    82% {
        top: 110%;
        opacity: 1
    }
    78%,
    79% {
        top: -20%;
        opacity: 1
    }
    80% {
        top: -20%;
        opacity: 0
    }
    81% {
        top: 120%;
        opacity: 0
    }
    to {
        top: 100%
    }
}

@keyframes company {
    0%,
    82% {
        top: 110%;
        opacity: 1
    }
    78%,
    79% {
        top: -20%;
        opacity: 1
    }
    80% {
        top: -20%;
        opacity: 0
    }
    81% {
        top: 120%;
        opacity: 0
    }
    to {
        top: 100%
    }
}

.news-item,
.partner-item img,
.tiktok .slick-center img,
.tran {
    transition: all .3s ease 0s
}

body,
html {
    overflow-x: hidden
}

body {
    font-family: "Montserrat";
    color: #282828
}

.container {
    max-width: 1520px
}
/*.banner .container .business-5 {*/
/*    top: 53%;*/
/*    right: -3%;*/
/*    width: 700px;*/
/*    height: 462px;*/
/*}*/
@media screen and (min-width: 1200px) {
    .container {
        max-width: 90%
    }
    .span-relative {
        top: 20%;
    }
    .banner-info h1 {
        line-height: 52px;
        letter-spacing: .0025em;
        font-size: 34px;
        font-weight: 300;
    }
    .banner .container .business-1{
        top: 50%;
        right: 66%;
        width: 440px;
    }
    .banner .container .business-2{
        top: 50%;
        right: 42%;
    }
    .banner .container .business-3{
        top: 10%;
        right: 35%;
        height: 240px;
    }
    .banner .container .business-4{
        top: 50%;
        right: 42%;
    }
    .banner .container .business-5{
        top: 50%;
        right: -2%;
        width: 700px;
    }
}
@media screen and (min-width: 1920px) {
    .container {
        max-width: 80%
    }
    .span-relative {
        top: 24%;
    }
}
@media (max-width:1280px) {
    .container {
        max-width: 860px
    }
    body {
        font-family: "Montserrat";
        color: #282828
    }
}

.section-title h3 {
    letter-spacing: .0025em;
    font-weight: 700;
    font-size: 40px
}

@media (max-width:1280px) {
    .section-title h3 {
        font-size: 28px;
        white-space: nowrap
    }
}

@media (max-width:769px) {
    body {
        font-family: "Montserrat";
        color: #282828
    }
    .section-title h3 {
        white-space: normal;
        font-size: 26px
    }
    .span-relative{
        padding: 0 16px;
        top: 20%;
    }
    .text-number{
        font-size: 28px;
    }
    .box-kol{
        width: 150px;
        height: 150px;
    }
}

.section-title span {
    width: 245px;
    height: 10px;
    background-color: #ef5f21;
    display: block;
    margin: 10px 0;
}

@media (max-width:769px) {
    .section-title {
        text-align: center;
        margin-bottom: 20px
    }
    .section-title span {
        margin: auto
    }
}

.section-content {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #414141;
    letter-spacing: .0015em
}

@media (max-width:1280px) {
    .section-content {
        font-size: 20px
    }
}

@media (max-width:769px) {
    .section-content {
        text-align: center
    }
}

.section-content strong {
    font-weight: 600
}

@media (max-width:769px) {
    .desktop {
        display: none
    }
}

.mobile {
    display: none
}

@media (max-width:769px) {
    .mobile {
        display: block
    }
}

header {
    position: fixed;
    top: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    font-size: 16px;
    z-index: 10
}

header:before {
    background-color: #191919;
    bottom: -1px;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .25s linear;
    z-index: -1
}

header .header-inner {
    width: 100%;
    background: #fff !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

header .header-inner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px
}

header .container {
    max-width: 1800px;
    padding: 0
}

header .logo {
    cursor: pointer
}

header .list-page {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    list-style: none
}

header .list-page a {
    font-weight: 600;
    line-height: 17px;
    color: #000;
    font-size: 17px;
    align-self: center;
    display: block;
    text-decoration: none;
    padding: 10px;
    margin-left: 20px
}

header .list-page .launch {
    background: #ef5f21;
    border-radius: 4px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 6px 23px;
    /*width: 100px;*/
    font-size: 15px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:769px) {
    header .list-page .launch {
        margin-top: 10px
    }
}

header .list-page .activePage a {
    color: #ef5f21
}

@media (max-width:769px) {
    header .list-page {
        display: block;
        height: 0;
        position: absolute;
        width: 100vw;
        justify-content: center;
        left: 0;
        top: 72px;
        transition: all .3s ease 0s;
        flex-wrap: wrap;
        overflow: hidden;
        background: #fff;
        padding-left: 0
    }
}

@media (max-width:769px) {
    .active:before {
        opacity: .5;
        content: "";
        transition: opacity .25s linear
    }
}

.header-bg {
    background: hsla(0, 0%, 100%, .7)
}

.bg-menu {
    margin-right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    display: none
}

@media (max-width:769px) {
    .bg-menu {
        display: block
    }
}

.bg-menu.active {
    background: hsla(0, 0%, 100%, .25)
}

.img-menu {
    width: 24px;
    height: 16px
}

.hd-right {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    cursor: pointer
}

.lg-choose {
    padding-left: 24px;
    display: flex;
    width: 42px;
    margin-bottom: 3px;
    white-space: nowrap;
    min-width: 150px;
    align-items: center;
    justify-content: flex-end
}

@media (max-width:769px) {
    .lg-choose {
        min-width: 90px
    }
}

.lg-choose .option {
    display: flex;
    align-items: center
}

.lg-choose .option .text {
    display: block;
    padding: 3px
}

@media (max-width:769px) {
    .lg-choose .option .text {
        display: none
    }
}

.language {
    position: relative
}

.list-lang {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    top: 25px;
    height: 0;
    cursor: pointer;
    transition: .2s ease-in;
    overflow: hidden;
    position: absolute;
    padding-left: 0;
    min-width: 150px;
    right: 0
}

.list-lang.active {
    border: 1px solid #e5e5e5;
    height: 80px
}

.list-lang.active li:hover {
    background-color: #5f8ff5
}

.list-lang li {
    padding: 10px 20px;
    width: 100%;
    list-style: none
}

.list-lang li img {
    margin-right: 5px
}

@media only screen and (max-width:991px) {
    header .list-page.active li.activePage a {
        color: #ef5f21
    }
    header .list-page.active {
        border-top: 1px solid #ececec;
        height: 167px;
        transition: all .3s ease 0s
    }
    header .list-page li.activePage img {
        display: none
    }
    header .list-page li:not(:first-child) {
        margin-left: 0
    }
}

@media only screen and (max-width:575px) {
    header .list-page.active {
        height: 170px
    }
    header .list-page {
        justify-content: start
    }
    .span-relative{
        padding: 16px;
        top: 20%;
    }
    .text-number{
        font-size: 28px;
    }
    .box-kol{
        width: 150px;
        height: 150px;
    }
    .img-relative{
        height: 300px;
    }
}

.footer {
    background-color: #000614;
    padding: 50px 0 20px
}

.footer h3 {
    color: #b9b9b9;
    font-size: 20px;
    margin: 20px 0
}

.footer-contact {
    max-width: 600px;
    display: flex;
    align-items: flex-start;
    color: #b9b9b9
}

.footer-contact img {
    margin-top: 3px;
    margin-right: 10px
}

.footer-contact a {
    color: #b9b9b9;
    text-decoration: none;
    margin-left: 5px
}

@media (max-width:769px) {
    .footer-contact {
        margin-bottom: 10px
    }
}

.footer .bottom {
    margin: 20px 0;
    display: flex;
    align-items: center;
    color: #b9b9b9;
    font-size: 14px
}

.footer .bottom img {
    margin-right: 5px
}

@media (max-width:1280px) {
    .footer .col-md-9 {
        width: 66.667%
    }
}

@media (max-width:769px) {
    .footer .col-md-9 {
        width: 100%
    }
}

@media (max-width:1280px) {
    .footer .col-md-3 {
        width: 33.33%
    }
}

@media (max-width:769px) {
    .footer .col-md-3 {
        width: 100%
    }
}

.banner {
    /*height: 100vh;*/
    /*min-height: 800px;*/
    position: relative;
    overflow: hidden
}
.about-box{
    padding-top: 60px;
}

/*@media (max-width:1280px) {*/
/*    .banner {*/
/*        height: 560px;*/
/*        min-height: auto*/
/*    }*/
/*}*/

/*@media (max-width:769px) {*/
/*    .banner {*/
/*        height: 750px*/
/*    }*/
/*}*/

.banner .bg-1 {
    position: absolute;
    right: 0;
    top: 260px;
    border: 5px solid #f8973a;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

@media (max-width:1280px) {
    .banner .bg-1 {
        width: 34px;
        height: 34px;
        top: 100px
    }
}

.banner .bg-2 {
    position: absolute;
    width: 123px;
    height: 123px;
    left: 300px;
    bottom: 130px;
    background: #ef5f21;
    opacity: .3;
    border-radius: 50%
}

@media (max-width:1280px) {
    .banner .bg-2 {
        width: 68px;
        height: 68px;
        bottom: 100px
    }
}

.banner .bg-3 {
    position: absolute;
    width: 44px;
    height: 44px;
    left: -50px;
    top: 220px;
    background: #ef5f21;
    opacity: .3;
    border-radius: 50%
}

@media (max-width:1280px) {
    .banner .bg-3 {
        width: 20px;
        height: 20px
    }
}

.banner-info {
    /*padding-top: 200px;*/
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/*@media (max-width:1280px) {*/
/*    .banner-info {*/
/*        padding-top: 100px*/
/*    }*/
/*}*/

.banner-info h1 {
    line-height: 63px;
    letter-spacing: .0025em;
    font-size: 45px;
    font-weight: 300;
}

@media (max-width:1280px) {
    .banner-info h1 {
        font-size: 30px;
        line-height: 34px
    }
    .info-social span{
        font-size: 24px;
    }
    .text-inner{
        font-size: 24px;
    }
}

@media (max-width:769px) {
    .banner-info h1 {
        font-size: 24px;
        text-align: center;
    }
}

.banner-info h1 strong {
    font-weight: 700
}

@media (max-width:1280px) {
    .banner-info h1 strong {
        display: inline-block
    }
}

@media (max-width:769px) {
    .banner-info h1 strong {
        margin-top: 0
    }
}

.banner-list {
    display: none
}

@media (max-width:769px) {
    .banner-list {
        display: block
    }
}

.banner-list .slick-arrow {
    display: none !important
}

.banner-list .slick-dots {
    bottom: -25px
}

.banner-item {
    height: 460px
}

.banner-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner .container {
    position: relative;
    height: 100%
}

.banner .container .business-1 {
    top: 53%;
    right: 75%;
}

@media (max-width:1280px) {
    .banner .container .business-1 {
        width: 200px
    }
}

.banner .container .business-2 {
    top: 53%;
    right: 50%
}
/*.banner .container .business-2 img{*/
/*    height: 480px;*/
/*}*/

@media (max-width:1280px) {
    .banner .container .business-2 {
        width: 190px
    }
}

.banner .container .business-3 {
    top: 10%;
    right: 35%
}
.banner .container .business-3 img{
    height: 340px;
}

@media (max-width:1280px) {
    .banner .container .business-3 {
        width: 134px;
        top: 20%
    }
    .banner .container .business-3 img{
        height: auto;
    }
}

.banner .container .business-4 {
    top: 10%;
    right: -3%;
}

@media (max-width:1280px) {
    .banner .container .business-4 {
        width: 220px
    }
}

.banner .container .business-5 {
    top: 53%;
    right: 1%;
    width: 700px;
}

@media (max-width:1280px) {
    .banner .container .business-5 {
        width: 182px;
        top: 60%
    }
}

.banner .container .main-box-image {
    position: absolute;
    transition: all .8s
}

.banner .container .main-box-image img {
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
    border-radius: 4px;
}

@media (max-width:769px) {
    .banner .container .main-box-image {
        display: none
    }
}

/*.main-ani .business-1 {*/
/*    -webkit-animation: business-1 15s linear infinite;*/
/*    animation: business-1 15s linear infinite*/
/*}*/

@media (max-width:1280px) {
    .main-ani .business-1 {
        -webkit-animation: none;
        animation: none
    }
}

/*.main-ani .business-2 {*/
/*    -webkit-animation: business-2 15s linear infinite;*/
/*    animation: business-2 15s linear infinite*/
/*}*/

@media (max-width:1280px) {
    .main-ani .business-2 {
        -webkit-animation: none;
        animation: none
    }
}

/*.main-ani .business-3 {*/
/*    -webkit-animation: business-3 10s linear infinite;*/
/*    animation: business-3 10s linear infinite*/
/*}*/

@media (max-width:1280px) {
    .main-ani .business-3 {
        -webkit-animation: none;
        animation: none
    }
}

/*.main-ani .business-4 {*/
/*    -webkit-animation: business-4 15s linear infinite;*/
/*    animation: business-4 15s linear infinite*/
/*}*/

@media (max-width:1280px) {
    .main-ani .business-4 {
        -webkit-animation: none;
        animation: none
    }
}

/*.main-ani .business-5 {*/
/*    -webkit-animation: business-5 10s linear infinite;*/
/*    animation: business-5 10s linear infinite*/
/*}*/

@media (max-width:1280px) {
    .main-ani .business-5 {
        -webkit-animation: none;
        animation: none
    }
}

.about {
    background-color: #f5f8ff;
    padding: 50px 0;
    position: relative;
    overflow: hidden
}

@media (max-width:1280px) {
    .about {
        padding: 30px 0
    }
}

.about-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width:991px) {
    .about-inner {
        display: block
    }
}

@media (max-width:1280px) {
    .about .section-title {
        margin-top: 20px;
        margin-right: 20px
    }
}

@media (max-width:991px) {
    .about .section-title {
        text-align: center
    }
    .about .section-title span {
        margin: auto
    }
}

@media (max-width:769px) {
    .about .section-title {
        margin-right: 0
    }
}

.about-list {
    display: flex;
    align-items: flex-start
}

@media (max-width:769px) {
    .about-list {
        display: block
    }
}

.about-item {
    list-style: none;
    padding: 0 50px;
    min-width: 250px
}

@media (max-width:1280px) {
    .about-item {
        margin: 0;
        min-width: 130px
    }
}

@media (max-width:769px) {
    .about-item {
        margin: 20px
    }
}

.about-item #counter-box {
    font-size: 50px;
    font-weight: 600;
    display: flex
}

@media (max-width:1280px) {
    .about-item #counter-box {
        font-size: 40px
    }
}

@media (max-width:769px) {
    .about-item #counter-box {
        justify-content: center
    }
}

.about-item li:last-child {
    color: #8e8e8e
}

@media (max-width:769px) {
    .about-item li {
        text-align: center
    }
}

.about:before {
    width: 738px;
    height: 738px;
    left: 1270px;
    top: -554px;
    background: #a8c2ff;
    opacity: .2;
    filter: blur(100px)
}

.about:after,
.about:before {
    content: "";
    position: absolute
}

.about:after {
    width: 540px;
    height: 540px;
    left: 72px;
    top: 118px;
    background: #bacfff;
    opacity: .15;
    filter: blur(120px)
}

.influencers {
    overflow: hidden;
    padding: 50px 0;
}

.influencers-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*min-height: 700px;*/
    padding: 50px 0 0 0;
}

@media (max-width:769px) {
    .influencers-inner {
        display: block
    }
}

.influencers--content {
    width: 40%;
    margin-right: -100px
}

@media (max-width:1280px) {
    .influencers-inner {
        min-height: 400px
    }
    .influencers-inner{
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 700px;
        padding: 50px 0 0 0;
        flex-direction: column;
    }
    .influencers--content{
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-content: center;
        margin: 0;
    }
    .influencers .section-title span {
        margin: 20px auto;
    }
    .influencers-inner{
        min-height: auto;
    }
    .kol-represent{
        padding: 40px 0 0 0;
    }
    .three-social{
        display: flex;
        flex-direction: column;
        gap: 24px;
        background: #f6dad7;
        justify-content: center;
        padding: 24px 0;
    }
    .info-social span{
        font-size: 24px;
    }
    .box-circle{
        height: 170px;
        width: 170px;
    }
    .box-circle-2{
        height: 170px;
        width: 170px;
    }
    .content-characteristic-2, .content-characteristic {
        /*height: 270px;*/
        width: 100%;
        position: relative;
    }
    .span-relative{
        position: absolute;
        top: 12%;
        text-align: center;
        padding: 16px;
    }
    /*.content-characteristic span{*/
    /*    padding: 80px 55px 0;*/
    /*    width: 335px;*/
    /*}*/
    /*.content-characteristic-2 span{*/
    /*    padding: 80px 55px 0;*/
    /*    width: 335px;*/
    /*}*/
    .characteristic-mobi .container .slick-dots{
        bottom: -40px;
    }
    .title-community{
        left: 30%;
    }
    .name-fanpage{
        font-size: 20px;
    }
    .text-small{
        font-size: 20px;
    }
    .column-social{
        /*justify-content: center;*/
        padding: 0 24px;
    }
    /*.characteristic .container{*/
    /*    flex-direction: column;*/
    /*    gap: 16px;*/
    /*}*/
    .kol-represent{
        width: 100%;
    }
    .four-column{
        display: flex;
        flex-direction: column;
        align-items: normal;
        gap: 16px;
    }
    /*.integrated{*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*}*/
    .box-integrated-inner{
        width: 100%;
        gap: 8px;
        padding: 8px;
    }
    .text-inner{
        font-size: 18px;
    }
    .text-stt{
        font-size: 18px;
    }
    .header .list-page .launch{
        padding: 6px;
        width: 80px;
    }
    .community-center{
        justify-content: space-between;
        gap: normal;
    }
    .social-community{
        padding: 50px 0 0 0;
    }
    .text-number{
        font-size: 32px;
    }
    /*.characteristic-mobi{*/
    /*    display: block;*/
    /*}*/
    /*.characteristic{*/
    /*    display: none;*/
    /*}*/
    .section-content{
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width:769px) {
    .influencers--content {
        width: 100%;
        margin-right: auto;
        margin-bottom: 50px
    }
}

.influencers--img {
    /*width: 60%;*/
    /*height: 700px;*/
    position: relative
}
.kol-represent{
    width: 60%;
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 24px;
    justify-content: center;
}
.box-kol{
    position: relative;
    height: 170px;
    width: 170px;
    border: 3px solid #d95827;
    border-radius: 30px;
    overflow: hidden;
}
.box-kol img{
    width: 100%;
    height: auto;
    object-fit: cover;
    /*border-radius: 28px;*/
}
.info-kol{
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, #000000 100%);
    border-radius: 0 0 28px 28px;
}
.name-kol{
    color: #FFF;
    font-weight: 700;
}
.job-kol{
    color: #FFF;
    font-size: 12px;
}
.social-kol{
    color: #FFF;
    font-size: 14px;
}
.social-community{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 50px 0;
}
.four-column{
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    background: #f6dad7;
    padding: 32px;
    border-radius: 24px;
    align-items: center;
}
.community-center{
    display: flex;
    align-items: center;
    gap: 150px;
}
.community{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-number{
    font-weight: 700;
    font-size: 38px;
}
.text-small{
    font-size: 20px;
}
.fanpage-community{
    display: flex;
    align-items: center;
    gap: 16px;
}
.fanpage-community img{
    border: 3px solid #df6236;
    border-radius: 20px;
    height: 70px;
    width: 70px;
}
.content-fanpage{
    display: flex;
    flex-direction: column;
}
.name-fanpage{
    color: #df6236;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
}
.box-community{
    position: relative;
}
.title-community{
    position: absolute;
    top: -20px;
    left: 45%;
    width: 160px;
    background: #df5b2c;
    text-align: center;
    border-radius: 40px;
    padding: 4px;
}
.title-community span{
    color: #FFF;
    font-weight: 700;
    font-size: 24px;
}
.tiktok .container .row{
    align-items: center;
}
.box-circle{
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 200px;
    width: 200px;
    background: #e05c2d;
    border-radius: 100%;
    justify-content: center;
}
.box-circle-2{
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 200px;
    width: 200px;
    background: #f79637;
    border-radius: 100%;
    justify-content: center;
}
.text-1{
    color: #FFFFFF;
    font-size: 24px;
}
.text-2{
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 700;
}
.characteristic{
    padding: 50px 0;
}
.characteristic .container{
    display: flex;
    padding: 0;
    justify-content: center;
}
.characteristic-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-characteristic{
    display: flex;
    width: 100%;
    position: relative;
}
.content-characteristic-2{
    display: flex;
    width: 100%;
    position: relative;
}
.content-characteristic span{
    color: #FFFFFF;
    text-align: center;
    font-size: 26px;
}
.content-characteristic-2 span{
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
}
@media (max-width:1280px) {
    .influencers--img {
        height: 400px
    }
    .content-characteristic span{
        font-size: 24px;
    }
    .content-characteristic-2 span{
        font-size: 24px;
    }
}

@media (max-width:769px) {
    .influencers--img {
        width: 100%;
        height: auto;
        transform: scale(1.2)
    }
}

.influencers--img img {
    position: absolute
}

@media (max-width:1280px) {
    .influencers--img img {
        max-width: 532px;
        left: 30px
    }
}

@media (max-width:991px) {
    .influencers--img img {
        max-width: 452px
    }
}

@media (max-width:769px) {
    .influencers--img img {
        position: static;
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:769px) {
    .influencers--img {
        display: block
    }
}

.social {
    background: linear-gradient(180deg, #000a24 61.39%, #00154a 107.28%)
}

.social-inner {
    background-image: url(../images/bg/bg-social.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 50px 0
}

@media (max-width:1280px) {
    .social .container {
        max-width: 900px
    }
}

.social .section-title {
    text-align: center;
    color: #fff;
    margin-bottom: 50px
}

.social .section-title span {
    margin: 20px auto
}

.social-content {
    display: flex
}

.social-img img {
    width: 100%
}

@media (max-width:769px) {
    .social-img img {
        width: 100%;
        margin: 0
    }
}

.social .center {
    padding: 40px
}

@media (max-width:1280px) {
    .social .center {
        padding: 0
    }
}

@media (max-width:650px) {
    body {
        font-family: "Montserrat";
        color: #282828
    }
    .social .center {
        padding: 40px 70px
    }
    .span-relative {
        position: absolute;
        top: 24%;
        text-align: center;
        padding: 0 40px;
    }
}

.network {
    padding: 50px  0;
}

.network .section-title {
    text-align: center
}

.network .section-title span {
    margin: 20px auto
}

.network .section-content {
    text-align: center;
    margin: 0 auto;
    /*max-width: 1100px*/
}

.network-item {
    background-image: url(../images/social/bg.svg);
    max-width: 560px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    height: 71px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto
}
.three-social{
    display: flex;
    flex-direction: row;
    gap: 90px;
    background: #f6dad7;
    /*border-radius: 50px;*/
    justify-content: center;
    padding: 24px 0;
    margin: 50px 0;
}
.column-social{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.column-social img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.info-social{
    display: flex;
    flex-direction: column;
}
.info-social span{
    font-size: 38px;
}
@media (max-width:1280px) {
    .network-item {
        background-image: url(../images/social/bg-2.svg);
        max-width: 420px
    }
}

@media (max-width:769px) {
    .network-item {
        background-image: url(../images/social/bg-3.svg);
        max-width: 360px;
        height: 75px
    }
}

.network-img {
    border-radius: 50%;
    border: 2px solid #fdcc9a;
    width: 72px;
    height: 72px;
    margin-left: -2px
}

.network-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.network-list {
    padding: 50px 0
}

.network-content {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 80px);
    padding: 0 20px;
    align-items: center
}

@media (max-width:1280px) {
    .network-content {
        padding: 0 10px
    }
}

.network-content span:first-child {
    font-size: 17px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1280px) {
    .network-content span:first-child {
        font-size: 16px;
        padding-right: 20px
    }
}

@media (max-width:769px) {
    .network-content span:first-child {
        font-size: 14px
    }
}

.network-content span:last-child {
    font-size: 22px;
    display: flex;
    align-items: baseline;
    line-height: 22px;
    white-space: nowrap
}

@media (max-width:769px) {
    .network-content span:last-child {
        font-size: 20px
    }
}

.network-content span:last-child small {
    font-size: 17px;
    font-weight: 300;
    margin-left: 5px;
    line-height: 20px
}

.tiktok {
    position: relative;
    padding: 50px 0;
}

.tiktok .bg-1 {
    position: absolute;
    right: 100px;
    top: -150px;
    opacity: .2
}

@media (max-width:769px) {
    .tiktok .bg-1 {
        display: none
    }
}

.tiktok .bg-2 {
    position: absolute;
    bottom: 150px;
    opacity: .2;
    left: 10%;
    transform: rotate(30deg)
}

.tiktok .bg-3 {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 340px;
    top: -13px;
    background: radial-gradient(147.47% 147.47% at 50.51% 122.22%, #ff4d00 21.53%, #ef8421 87.67%);
    opacity: .8;
    border-radius: 50%
}

@media (max-width:769px) {
    .tiktok .bg-3 {
        width: 60px;
        height: 60px;
        top: 50%;
        right: 30%
    }
}

.tiktok-item {
    position: relative
}

.tiktok .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 3;
    opacity: 0;
    width: 60px;
    height: 60px;
    background-color: transparent;
    box-shadow: none;
    border: none
}

.tiktok .play:focus {
    box-shadow: none;
    border: none;
    outline: none
}

.tiktok .slick-list {
    margin: 0 -26px
}

.tiktok .tiktok-list {
    width: 600px;
    margin: 0 auto
}

@media (max-width:1280px) {
    .tiktok .tiktok-list {
        width: 400px
    }
}

@media (max-width:991px) {
    .tiktok .tiktok-list {
        width: 70%
    }
}

@media (max-width:769px) {
    .tiktok .tiktok-list {
        width: 70%
    }
}

.tiktok .slick-slide img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 7px 10px #888;
}

.tiktok .slick-track {
    padding: 100px 0
}

.tiktok .slick-slide {
    position: relative;
    z-index: 1
}

.tiktok .slick-center {
    z-index: 2;
    position: relative
}

.tiktok .slick-center img {
    transform: scale(1.2)
}

.tiktok .slick-center .play {
    opacity: 1
}

.tiktok .slick-arrow {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px
}

@media (max-width:769px) {
    .tiktok .slick-arrow {
        width: 30px;
        height: 30px
    }
}

.tiktok .slick-prev {
    left: 20px
}

@media (max-width:769px) {
    .tiktok .slick-prev {
        left: 0
    }
}

.tiktok .slick-next {
    right: 20px
}

@media (max-width:769px) {
    .tiktok .slick-next {
        right: 0
    }
}

.level-1 li {
    list-style: none;
    position: relative;
    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px
}

.level-1 li:after {
    content: url(../images/bg/arrow.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -30px;
    top: 4px
}

.level-1 .level-2 {
    margin-top: 10px
}

.level-1 .level-2 li {
    list-style: disc
}

.level-1 .level-2 li::marker {
    color: #ef5f21
}

.level-1 .level-2 li:after {
    content: ""
}

.level-1 .level-2 li ul {
    margin-top: 20px
}

.level-1 strong {
    font-weight: 600
}

.sport {
    position: relative;
    padding: 50px 0 0
}

.sport-bg {
    background: #f5f8ff;
    padding-bottom: 50px;
    padding-top: 300px;
    margin-top: -240px
}

@media (max-width:769px) {
    .sport-bg {
        margin-top: 0;
        padding-top: 30px;
        background-color: transparent
    }
}

.sport-bg .row {
    align-items: center
}

@media (max-width:1280px) {
    .sport .col-md-4 {
        width: 25%
    }
}

@media (max-width:769px) {
    .sport .col-md-4 {
        width: 100%
    }
}

@media (max-width:1280px) {
    .sport .col-md-8 {
        width: 75%
    }
}

@media (max-width:769px) {
    .sport .col-md-8 {
        width: 100%
    }
}

@media (max-width:1280px) {
    .sport .col-md-5 {
        width: 50%
    }
}

@media (max-width:769px) {
    .sport .col-md-5 {
        width: 100%
    }
}

@media (max-width:1280px) {
    .sport .col-md-7 {
        width: 50%
    }
}

@media (max-width:769px) {
    .sport .col-md-7 {
        width: 100%
    }
}

.sport-list {
    display: flex;
    margin: 25px -10px 0
}

@media (max-width:650px) {
    .sport-list {
        display: block;
        margin: 0
    }
}

.sport-inner {
    background: rgba(0, 0, 0, .403921568627451);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px
}

.sport-item {
    margin: 0 10px;
    width: 20%;
    height: 360px;
    background-size: cover;
    display: block;
    text-decoration: none
}

@media (max-width:1280px) {
    .sport-item {
        height: 200px
    }
}

@media (max-width:650px) {
    .sport-item {
        width: 100%;
        height: 400px;
        margin: 0 0 20px
    }
    .span-relative{
        padding: 16px;
        top: 20%;
    }
    .text-number{
        font-size: 28px;
    }
    .box-kol{
        width: 150px;
        height: 150px;
    }
    .img-relative{
        height: 300px;
    }
}

.sport-item h3 {
    color: #fff;
    text-align: center;
    font-weight: 700
}

@media (max-width:1280px) {
    .sport-item h3 {
        font-size: 16px
    }
}

@media (max-width:650px) {
    .sport-item h3 {
        font-size: 30px;
        font-weight: 700
    }
}

.sport-title {
    font-weight: 600;
    font-size: 37px;
    line-height: 47px;
    letter-spacing: .0025em;
    max-width: 512px
}

@media (max-width:1280px) {
    .sport-title {
        font-size: 30px
    }
}

@media (max-width:769px) {
    .sport-title {
        text-align: center;
        font-size: 24px;
        max-width: 100%
    }
}

.sport .right img {
    width: 100%
}

.live {
    overflow: hidden;
    position: relative
}

.live .bg-1 {
    position: absolute;
    opacity: .2;
    bottom: 50px;
    width: 400px;
    transform: rotate(30deg)
}

@media (max-width:769px) {
    .live .bg-1 {
        display: none
    }
}

.live .bg-2 {
    position: absolute;
    opacity: .1;
    top: -50px;
    right: -100px;
    width: 600px;
    transform: rotate(-45deg)
}

@media (max-width:769px) {
    .live .bg-2 {
        display: none
    }
}

.live .row {
    align-items: center;
    min-height: 900px
}

@media (max-width:1280px) {
    .live .row {
        min-height: 600px
    }
}

.live .col-md-7 {
    padding-right: 100px;
    padding-bottom: 200px
}

@media (max-width:1280px) {
    .live .col-md-7 {
        padding-right: 40px
    }
}

@media (max-width:769px) {
    .live .col-md-7 {
        padding-bottom: 0
    }
}

.live-img {
    position: relative;
    min-height: 900px;
    height: 100%
}

@media (max-width:1280px) {
    .live-img {
        min-height: 560px
    }
}

@media (max-width:769px) {
    .live-img {
        min-height: 300px
    }
}

.live-img img {
    position: absolute;
    left: -400px;
    bottom: 0
}

@media (max-width:1280px) {
    .live-img img {
        height: 560px;
        left: -200px
    }
}

@media (max-width:991px) {
    .live-img img {
        height: 450px
    }
}

@media (max-width:769px) {
    .live-img img {
        position: static;
        width: 100%;
        height: auto
    }
}

/*.partner {*/
/*    margin-top: -100px*/
/*}*/

@media (max-width:769px) {
    .partner {
        margin-top: 0
    }
}

.partner .section-title {
    text-align: center;
    margin-bottom: 70px
}

.partner .section-title span {
    margin: 20px auto
}

@media (max-width:769px) {
    .partner .section-title {
        margin-bottom: 40px
    }
}

.partner-item {
    border: 1px solid #e0e0e0;
    padding: 15px 30px;
    margin-bottom: 30px;
    height: 100px;
    display: block
}

.partner-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.partner-item:hover img {
    transform: scale(1.2)
}

@media (max-width:1280px) {
    .partner-item {
        padding: 10px 20px
    }
}

@media (max-width:769px) {
    .partner-item {
        padding: 10px;
        height: 50px;
        margin-bottom: 15px
    }
}

.partner .row {
    justify-content: center
}

@media (max-width:1280px) {
    .partner .col-md-2 {
        width: 25%;
        max-width: 25%
    }
}

@media (max-width:769px) {
    .partner .col-md-2 {
        width: 33.33%;
        max-width: 33.33%
    }
}

.news {
    padding: 50px 0;
}

.news .section-title {
    text-align: center;
    margin-bottom: 70px
}

@media (max-width:769px) {
    .news .section-title {
        margin-bottom: 40px
    }
}

.news .section-title span {
    margin: 20px auto
}

.news .section-title a {
    color: #282828;
    text-decoration: none
}

.news .section-title a:hover {
    color: #ef5f21
}

.news-item {
    text-decoration: none;
    margin-bottom: 40px;
    display: block
}

.news-item h5 {
    color: #282828;
    font-weight: 600
}

.news-item:hover {
    text-decoration: none
}

.news-item:hover h5 {
    color: #ef5f21
}

.news-img {
    height: 200px;
    margin-bottom: 10px
}

.news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1280px) {
    .news .col-md-3 {
        width: 50%;
        max-width: 50%
    }
}

@media (max-width:650px) {
    .news .col-md-3 {
        width: 100%;
        max-width: 100%
    }
}

.modal-tiktok .modal-dialog {
    max-width: 760px
}

.modal-tiktok .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: transparent url(../images/close.svg);
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

@media (max-width:769px) {
    .modal-tiktok .btn-close {
        top: 15px;
        right: 15px
    }
}

.modal-tiktok .btn-close:focus {
    box-shadow: none;
    border: none;
    outline: none
}

.modal-tiktok .tiktok-embed {
    display: none
}

.show .tiktok-embed {
    display: block
}

.main-content {
    padding-top: 100px
}

.main-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: .0025em;
    margin-bottom: 30px
}

@media (max-width:1280px) {
    .main-title {
        font-size: 28px
    }
}

@media (max-width:769px) {
    .main-title {
        font-size: 26px;
        margin-bottom: 20px
    }
}

.detail-news {
    margin-bottom: 20px
}

.detail-news .img {
    display: block;
    height: 130px;
    overflow: hidden
}

@media (max-width:1280px) {
    .detail-news .img {
        height: 100px
    }
}

.detail-news .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.detail-news a {
    text-decoration: none
}

.detail-news h5 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #282828
}

@media (max-width:1280px) {
    .detail-news h5 {
        font-size: 22px
    }
}

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

@media (max-width:1280px) {
    .detail-news .col-md-4,
    .detail-news .col-md-8 {
        max-width: 50%;
        width: 50%
    }
}

.detail-news .time {
    color: #8e8e8e
}

.detail-news:hover h5 {
    color: #ef5f21
}

.detail-news-left .img {
    height: 420px
}

@media (max-width:1280px) {
    .detail-news-left .img {
        height: 230px
    }
}

.mobile-news .img {
    height: 200px
}

.news-list .detail-news {
    margin: 20px 0
}

.news-list .detail-news .img {
    height: 200px
}

@media (max-width:1280px) {
    .news-list .detail-news .img {
        height: 150px
    }
}

@media (max-width:769px) {
    .news-list .detail-news .img {
        height: 100px
    }
}

@media (max-width:769px) {
    .news-list .detail-news h5 {
        font-size: 18px
    }
}

@media (max-width:769px) {
    .news-list .detail-news .des {
        display: none
    }
}

@media (max-width:1280px) {
    .news-list .detail-news .col-md-3 {
        max-width: 33.33%;
        width: 33.33%
    }
}

@media (max-width:1280px) {
    .news-list .detail-news .col-md-9 {
        max-width: 66.66%;
        width: 66.66%
    }
}

@media (max-width:769px) {
    .news-list .detail-news .col-md-3,
    .news-list .detail-news .col-md-9 {
        max-width: 50%;
        width: 50%
    }
}

.contact {
    padding: 100px 0;
    min-height: calc(100vh - 320px)
}

.contact-title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: .0025em;
    margin-bottom: 30px;
    font-weight: 700
}

.contact h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 35px
}

.contact ul {
    list-style: none;
    padding: 0
}

.contact ul li {
    display: flex;
    align-items: flex-start;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 16px
}

.contact ul li img {
    margin-top: 5px;
    margin-right: 10px
}

.contact ul li a {
    color: #282828;
    text-decoration: none;
    margin-left: 5px
}

.contact-map img {
    width: 100%
}

.detail-section {
    padding-top: 100px
}

.detail-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: .0025em
}

@media (max-width:1280px) {
    .detail-title {
        font-size: 28px
    }
}

@media (max-width:769px) {
    .detail-title {
        font-size: 26px
    }
}

.detail-time {
    flex-wrap: wrap;
    justify-content: flex-start
}

.detail-time,
.detail-time span {
    display: flex;
    align-items: center
}

.detail-time span {
    margin: 20px 32px 20px 0;
    color: #8b8d8f
}

.detail-time span img {
    margin-right: 5px;
    width: 25px
}

@media (max-width:769px) {
    .detail-time span {
        margin: 10px 0
    }
}

.detail-content {
    text-align: justify
}

.detail-content p {
    max-height: 400px;
    overflow: hidden
}

.detail-content p span {
    margin: 0 auto;
    font-family: "Montserrat";
}

.detail-content p img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.detail-content img {
    max-height: 400px;
    margin: 10px auto
}

.detail-share {
    display: flex;
    align-items: center;
    margin: 20px 0
}

.detail-share img {
    margin-left: 5px
}

.related {
    padding: 30px 0
}

.related-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 24px
}

@media (max-width:1280px) {
    .related .col-md-3 {
        width: 50%
    }
}

@media (max-width:769px) {
    .related .col-md-3 {
        width: 100%
    }
}

.recruit {
    min-height: calc(100vh - 300px)
}

.recruit .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #ef5f21
}

.recruit table {
    width: 75%
}

@media (max-width:1280px) {
    .recruit table {
        width: 100%
    }
}

.recruit table thead tr th {
    box-shadow: none;
    padding: 18px 15px;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap
}

.recruit table tbody tr .bold {
    font-weight: 600;
    font-size: 22px
}

@media (max-width:769px) {
    .recruit table tbody tr .bold {
        font-size: 20px
    }
}

.recruit table tbody tr .bold a {
    color: #282828;
    text-decoration: none
}

.recruit table tbody tr .bold a:hover {
    color: #ef5f21
}

.recruit table tbody tr .bold p {
    font-weight: 400
}

.recruit table tbody tr td {
    padding: 18px 15px;
    font-size: 17px;
    vertical-align: initial
}

.paging {
    margin: 20px 0;
    justify-content: center
}

.paging li {
    margin: 0 5px
}

.paging li a,
.paging li span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 38px;
    width: 38px;
    text-align: center;
    border-radius: 5px !important;
    color: #313131;
    border: 1px solid #e5e6ec;
    border-radius: 4px
}

.paging .active a {
    background-color: #ef5f21;
    border-color: #ef5f21;
    color: #fff
}

.mobile-news .slick-dots {
    top: 160px;
    bottom: auto
}

.detail-content p {
    max-height: 100000000px;
}
@media (max-width: 768px) {
    body {
        font-family: "Montserrat";
        color: #282828
    }
    .three-social{
        display: flex;
        flex-direction: column;
        gap: 24px;
        background: #f6dad7;
        justify-content: center;
        padding: 24px 0;
    }
    .info-social span{
        font-size: 24px;
    }
    .box-circle{
        height: 170px;
        width: 170px;
    }
    .box-circle-2{
        height: 170px;
        width: 170px;
    }
    .content-characteristic-2, .content-characteristic {
        /*height: 270px;*/
        width: 100%;
        position: relative;
    }
    .span-relative{
        position: absolute;
        top: 24%;
        text-align: center;
        padding: 0 40px;
    }
    /*.content-characteristic span{*/
    /*    padding: 80px 55px 0;*/
    /*    width: 335px;*/
    /*}*/
    /*.content-characteristic-2 span{*/
    /*    padding: 80px 55px 0;*/
    /*    width: 335px;*/
    /*}*/
    .characteristic-mobi .container .slick-dots{
        bottom: -40px;
    }
    .title-community{
        left: 30%;
    }
    .name-fanpage{
        font-size: 18px;
    }
    .text-small{
        font-size: 18px;
    }
    .column-social{
        /*justify-content: center;*/
        padding: 0 24px;
    }
    .characteristic .container{
        flex-direction: column;
        gap: 16px;
    }
    .kol-represent{
        width: 100%;
    }
    .four-column{
        display: flex;
        flex-direction: column;
        align-items: normal;
        gap: 16px;
    }
    .integrated{
        display: flex;
        flex-direction: column;
    }
    .box-integrated-inner{
        width: 300px;
        gap: 8px;
        padding: 8px;
    }
    .text-inner{
        font-size: 18px;
    }
    .text-stt{
        font-size: 18px;
    }
    .header .list-page .launch{
        padding: 6px;
        width: 80px;
    }
    .community-center{
        justify-content: space-between;
        gap: normal;
    }
    .social-community{
        padding: 50px 0 0 0;
    }
    .text-number{
        font-size: 28px;
    }
    .characteristic-mobi{
        display: block;
    }
    .characteristic{
        display: none;
    }
    .section-content{
        font-size: 18px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 1280px){
    body {
        font-family: "Montserrat";
        color: #282828
    }
    .three-social{
        /*display: flex;*/
        /*flex-direction: column;*/
        gap: 24px;
        background: #f6dad7;
        justify-content: center;
        padding: 24px 0;
        flex-direction: column;
    }
    .info-social span{
        font-size: 24px;
    }
    .box-circle{
        height: 150px;
        width: 150px;
    }
    .box-circle-2{
        height: 150px;
        width: 150px;
    }
    /*.content-characteristic-2, .content-characteristic {*/
    /*    !*height: 270px;*!*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*}*/
    /*.span-relative{*/
    /*    position: absolute;*/
    /*    top: 12%;*/
    /*    text-align: center;*/
    /*    padding: 16px;*/
    /*}*/
    .characteristic-mobi .container .slick-dots{
        bottom: -40px;
    }
    .title-community{
        left: 30%;
    }
    .name-fanpage{
        font-size: 18px;
    }
    .text-small{
        font-size: 18px;
    }
    .column-social{
        /*justify-content: center;*/
        padding: 0 24px;
    }
    /*.characteristic .container{*/
    /*    flex-direction: column;*/
    /*    gap: 16px;*/
    /*}*/
    .kol-represent{
        width: 100%;
    }
    .four-column{
        /*display: flex;*/
        /*flex-direction: column;*/
        align-items: normal;
        gap: 40px;
    }
    /*.integrated{*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*}*/
    /*.characteristic{*/
    /*    display: flex;*/
    /*}*/
    .box-integrated-inner{
        width: 100%;
        gap: 8px;
        padding: 8px;
    }
    .text-inner{
        font-size: 18px;
    }
    .text-stt{
        font-size: 18px;
    }
    .header .list-page .launch{
        padding: 6px;
        width: 80px;
    }
    .community-center{
        justify-content: space-between;
        gap: normal;
    }
    .social-community{
        padding: 50px 0 0 0;
    }
    .text-number{
        font-size: 28px;
    }
    .section-content{
        font-size: 18px;
        line-height: 24px;
    }
    .banner .container .business-4{
        top: 20%;
        right: -15%;
        width: 300px;
    }
    .banner .container .business-3{
        width: 135px;
        top: 20%;
        right: 27%;
    }
    .banner .container .business-5{
        width: 300px;
        top: 65%;
        right: 8%;
    }
    /*.content-characteristic span{*/
    /*    font-size: 18px;*/
    /*}*/
    /*.content-characteristic-2 span{*/
    /*    font-size: 18px;*/
    /*}*/
    .text-1{
        font-size: 18px;
    }
    .text-2{
        font-size: 24px;
    }
}
@media only screen and (min-width: 2560px) {
    body {
        font-family: "Montserrat";
        color: #282828
    }
    .banner .container .business-5{
        top: 60%;
    }
    .banner .container .business-2{
        top: 60%;
    }
    .banner .container .business-1{
        top: 60%;
    }
    .container {
        max-width: 1520px;
        /*padding: 15px; !* Slightly reduce padding *!*/
    }
}