header.header .sd-wan.product-header .hero-body {
    padding-top: 32px;
}

header.header .sd-wan.product-header .columns {
    margin: 0px;
}

.sd-wan.product-header .columns .column {
    padding: 0px;
}

.sd-wan.product-header .columns .column.content {
    min-width: 660px;
    margin-bottom: 0px;
}

.sd-wan.product-header .columns .column.video {
    margin-left: 125px;
    margin-top: 16px;
}

header.header .sd-wan.product-header .hero-body .subtitle {
    font-size: 12px;
    line-height: 21px;
    color: #CBCBCB;
}

header.header .sd-wan.product-header .btn-group {
    padding-top: 0px;
}

.sd-wan .hero-body .video-image {
    cursor: pointer;
}

.hero-body *[data-video-url] {
    position: relative;
}

.hero-body *[data-video-url]::before {
    content: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 21 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.12563 1.50906L18.9725 11.3711C20.0922 12.1685 20.0922 13.8317 18.9725 14.6292L5.12563 24.4912C3.80162 25.4342 1.96538 24.4876 1.96538 22.8622L1.96538 13.0001L1.96538 3.13812C1.96538 1.51263 3.80162 0.566075 5.12563 1.50906Z" fill="white" stroke="white" stroke-width="2"/></svg>');
    width: 58px;
    height: 58px;
    line-height: 73px;
    text-align: center;
    background-color: #3D3E49;
    opacity: 0.5;
    /* background-color: #FFFFFF; */
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 29px);
    left: calc(50% - 29px);
    z-index: 1;
}

.hero-body *[data-video-url]:hover::before {
    opacity: 0.8;
    cursor: pointer;
}


section.section:nth-of-type(odd) {
    background-color: #f5f9fa !important;
}

section.section:nth-of-type(even) {
    background-color: #fff !important;
}

.title-block p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #68747F;
}

.media-content .content {
    font-size: 14px;
    line-height: 24px;
    color: #68747F;
}

.section.scenario-tab .tab-content,
.section.product-scenes .tab-content{
    background-color: #fff;
    padding: 30px 50px;
}

.section.scenario-tab .tab-content {
    padding-bottom: 40px;
    margin-top: 30px;

}

.section.product-scenes .tab-content {
    padding: 60px 40px;
}

.section.scenario-tab .tab-content .columns,
.section.product-scenes .tab-content .columns {
    margin: 0;
}

.section.scenario-tab .tab-content .column.sliders {
    min-width: 700px;
    padding: 0px;
}

.section.scenario-tab .tab-content .column.content,
.section.product-scenes .tab-content .column.content {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 0px;
}

.section.product-scenes .tab-content .column.content {
    padding: 0 20px 0px 60px;
}

.section.product-scenes .tab-content .column.img {
    min-width: 550px;
    padding: 0px;
    line-height: 0px;
    position: relative;
    pointer-events: none;
}

.section.scenario-tab .tab-content img {
    margin-top: 0px;
}

.section.product-introduce .card {
    padding: 30px 50px;
    box-shadow: none;
    background: #F5F9FA;
    height: 100%;
}

.section.product-introduce .card h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    padding-left: 5px;
    letter-spacing: 0.361538px;
    color: #31383E;
    margin-bottom: 20px;
    border-left: 2px solid #00A671;
}

.section.product-introduce .card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #68747F;
}

.section.product-introduce .has-text-centered {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}

.section.product-introduce .product-card-box {
    background-color: #F5F9FA;
    height: 100%;
    padding: 20px 40px;
}

.section.product-scenes .tabs ul {
    border: 0px;
}

.section.product-scenes .tabs ul li {
    width: 250px;
}

.product-scenes ul li a {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
    border-bottom: 4px solid #f5f9fa;
}

.product-scenes ul li a:hover {
    color: #00A671;
    border-color:#f5f9fa;
}

.section.product-scenes .tabs li.is-active a:hover {
    border-color: #00A671;
}

.section.product-scenes .tabs li.is-active a {
    border-width: 4px;
}

.section .tab-content .image-desc {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
    line-height: 24px;
    color: #31383E;
}

.section .tab-content .image-btn {
    height: 100%;
    display: flex;
    align-items: end;
}

.product-scenes .tab-content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #31383E;
    margin-bottom: 10px;
}

.product-scenes .tab-content .image-desc {
    font-size: 14px;
    line-height: 22px;
    color: #68747F;
    margin-bottom: 20px;
    padding-bottom: 0px;
    border: 0px;
}

.section .tab-content .image-desc-list {
    font-size: 14px;
    line-height: 22px;
    color: #68747F;
    margin-left: 14px;
}

.product-scenes .tab-content .image-desc-list {
    margin-top: 0px;
}

.section .tab-content .image-desc-list li {
    margin:0 0 15px 0;
    position: relative;
    padding-left: 0px;
}

.section .tab-content .image-desc-list li::before {
    position: absolute;
    left: -13px;
    top: 8px;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #00A671;
    display: block;
    clip-path: polygon(
    0 25%,
    50% 0,
    100% 25%,
    100% 75%,
    50% 100%,
    0 75%
    );
}

.section .tab-content .button {
    width: 100%;
    font-size: 14px;
    height: 44px;
}

.section.product-customer {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.case-article {
    background-size: cover;
    min-height: 560px;
    padding: 60px;
    position: absolute;
    z-index: -1;
    top: 0px;
    position: static;
}

.case-article .article-container {
    max-width: 560px;
    margin-left: 140px;
}

.case-article .article-title {
    border-bottom: 1px solid rgba(238, 238, 238, .1);
    margin-bottom: 20px;
}

.case-article .article-title h4 {
    font-size: 20px;
    line-height: 150%;
    color: #00A971;
    margin: 20px 0;
}

.case-article .article-title p {
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.case-article .article-content {
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    color: rgba( 255, 255, 255, 0.6);
    margin-bottom: 20px;
}

.case-article .btn-group .button {
    width: 125px;
    height: 40px;
}

section.section.help-docs {
    background: #fff !important;
}

.section.help-docs .certificate-card {
    background-image: url('../image/certificate-bg.png');
    background-position: center 60px;
    background-repeat: no-repeat;
    background-color: #F5F9FA;
    text-align: center;
    padding: 45px;
    height: 100%;
}

.section.help-docs .certificate-card .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #433D4D;
    margin-top: 25px;
    margin-bottom: 10px;
}

.section.help-docs .certificate-card .content {
    font-size: 14px;
    line-height: 22px;
    color: #68747F;
}

.section.help-docs .certificate-card:hover {
    background-color: #00A671;
}


.section.help-docs .certificate-card:hover .title,
.section.help-docs .certificate-card:hover .content {
    color: #fff;
}

.section.help-docs .card:hover {
    background-color: #00A671;
    background-image: url('../image/hover-bg.svg');
    background-position: calc(100% - 50px);
    background-repeat: no-repeat;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.section.help-docs .card:hover .title,
.section.help-docs .card:hover .content{
    color: #fff;
}

.section.help-docs .card:hover .icon-arrow-left {
    background: #fff;
}

.sdwan-sliders .slick-list {
    height: 428px;
    filter: drop-shadow(0px 7px 30px rgba(0, 0, 0, 0.05));
}

.sdwan-sliders .slick-dots {
    bottom: -20px;
    margin: 0 !important;
    text-align: center;
}

.sdwan-sliders .slick-dots li {
    display: inline-block;
    background: #00A971;
    opacity: 0.2;
    width: 8px;
    height: 4px;
    margin-right: 10px;
}

.sdwan-sliders .slick-dots li:last-child {
    margin-right: 0px;
}

.sdwan-sliders .slick-dots li.slick-active {
    width: 20px;
    opacity: 1;
}

.sdwan-sliders button.slick-arrow::after {
    border-width: 3px;
    border-color: #888;
}

.sdwan-sliders button.slick-arrow {
    display:none !important;
}

.sdwan-sliders:hover button.slick-arrow {
    display:block !important;
}

.sdwan-slider-item {
    position: relative;
    height: auto;
    pointer-events: none;
}

.sdwan-slider-item::before, section#scenarios .column.img::before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    pointer-events: auto;
    cursor: pointer;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxNkMxMy4zMTM3IDE2IDE2IDEzLjMxMzcgMTYgMTBDMTYgNi42ODYyOSAxMy4zMTM3IDQgMTAgNEM2LjY4NjI5IDQgNCA2LjY4NjI5IDQgMTBDNCAxMy4zMTM3IDYuNjg2MjkgMTYgMTAgMTZaTTEwIDE4QzE0LjQxODMgMTggMTggMTQuNDE4MyAxOCAxMEMxOCA1LjU4MTcyIDE0LjQxODMgMiAxMCAyQzUuNTgxNzIgMiAyIDUuNTgxNzIgMiAxMEMyIDE0LjQxODMgNS41ODE3MiAxOCAxMCAxOFoiIGZpbGw9IiMzMjQ1NTgiLz4KPHBhdGggZD0iTTkgNi41SDExVjlIMTMuNVYxMUgxMVYxMy41SDlWMTFINi41VjlIOVY2LjVaIiBmaWxsPSIjMzI0NTU4Ii8+CjxwYXRoIGQ9Ik0xNi4wMDkxIDE1LjI4MTRDMTUuNzgyMyAxNS41MzkyIDE1LjUzOTIgMTUuNzgyMyAxNS4yODE0IDE2LjAwOTFMMTUuNDc2MyAxNi43MDgxQzE1LjUyMjUgMTYuODczOSAxNS42MTA3IDE3LjAyNSAxNS43MzI0IDE3LjE0NjdMMjAuNTg1IDIxLjk5OTJMMjEuOTk5MiAyMC41ODVMMTcuMTQ2NyAxNS43MzI0QzE3LjAyNSAxNS42MTA4IDE2Ljg3MzkgMTUuNTIyNSAxNi43MDgxIDE1LjQ3NjNMMTYuMDA5MSAxNS4yODE0WiIgZmlsbD0iIzMyNDU1OCIvPgo8L3N2Zz4K');
}

@media screen and (max-width: 1215px) {
    .sd-wan.product-header .columns .column.video {
        display:none;
    }

    .sd-wan.product-header .columns .column.content {
      min-width: unset;
    }

    .section.product-scenes .columns.is-multiline,
    .section.scenario-tab .columns.is-multiline {
        flex-direction: column;
        align-items: center;
    }

    .section.scenario-tab .tab-content .column.content,
    .section.product-scenes .tab-content .column.content {
        padding: 1.25rem;
    }
}


@media screen and (max-width: 768px) {
    .sd-wan.product-header .btn-group a {
        margin-right: 0px !important;
    }

    .section.scenario-tab .tabs li a{
        font-size: 14px;
    }

    .section.scenario-tab .tab-content,
    .section.product-scenes .tab-content {
        padding: 15px 25px;
    }

    .section.scenario-tab .tab-content .column.sliders,
    .section.product-scenes .tab-content .column.img {
        min-width:auto
    }

    .section.product-introduce .card {
        padding: 20px;
    }

    .section.product-scenes .tab-content .column.img {
        min-width:auto
      }

    .product-card-box {
        padding: 10px;
        max-width: unset;
    }

    .sdwan-sliders .slick-list {
        height: 175px;
    }

    .section.product-customer .title-block {
        padding: 0 1.5rem;
    }

    .case-article {
        background-position: center;
    }

    .case-article .article-container {
        margin-left: 0px;
    }

}
