header.header .hero.is-dark {
    height: 450px;
    padding-top: 0px;
}

header.header .hero .hero-body {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EFF3F8;
    background-size: cover;
}

header.header .hero .hero-body .container {
    display: flex;
    align-items: center;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero .hero-body .title {
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    color: #201C26 !important;
}

.hero .hero-body .subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #615E69 !important;
}

.hero .hero-body .button.is-primary.is-outlined {
    border-color: #201C26;
    color: #201C26;
}

.hero .hero-body .button.is-primary.is-outlined:hover {
    border-width: 0;
    color: #fff;
}

header.header .hero-foot.content-nav {
    background: #E6E9F0;
}

header.header .hero-foot.content-nav .tabs ul {
    justify-content: space-evenly;
}

header.header .hero-foot.content-nav .tabs li {
    margin: 0;
}

header.header .hero-foot.content-nav .tabs li.is-active a {
    color: #201C26;
}

header.header .hero.is-dark .hero-foot.content-nav .tabs li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #201C26;
}

header.header .hero.is-dark .hero-foot.content-nav .tabs li.is-active a::after {
    bottom: 5px;
    left: unset;
    right: unset;
    height: 2px;
    width: 30px;
}

.is-background-gray {
    background: #F5F9FA;
}

.product-benefits .benefits-list {
    border: 1px solid #EEEEEE;
}

.product-benefits .benefits-list .benefits-item {
    display: flex;
    padding: 0 60px;
    border-bottom: 1px solid #EEEEEE;
    height: 300px;
    align-items: center;
}

.product-benefits .benefits-item:hover {
    background-color: #F7F7F7;
}

.product-benefits .benefits-item:last-child {
    border-bottom: none;
}

.product-benefits .benefits-item:nth-child(even) .content {
    order: 2;
}

.product-benefits .benefits-item:nth-child(even) .img {
    order: 1;
    margin-right: 95px;
    margin-left: 0px;
}

.product-benefits .benefits-item:nth-child(even) .content {
    order: 2;
}

.product-benefits .benefits-item .img {
    min-width: 305px;
    order: 2;
    margin-left: 95px;
    margin-right: 0px;
}

.product-benefits .benefits-item .content {
    order: 1;
}

.product-benefits .benefits-item .content h3 {
    font-size: 24px;
    line-height: 34px;
    color: #201C26;
    margin-bottom: 20px;
}

.product-benefits .benefits-item .content p {
    font-size: 14px;
    line-height: 28px;
    color: #888888;
}

.section.product-certification {
    padding-top: 0px;
    padding-bottom: 0px;
}

.product-certification .columns {
    padding: 35px 0;
}

.product-certification .column {
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: 1px solid #E8E8EA;
}

.product-certification .column:last-child {
    border-right: none;
}

.product-certification .certification-item {
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 98px;
}

.product-certification .certification-item img {
    height: 60px;
}

.product-certification .certification-item p {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #201C26;
}

.product-character .character-list {
    margin-top: 60px;
}

.product-character .character-list .column {
    margin-bottom: 50px;
}

.product-character .character-list .character-item {
    background: #F6F8FA;
    border-radius: 3px;
    padding: 15px 40px 40px;
    transition: all .2s ease;
    height: 100%;
}

.product-character .character-list .character-item:hover {
    background: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05), 0px 4px 6px rgba(0, 0, 0, 0.03);
    transform: translateY(-7px);
}

.character-item img {
    width: 97px;
    margin-top: -65px;
    margin-left: -30px;
}

.character-item .content .highlight {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #00A971;
}

.character-item .content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #3F464D;
    margin-top: 10px;
}

.character-item .content p {
    font-size: 14px;
    line-height: 28px;
    color: #A1A6AB;
}

.product-scenes .title-block .title {
    color: #fff;
}

.product-scenes .scenes-container {
    display: flex;
    height: 448px;
}

.product-scenes .scenes-container .tabs {
    min-width: 376px;
    background-color: #201C26;
    border-radius: 3px 0 0 3px;
    margin-bottom: 0px;
}

.product-scenes .scenes-container .tabs ul{
    border-radius: 3px 0 0 3px;
    flex-direction: column;
    justify-content: normal;
    padding: 44px 27px;
    margin-bottom: -1px;
}

.scenes-container .tabs ul li{
    font-weight: 500;
    color: rgba(243, 244, 249, 0.5);
    padding: 15px 33px;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.scenes-container .tabs li.is-active {
    background: #00AA72;
    color: #fff;
}

.scenes-container .tabs li .arrow {
    display: none;
}

.scenes-container .tabs li.is-active .arrow {
    display: inline-block;
}

.product-scenes .scenes-container .tabs .collapse {
    border-radius: 3px 0 0 3px;
    flex-direction: column;
    justify-content: normal;
    padding: 44px 27px;
    margin-bottom: -1px;
}

.scenes-container .collapse {
    display: none;
}

.collapse .collapse-header.open {
    background: #00AA72;
    border-radius: 3px 3px 0 0;
}

.collapse .collapse-header.open a {
    color: #fff;
    border: none;
}

.collapse .collapse-header.open .collapse-title {
    color: #3e464c;
}

.collapse .collapse-header+.collapse-item {
    height: 0px;
    overflow: hidden;
    display: block !important;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease;
    moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    background: #00AA72;
    border-radius: 0 0 3px 3px;
    padding: 0 15px 15px 15px;
}

.collapse .collapse-item .collapse-content a {
    color: #00AA72;
    width: 120px;
    height: 36px;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
}

.collapse .collapse-item .collapse-content h2 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.collapse .collapse-item .collapse-content p {
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.7;
}

.collapse .collapse-content p,
.collapse .collapse-content h2 {
    color: #fff;
}

.collapse .collapse-header.open+.collapse-item {
    height: auto;
    opacity: 1;
}

.product-scenes .scenes-container .tab-content {
    background: rgba(236, 236, 236, 0.9);
    border-radius: 0 3px 3px 0;
    padding: 60px;
}

.scenes-container .tab-content h2 {
    font-size: 24px;
    line-height: 34px;
    color: #201C26;
    margin-bottom: 20px;
}

.scenes-container .tab-content .content {
    font-size: 18px;
    line-height: 36px;
    color: #615E69;
}

.scenes-container .tab-content .tab-panel {
    display: none;
    height: 100%;
}

.scenes-container .tab-content .tab-panel .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.scenes-container .tab-content .tab-panel a {
    width: 128px;
    height: 44px;
    font-size: 14px;
}

.scenes-container .tab-content .tab-panel.is-active {
    display: block;
}

.product-delivery .delivery-list .delivery-item {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    padding: 40px;
}

.delivery-list .delivery-item:hover {
    border-color: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05), 0px 4px 6px rgba(0, 0, 0, 0.03);
    margin-top: -5px;
}

.delivery-list .delivery-item:hover .is-40x40 {
    background: #00AA72;
}

.delivery-list .delivery-item:hover h3 {
    color: #00AA72;
}

.delivery-list .delivery-item .is-40x40 {
    min-width: 60px;
    height: 60px;
    display: inline-block;
    background: #292A30;
    border-radius: 50%;
}

.delivery-list .delivery-item .is-40x40 img {
    padding: 12px;
}

.delivery-list .delivery-item .content {
    margin-left: 40px;
    width: 100%;
}

.delivery-item .content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #201C26;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.delivery-item .content h3 p {
    font-size: 14px;
    line-height: 28px;
    color: #615E69;
}

.product-cases .cases-list .case-item {
    background: #fff;
    transition: all .2s ease;
    height: 100%;
}

.cases-list .case-item:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05), 0px 4px 6px rgba(0, 0, 0, 0.03);
    margin-top: -7px;
}

.cases-list .case-item .case-header {
    height: 230px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cases-list .case-item .case-header img {
    position: absolute;
    left: 30px;
    bottom: -30px;
}

.cases-list .case-item .content {
    padding: 40px;
}

.case-item .content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #201C26;
}

.case-item .content p {
    font-size: 14px;
    line-height: 28px;
    color: #888888;
    min-height: 56px;
}

.case-item .content a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #00AA72;
}

.product-partner .partner-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 140px;
}

.product-partner .partner-list {
    width: 10000px;
    position: absolute;
}

.product-partner .partner-list .column {
    width: 278px;
}

.product-partner .partner-list .partner-item {
    display: flex;
    align-items: center;
    height: 117px;
    border-radius: 3px;
    justify-content: center;
}

.section.footer {
    padding: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/footer-bg.png) no-repeat center/cover;
}

.section.footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.footer h4 {
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    margin: 0px 45px 0;
    line-height: 0;
}

.section.footer a {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    width: 128px;
    height: 44px;
}

@media screen and (max-width: 768px) {

    header.header .hero .btn-group .button:not(:last-child) {
        margin-right: 0px;
    }

    header.header .hero .hero-body {
        padding: 0px !important;
    }

    header.header .hero .hero-body .container {
        padding:0 20px ;
    }

    .product-benefits .benefits-list {
        border: none;
    }

    .product-benefits .benefits-list .benefits-item {
        height: auto;
        padding: 30px 0 0 0;
        position: relative;
    }

    .product-benefits .benefits-item .img {
        order: 1 !important;
        min-width: 110px;
        margin-left: 0px;
        position: absolute;
        width: 110px;
        top: 30px;
    }

    .product-benefits .benefits-item .content {
        order: 2 !important;
    }

    .product-benefits .benefits-item .content h3 {
        font-size: 16px;
        line-height: 60px;
        margin-left: 140px;
        font-weight: 500;
    }

    .product-benefits .benefits-item .content p {
        font-size: 12px;
    }

    .product-delivery .delivery-list .delivery-item {
        padding: 20px;
    }

    .delivery-list .delivery-item .is-40x40 {
        min-width: 40px;
        height: 40px;
    }

    .delivery-list .delivery-item .content {
        margin-left: 18px;
    }

    .delivery-item .content h3 {
        font-size: 16px;
    }

    .delivery-item .content p {
        font-size: 14px;
    }

    .product-character .character-list .column {
        margin-bottom: 0px;
    }

    .product-character .character-list .character-item {
        position: relative;
        padding: 15px 20px 20px 20px;
        margin-top: 0px;
    }

    .character-item img {
        width: 67px;
        margin: 0px;
        position: absolute;
    }

    .character-item .content .highlight {
        margin-left: 90px;
    }

    .character-item .content h3 {
        margin-left: 94px;
        font-size: 16px;
        margin-top: 0px;
    }

    .product-scenes .scenes-container {
        min-height: 448px;
        height: auto;
    }

    .product-scenes .scenes-container .tabs {
        width: 100%;
        min-width: revert;
        display: block;
        height: auto;
        white-space: normal;
        border-radius: 3px;
    }

    .product-scenes .scenes-container .tabs ul {
        display: none;
    }

    .product-scenes .scenes-container .tabs .collapse {
        padding: 15px 20px;
        display: block;
    }

    .scenes-container .tabs .collapse .collapse-header a {
        font-weight: 500;
        padding: 15px;
        color: #fff;
        border: none;
        display: flex;
        justify-content: space-between;
    }

    .product-scenes .scenes-container .tab-content {
        display: none;
    }

    .product-partner .partner-container {
        height: 74px;
    }

    .product-partner .partner-list {
        display: flex;
    }

    .product-partner .partner-list .column {
        max-width: 170px;
        padding: 15px;
    }

    .product-partner .partner-list .partner-item {
        height: 54px;
    }

    .section.footer .container {
        flex-direction: column;
    }

    .section.footer h4 {
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
        line-height: unset;
    }
}

@media only screen and (min-width: 1024px) {
    .navbar .navbar-item.has-dropdown::after {
        border-color: #201C26 transparent transparent !important;
    }
}

.navbar .navbar-menu a.navbar-item {
    color: #201C26 !important;
}

.navbar .field a.nav-item {
    color: #201C26;
}
