@keyframes zoom {
    25% {
        transform: scale3d(1.5, 1.5, 0)
    }

    50% {
        transform: scale3d(1, 1, 0)
    }

    75% {
        transform: scale3d(1.25, 1.25, 0)
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

.section-lastest .card-news .ttl-card-news, .section-related .card-news .ttl-card-news, .section-understand .card-news .ttl-card-news {
    margin-top: 15px
}

.section-lastest .card-news, .section-related .card-news, .section-understand .card-news {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 0 5px
}

.btn-more+div, .section-lastest-cont, .section-understand {
    margin-top: 50px
}

.section-youreye-home .card-your-eye {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 0;
    justify-content: center;
    transition: .5s;
    -webkit-transition: .5s
}

.section-youreye-home .card-your-eye .ttl-your-eyes {
    font-size: 35px;
    line-height: 1.36;
    height: initial;
    max-width: 500px
}

.section-youreye-home .card-your-eye .ttl-your-eyes:after {
    width: 100px
}

.section-youreye-home .card-your-eye.your-eye01 {
    background-image: url(../images/img-youryeye-home01.png);
    background-size: auto 100%
}

.section-youreye-home .card-your-eye.your-eye02 {
    background-image: url(../images/img-youryeye-home02.png);
    background-size: auto 100%
}

.section-youreye-home .card-your-eye.your-eye03 {
    background-image: url(../images/img-youryeye-home03.png);
    background-size: auto 100%
}

.section-youreye-home .card-your-eye.your-eye04 {
    background-image: url(../images/img-youryeye-home04.png);
    background-size: auto 100%
}

.section-youreye-home .card-your-eye:hover {
    background-size: auto 110%
}

.main-kvs.understand-main-item {
    background: url(../images/banner03.png) center no-repeat !important
}

.main-kvs .infor .ttl-kvs a {
    text-decoration: none
}

.main-kvs .infor.info-dark p {
    color: #1c1c1c
}

#surveys .steps, .main-kvs+.left-stories {
    margin-top: 30px
}

.img-highlight {
    height: 550px
}

.img-highlight .infor {
    justify-content: center !important
}

.left-kvs .ttl-line {
    font-size: 17px !important
}

.left-kvs .ttl-line span {
    font-weight: 100
}

.box-faq .box-avatar img, figure {
    height: 100%
}

.card-kvs+.card-kvs {
    border-top: 1px solid #5e5e5e;
    margin-top: 14px;
    padding-top: 13px
}

.card-kvs .ttl-card-kvs {
    font-size: 15px;
    line-height: 1.33333;
    margin-bottom: 5px
}

.card-kvs li, .card-kvs p {
    font-size: 13px;
    line-height: 1.53846;
    margin-bottom: 6px;
    display: block;
    width: 100%;
    height: 3.5789rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #939598
}

.btn-card-key {
    font-size: 11px
}

.btn-card-key a {
    color: #c39e6d
}

.btn-card-key span {
    color: #606060;
    margin-right: 2px
}

.tab-next, .tab-prev {
    float: right;
    border-radius: 0;
    background: #c39e6d;
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 0;
    margin-top: 22px;
    color: #1f1a18
}

.tab-next:hover, .tab-prev:hover {
    background-color: #ad8c61;
    border-color: #ad8c61;
    color: #1f1a18
}

.content-detail, .pagination {
    border-top: 1px solid #5e5e5e
}

.tab-next:disabled, .tab-prev:disabled {
    background: #3b3532;
    color: #939598
}

.tab-prev {
    margin-right: 10px
}

.card-stories .row-card-stories:hover {
    background: #3b3533;
    transition: .5s;
    -webkit-transition: .5s
}

.page__vi .author, .page__vi .card-stories .col-text-stories p {
    font-size: 14px;
    font-family: OpenSans, sans-serif
}