.interest {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    background: #fff;
}

/*#region interest-primary */
.interest-primary {
    padding-top: 60px;
    text-align: center;
}

.i-title {
    display: inline-block;
}

.i-line {
    background: #FCCA00;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
}

.i-text {
    font-size: 32px;
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding: 15px 0 15px;
    text-transform: uppercase;
}

.i-subtitle {
    line-height: 26px;
    padding-bottom: 60px;
}

.i-content {
}

.i-primary-item {
    padding-bottom: 60px;
}

    .i-primary-item:last-child {
        padding-bottom: 0;
    }

.i-primary-text {
    color: #151D41;
    text-align: left;
}

.i-primary-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 32px;
    padding-bottom: 15px;
    position: relative;
}

.i-primary-des {
    line-height: 26px;
}

.i-check {
    background: url(/sites/tuyendung/images/pages/interest/ic-check.svg) no-repeat;
    background-position: left;
    background-position-y: 3px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-family: GoogleSans Italic, Arial, sans-serif;
}

    .i-check:last-child {
        margin-bottom: 0;
    }

.i-primary-slider {
    direction: ltr;
}

    .i-primary-slider img {
        margin: 0 auto;
    }

.slider-1, .slider-2, .slider-3 {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.interest .slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 1;
}

    .interest .slick-arrow:hover {
        opacity: 0.85;
    }

.interest .slick-prev {
    left: 40px;
}

.interest .slick-next {
    right: 40px;
}
/*#endregion */
/*#region interest-other */
.interest-other {
    padding-top: 150px;
}

.interest-other-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 32px;
    padding-bottom: 30px;
    text-align: center;
}

    .interest-other-title span {
        position: relative;
        z-index: 2;
    }

.i-other-item {
    padding: 0 15px;
}

.i-other-item-group {
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .1);
    height: 100%;
    border-radius: 10px;
    background: #fff;
}

.i-other-img img {
    border-radius: 10px 10px 0 0;
}

.i-other-title {
    padding: 20px 15px 0;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.i-other-des {
    padding: 0 15px 20px;
    font-family: GoogleSans, Arial, sans-serif;
    color: #6d757d;
    line-height: 26px;
}

.i-other-row {
    padding-top: 5px;
}
/*#endregion */
/*#region join */
.join {
    padding: 60px 0;
}

.join-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    text-align: center;
    font-size: 40px;
    padding-bottom: 30px;
}

.cls-join-button {
    display: flex;
    justify-content: center;
}

    .cls-join-button a {
        font-family: GoogleSans Medium, Arial, sans-serif;
        color: #fff;
        background: #E71924;
        padding: 15px 30px;
        font-size: 20px;
        text-align: center;
        border-radius: 5px;
        text-transform: uppercase;
    }

/*#endregion */
/*#region deco */
.interest-primary .container, .interest-other .container {
    position: relative;
}

.interest-other .row {
    position: relative;
    z-index: 11;
}

.deco {
    position: absolute;
    display: inline-block;
    z-index: 1;
}

    .deco.deco-1 {
        width: 500px;
        top: -100px;
        right: 30px;
    }

    .deco.deco-2 {
        width: 70px;
        top: -50px;
        right: 0;
    }

    .deco.deco-3 {
        width: 100px;
        top: -5px;
        right: 420px;
    }

    .deco.deco-4 {
        width: 70px;
        top: 95px;
        left: 95px;
    }
/*#endregion */
/*#region Responsive */
@media (min-width: 1366px) {
    .slider-1, .slider-2, .slider-3 {
        width: 600px;
    }

    .slider-1, .slider-3 {
        float: right;
    }

    .slider-2 {
        float: left;
    }
}

@media (min-width: 980px) {
    .i-primary-item:nth-child(2n+1) {
        direction: rtl;
    }

    .i-primary-item .i-primary-text {
        width: 50%;
        padding-left: 30px;
    }

    .i-primary-item:nth-child(2n+1) .i-primary-text {
        direction: ltr;
    }

    .i-primary-item .i-primary-slider {
        width: 50%;
        padding-right: 30px;
    }

    .i-primary-item:nth-child(2n) .i-primary-slider {
        padding-left: 30px;
        padding-right: 0;
    }


    .interest-other-content {
        display: flex;
    }

    .i-primary-item {
        display: flex;
        align-items: center;
    }

        .i-primary-item:nth-child(2n) .i-primary-text {
            padding-left: 0;
            padding-right: 30px;
        }
}

@media (max-width: 979px) {
    .interest-primary {
        padding-top: 40px;
    }

    .i-subtitle {
        padding-bottom: 40px;
    }

    .deco {
        display: none;
    }

    .i-other-item {
        max-width: 500px;
        margin: 0 auto 30px;
    }

        .i-other-item:last-child {
            margin-bottom: 0;
        }

    .i-primary-item {
        padding-bottom: 40px;
    }

    .i-primary-text {
        padding-bottom: 30px
    }

    .i-primary-title {
        text-align: center
    }

    .interest-other {
        padding-top: 40px;
    }

    .join-title br {
        display: none;
    }

    .join {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .i-text {
        font-size: 24px;
    }

    .i-primary-title {
        font-size: 24px;
        text-align: center;
    }

    .interest-other-title {
        font-size: 24px;
    }

    .join-title {
        font-size: 24px;
    }
}
/*#endregion */
