@charset "UTF-8";

/* Mixin */

/* Set các giá trị với màn hình tương ứng */

.section-product__container {
    max-width: 1240px !important;
    margin: 0 auto !important;
}

.btn {
    background: #02a9ce;
}

.btn--inverse {
    color: #02a9ce;
    background: #ffffff;
}

.text-blue {
    color: #02a9ce;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    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 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

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

.slick-track:before,
.slick-track:after {
    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;
}

/* Slider */

.slick-loading .slick-list {
    background: #fff url(../images/vendor/slick-carousel/slick/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center
        center no-repeat;
}

/* Icons */

@font-face {
    font-family: 'slick';
    src: url(../fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475);
    src: url(../fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475)
            format('embedded-opentype'),
        url(../fonts/vendor/slick-carousel/slick/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format('woff'),
        url(../fonts/vendor/slick-carousel/slick/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format('truetype'),
        url(../fonts/vendor/slick-carousel/slick/slick.svg?f97e3bbf73254b0112091d0192f17aec) format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Arrows */

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

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

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

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

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.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: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

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

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */

.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: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

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

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

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

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2022';
    width: 20px;
    height: 20px;
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

@media (max-width: 768px) {
    .section {
        padding: 25px 0;
    }
}

.section__title {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 52px;
    /* identical to box height, or 153% */
    text-align: center;
    text-transform: uppercase;
    /* Black */
    color: #151515;
}

.section--detail {
    background-color: rgba(136, 136, 136, 0.3);
}

.section--detail .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section--detail .detail__content {
    margin-top: auto;
    text-align: center;
}

.section--detail .detail--counter {
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 4px;
    font-weight: 700;
    color: #02a9ce;
}

.section--detail .detail--desc {
    font-size: 10px;
}

@media (min-width: 992px) {
    .section--detail .detail--counter {
        font-size: 28px;
    }

    .section--detail .detail--desc {
        font-size: 14px;
    }
}

.section {
    padding: 25px;
}

@media (max-width: 768px) {
    .section {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 15px 0;
    }
}

@media (max-width: 768px) {
    .section__title {
        font-size: 21px;
        line-height: 33px;
    }
}

.section--intro {
    background: #02a9ce;
}

.section--intro article {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 3px;
}

.section--intro article a:hover {
    text-decoration: none;
}

.section--intro article img {
    height: 35px;
}

.section--intro article h4 {
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

@media (max-width: 768px) {
    .section--intro article {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .section--intro article h4 {
        margin-top: 10px;
        font-size: 15px;
        line-height: 18px;
    }
}

.section--brand {
    background: url('../images/map-blue.png') center/contain no-repeat;
    /* width: 90%; */
    /* background-color: red; */
}

.section--brand .row:first-child {
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.btn_join_animation {
    animation-delay: 0;
    position: relative;
    overflow: hidden;
}

.btn_join_animation:after {
    animation: sheen 1.5s 4s infinite;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5) 50%, transparent);
    transform: rotateZ(60deg) translate(-1em, 10em);
}

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(0, -15em);
    }
}

.background-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .background {
        display: none;
    }
    .background-mobile {
        display: block;
    }
    .background-mobile .row:not(:last-child) {
        border-bottom: 1px solid rgba(21, 21, 21, 0.1);
    }
}

.section--brand .brand:not(:last-child) {
    border-right: 1px solid rgba(21, 21, 21, 0.1);
}

.section--brand article {
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media (max-width: 768px) {
    .section--brand article {
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .section--brand article {
        padding: 15px;
    }
}

.section--brand article img {
    width: 100%;
}

.section--des .des-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    height: 244px;
    background: url('/images/des/Union.svg') center/contain no-repeat;
}

.section--des .des-img img {
    max-height: 130px;
}

@media (max-width: 768px) {
    .section--des .des-img {
        height: 178px;
    }

    .section--des .des-img img {
        max-height: 80px;
    }
}

.section--des .des-section {
    margin-bottom: 5px;
}

.section--des .des-section:nth-child(odd) > div:first-child {
    order: 2 !important;
}

@media (max-width: 768px) {
    .section--des .des-section {
        margin-top: 20px;
    }

    .section--des .des-section:nth-child(odd) > div:first-child {
        order: unset !important;
    }
}

.section--des .des-content h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    /* identical to box height, or 121% */
    text-transform: capitalize;
    /* Pri */
    color: #02a9ce;
}

.section--des .des-content p {
    font-size: 16px;
    line-height: 28px;
    color: #151515;
}

@media (max-width: 768px) {
    .section--des .des-content h1 {
        margin-top: 7px;
        text-align: center;
        font-size: 20px;
    }

    .section--des .des-content p {
        text-align: center;
        font-size: 15px;
    }
}

.section--box {
    /* White */
}

.section--box .box {
    padding: 25px 15px;
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.section--box .box label {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 2px;
}

.section--box .box__check {
    text-align: center;
}

.section--box .box__check-container {
    padding: 15px 0;
    border-bottom: 1px dashed rgba(21, 21, 21, 0.2);
}

@media (max-width: 768px) {
    .section--box .box__check-container {
        padding: 5px 0;
    }
}

.section--box .box__check .form-check {
    margin: 10px;
}

@media (max-width: 768px) {
    .section--box .box__check .form-check {
        margin: 10px 5px;
        padding-left: 0;
    }
}

.section--box .box__check img {
    width: 74px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}

.section--box .box__check label {
    display: block;
}

.section--box .box__check span {
    display: block;
    padding: 7px;
}

.section--box .box__check input {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: relative;
}

.section--box .box__des {
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */
    text-align: center;
    /* Black */
    color: #151515;
}

.section--feedback .slick-dots li button::before {
    display: none;
}

.section--feedback .slick-dots li button {
    width: 10px;
    height: 10px;
    background: rgba(136, 136, 136, 0.4);
    opacity: 0.8;
    border-radius: 10px;
}

.section--feedback .slick-dots li.slick-active button {
    background: #02a9ce;
}

.section--feedback .slick-track {
    padding-bottom: 60px;
}

.section--feedback .slick-list {
    padding: 0 !important;
}

.section--feedback .slick-slide {
    padding: 15px;
}

.section--feedback .slick-slide.slick-current article {
    background: #02a9ce;
    color: #ffffff;
}

.section--feedback .slick-slide.slick-current article::after {
    border-top: 35px solid #02a9ce;
}

.section--feedback .slick-slide article {
    position: relative;
    background: #eeeded;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
}

.section--feedback .slick-slide article::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 35px solid #eeeded;
    border-left: 30px solid transparent;
}

.section--feedback .slick-slide article p {
    margin-bottom: 4px;
}

.section--feedback .slick-slide article .author {
    font-weight: 600;
    font-size: 18px;
}

.section--buy article,
.section--trans article {
    text-align: center;
    position: relative;
    color: #02a9ce;
}

.section--buy article:hover .step span,
.section--trans article:hover .step span {
    background-color: #f4d558;
}

.section--buy article img,
.section--trans article img {
    width: 120px;
    height: 120px;
}

.section--buy article a:hover,
.section--trans article a:hover {
    text-decoration: none;
}

.section--buy article p,
.section--trans article p {
    padding: 0 10px;
    font-size: 16px;
    line-height: 22px;
    /* Black */
    color: #151515;
}

@media (max-width: 768px) {
    .section--buy article,
    .section--trans article {
        text-align: left;
        padding-left: 100px;
        padding-bottom: 30px;
    }

    .section--buy article p,
    .section--trans article p {
        margin-top: 5px;
        font-size: 16px;
    }

    .section--buy article.last,
    .section--trans article.last {
        padding-bottom: 0;
    }
}

.section--buy article .step,
.section--trans article .step {
    text-align: center;
    position: relative;
    margin: 20px -14px;
}

.section--buy article .step.first::before,
.section--trans article .step.first::before {
    display: none;
}

.section--buy article .step.last::after,
.section--trans article .step.last::after {
    display: none;
}

.section--buy article .step span,
.section--trans article .step span {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: #02a9ce;
    line-height: 40px;
    border-radius: 50px;
    box-sizing: content-box;
    border: 7px solid #ffffff;
    position: relative;
    z-index: 2;
    transition: background-color 0.2s linear;
}

@media (max-width: 768px) {
    .section--buy article .step span.active,
    .section--trans article .step span.active {
        background: #02a9ce;
    }

    .section--buy article .step span,
    .section--trans article .step span {
        background: #d0d0d0;
    }

    .section--buy article .step span.scrolled,
    .section--trans article .step span.scrolled {
        background: #02a9ce;
    }
}

@media (max-width: 768px) {
    .section--buy article .step,
    .section--trans article .step {
        margin: 0;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 20px;
    }
}

.steps-container {
    position: relative;
}

.steps-container .steps-process {
    position: absolute;
    content: '';
    left: 12.5%;
    right: 12.5%;
    top: 167px;
    height: 1px;
    border-bottom: 1px dashed rgba(21, 21, 21, 0.2);
    z-index: -1;
}

@media (max-width: 768px) {
    .steps-container .steps-process {
        top: 47px;
        bottom: calc((100% / 4) - (20px + 27px));
        width: 2px;
        background: rgba(21, 21, 21, 0.2);
        height: auto;
        left: 42px;
        right: unset;
    }

    .steps-container .steps-process span {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 0;
        z-index: 1;
        background: #02a9ce;
    }
}

.nav-category {
    width: 100% !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    margin-bottom: 31px !important;
    overflow-y: hidden;
    font-size: 18px !important;
    font-family: 'Helvetica Neue', sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
}

.nav-category > .nav-item a {
    text-transform: uppercase !important;
    line-height: 24px !important;
}

.nav-category > .nav-item {
    white-space: nowrap !important;
}
