[hidden] {
    display: none;
}

body {
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #000;
    background: url('https://cdn10801.cdn4s10.io.vn/media/nen_anh.jpg');
    line-break: strict;
    word-break: break-word;
    position: relative;
    min-width: 1024px;
    padding-bottom: 100px;
}
body > div[nh-row] {
    overflow: hidden;
}

.search-home [nh-btn-submit] {
    background: white;
    color: black;
    border: 0;
    border-radius: 10px;
}

.search-home input.form-control {
    border-radius: 10px;
}

@media (max-width: 1200px) {
    body {
        min-width: auto;
    }
}

body.home .setting-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

body .setting-menu {
    padding: 0 22px;
    background: linear-gradient(to bottom, #999999 0%, #b9b9b9 100%);
}

.setting-menu > .row > div {
    display: flex;
    align-items: center;
}

.setting-menu > .row > div:nth-child(2) {
    justify-content: center;
}

.social_item i {
    color: white;
    font-size: 30px;
}

body.home section {
    max-width: 100%;
}

body.home ol,
body.home ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    max-width: 100%;
}

body.home a {
    color: var(--color-highlight);
    text-decoration: underline;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

body.home a:hover {
    opacity: .8;
}

.sec-subscribe-1,.sec-relation,.sec-compare,.sec-realize,.sec-athletes,.sec-ingredients,.sec-subscribe-2,.sec-voices,.sec-scene,.sec-episode,.sec-campaign {
    position: relative
}

.sec-subscribe-1:after,.sec-relation:after,.sec-compare:after,.sec-realize:after,.sec-athletes:after,.sec-ingredients:after,.sec-subscribe-2:after,.sec-voices:after,.sec-scene:after,.sec-episode:after,.sec-campaign:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.sec-scene .flow .item+.item:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.sec-team .footer-button .btn,.sec-voices .button .voices-more-btn {
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    background-image: linear-gradient(0deg, #ff857d 0%,#fdbdb7 100%);
    border-radius: 5px;
    cursor: pointer;
    padding: 0;
    border: none;
}

@keyframes btn-scroll {
    0% {
        opacity: 0;
        transform: translate(0, -20px)
    }

    10% {
        opacity: 1;
        transform: translate(0, 0)
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0;
        transform: translate(0, 0)
    }
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: .5
    }

    11% {
        transform: scale(4) rotate(45deg);
        opacity: 1
    }

    20% {
        transform: scale(50) rotate(45deg);
        opacity: 0
    }

    21% {
        transform: scale(0) rotate(45deg);
        opacity: 0
    }

    100% {
        transform: scale(0) rotate(45deg);
        opacity: 0
    }
}

@keyframes fuwafuwa {
    from {
        transform: scale(0.9, 0.9)
    }

    to {
        transform: scale(1, 1)
    }
}

@media screen and (max-width: 767px) {
    .sp-hide {
        display:none
    }
}

@media (min-width: 768px) {
    .pc-hide {
        display:none
    }
}

.btn-pink {
    position: relative;
    display: block;
    height: 90px;
    line-height: 90px;
    color: #000;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(180deg, #ffbab4 0%,#ff857d 100%);
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    z-index: 2
}

@media screen and (max-width: 767px) {
    .btn-pink {
        height:84px;
        line-height: 84px;
        font-size: 24px
    }
}

.btn-pink:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background-image: linear-gradient(0deg, #ffd0cc 0%,#ff857d 100%);
    border-radius: 10px;
    z-index: -1
}

.btn-pink.shiny:after {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%,#ffffff 50%,rgba(255,255,255,0) 100%);
    transform: rotate(20deg);
    animation: shiny 3s infinite linear
}

.btn-pink.shiny:hover {
    opacity: 1
}

.btn-pink.shiny:hover:after {
    opacity: 0.2;
    transform: scale(50) rotate(45deg);
    animation: none
}

.strong-pink {
    position: relative;
    display: inline-block;
    z-index: 2
}

.strong-pink:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 179px;
    height: 23px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/svgviewer-png-output.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1
}

.sec-lead {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: justify;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .sec-lead {
        font-size: 18px;
        padding: 0 1.5rem;
    }
}

.sec-heading {
    font-size: 36px;
    font-weight: 900;
    text-align: justify;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .sec-heading {
        font-size: 24px;
        padding: 0 1.5rem;
    }
}

.common-subscribe {
    *zoom:1;width: 916px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
    color: #000;
    background-color: #fff
}

.common-subscribe:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (max-width: 767px) {
    .common-subscribe {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .common-subscribe {
        width:auto;
        margin-left: 16px;
        margin-right: 16px;
        padding-top: 16px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 24px
    }
}

.common-subscribe .heading {
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background-image: linear-gradient(180deg, #878787 1%,#000000 100%)
}

@media screen and (max-width: 767px) {
    .common-subscribe .heading {
        height:auto;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 27px;
        font-size: 18px
    }
}

.common-subscribe .badge {
    position: absolute;
    top: -32px;
    right: -32px;
    display: block;
    width: 200px;
    height: 200px;
    padding-top: 27px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(219deg, #ff857d 0%,#dd4d40 49%,#ff857d 100%);
    border-radius: 100px
}

.common-subscribe .badge .line-1 {
    display: block;
    font-size: 20px
}

.common-subscribe .badge .line-2 {
    display: block;
    margin-top: 6px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 56px
}

.common-subscribe .badge .line-2 .number {
    font-size: 80px
}

.common-subscribe .badge .line-3 {
    display: block;
    margin-top: 2px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 40px
}

@media screen and (max-width: 767px) {
    .common-subscribe .badge {
        display:none
    }
}

.common-subscribe .image {
    float: left;
    width: 364px;
    margin-top: 56px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .common-subscribe .image {
        float:none;
        width: auto;
        margin-top: 8px
    }
}

.common-subscribe .image img {
    float: left;
    display: block
}

@media screen and (max-width: 767px) {
    .common-subscribe .image img {
        float:none
    }
}

.common-subscribe .image .pouches {
    width: 364px;
    height: 236px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .common-subscribe .image .pouches {
        width:268px;
        height: 200px
    }
}

.common-subscribe .image .sticker {
    width: 156px;
    height: 156px;
    margin-top: 44px;
    margin-left: 24px
}

@media screen and (max-width: 767px) {
    .common-subscribe .image .sticker {
        display:none;
        margin-top: 0
    }
}

.common-subscribe .image .sticker+.sticker {
    margin-left: 12px
}

.common-subscribe .text {
    float: right;
    width: 490px;
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .common-subscribe .text {
        float:none;
        width: auto;
        margin-top: 10px
    }
}

.common-subscribe .lead {
    font-size: 24px;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .common-subscribe .lead {
        font-size:16px;
        text-align: center
    }
}

.common-subscribe .price {
    margin-top: 8px
}

.common-subscribe .price img {
    display: block;
    width: 490px;
    height: 174px
}

@media screen and (max-width: 767px) {
    .common-subscribe .price img {
        width:258px;
        height: 185px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
}

.common-subscribe .discount {
    height: 44px;
    margin-top: 17px;
    line-height: 44px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background-color: #ff857d
}

@media screen and (max-width: 767px) {
    .common-subscribe .discount {
        font-size:18px;
        white-space: nowrap
    }
}

.common-subscribe .btn-pre {
    margin-top: 5px;
    line-height: 1;
    color: #ff857d;
    font-size: 24px;
    font-weight: 900;
    text-align: center
}

@media screen and (max-width: 767px) {
    .common-subscribe .btn-pre {
        margin-top:12px;
        font-size: 18px
    }
}

.common-subscribe .btn-wrap {
    margin-top: 8px
}

@media screen and (max-width: 767px) {
    .common-subscribe .btn-wrap {
        margin-top:13px;
        text-align: center
    }
}

.common-subscribe .btn-wrap img {
    width: 490px;
    height: 171px;
    vertical-align: bottom
}

@media screen and (max-width: 767px) {
    .common-subscribe .btn-wrap img {
        width:268px;
        height: 171px;
        width: auto;
    }
}

.common-subscribe .notice {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pac: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 8px;
    font-size: 12px
}

@media screen and (max-width: 767px) {
    .common-subscribe .notice {
        margin-top:16px
    }
}

.common-subscribe .notice li+li {
    margin-top: 2px
}

@media screen and (max-width: 767px) {
    .common-subscribe .notice li+li {
        margin-top:4px
    }
}

@media screen and (max-width: 767px) {
    .slick>.item:nth-child(n+2) {
        display:none
    }
}

.fuwafuwa {
    animation: fuwafuwa 1s ease 0s infinite alternate;
    transform-origin: center
}

.sec-top {
    position: relative;
    height: 676px;
    margin-bottom: 50px;
    /* padding-left: calc((100% - 1024px) / 2); */
    /* padding-right: calc((100% - 1024px) / 2); */
    /* background-image: url('https://cdn10801.cdn4s10.io.vn/media/hero/bg-fog.png'); */
    /* background-position: calc(50% + 40px) 61px; */
    /* background-repeat: no-repeat; */
    /* background-size: 924px 547px; */
    z-index: 1;
    overflow: hidden;
    height: auto;
    width: 980px;
    margin: 75px auto 50px;
}

@media screen and (max-width: 767px) {
    .sec-top {
        /* height:560px; */
        margin-bottom: 40px;
        /* background-image: url('https://cdn10801.cdn4s10.io.vn/media/hero/bg-fog-sp.png') !important; */
        /* background-position: 50% 53px; */
        /* background-size: 488px 370px; */
        overflow: hidden
    }
}

.sec-top .bg .triangle {
    position: absolute;
    top: 0;
    left: calc(((100% - 1024px) / 2) + 330px);
    z-index: 0;
    width: 634px;
    height: 677px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/hero/bg-triangle.png');
    background-repeat: no-repeat;
    background-size: 634px 677px
}


@media screen and (max-width: 767px) {
    .sec-top .bg .triangle {
        background-image:url('https://cdn10801.cdn4s10.io.vn/media/hero/bg-triangle-sp.png') !important;
        left: calc((100% - 375px) - 25px);
        background-size: 511px 526px
    }
}

.sec-top .main {
    position: relative
}

.sec-top .heading {
    position: absolute;
    top: 75px;
    left: 90px;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .sec-top .heading {
        top: 160px;
        left: 0;
        right: 0;
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        text-shadow: 0 0 8px #000;
        z-index: 2
    }
}

@media screen and (max-width: 352px) {
    .sec-top .heading {
        padding-left:16px;
        padding-right: 16px
    }
}

.sec-top .heading .small {
    display: block;
    margin-left: 9px;
    line-height: 1;
    font-size: 20px
}

@media screen and (max-width: 767px) {
    .sec-top .heading .small {
        margin-left:6px
    }
}

.sec-top .heading .medium {
    display: block;
    margin-top: 8px;
    margin-left: 3px;
    line-height: 1;
    font-size: 66px;
}

.sec-top .heading .medium span {
    color: var(--color-highlight);
}

@media screen and (max-width: 767px) {
    .sec-top .heading .medium {
        margin-top:6px;
        margin-left: 0px;
        font-size: 36px
    }
}

@media screen and (max-width: 767px) {
    .sec-top .heading .medium .sp-line {
        display:block
    }
}

@media screen and (max-width: 767px) {
    .sec-top .heading .medium .sp-line+.sp-line {
        margin-top:10px
    }
}

.sec-top .heading .medium .strong {
    color: #ff857d;
    font-size: 66px;
    font-weight: 900
}

@media screen and (max-width: 767px) {
    .sec-top .heading .medium .strong {
        margin-right:4px
    }
}

.sec-top .heading .large {
    display: block;
    line-height: 1;
    font-size: 66px;
    font-weight: 900
}

@media screen and (max-width: 767px) {
    .sec-top .heading .large {
        display:none
    }
}

.sec-top .runners {
    position: absolute;
    top: 55px;
    right: 21px;
    z-index: 0
}

@media screen and (max-width: 767px) {
    .sec-top .runners {
        right:calc((100% - 375px) - 24px)
    }
}

@media screen and (max-width: 352px) {
    .sec-top .runners {
        right:-48px
    }
}

.sec-top .runners .image img {
    display: block;
    width: 577px;
    height: 559px
}

@media screen and (max-width: 767px) {
    .sec-top .runners .image img {
        width:366.5px;
        height: 355.5px
    }
}

.sec-top .pouch {
    position: absolute;
    top: 251px;
    left: 78px
}

@media screen and (max-width: 767px) {
    .sec-top .pouch {
        position:absolute;
        top: 288px;
        left: calc((100% - 320px) / 2);
        float: none;
        margin-top: 0;
        margin-left: 0;
        z-index: 1
    }
}

.sec-top .pouch .image img {
    display: block;
    width: 392px;
    aspect-ratio: 1.5;
}

@media screen and (max-width: 767px) {
    .sec-top .pouch .image img {
        width:189px;
    }
}

.sec-top .recommend {
    position: absolute;
    top: 371px;
    right: 25px
}

@media screen and (max-width: 767px) {
    .sec-top .recommend {
        top: 280px;
        right: calc(((100% - 320px) / 2) + 6px)
    }
}

.sec-top .recommend img {
    display: block;
    width: 227px;
    height: 246px
}

@media screen and (max-width: 767px) {
    .sec-top .recommend img {
        width:130px;
        height: 140px
    }
}

.sec-top .link {
    position: absolute;
    left: 120px;
    top: 400px;
}

@media screen and (max-width: 767px) {
    .sec-top .link {
        top:456px;
        left: 0;
        width: 100%;
        text-align: center
    }
}

.sec-top .link img {
    width: 316px;
    height: 86px
}

@media screen and (max-width: 767px) {
    .sec-top .link img {
        width:288px;
        height: 100px;
        vertical-align: bottom
    }
}

.sec-teams>.header {
    height: 468px;
    padding-top: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 980px;
    height: auto;
    padding: 0;
    margin: auto;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .sec-teams>.header {
        height:auto;
        /* padding-top: 62.5vw; */
        padding-left: 16px;
        padding-right: 16px;
        /* background-image: url('https://cdn10801.cdn4s10.io.vn/media/team/header-bg-sp.jpg') !important; */
        /* background-size: contain; */
        /* background-position: center top; */
        margin-bottom: 30px;
    }
}

.sec-teams>.header .heading {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.475;
    font-size: 40px;
    font-weight: 900
}

@media screen and (max-width: 767px) {
    .sec-teams>.header .heading {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-teams>.header .heading {
        line-height:36px;
        font-size: 24px
    }
}

.sec-teams>.header .heading strong {
    font-size: 60px
}

@media screen and (max-width: 767px) {
    .sec-teams>.header .heading strong {
        font-size:inherit
    }
}

.sec-teams>.header .heading .strong-pink:before {
    width: 254px;
    height: 29px
}

@media screen and (max-width: 767px) {
    .sec-teams>.header .heading .strong-pink:before {
        width:101px;
        height: 12px
    }
}

.sec-teams>.header .description {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    line-height: 32px;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .sec-teams>.header .description {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-teams>.header .description {
        margin-top:8px;
        line-height: 28px;
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .sec-team {
        margin-top:40px
    }
}

.sec-team>.header {
    width: 916px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 220px;
    padding-top: 27px;
}

@media screen and (max-width: 767px) {
    .sec-team>.header {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-team>.header {
        height:auto;
        margin-left: 16px;
        margin-right: 16px;
        padding-top: 0;
    }
}


.sec-team>.header .lead {
    position: relative;
    font-weight: 700;
    text-align: justify
}

@media screen and (max-width: 767px) {
    .sec-team>.header .lead {
        line-height:1;
        font-size: 18px
    }
}

.sec-team>.header .heading {
    position: relative;
    width: 566px;
    height: 60px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    line-height: 60px;
    color: #000;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .sec-team>.header .heading {
        width:calc(100% - 20px);
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }
}

.sec-team>.header .heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    width: 1;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 60px solid #fff;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .sec-team>.header .heading:before {
        border-bottom-width:40px
    }
}

.sec-team>.header .heading:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    display: block;
    width: 0;
    height: 0;
    border-top: 60px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .sec-team>.header .heading:after {
        border-top-width:40px
    }
}

@media (min-width: 768px) {
    .sec-team.-asahi-kasei,.sec-team.-toyo-univ,.sec-team.-ami-ac,.sec-team.-fujieda-myfc,.sec-team.-other-teams {
        margin-top:83px
    }
}

.sec-team.-asahi-kasei .item .text .name .en,.sec-team.-toyo-univ .item .text .name .en,.sec-team.-ami-ac .item .text .name .en,.sec-team.-fujieda-myfc .item .text .name .en {
    line-height: 1;
    color: #ff857d;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 56px
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .item .text .name .en,.sec-team.-toyo-univ .item .text .name .en,.sec-team.-ami-ac .item .text .name .en,.sec-team.-fujieda-myfc .item .text .name .en {
        font-size:32px
    }
}

.sec-team.-asahi-kasei .item .text .name .en+.ja,.sec-team.-toyo-univ .item .text .name .en+.ja,.sec-team.-ami-ac .item .text .name .en+.ja,.sec-team.-fujieda-myfc .item .text .name .en+.ja {
    margin-top: 22px
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .item .text .name .en+.ja,.sec-team.-toyo-univ .item .text .name .en+.ja,.sec-team.-ami-ac .item .text .name .en+.ja,.sec-team.-fujieda-myfc .item .text .name .en+.ja {
        margin-top:13px
    }
}

.sec-team.-asahi-kasei .item .text .name .info,.sec-team.-toyo-univ .item .text .name .info,.sec-team.-ami-ac .item .text .name .info,.sec-team.-fujieda-myfc .item .text .name .info {
    margin-top: 27px;
    line-height: 1;
    font-size: 24px
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .item .text .name .info,.sec-team.-toyo-univ .item .text .name .info,.sec-team.-ami-ac .item .text .name .info,.sec-team.-fujieda-myfc .item .text .name .info {
        margin-top:14px;
        font-size: 14px
    }
}

.sec-team.-asahi-kasei .item .text .name .info+.ja,.sec-team.-toyo-univ .item .text .name .info+.ja,.sec-team.-ami-ac .item .text .name .info+.ja,.sec-team.-fujieda-myfc .item .text .name .info+.ja {
    margin-top: 16px
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .item .text .name .info+.ja,.sec-team.-toyo-univ .item .text .name .info+.ja,.sec-team.-ami-ac .item .text .name .info+.ja,.sec-team.-fujieda-myfc .item .text .name .info+.ja {
        margin-top:9px
    }
}

.sec-team.-asahi-kasei .item .text .name .ja,.sec-team.-toyo-univ .item .text .name .ja,.sec-team.-ami-ac .item .text .name .ja, .sec-team.-fujieda-myfc .item .text .name .ja {
    line-height: 1;
    color: var(--white);
    font-size: 36px;
    font-weight: 700
}

.sec-team.-asahi-kasei .item .text .name .ja,.sec-team.-ami-ac .item .text .name .ja {
    color: var(--color-main);
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .item .text .name .ja,.sec-team.-toyo-univ .item .text .name .ja,.sec-team.-ami-ac .item .text .name .ja,.sec-team.-fujieda-myfc .item .text .name .ja {
        font-size:24px
    }
}

.sec-team.-asahi-kasei .item .text .content,.sec-team.-toyo-univ .item .text .content,.sec-team.-ami-ac .item .text .content,.sec-team.-fujieda-myfc .item .text .content {
    width: 400px;
    margin-top: 21px;
    padding-top: 12px;
    line-height: 32px;
    font-size: 16px;
    border-top: 1px solid #ff857d
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .item .text .content,.sec-team.-toyo-univ .item .text .content,.sec-team.-ami-ac .item .text .content,.sec-team.-fujieda-myfc .item .text .content {
        width:auto;
        margin-top: 18px;
        line-height: 24px;
        font-size: 14px
    }
}

.sec-team.-asahi-kasei .list,.sec-team.-ami-ac .list {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .list,.sec-team.-ami-ac .list {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .list,.sec-team.-ami-ac .list {
        margin-top:0;
        padding-left: 16px;
        padding-right: 16px
    }
}

.sec-team.-asahi-kasei .list .item,.sec-team.-ami-ac .list .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 56px
}

.sec-team.-asahi-kasei .list .item:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .list .item,.sec-team.-ami-ac .list .item {
        display:block;
        margin-top: 40px
    }
}

.sec-team.-asahi-kasei .list .item .image,.sec-team.-ami-ac .list .item .image {
    width: 388px
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .list .item .image,.sec-team.-ami-ac .list .item .image {
        width:auto
    }
}

.sec-team.-asahi-kasei .list .item .image img,.sec-team.-ami-ac .list .item .image img {
    display: block;
    width: 388px;
    height: 260px;
    min-width: 388px;
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .list .item .image img,.sec-team.-ami-ac .list .item .image img {
        width:100%;
        height: auto
    }
}

.sec-team.-asahi-kasei .list .item .text,.sec-team.-ami-ac .list .item .text {
    margin-left: 24px
}

@media screen and (max-width: 767px) {
    .sec-team.-asahi-kasei .list .item .text,.sec-team.-ami-ac .list .item .text {
        margin-top:32px;
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .sec-team.-asahi-kasei .list .item:nth-child(2),.sec-team.-ami-ac .list .item:nth-child(2) {
        /* margin-left:60px */
    }
}

@media (min-width: 768px) {
    .sec-team.-asahi-kasei .list .item:nth-child(3),.sec-team.-ami-ac .list .item:nth-child(3) {
        /* margin-left:120px */
    }
}

.sec-team.-toyo-univ .item,.sec-team.-fujieda-myfc .item {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 530px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .sec-team.-toyo-univ .item,.sec-team.-fujieda-myfc .item {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-team.-toyo-univ .item,.sec-team.-fujieda-myfc .item {
        height:auto;
        margin-top: 40px;
        padding-top: 87.8vw;
        padding-left: 16px;
        padding-right: 16px
    }
}

.sec-team.-toyo-univ .item .text,.sec-team.-fujieda-myfc .item .text {
    position: absolute;
    top: 111px
}

@media screen and (max-width: 767px) {
    .sec-team.-toyo-univ .item .text,.sec-team.-fujieda-myfc .item .text {
        position:static
    }
}

.sec-team.-toyo-univ>.header:before {
    right: 0
}

.sec-team.-toyo-univ>.header:after {
    left: 0
}


@media screen and (max-width: 767px) {
    .sec-team.-toyo-univ .item {
        background-image:url('https://cdn10801.cdn4s10.io.vn/media/team/image-sakai-sp.jpg') !important;
    }
}

.sec-team.-toyo-univ .item .text {
    right: 32px
}

@media screen and (max-width: 767px) {
    .sec-team.-fujieda-myfc>.header:before {
        width:70px;
        height: 89px
    }
}

@media screen and (max-width: 767px) {
    .sec-team.-fujieda-myfc .item {
        background-image:url('https://cdn10801.cdn4s10.io.vn/media/team/image-fujieda-myfc-sp.jpg') !important;
    }
}

.sec-team.-fujieda-myfc .item .text {
    left: 32px
}

.sec-team.-other-teams .list {
    width: 916px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pac: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .sec-team.-other-teams .list {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-team.-other-teams .list {
        display:block;
        padding-left: 16px;
        padding-right: 16px
    }
}

.sec-team.-other-teams .list .item {
    width: 438px
}

@media screen and (max-width: 767px) {
    .sec-team.-other-teams .list .item {
        width:auto;
        margin-top: 32px
    }
}

.sec-team.-other-teams .list .item .name {
    padding-bottom: 22px;
    border-bottom: 1px solid #ff857d
}

@media screen and (max-width: 767px) {
    .sec-team.-other-teams .list .item .name {
        padding-bottom:17px
    }
}

.sec-team.-other-teams .list .item .name .en {
    line-height: 1;
    color: #ff857d;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 40px;
}

@media screen and (max-width: 767px) {
    .sec-team.-other-teams .list .item .name .en {
        font-size: 28px;
    }
}

.sec-team.-other-teams .list .item .name .ja {
    margin-top: 20px;
    line-height: 1;
    font-size: 24px;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .sec-team.-other-teams .list .item .name .ja {
        margin-top:14px;
        font-size: 14px
    }
}

.sec-team.-other-teams .list .item .image {
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .sec-team.-other-teams .list .item .image {
        margin-top:16px
    }
}

.sec-team.-other-teams .list .item .image img {
    display: block;
    width: 438px;
    height: 280px
}

@media screen and (max-width: 767px) {
    .sec-team.-other-teams .list .item .image img {
        width:100%;
        height: auto
    }
}

@media (min-width: 768px) {
    .sec-team.-other-teams .list .item:nth-child(n+3) {
        margin-top:60px
    }
}

.sec-team.-other-teams .footer-notice {
    margin-top: 46px;
    line-height: 1;
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .sec-team.-other-teams .footer-notice {
        line-height:1.5;
        font-size: 18px
    }
}

.sec-team.-other-teams .footer-notice strong {
    color: #ff857d;
    font-weight: 500
}

@media (min-width: 768px) {
    .sec-team.-other-athletes {
        margin-top:13px
    }
}

.sec-team.-other-athletes>.header:before {
    right: 0;
    width: 335px;
    height: 269px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/team/other/pictogram-bike-svg1664240503.svg')
}

.sec-team.-other-athletes .list {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    /* display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pac: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; */
    margin-top: 20px;
    position: relative;
    max-width: 100%;
}

.sec-team.-other-athletes .list > .swiper {
    padding-bottom: 35px;
    width: 932px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.sec-team.-other-athletes .list > div[class*="swiper-button-"] {
    font-size: 36px;
    color: var(--color-highlight);
    top: 45%;
}


@media screen and (max-width: 767px) {
    .sec-team.-other-athletes .list {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-team.-other-athletes .list {
        margin-left:21px;
        margin-right: 21px
    }
}

@media screen and (max-width: 767px) {
    .sec-team.-other-athletes .list .item {
        /* width:calc((100% - 8px) / 3); */
    }
}

.sec-team.-other-athletes .list .item img {
    display: block;
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .sec-team.-other-athletes .list .item img {
        width:100%;
        height: auto
    }
}

@media (min-width: 768px) {
    .sec-team.-other-athletes .list .item:nth-child(n+6) {
        margin-top:8px
    }
}

@media screen and (max-width: 767px) {
    .sec-team.-other-athletes .list .item:nth-child(n+4) {
        margin-top:4px
    }
}

@media screen and (max-width: 767px) {
    .sec-team.-other-athletes .list .item:nth-child(n+10) {
        display:none
    }
}

.sec-team .footer-button {
    margin-top: 6px;
    line-height: 1;
    font-size: 24px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-team .footer-button {
        padding-left:16px;
        padding-right: 16px;
        line-height: 27px;
        font-size: 16px;
    }
}

.sec-team .footer-button .btn {
    margin-top: 22px
}

.sec-subscribe-1 {
    margin-top: 152px;
    padding-bottom: 295px
}

@media screen and (max-width: 767px) {
    .sec-subscribe-1 {
        margin-top:80px;
        padding-bottom: 120px
    }
}

.sec-subscribe-1:after {
    height: 240px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/pattern-4-svg1589345364.svg')
}

@media screen and (max-width: 767px) {
    .sec-subscribe-1:after {
        height:80px
    }
}

.sec-reason {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/ly-do/bg.png');
    background-repeat: no-repeat;
    background-position: center 146px
}

@media screen and (max-width: 767px) {
    .sec-reason {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-reason {
        margin-top: 0px;
        background-position: center 268px
    }
}

.sec-reason .heading .strong-pink:before {
    bottom: -2px;
    height: 23px
}

@media screen and (max-width: 767px) {
    .sec-reason .heading .strong-pink:before {
        bottom:-1px;
        height: 12px
    }
}

.sec-reason .heading .strong-1:before {
    left: 24px;
    width: 179px
}

@media screen and (max-width: 767px) {
    .sec-reason .heading .strong-1:before {
        left:15px;
        width: 112px
    }
}

.sec-reason .heading .strong-2:before {
    left: 33px;
    width: 210px
}

@media screen and (max-width: 767px) {
    .sec-reason .heading .strong-2:before {
        left:19px;
        width: 152px
    }
}

.sec-reason .list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pac: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px;
    padding-left: 146px;
    padding-right: 146px
}

@media screen and (max-width: 767px) {
    .sec-reason .list {
        display:block;
        padding-left: 16px;
        padding-right: 16px
    }
}

.sec-reason .list .item {
    position: relative
}

@media screen and (max-width: 767px) {
    .sec-reason .list .item {
        display:-ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.sec-reason .list .item img {
    display: block;
    width: 301px;
    height: 261px
}

@media screen and (max-width: 767px) {
    .sec-reason .list .item img {
        width:141px;
        height: 120px;
    }
}

.sec-reason .list .item figcaption {
    margin-top: 32px;
    line-height: 26px;
    font-size: 16px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-reason .list .item figcaption {
        margin-top:0;
        margin-left: 16px;
        line-height: 24px;
        font-size: 14px;
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .sec-reason .list .item+.item {
        margin-top:69px
    }
}

.sec-reason .list .item+.item:before {
    content: "";
    position: absolute;
    top: 91px;
    left: -104px;
    display: block;
    width: 80px;
    height: 74px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/ly-do/plus.png');
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 767px) {
    .sec-reason .list .item+.item:before {
        top:-53px;
        left: 50px;
        width: 40px;
        height: 37px;
        background-image: url('https://cdn10801.cdn4s10.io.vn/media/ly-do/plus.png') !important;
    }
}

.sec-news {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 80px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    color: #000;
    /* background-color: #fff; */
    background-size: cover;
    background-position: center;
    border-radius: 5px
}

@media screen and (max-width: 767px) {
    .sec-news {
        width:auto
    }
    
    .sec-news {
        margin-left:16px;
        margin-right: 16px;
        margin-bottom: 40px;
    }
}

.sec-news .heading {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
    color: var(--white);
}

.sec-news ul {
    list-style: disc inside !important;
    color: var(--white);
}

.sec-news ul li::marker {
    font-size: 20px;
    margin-right: 10px !important;
}

.sec-news ul a {
    display: inline-block !important;
    color: var(--white);
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .sec-news>a {
        font-size:12px;
        text-align: left
    }
}

.sec-news em {
    color: #ff857e
}

.sec-relation:after {
    bottom: -120px;
    height: 240px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/pattern-1-svg1588987527.svg');
    z-index: 2
}

@media screen and (max-width: 767px) {
    .sec-relation:after {
        bottom:-38px;
        height: 80px
    }
}

@media (min-width: 768px) {
    .sec-relation {
        position:relative;
        margin-top: 120px;
        padding-bottom: 326px
    }

    .sec-relation .photo {
        position: absolute;
        top: 0;
        right: calc((100% - 916px) / 2);
        z-index: 1
    }

    .sec-relation .photo img {
        display: block;
        width: 400px;
    }

    .sec-relation .heading {
        padding-left: calc((100% - 916px) / 2);
        text-align: left;
        max-width: 570px;
    }

    .sec-relation .heading .strong-pink:before {
        left: -1px;
        bottom: -2px;
        width: 154px;
        height: 23px
    }

    .sec-relation .content {
        margin-top: 48px;
        padding-left: calc((100% - 916px) / 2);
        line-height: 32px;
        font-size: 16px;
        max-width: 520px;
    }

    .sec-relation .content p+p {
        margin-top: 32px
    }

    .sec-relation .copy-en {
        position: absolute;
        top: 440px;
        right: calc((100% - 980px) / 2);
        line-height: 79px;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 74px;
        text-align: right;
        text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        z-index: 2
    }

    .sec-relation .copy-en .pink {
        color: #ff857d
    }

    .sec-relation .pouch {
        position: absolute;
        left: calc((100% - 916px) / 2);
        bottom: -18px;
        z-index: 3
    }

    .sec-relation .pouch img {
        display: block;
        width: 192px;
        height: 297px
    }
}

@media screen and (max-width: 767px) {
    .sec-relation {
        position:relative;
        margin-top: 40px;
        padding-bottom: 12px
    }

    .sec-relation .photo img {
        display: block;
        width: 100%;
        height: auto
    }

    .sec-relation .heading {
        text-align: left
    }

    .sec-relation .heading .strong-pink:before {
        left: 0;
        bottom: 0;
        width: 101px;
        height: 12px
    }

    .sec-relation .content {
        padding-bottom: 16px;
        line-height: 28px;
        font-size: 14px
    }

    .sec-relation .content p+p {
        margin-top: 28px
    }

    .sec-relation .footer {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pac: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        padding-left: 16px;
        z-index: 3
    }

    .sec-relation .copy-en {
        width: 170px;
        margin-bottom: 8px;
        line-height: 1;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 36px;
        text-align: right;
        text-shadow: 0 2px 4px rgba(0,0,0,0.5)
    }

    .sec-relation .copy-en .pink {
        color: #ff857d
    }

    .sec-relation .copy-en img {
        display: block;
        width: 100%;
        height: auto
    }

    .sec-relation .pouch {
        width: calc(100% - 179px)
    }

    .sec-relation .pouch img {
        display: block;
        width: 200px;
        height: auto
    }
}

.sec-compare {
    margin-bottom: 80px;
    padding-top: 160px;
    padding-bottom: 40px;
    background-color: #4a4a4a
}

@media screen and (max-width: 767px) {
    .sec-compare {
        padding-left:16px;
        padding-right: 16px;
        margin-bottom: 36px;
        padding-top: 78px;
        padding-bottom: 16px
    }
}

.sec-compare:after {
    bottom: -119px;
    height: 120px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/pattern-3-svg1589163274.svg');
    transform: rotate(180deg)
}

@media screen and (max-width: 767px) {
    .sec-compare:after {
        bottom:-59px;
        height: 60px
    }
}

.sec-compare .heading .strong-pink:before {
    left: 7px;
    bottom: 0;
    width: 206px;
    height: 23px
}

@media screen and (max-width: 767px) {
    .sec-compare .heading .strong-pink:before {
        left:0;
        bottom: -1px;
        width: 152px;
        height: 12px
    }
}

.sec-compare .graph {
    margin-top: 40px
}

.sec-compare .graph img {
    display: block;
    width: 916px;
    height: 505px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .sec-compare .graph img {
        width:100%;
        height: auto
    }
}

.sec-compare .notice {
    margin-top: 40px;
    line-height: 32px;
    font-size: 16px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-compare .notice {
        margin-top:28px;
        line-height: 24px;
        font-size: 14px;
        text-align: left
    }
}

.sec-compare .info {
    overflow: hidden;
    *zoom:1;position: relative;
    width: 916px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-top: 32px;
    padding-left: 64px;
    padding-right: 32px;
    padding-bottom: 32px;
    background-color: #000
}

@media screen and (max-width: 767px) {
    .sec-compare .info {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-compare .info {
        padding-top:24px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 24px
    }
}

.sec-compare .info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-left: 32px solid #ff857d;
    border-bottom: 32px solid transparent
}

.sec-compare .info .image {
    float: left
}

@media screen and (max-width: 767px) {
    .sec-compare .info .image {
        float:none
    }
}

.sec-compare .info .image img {
    display: block;
    width: 100px;
    height: 128px
}

@media screen and (max-width: 767px) {
    .sec-compare .info .image img {
        margin-left:auto;
        margin-right: auto
    }
}

.sec-compare .info .heading-small,.sec-compare .info .excerpt,.sec-compare .info .content {
    margin-left: 165px
}

@media screen and (max-width: 767px) {
    .sec-compare .info .heading-small,.sec-compare .info .excerpt,.sec-compare .info .content {
        margin-left:0
    }
}

.sec-compare .info .heading-small {
    font-size: 24px;
    font-weight: 900
}

@media screen and (max-width: 767px) {
    .sec-compare .info .heading-small {
        display:none
    }
}

.sec-compare .info .excerpt,.sec-compare .info .content {
    margin-top: 16px;
    line-height: 32px;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .sec-compare .info .excerpt,.sec-compare .info .content {
        line-height:24px;
        font-size: 14px
    }
}

.sec-compare .info .content {
    display: none
}

.sec-compare .info .btn-more,.sec-compare .info .btn-close {
    color: #ff857d;
    text-decoration: underline;
    cursor: pointer;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.sec-compare .info .btn-more:hover,.sec-compare .info .btn-more:active,.sec-compare .info .btn-close:hover,.sec-compare .info .btn-close:active {
    opacity: .85
}

.sec-compare .info.open .excerpt {
    display: none
}

.sec-compare .info.open .content {
    display: block
}

.sec-iron {
    padding-top: 80px
}

@media screen and (max-width: 767px) {
    .sec-iron {
        padding-left:16px;
        padding-right: 16px;
        padding-top: 64px
    }
}

.sec-iron .heading .strong-pink:before {
    left: -20px;
    width: 316px;
    height: 15px
}

@media screen and (max-width: 767px) {
    .sec-iron .heading .strong-pink:before {
        left:0;
        width: 203px;
        height: 8px;
        background-image: url('https://cdn10801.cdn4s10.io.vn/media/strong-pink-2-svg1588935458.svg') !important;
    }
}

.sec-iron .lead {
    margin-top: 16px;
    line-height: 34px;
    font-size: 20px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-iron .lead {
        margin-top:8px;
        line-height: 24px;
        font-size: 14px;
        /* text-align: left; */
    }
}

.sec-iron .lead .image {
    margin-top: 8px
}

@media screen and (max-width: 767px) {
    .sec-iron .lead .image {
        margin-top:16px;
    }
}

.sec-iron .lead .image img {
    margin-left: auto;
    margin-right: auto;
    width: 458px;
    height: 237px
}

@media screen and (max-width: 767px) {
    .sec-iron .lead .image img {
        margin-left:auto;
        margin-right: auto;
        max-width: 100%;
        height: auto
    }
}

.sec-iron .cases {
    width: 916px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pac: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .sec-iron .cases {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-iron .cases {
        display:block
    }
}

.sec-iron .cases .item {
    width: calc((100% - 40px) / 2)
}

@media screen and (max-width: 767px) {
    .sec-iron .cases .item {
        width:auto;
        margin-top: 24px
    }
}

.sec-iron .cases .item .image img {
    display: block;
    width: 438px;
    height: 280px
}

@media screen and (max-width: 767px) {
    .sec-iron .cases .item .image img {
        width:100%;
        height: auto
    }
}

.sec-iron .cases .item .profile {
    margin-top: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ff857d
}

@media screen and (max-width: 767px) {
    .sec-iron .cases .item .profile {
        margin-top:16px
    }
}

.sec-iron .cases .item .profile .info {
    line-height: 36px;
    font-size: 24px;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .sec-iron .cases .item .profile .info {
        line-height:20px;
        font-size: 14px
    }
}

.sec-iron .cases .item .profile .name {
    line-height: 54px;
    font-size: 36px;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .sec-iron .cases .item .profile .name {
        line-height:36px;
        font-size: 24px
    }
}

.sec-iron .cases .item .content {
    margin-top: 12px;
    line-height: 32px;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .sec-iron .cases .item .content {
        line-height:24px;
        font-size: 14px
    }
}

.sec-iron .cases .notice {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    text-align: right
}

@media screen and (max-width: 767px) {
    .sec-iron .cases .notice {
        margin-top:24px;
        text-align: left
    }
}

.sec-realize {
    padding-top: 80px;
    padding-bottom: 320px
}

@media screen and (max-width: 767px) {
    .sec-realize {
        padding-top:64px;
        padding-bottom: 120px
    }
}

.sec-realize:after {
    height: 240px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/pattern-2-svg1589028784.svg');
    transform: rotate(180deg)
}

@media screen and (max-width: 767px) {
    .sec-realize:after {
        height:80px
    }
}

.sec-realize .heading {
    position: relative;
    line-height: 54px;
    z-index: 10
}

@media screen and (max-width: 767px) {
    .sec-realize .heading {
        line-height:36px
    }
}

.sec-realize .heading .strong-pink:before {
    left: -16px;
    bottom: -4px;
    width: 179px;
    height: 23px
}

@media screen and (max-width: 767px) {
    .sec-realize .heading .strong-pink:before {
        left:-4px;
        bottom: -1px;
        width: 112px;
        height: 12px
    }
}

.sec-realize .heading .strong-pink strong {
    font-size: 46px
}

@media screen and (max-width: 767px) {
    .sec-realize .heading .strong-pink strong {
        font-size:32px
    }
}

.sec-realize .list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pac: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 770px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .sec-realize .list {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-realize .list {
        padding-left:16px;
        padding-right: 16px
    }
}

.sec-realize .list .item {
    width: 190px;
    margin-top: 120px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-realize .list .item {
        width:calc((100% - 18px * 2) / 3);
        margin-top: 40px
    }
}

.sec-realize .list .item .image img {
    display: block;
    width: 184px;
    height: 124px
}

@media screen and (max-width: 767px) {
    .sec-realize .list .item .image img {
        width:100%;
        height: auto
    }
}

.sec-realize .list .item .title {
    margin-top: 31px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 44px
}

@media screen and (max-width: 767px) {
    .sec-realize .list .item .title {
        margin-top:8px;
        font-size: 18px
    }
}

.sec-realize .list .item .text {
    margin-top: 12px;
    line-height: 26px;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .sec-realize .list .item .text {
        margin-top:4px;
        line-height: 16px;
        font-size: 14px
    }
}

.sec-ingredients {
    position: relative;
    padding-left: calc((100% - 1024px) / 2);
    padding-right: calc((100% - 1024px) / 2);
    padding-top: 40px
}

@media screen and (max-width: 767px) {
    .sec-ingredients {
        padding-left:16px;
        padding-right: 16px;
        padding-bottom: 80px;
    }

    .sec-ingredients:not(.sec-ingredients-2) {
        padding-bottom: 0;
    }
}

.sec-ingredients-2:after {
    height: 120px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/pattern-3-svg1589163274.svg')
}

@media screen and (max-width: 767px) {
    .sec-ingredients:after {
        height: 60px;
    }
}

.sec-ingredients .heading .strong-pink:before {
    width: 179px;
    height: 23px
}

@media screen and (max-width: 767px) {
    .sec-ingredients .heading .strong-pink:before {
        width:92px;
        height: 12px
    }
}

.sec-ingredients .list {
    margin-top: 80px
}

@media screen and (max-width: 767px) {
    .sec-ingredients .list {
        margin-top:16px;
        margin-bottom: 108px
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item {
        position:relative;
        padding-left: 594px;
        padding-right: 22px
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item+.item {
        margin-top:80px
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item .image {
        position:absolute;
        top: 0;
        left: 0;
        width: 494px
    }
}

.sec-ingredients .list .item .image img {
    display: block
}

@media screen and (max-width: 767px) {
    .sec-ingredients .list .item .image img {
        width:100%;
        height: auto
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item .text {
        position:relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
        flex-flow: column;
        -ms-flex-pac: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 408px;
        height: 340px;
        padding-right: 32px;
        background-color: #4a4a4a
    }
}

@media screen and (max-width: 767px) {
    .sec-ingredients .list .item .text {
        position:relative;
        margin-top: 40px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item .text:after {
        content:"";
        position: absolute;
        top: 0;
        left: -99px;
        display: block;
        border-top: 170px solid transparent;
        border-bottom: 170px solid transparent;
        border-right: 100px solid #4a4a4a
    }
}

.sec-ingredients .list .item .text .title-en {
    position: absolute;
    top: 25px;
    right: 16px;
    line-height: 1;
    color: #ff857d;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 62px;
    opacity: 0.5;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .sec-ingredients .list .item .text .title-en {
        position: static;
    }
}

.sec-ingredients .list .item .text .title {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    z-index: 2;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .sec-ingredients .list .item .text .title {
        font-size:18px
    }
}

.sec-ingredients .list .item .text .content {
    margin-top: 14px;
    line-height: 32px;
    font-size: 16px;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .sec-ingredients .list .item .text .content {
        margin-top:8px;
        line-height: 24px;
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item-amino .image img {
        /* width:480px; */
        /* height: 310px; */
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item-bcaa .image {
        top:-16px;
        left: -12px
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item-bcaa .image img {
        /* width:466px; */
        /* height: 372px; */
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item-collagen .image {
        top:4px;
        left: 22px
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item-collagen .image img {
        /* width:432px; */
        /* height: 275px; */
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item-vitaminb .image {
        /* top:-75px; */
        /* left: -12px; */
    }
}

@media (min-width: 768px) {
    .sec-ingredients .list .item-vitaminb .image img {
        /* width:500px; */
        /* height: 440px; */
    }
}

.sec-ingredients .more {
    margin-top: 80px;
}

@media (min-width: 768px) {
    .sec-ingredients .more {
        padding-bottom:215px;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 574px 574px
    }
}

.sec-ingredients .more .heading-more {
    font-size: 24px;
    font-weight: 900;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-ingredients .more .heading-more {
        display:-ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pac: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        height: 74.06vw;
        margin-left: -16px;
        margin-right: -16px;
        padding-right: 16px;
        padding-bottom: 36px;
        font-size: 18px;
        text-align: right;
        background-image: url('https://cdn10801.cdn4s10.io.vn/media/thanh-phan/more-bg-sp.jpg') !important;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.sec-ingredients .more .list-more {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pac: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: "";
    -webkit-align-items: strech;
    align-items: strech
}

@media (min-width: 768px) {
    .sec-ingredients .more .list-more {
        margin-top:80px;
        padding-left: 320px;
        padding-right: 54px
    }
}

@media screen and (max-width: 767px) {
    .sec-ingredients .more .list-more {
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.sec-ingredients .more .list-more .item {
    width: calc((100% - 8px * 3) / 4);
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 16px;
    background-color: #4a4a4a
}

@media screen and (max-width: 767px) {
    .sec-ingredients .more .list-more .item {
        width:calc((100% - 8px) / 2)
    }
}

@media screen and (max-width: 767px) {
    .sec-ingredients .more .list-more .item:nth-child(n+3) {
        margin-top:8px
    }
}

.sec-ingredients .more .list-more .item .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
}

.sec-ingredients .more .list-more .item .content {
    margin-top: 9px;
    line-height: 24px;
    font-size: 12px;
    text-align: justify;
}

.sec-cost {
    padding-top: 40px;
    text-align: center;
    background-color: #4a4a4a;
}

.sec-cost .heading .strong-pink:before {
    left: 27px;
    bottom: 0;
    width: 238px;
    height: 23px
}

@media screen and (max-width: 767px) {
    .sec-cost .heading .strong-pink:before {
        left:13px;
        width: 172px;
        height: 12px
    }
}

.sec-cost .image {
    margin-top: 34px
}

@media screen and (max-width: 767px) {
    .sec-cost .image {
        margin-top:22px
    }
}

.sec-cost .image img {
    display: block;
    width: 524px;
    height: 302px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .sec-cost .image img {
        width:100%;
        height: auto
    }
}

.sec-cost .content {
    margin-top: 4px;
    font-size: 36px;
    font-weight: 900
}

@media screen and (max-width: 767px) {
    .sec-cost .content {
        margin-top:2px;
        font-size: 18px
    }
}

.sec-subscribe-2 {
    position: relative;
    padding-top: 72px;
    padding-bottom: 141px;
    background-color: #4a4a4a
}

@media screen and (max-width: 767px) {
    .sec-subscribe-2 {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.sec-subscribe-2:after {
    bottom: -179px;
    height: 240px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/pattern-2-svg1589028784.svg')
}

@media screen and (max-width: 767px) {
    .sec-subscribe-2:after {
        bottom:-55px;
        height: 80px
    }
}

@media screen and (max-width: 767px) {
    .sec-subscribe-2 .common-subscribe {
        margin:0;
        padding: 0;
        background: none
    }
}

@media screen and (max-width: 767px) {
    .sec-subscribe-2 .heading,.sec-subscribe-2 .badge,.sec-subscribe-2 .image,.sec-subscribe-2 .lead,.sec-subscribe-2 .price,.sec-subscribe-2 .notice {
        display:none
    }
}

@media screen and (max-width: 767px) {
    .sec-subscribe-2 .text,.sec-subscribe-2 .discount {
        margin-top:0
    }
}

.sec-global {
    padding-top: 190px;
    padding-bottom: 86px;
    padding-left: 16px;
    padding-right: 16px
}

@media screen and (max-width: 767px) {
    .sec-global {
        padding-top:80px;
        padding-bottom: 40px
    }
}

.sec-global .heading .strong-pink:before {
    left: -1px;
    bottom: -5px;
    width: 213px;
    height: 23px
}

@media screen and (max-width: 767px) {
    .sec-global .heading .strong-pink:before {
        left:0;
        bottom: 0;
        width: 152px;
        height: 12px
    }
}

.sec-global .gallery {
    position: relative;
    margin-top: 40px
}

.sec-global .list-photo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pac: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .sec-global .list-photo {
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pac: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

@media screen and (max-width: 767px) {
    .sec-global .list-photo .item {
        width:calc((100% - 8px) / 2)
    }
}

.sec-global .list-photo .item img {
    display: block;
    width: 180px;
    height: 180px
}

@media screen and (max-width: 767px) {
    .sec-global .list-photo .item img {
        width:100%;
        height: auto
    }
}

@media (min-width: 768px) {
    .sec-global .list-photo .item+.item {
        margin-left:8px
    }
}

@media screen and (max-width: 767px) {
    .sec-global .list-photo .item:nth-child(even) {
        margin-left:8px
    }
}

@media screen and (max-width: 767px) {
    .sec-global .list-photo .item:nth-child(n+3) {
        margin-top:8px
    }
}

.sec-global .countries {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pac: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .sec-global .countries {
        position:absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: calc((100% - 8px) / 2);
        height: calc((100% - 16px) / 3);
        margin-top: 0
    }
}

.sec-global .countries .title {
    position: relative;
    width: 152px;
    height: 40px;
    margin-right: 24px;
    color: #000;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .sec-global .countries .title {
        width:auto;
        margin-right: 0
    }
}

.sec-global .countries .title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    display: block;
    width: 0;
    border-left: 10px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

@media screen and (max-width: 767px) {
    .sec-global .countries .title:after {
        display:none
    }
}

@media screen and (max-width: 767px) {
    .sec-global .countries .list-country {
        margin-top:11px
    }
}

.sec-global .countries .list-country .item {
    float: left;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 24px
}

@media screen and (max-width: 767px) {
    .sec-global .countries .list-country .item {
        float:none;
        line-height: 26px;
        font-size: 18px;
        text-align: center
    }
}

@media (min-width: 768px) {
    .sec-global .countries .list-country .item+.item:before {
        content:"ãƒ»"
    }
}

.sec-research {
    position: relative;
    padding-top: 80px;
    background-color: #4a4a4a
}

@media screen and (max-width: 767px) {
    .sec-research {
        padding-top:40px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.sec-research:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 505px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/research/bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .sec-research:before {
        height:307px;
    }
}

.sec-research>* {
    position: relative;
    z-index: 2
}

.sec-research .lead {
    margin-bottom: 8px
}

.sec-research .content {
    margin-top: 16px;
    line-height: 34px;
    font-size: 20px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-research .content {
        margin-top:8px;
        line-height: 24px;
        font-size: 14px;
        text-align: left
    }
}

.sec-research .content strong {
    font-weight: 900
}

.sec-research .teams {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #000
}

@media screen and (max-width: 767px) {
    .sec-research .teams {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-research .teams {
        margin-top:8px;
        padding-top: 24px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.sec-research .teams .heading-small {
    font-size: 24px;
    font-weight: 900;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-research .teams .heading-small {
        font-size:18px
    }
}

.sec-research .teams .gallery {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pac: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px
}

@media screen and (max-width: 767px) {
    .sec-research .teams .gallery {
        display:block
    }
}

.sec-research .teams .gallery .item {
    margin-top: 24px
}

@media (min-width: 768px) {
    .sec-research .teams .gallery .item {
        margin-left:12px;
        margin-right: 12px
    }
}

.sec-research .teams .gallery .item img {
    display: block;
    width: 289px;
    height: 174px
}

@media screen and (max-width: 767px) {
    .sec-research .teams .gallery .item img {
        width:100%;
        height: auto
    }
}

.sec-research .teams .gallery .item figcaption {
    margin-top: 8px;
    font-size: 16px;
    text-align: center
}

.sec-research .teams .footer {
    padding-left: 32px;
    padding-right: 32px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-research .teams .footer {
        padding-left:0;
        padding-right: 0
    }
}

.sec-scene {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #4a4a4a
}

@media screen and (max-width: 767px) {
    .sec-scene {
        padding-left:16px;
        padding-right: 16px;
        padding-top: 40px;
        padding-bottom: 16px
    }
}

.sec-scene:after {
    bottom: -119px;
    height: 120px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/pattern-3-svg1589163274.svg');
    transform: rotate(180deg);
    z-index: 1
}

@media screen and (max-width: 767px) {
    .sec-scene:after {
        bottom:-60px;
        height: 60px
    }
}

.sec-scene .heading .strong-pink:before {
    left: -9px;
    width: 119px;
    height: 15px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/strong-pink-2-svg1588935458.svg')
}

.sec-scene .flow {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pac: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .sec-scene .flow {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-scene .flow {
        display:block
    }
}

.sec-scene .flow .item {
    *zoom:1;position: relative
}

.sec-scene .flow .item:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (max-width: 767px) {
    .sec-scene .flow .item .image {
        float:left
    }
}

.sec-scene .flow .item .image img {
    display: block;
    width: 260px;
    height: 260px
}

@media screen and (max-width: 767px) {
    .sec-scene .flow .item .image img {
        width:120px;
        height: 120px
    }
}

.sec-scene .flow .item .title {
    margin-top: 19px;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-scene .flow .item .title {
        margin-top:0;
        margin-left: 132px;
        padding-top: 7px;
        line-height: 26px;
        font-size: 18px;
        text-align: left
    }
}

.sec-scene .flow .item .content {
    margin-top: 11px;
    line-height: 26px;
    font-size: 16px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-scene .flow .item .content {
        margin-top:8px;
        margin-left: 132px;
        line-height: 24px;
        font-size: 14px;
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .sec-scene .flow .item+.item {
        margin-top:70px
    }
}

.sec-scene .flow .item+.item:before {
    content: "\f101";
    position: absolute;
    top: 106px;
    left: -74px;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 48px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-scene .flow .item+.item:before {
        content:"\f103";
        top: -53px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 36px
    }
}

.sec-scene .info-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pac: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: "";
    -webkit-align-items: strech;
    align-items: strech;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px
}

@media screen and (max-width: 767px) {
    .sec-scene .info-wrap {
        width:auto
    }
}

@media screen and (max-width: 767px) {
    .sec-scene .info-wrap {
        display:block;
        margin-top: 80px
    }
}

.sec-scene .info {
    position: relative;
    width: 470px;
    padding-top: 22px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 22px;
    line-height: 26px;
    font-size: 16px;
    background-color: #000
}

@media screen and (max-width: 767px) {
    .sec-scene .info {
        width:auto;
        padding-top: 24px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 24px;
        line-height: 24px;
        font-size: 14px
    }
}

.sec-scene .info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-left: 32px solid #ff857d;
    border-bottom: 32px solid transparent
}

@media screen and (max-width: 767px) {
    .sec-scene .info+.info {
        margin-top:16px
    }
}

.sec-episode {
    padding-top: 160px;
    padding-bottom: 148px;
    background-image: linear-gradient(47deg, #666666 6%,#000000 86%)
}

@media screen and (max-width: 767px) {
    .sec-episode {
        padding-left:16px;
        padding-right: 16px;
        padding-top: 107px;
        padding-bottom: 40px
    }
}

.sec-episode:after {
    bottom: -172px;
    height: 240px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/pattern-2-svg1589028784.svg')
}

@media screen and (max-width: 767px) {
    .sec-episode:after {
        bottom:-56px;
        height: 80px
    }
}

.sec-episode .heading .strong-pink:before {
    left: 22px;
    bottom: -5px;
    width: 240px;
    height: 15px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/strong-pink-2-svg1588935458.svg')
}

@media screen and (max-width: 767px) {
    .sec-episode .heading .strong-pink:before {
        left:11px;
        bottom: -3px;
        width: 163px;
        height: 12px
    }
}

.sec-episode .box {
    position: relative;
    left: -4px;
    max-width: 577px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-top: 48px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    color: #000;
    background-color: #fff;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .sec-episode .box {
        left:0;
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px
    }
}

.sec-episode .box:before,.sec-episode .box:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 767px) {
    .sec-episode .box:before,.sec-episode .box:after {
        display:none
    }
}

.sec-episode .box:before {
    left: 0;
    top: 0;
    background-color: #fff;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/icon/pouch-v2.jpg');
    background-position: right 40px bottom 30px;
    background-repeat: no-repeat;
    background-size: 92px 146px;
    z-index: -1
}

.sec-episode .box:after {
    left: 8px;
    top: 8px;
    background-color: #ff857d;
    z-index: -2
}

.sec-episode .box .content {
    line-height: 32px;
    font-size: 16px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-episode .box .content {
        line-height:28px;
        font-size: 14px;
        text-align: left
    }
}

.sec-episode .box .content p+p {
    margin-top: 32px
}

@media screen and (max-width: 767px) {
    .sec-episode .box .content p+p {
        margin-top:28px
    }
}

.sec-episode .box .content.open .ellipsis,.sec-episode .box .content.open .btn-more {
    display: none
}

@media screen and (max-width: 767px) {
    .sec-episode .box .content.open .content-more {
        display:block
    }
}

@media screen and (max-width: 767px) {
    .sec-episode .box .btn-more,.sec-episode .box .btn-close {
        display:inline-block;
        color: #ff857d;
        font-size: 14px;
        font-weight: 700;
        text-decoration: underline;
        cursor: pointer;
        -moz-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .sec-episode .box .btn-more:hover,.sec-episode .box .btn-more:active,.sec-episode .box .btn-close:hover,.sec-episode .box .btn-close:active {
        opacity: .85
    }
}

.sec-episode .box .content-more {
    margin-top: 32px
}

@media screen and (max-width: 767px) {
    .sec-episode .box .content-more {
        display:none;
        margin-top: 28px
    }
}

.sec-episode .box .author {
    height: 115px;
    margin-top: 34px;
    padding-top: 14px;
    padding-left: 133px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/icon/president.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 767px) {
    .sec-episode .box .author {
        margin-top:40px;
        padding-top: 22px;
        padding-left: 125px
    }
}

.sec-episode .box .author .position {
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .sec-episode .box .author .position {
        font-size:14px
    }
}

.sec-episode .box .author .name {
    margin-top: 4px;
    font-size: 24px;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .sec-episode .box .author .name {
        font-size:18px
    }
}

.sec-subscribe-3 {
    padding-top: 180px
}

@media screen and (max-width: 767px) {
    .sec-subscribe-3 {
        padding-top:96px
    }
}

.sec-subscribe-3 .sec-heading .strong-1:before {
    display: none
}

@media screen and (max-width: 767px) {
    .sec-subscribe-3 .sec-heading .strong-1:before {
        display:block;
        left: 13px;
        bottom: -1px;
        width: 172px;
        height: 12px
    }
}

.sec-subscribe-3 .sec-heading .strong-2:before {
    left: -8px;
    bottom: -4px;
    width: 240px;
    height: 15px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/strong-pink-2-svg1588935458.svg')
}

@media screen and (max-width: 767px) {
    .sec-subscribe-3 .sec-heading .strong-2:before {
        display:none
    }
}

.sec-subscribe-3 .common-subscribe {
    margin-top: 72px
}

@media screen and (max-width: 767px) {
    .sec-subscribe-3 .common-subscribe {
        margin-top:40px
    }
}

.sec-campaign {
    padding-top: 80px;
    padding-bottom: 320px
}

@media screen and (max-width: 767px) {
    .sec-campaign {
        padding-bottom:80px
    }
}

.sec-campaign:after {
    height: 240px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/pattern-4-svg1589345364.svg')
}

@media screen and (max-width: 767px) {
    .sec-campaign:after {
        display:none
    }
}

.sec-campaign .content {
    margin-top: 24px;
    font-size: 24px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-campaign .content {
        margin-top:16px;
        font-size: 18px
    }
}

.sec-campaign .content .pre {
    display: block
}

@media screen and (max-width: 767px) {
    .sec-campaign .content .pre {
        padding-left:16px;
        padding-right: 16px
    }
}

.sec-campaign .content .strong-pink {
    margin-top: 16px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 60px
}

@media screen and (max-width: 767px) {
    .sec-campaign .content .strong-pink {
        margin-top:27px;
        margin-left: 0;
        margin-right: 0;
        font-size: 36px
    }
}

.sec-campaign .content .strong-pink:before {
    left: -15px;
    bottom: 4px;
    width: 154px;
    height: 15px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/strong-pink-2-svg1588935458.svg')
}

@media screen and (max-width: 767px) {
    .sec-campaign .content .strong-pink:before {
        left:-2px;
        bottom: -3px;
        width: 92px;
        height: 15px
    }
}

.sec-campaign .btn-wrap {
    margin-top: 40px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .sec-campaign .btn-wrap {
        padding-left:16px;
        padding-right: 16px
    }
}

.sec-campaign .btn-wrap img {
    width: 490px;
    height: 171px;
    margin-left: -33px;
    vertical-align: bottom
}

@media screen and (max-width: 767px) {
    .sec-campaign .btn-wrap img {
        /* width:268px; */
        height: 171px;
        margin-left: 0;
        width: auto;
    }
}

.sec-sns {
    padding-top: 8px;
    padding-bottom: 80px;
    background-color: #4a4a4a;
}

@media screen and (max-width: 767px) {
    .sec-sns {
        display:none
    }
}

.sec-sns .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pac: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: max-content;
    margin: 40px auto 0;
}

.sec-sns .row .col {
    width: 290px;
    height: 460px;
    background-color: #fff;
    padding: 0;
}

.sec-sns .row .col+.col {
    margin-left: 24px
}

.sec-sns iframe {
    max-width: 100%;
    width: 100% !important;
}

footer {
    padding-top: 32px;
    padding-bottom: 16px;
    color: #9b9b9b;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    footer {
        padding-top:24px;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px
    }
}

footer a {
    color: inherit
}

.footer-sns {
    display: none
}

@media screen and (max-width: 767px) {
    .footer-sns {
        display:-ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pac: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .footer-sns li+li {
        margin-left:18px
    }
}

@media screen and (max-width: 767px) {
    .footer-sns li a {
        font-size:36px
    }
}

.footer-nav {
    font-size: 16px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .footer-nav {
        margin-top:19px;
        font-size: 14px
    }
}

.footer-nav li {
    display: inline
}

.footer-nav li+li:before {
    content: "| "
}

.footer-nav li a {
    color: inherit;
    text-decoration: none
}

.footer-copyright {
    margin-top: 32px;
    font-size: 12px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .footer-copyright {
        margin-top:16px
    }
}

.mfp-container:before {
    display: none
}

.mfp-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%
}

.modal {
    /* height: 100vh; */
    /* max-height: 100vh; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* width: 900px; */
    color: #000;
    /* max-height: 80%; */
    /* background-color: #fff; */
    /* border: 5px solid #000; */
    /* border-radius: 20px; */
    /* padding: 0 15px !important; */
}

.modal>.inner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 60px 50px 50px;
    overflow: auto
}

.modal .title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 900;
    text-align: center
}

.modal .content {
    line-height: 1.6;
    font-size: 16px
}

.modal .content p {
    margin-top: 1.6em;
    margin-bottom: 1.6em
}

.modal .content p:first-child {
    margin-top: 0
}

.modal .content p:last-child {
    margin-bottom: 0
}

.modal .table {
    width: 100%;
    border: 1px solid #999999
}

.modal .table tr+tr {
    border-top: 1px dotted #999999
}

.modal .table th,.modal .table td {
    padding: 18px 20px;
    line-height: 1.4;
    font-size: 16px
}

.modal .table th {
    background-color: #f0f0f0
}

.modal .table a {
    color: inherit
}

.modal .table small {
    font-size: 14px
}

.sec-law {
    height: 80%
}

.sec-contact .content {
    text-align: center
}

#footer-fix {
    display: none
}

#pageup {
    position: fixed;
    right: 22px;
    bottom: 122px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 36px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    z-index: 10;
    cursor: pointer;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

#pageup:hover,#pageup:active {
    opacity: .85
}

@media screen and (max-width: 767px) {
    #pageup {
        display:none !important
    }
}

#footer-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100px;
    padding-left: calc((100% - 1024px) / 2);
    padding-right: calc((100% - 1024px) / 2);
    color: #000;
    background-color: #fff;
    z-index: 10
}

@media screen and (max-width: 767px) {
    #footer-banner {
        height:75px;
        -ms-flex-pac: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

#footer-banner .heading {
    margin-top: 18px;
    margin-left: 35px;
    line-height: 32px;
    font-size: 24px;
    font-weight: 900
}

@media screen and (max-width: 767px) {
    #footer-banner .heading {
        display:none
    }
}

#footer-banner .heading .strong-pink {
    font-weight: 900
}

#footer-banner .heading .strong-pink:before {
    left: 12px;
    bottom: -10px;
    width: 162px;
    height: 17px;
    background-image: url('https://cdn10801.cdn4s10.io.vn/media/strong-pink-2-svg1588935458.svg')
}

#footer-banner .button-area {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#footer-banner .image {
    margin-left: 7px
}

@media screen and (max-width: 767px) {
    #footer-banner .image {
        margin-left:0
    }
}

#footer-banner .image img {
    display: block;
    width: 111px;
    height: 100px
}

@media screen and (max-width: 767px) {
    #footer-banner .image img {
        width:63px;
        height: 75px
    }
}

#footer-banner .button {
    width: auto;
    margin-top: -14px;
    margin-left: 0
}

@media screen and (max-width: 767px) {
    #footer-banner .button {
        margin-top:-7px;
        margin-left: 5px
    }
}

#footer-banner .button img {
    width: 398px;
    height: 109px;
    vertical-align: bottom
}

@media screen and (max-width: 767px) {
    #footer-banner .button img {
        width:220px;
        height: 77px
    }
}

#footer-banner .info {
    margin-top: 15px;
    margin-left: 25px
}

@media screen and (max-width: 767px) {
    #footer-banner .info {
        display:none
    }
}

#footer-banner .info .tel {
    line-height: 24px;
    font-size: 16px;
    font-weight: 700
}

#footer-banner .info .tel i {
    margin-right: 2px
}

#footer-banner .info .hours {
    line-height: 24px;
    font-size: 16px;
    font-weight: 700
}

#footer-banner .info .holidays {
    margin-top: 4px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 700
}

#is-sp {
    display: none
}

@media screen and (max-width: 767px) {
    #is-sp {
        position:absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 0;
        height: 0
    }
    
    .social_item i {
        font-size: 18px;
    }
    
    .logo-section img {
        height: 3.5rem;
    }
    
    .language-switch {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .pc-hide {
        display:none
    }
}

.contact_icon {
    cursor: pointer;
    font-size: 6rem;
    color: var(--gray-bold);
}

.contact_icon:hover,
.contact_title:hover {
    color: var(--color-highlight);
}

.contact_title {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 17px;
    cursor: pointer;
}

.contact_description {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-bold);
}

.contact_description a {
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-bold);
    word-wrap: break-word;
}

.link_footer {
    position: fixed;
    bottom: 0;
    left: 2.5rem;
    z-index: 999;
}

.link_footer img {
    max-width: 330px;
}

.title_cus  {
    height: auto !important;
    margin-bottom: 40px !important;
}

.title_cus .lead {
    font-size: 20px !important;
    line-height: 1.5 !important;
}

.sec-certification {
    padding: 100px 0 50px;
    text-align: center;
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slide.item:focus-visible {
    outline: none;
}

.gl-content {
    max-width: 100%;
    overflow: hidden;
}

.gl-content img,
.gl-content table,
.gl-content ifame,
.gl-content div,
.gl-content video {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .search-home {
        display: none;
    }
    .footer-nav-list {
        display: flex;
        flex-wrap: wrap;
        font-size: 12px !important;
        justify-content: center;
    }
    .language-switch a {
        color: #ff3030 !important;
    }
    .btn-menu-mobile i {
        color: white;
    }
    .setting-menu > .row > div:nth-child(2) {
        justify-content: flex-start;
        padding-left: 6px;
    }
    .language-switch > ul {
        padding-left: 0 !important;
    }

    .sec-certification {
        padding: 50px 0;
    }
    
    .sec-news ul li::marker {
        content: none;
    }
    
    .sec-news ul a {
        text-align: justify;
        font-size: 14px;
        padding: 8px 0 !important;
    }
    
    .link_footer {
        left: 10px;
        bottom: 20px;
    }
    
    .link_footer img {
        max-width: 160px;
    }
    
    .product-title {
        font-size: 18px;
    }
}

.modal-dialog {
    max-width: 1000px;
}

.modal .modal-header {
    border: none;
}

.modal .modal-content {
    border: none;
    height: 100%;
}

.modal-body {
    /*overflow: auto;*/
    /* max-height: 80vh; */
}

.modal section {
    margin: 0 !important;
    padding: 0 !important;
}

.modal div[nh-lazy] .text {
    color: var(--white);
}

.modal .sec-team>.header {
    height: 180px;
    padding-top: 0;
}

.sec-ingredients .list .item img {
    height: 370px;
}

@media screen and (max-width: 365px) {
    .sec-ingredients .more .heading-more{
        font-size: 16px;
    }
}





