 * {
        box-sizing: border-box;
    }
    html,
    body {
        border: 0;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        scroll-behavior: smooth;
    }
    .footer a {
        color: rgba(255, 255, 255, 0.4);
        text-decoration: none;
    }
    div,
    span,
    object,
    iframe,
    img,
    table,
    caption,
    thead,
    tbody,
    tfoot,
    tr,
    tr,
    td,
    article,
    aside,
    canvas,
    details,
    figure,
    hgroup,
    menu,
    nav,
    footer,
    header,
    section,
    summary,
    mark,
    audio,
    video {
        border: 0;
        margin: 0;
        padding: 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    address,
    cit,
    code,
    del,
    dfn,
    em,
    ins,
    q,
    samp,
    small,
    strong,
    sub,
    sup,
    b,
    i,
    hr,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    legend,
    label {
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        margin: 0;
        padding: 0;
    }
    article,
    aside,
    canvas,
    figure,
    figure img,
    figcaption,
    hgroup,
    footer,
    header,
    nav,
    section,
    audio,
    video {
        display: block;
    }
    table {
        border-collapse: separate;
        border-spacing: 0;
    }
    table caption,
    table th,
    table td {
        text-align: left;
        vertical-align: middle;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 700;
    }
    a img {
        border: 0;
    }
    :focus {
        outline: 0;
    }
    #backToTop {
        display: none !important;
    }
    body {
        font-family: "ZohoPuvi";
        font-weight: 300;
    }
    .clear {
        display: inline-block;
        width: 100%;
        float: left;
    }
    .container {
        max-width: 1130px;
        padding: 0 15px;
        width: 100%;
        margin: 0 auto;
    }
    .sprite {
        background-image: url(https://www.manageengine.com/fr/log-management/shield-insights-talk-show/images/demystifying-the-mitre-attack-framework-sprite.png);
        background-size: 500px 500px;
        display: inline-block;
        vertical-align: middle;
    }
    .transition1 {
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
    }
    .form-close {
        position: absolute;
        font-size: 30px;
        top: 5px;
        right: 15px;
        opacity: 0.7;
        cursor: pointer;
    }
    @keyframes scale {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
        }
        50% {
            transform: scale(1.25);
            -webkit-transform: scale(1.25);
            -moz-transform: scale(1.25);
        }
        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
        }
    }
    @keyframes shrink {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
        }
        100% {
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
        }
    }
    @keyframes width {
        from {
            width: 0;
        }
        to {
            width: 13px;
        }
    }
    @keyframes width1 {
        from {
            width: 0;
        }
        to {
            width: 19px;
        }
    }
    @keyframes width2 {
        from {
            width: 0;
        }
        to {
            width: 45px;
        }
    }
    @keyframes width3 {
        from {
            width: 0;
        }
        to {
            width: 18px;
        }
    }
    @keyframes width4 {
        from {
            width: 0;
        }
        to {
            width: 27px;
        }
    }
    .top-sec {
        background-image: url(https://www.manageengine.com/fr/log-management/shield-insights-talk-show/images/demystifying-the-mitre-attack-framework-04.png);
        background-size: cover;
        padding-bottom: 125px;
        position: relative;
    }
    .top-sec .header {
        padding-top: 42px;
    }
    .top-sec .header .header-left {
        float: left;
        width: 50%;
    }
    .top-sec .header .header-left .logo {
        background-position: -11px -9px;
        width: 223px;
        height: 99px;
    }
    .top-sec .header .header-right {
        float: right;
        width: 50%;
    }
    .top-sec .header .header-right > a {
        display: inline-block;
        border: #000 solid 1px;
        padding: 8.5px 46px 8.5px 20px;
        float: right;
        font-weight: 400;
        font-size: 14px;
        color: #0a2219;
        border-radius: 3px;
        text-decoration: none;
        position: relative;
        margin-top: 8px;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
    }
    .top-sec .header .header-right > a::after {
        content: "";
        background-image: url(https://www.manageengine.com/fr/log-management/shield-insights-talk-show/images/demystifying-the-mitre-attack-framework-sprite.png);
        background-size: 500px 500px;
        display: inline-block;
        vertical-align: middle;
        background-position: -319px -119px;
        width: 13px;
        height: 16px;
        position: absolute;
        top: 11px;
        right: 22px;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
    }
    .top-sec .header .header-right > a:hover {
        background-color: #ff6000;
        color: #fff;
        border-color: #fad5b9;
    }
    .top-sec .header .header-right > a:hover::after {
        background-position: -319px -141px;
    }
    .top-sec .banner {
        padding-top: 50px;
    }
    .top-sec .banner .banner-left {
        float: left;
        width: 50%;
    }
    .top-sec .banner .banner-left .icn-banner-text {
        background-position: -7px -126px;
        width: 195px;
        height: 48px;
    }
    .top-sec .banner .banner-left h1 {
        font-size: 41px;
        color: #ff6000;
        font-weight: 600;
        margin-top: 9px;
        margin-bottom: 25px;
    }
    .top-sec .banner .banner-left > span {
        font-size: 20px;
        color: #000;
        font-weight: 400;
    }
    .top-sec .banner .banner-left > span::after {
        content: "";
        width: 310px;
        height: 1.5px;
        background: linear-gradient(to right, #b4bbb2, #ffffff);
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
    }
    .top-sec .banner .banner-left .org-detail {
        margin-top: 13px;
        margin-bottom: 72px;
    }
    .top-sec .banner .banner-left .org-detail .org-box {
        font-size: 11px;
        color: #000;
        font-weight: 300;
        position: relative;
        padding-left: 85px;
        padding-top: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 27px;
    }
    .top-sec .banner .banner-left .org-detail .org-box .sprite {
        position: absolute;
        top: 0;
        left: 0;
    }
    .top-sec .banner .banner-left .org-detail .org-box .icn-org1 {
        background-position: -265px -9px;
        width: 68px;
        height: 75px;
    }
    .top-sec .banner .banner-left .org-detail .org-box .icn-org2 {
        background-position: -359px -13px;
        width: 68px;
        height: 75px;
    }
    .top-sec .banner .banner-left .org-detail .org-box > span {
        font-size: 17.5px;
        color: #ff6000;
        font-weight: 500;
        display: block;
        margin-bottom: -2px;
    }
    .top-sec .banner .banner-left .link {
        display: inline-block;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        background-color: #ff6000;
        padding: 13.5px 48px 9.5px 73px;
        position: relative;
        text-decoration: none;
        border-radius: 50px;
        cursor: pointer;
        box-shadow: 0 0 0 0 #ff801d;
        -webkit-box-shadow: 0 0 0 0 #ff801d;
        -moz-box-shadow: 0 0 0 0 #ff801d;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    }
    .top-sec .banner .banner-left .link::before {
        content: "";
        background-image: url(https://www.manageengine.com/fr/log-management/shield-insights-talk-show/images/demystifying-the-mitre-attack-framework-sprite.png);
        background-size: 500px 500px;
        display: inline-block;
        vertical-align: middle;
        background-position: -284px -119px;
        position: absolute;
        top: 18px;
        left: 45px;
        width: 16px;
        height: 17px;
    }
    .top-sec .banner .banner-left .link:hover {
        background-color: #ed5900;
    }
    .top-sec .banner .banner-left .link a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .top-sec .banner .banner-right {
        float: right;
        width: 50%;
        position: relative;
        padding-left: 50px;
    }
    .top-sec .banner .banner-right > div {
        display: inline-block;
        position: relative;
        width: 615px;
    }
    .top-sec .banner .banner-right > div img {
        width: 100%;
    }
    .top-sec .banner .banner-right .animation-box * {
        background-image: url(https://www.manageengine.com/fr/log-management/shield-insights-talk-show/images/demystifying-the-mitre-attack-framework-sprite.png);
        background-size: 500px 500px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        opacity: 0;
    }
    .top-sec .banner .banner-right .animation-box.animate .icn-1 {
        background-position: -255px -223px;
        width: 56px;
        height: 54px;
        top: 5px;
        left: 36px;
        animation: scale 0.5s linear;
        opacity: 1;
    }
    .top-sec .banner .banner-right .animation-box.animate .icn-4 {
        background-position: -252px -311px;
        width: 72px;
        height: 69px;
        top: -1px;
        left: 178px;
        animation: scale 0.5s linear 1s;
        opacity: 1;
    }
    .top-sec .banner .banner-right .animation-box.animate .icn-6 {
        background-position: -187px -316px;
        width: 41px;
        height: 38px;
        top: -1px;
        left: 383px;
        animation: scale 3s linear 0.7s infinite;
    }
    .top-sec .banner .banner-right .animation-box.animate .icn-8 {
        background-position: -113px -314px;
        width: 54px;
        height: 51px;
        top: 18px;
        left: 497px;
        animation: scale 2s linear 0.7s infinite;
    }
    .top-sec .topic-list {
        position: absolute;
        bottom: -120px;
        left: 0;
    }
    .top-sec .topic-list .list {
        background-color: #0a2219;
        border-radius: 20px;
        padding: 32.5px 20px 32.5px 25px;
    }
    .top-sec .topic-list .list .inner {
        float: left;
        color: #fff;
        position: relative;
        padding: 17px 0 17px 23px;
        font-size: 13px;
        line-height: 22px;
        margin: 0 25px;
    }
    .top-sec .topic-list .list .inner .icn-mic {
        background-position: -353px -121px;
        width: 13px;
        height: 13px;
        position: absolute;
        top: 21px;
        left: 0;
    }
    .top-sec .topic-list .list .inner.first {
        color: #ffdf52;
        font-size: 22px;
        line-height: 33px;
        font-weight: 400;
        padding-left: 0;
        padding-right: 85px;
    }
    .top-sec .topic-list .list .inner.first::after {
        content: "";
        background-image: url(https://www.manageengine.com/fr/log-management/shield-insights-talk-show/images/demystifying-the-mitre-attack-framework-sprite.png);
        background-size: 500px 500px;
        display: inline-block;
        vertical-align: middle;
        background-position: -460px -4px;
        width: 24px;
        height: 101px;
        position: absolute;
        left: auto;
        top: 0;
        right: 0;
    }
    .spl-list {
        background: #183327;
        padding: 0 0 100px 0;
    }
    .spl-list .container {
        max-width: 1200px;
    }
    .spl-list .spl-left {
        float: left;
        width: 65%;
        position: relative;
    }
    .spl-list .spl-left img {
        width: 100%;
    }
    .spl-list .spl-left > div {
        font-size: 20px;
        color: #ffdf52;
        line-height: 33px;
        text-align: center;
        position: absolute;
        top: 50%;
        margin-top: -66px;
        width: 100%;
        left: 0;
    }
    .spl-list .spl-left > div > span {
        font-weight: 600;
        position: relative;
        display: inline-block;
    }
    .spl-list .spl-left > div > span::after {
        content: "";
        background-image: url(https://www.manageengine.com/fr/log-management/shield-insights-talk-show/images/demystifying-the-mitre-attack-framework-sprite.png);
        background-size: 500px 500px;
        display: inline-block;
        vertical-align: middle;
        background-position: -7px -199px;
        width: 221px;
        height: 11px;
        position: absolute;
        top: 26px;
        right: 0;
    }
    .spl-list .spl-right {
        float: left;
        width: 35%;
        padding-left: 40px;
        padding-top: 65px;
    }
    .spl-list .spl-right p {
        font-size: 16px;
        line-height: 29px;
        color: #f3fff6;
        font-weight: 200;
    }
    .epi-list {
        background: #183327;
        padding: 218px 0 103px;
    }
    .epi-list .container {
        max-width: 1230px;
    }
    .epi-list h2 {
        text-align: center;
        opacity: 0.3;
        font-weight: 500;
        font-size: 25px;
        color: #fff;
        margin-bottom: 26px;
    }
    .epi-list .videos .box {
        width: 33.333%;
        float: left;
        padding: 0 16px;
        margin-bottom: 28px;
    }
    .epi-list .videos .box .inner {
        position: relative;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        overflow: hidden;
    }
    .epi-list .videos .box .inner img {
        width: 100%;
    }
    .epi-list .videos .box .inner .overlay-cont {
        position: absolute;
        left: 0;
        width: 100%;
        top: 100px;
        padding: 0 25px;
        z-index: 2;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }
    .epi-list .videos .box .inner .overlay-cont > span {
        font-weight: 400;
        font-size: 15px;
        color: #ee6816;
    }
    .epi-list .videos .box .inner .overlay-cont > h3 {
        font-size: 19px;
        font-weight: 400;
        color: #fff;
        margin-top: 4px;
        margin-bottom: 13px;
        line-height: 26px;
        min-height: 52px;
    }
    .epi-list .videos .box .inner .overlay-cont > p {
        font-size: 11.5px;
        transition: height 0.7s ease;
        -webkit-transition: height 0.7s ease;
        -moz-transition: height 0.7s ease;
        color: #fff;
        margin-bottom: 13px;
        opacity: 0;
        height: 0;
    }
    .epi-list .videos .box .inner .overlay-cont > a {
        font-size: 14px;
        color: #ff6000;
        border: #ff6000 solid 1px;
        display: inline-block;
        text-decoration: none;
        border-radius: 25px;
        padding: 4.5px 13.5px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }
    .epi-list .videos .box .inner .overlay-cont > a .icn-play-orange {
        background-position: -382px -143px;
        width: 11px;
        height: 12px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        margin-right: 10px;
    }
    .epi-list .videos .box .inner:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        cursor: pointer;
    }
    .epi-list .videos .box .inner:hover .overlay-cont {
        top: 69px;
    }
    .epi-list .videos .box .inner:hover h3 {
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        min-height: initial;
    }
    .epi-list .videos .box .inner:hover p {
        opacity: 0.8;
        height: auto;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
    }
    .epi-list .videos .box .inner:hover a {
        background-color: #ff6000;
        color: #fff;
    }
    .epi-list .videos .box .inner:hover a .icn-play-orange {
        background-position: -382px -121px;
    }
    .epi-list .videos .box .inner:hover::before {
        opacity: 1;
    }
    .epi-list .videos .box .inner::before {
        content: "";
        background-color: rgba(8, 71, 38, 0.8);
        width: 100%;
        height: calc(100% - 21px);
        opacity: 0;
        position: absolute;
        bottom: 7px;
        left: 0;
        z-index: 1;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        border-radius: 20px;
    }
    .footer {
        background-color: #0e1b15;
        padding: 40px 0 11px 0;
        text-align: center;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.4);
    }
    .footer ul {
        padding-bottom: 42px;
    }
    .footer ul li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 7.5px;
    }
    .footer ul li a {
        width: 33px;
        height: 33px;
    }
    .footer ul li:first-child a {
        background-position: -7px -234px;
    }
    .footer ul li:nth-child(2) a {
        background-position: -61px -234px;
    }
    .footer ul li:nth-child(3) a {
        background-position: -115px -234px;
    }
    .footer ul li:last-child a {
        background-position: -169px -234px;
    }
    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 3;
    }
    .of-hidden {
        overflow: hidden;
    }
    .modal-base {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.78);
        display: none;
    }
    .modal-base.type1 {
        background-image: url("/sites/meweb/images/fr/log-management/images/demystifying-the-mitre-attack-framework-06.png");
        background-size: cover;
    }
    .modal-base.type1 .modal-body {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        background: transparent;
        margin-top: 20px;
    }
    .modal-base.type1 .modal-body .close {
        background-position: -199px -402px;
        width: 56px;
        height: 56px;
        position: absolute;
        top: 10px;
        right: 36px;
        cursor: pointer;
    }
    .modal-base .modal-body {
        background-color: #fff;
        padding: 0;
        max-width: 430px;
        width: 100%;
        margin: 10% auto 0;
        position: relative;
        border-radius: 10px;
    }
    .ffw-form {
        background-color: #fff;
        max-width: 430px;
        width: 100%;
        border-radius: 10px;
        padding: 27px 30px 38px 30px;
    }
    .ffw-form h3 {
        font-size: 24px;
        font-weight: 500;
        padding-bottom: 21px;
        text-align: center;
        line-height: 28px;
    }
    .ffw-form h3 span {
        font-size: 19px;
        font-weight: 300;
        display: block;
    }
    .ffw-form form ul li {
        margin-bottom: 13px;
        position: relative;
        list-style: none;
        background-color: #fefffe;
    }
    .ffw-form form ul li input,
    .ffw-form form ul li select {
        height: 40px;
        line-height: 27px;
        background-color: #fafafa;
        border: #e5e5e5 solid 1px;
        padding: 5px 10px 5px 52px;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #000;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .ffw-form form ul li select {
        background: url(images/demystifying-the-mitre-attack-framework-05.png) no-repeat 0 0;
        background-size: 13px 8px;
        background-position: 97% center;
    }
    .ffw-form.form-us form ul li select {
        background-position: 95% center;
    }
    .ffw-form form ul li input[type="submit"],
    .ffw-form form ul li select[type="submit"] {
        background-color: #dd1f24;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        border-width: 0;
        padding: 5px;
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        height: 54px;
        cursor: pointer;
    }
    .ffw-form form ul li input[type="submit"]:hover,
    .ffw-form form ul li select[type="submit"]:hover {
        background: #d20f14;
    }
    .ffw-form form ul li select#country_state {
        padding-left: 10px;
    }
    .ffw-form form ul li input::-webkit-input-placeholder {
        color: #8a8a8a;
    }
    .ffw-form form ul li input:-ms-input-placeholder {
        color: #8a8a8a;
    }
    .ffw-form form ul li input::placeholder {
        color: #8a8a8a;
    }
    .ffw-form form ul li .ffw-errmsg {
        display: none;
        color: red;
        background-color: #fff;
        font-size: 11px;
        margin-top: 2px;
    }
    .ffw-form form ul li .ffw-privacy,
    .ffw-form form ul li #meGDPRMessage label,
    .ffw-form form ul li #meGDPRMessage {
        font-size: 10px;
        color: #000;
        line-height: 16px;
        margin-top: 14px;
    }
    .ffw-form form ul li .ffw-privacy > b,
    .ffw-form form ul li #meGDPRMessage label > b,
    .ffw-form form ul li #meGDPRMessage > b {
        font-weight: 300;
        font-size: 10px;
        color: #000;
    }
    .ffw-form form ul li .ffw-privacy a,
    .ffw-form form ul li #meGDPRMessage label > a,
    .ffw-form form ul li #meGDPRMessage > a {
        color: #5b9bd7;
    }
    .ffw-form form ul li #meGDPRMessage {
        margin: 10px 0;
    }
    .ffw-form form ul li:last-child {
        margin-top: 16px;
        margin-bottom: 0;
    }
    .ffw-form form ul li:last-child::before {
        display: none;
    }
    .ffw-form form ul li::before {
        content: "";
        background-image: url(https://www.manageengine.com/fr/log-management/shield-insights-talk-show/images/demystifying-the-mitre-attack-framework-sprite.png);
        background-size: 500px 500px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 52px;
        height: 40px;
    }
    .ffw-form form ul li.ic-name::before {
        background-position: -370px -344px;
    }
    .ffw-form form ul li.ic-mail::before {
        background-position: -370px -303px;
    }
    .ffw-form form ul li.ic-phone::before {
        background-position: -368px -258px;
    }
    .ffw-form form ul li.ic-count::before {
        background-position: -366px -214px;
    }
    .ffw-form form ul li.ic-count::after {
        content: "";
        height: 24px;
        background-color: #b9b9b9;
        display: inline-block;
        width: 1px;
        position: absolute;
        left: 50%;
        top: 9px;
        display: none;
    }
    .ffw-form.form-us form ul li.ic-count::after {
        display: block;
    }
    .ffw-form.form-us form ul li select {
        width: 50%;
        display: inline-block;
    }
    .ffw-form.form-us form ul li select#MECountryListing {
        border-right-width: 0;
    }
    .ffw-form.form-us form ul li select#country_state {
        border-left-width: 0;
    }
    .zsiq_theme1.zsiq_floatmain {
        display: none !important;
    }
    .flexslider .flex-direction-nav li {
        position: absolute;
        top: 50%;
        margin-top: -21.5px;
        list-style: none;
    }
    .flexslider .flex-direction-nav li a {
        font-size: 0;
        background-image: url(https://www.manageengine.com/fr/log-management/shield-insights-talk-show/images/demystifying-the-mitre-attack-framework-sprite.png);
        background-size: 500px 500px;
        display: inline-block;
        vertical-align: middle;
        width: 43px;
        height: 43px;
        color: transparent;
    }
    .flexslider .flex-direction-nav li:first-child {
        left: 28px;
    }
    .flexslider .flex-direction-nav li:first-child .flex-prev {
        background-position: -12px -395px;
    }
    .flexslider .flex-direction-nav li:last-child {
        right: 44px;
        left: auto;
    }
    .flexslider .flex-direction-nav li:last-child .flex-next {
        background-position: -69px -395px;
    }
    .flexslider.first {
        max-width: 720px;
        margin: 0 auto;
    }
    .flexslider.first iframe {
        width: 100%;
    }
    .flexslider.first .overlay-cont {
        margin-top: 6.5px;
    }
    .flexslider.first .overlay-cont span {
        font-size: 13px;
        color: #ff6000;
    }
    .flexslider.first .overlay-cont h3 {
        font-weight: 400;
        font-size: 20px;
        color: #fff;
        margin-top: 4px;
        line-height: 31px;
    }
    .flexslider.first .flex-direction-nav {
        display: none;
    }
    .flexslider.second {
        background: #021910;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .flexslider.second .flex-viewport::after {
        content: "";
        background: linear-gradient(to right, transparent 5%, rgba(2, 25, 16, 0.85) 50%);
        width: 9%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .flexslider.second .flex-viewport {
        margin-left: 95px;
        padding-right: 95px;
    }
    .flexslider.second .slides li {
        padding: 30px 20px 23px 20px !important;
        position: relative;
        cursor: pointer;
    }
    .flexslider.second .slides li.flex-active-slide {
        background-color: #020e09;
    }
    .flexslider.second .slides li.flex-active-slide:hover::before {
        opacity: 0;
    }
    .flexslider.second .slides li.flex-active-slide .overlay-cont {
        top: auto;
        bottom: 44px;
        left: -4px;
    }
    .flexslider.second .slides li.flex-active-slide .overlay-cont > span,
    .flexslider.second .slides li.flex-active-slide .overlay-cont > h3,
    .flexslider.second .slides li.flex-active-slide .overlay-cont .link {
        display: none;
    }
    .flexslider.second .slides li.flex-active-slide .overlay-cont > div {
        display: block;
    }
    .flexslider.second .slides li .overlay-cont {
        position: absolute;
        left: 0;
        width: 100%;
        top: 49px;
        padding: 0 40px;
        z-index: 2;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }
    .flexslider.second .slides li .overlay-cont > div {
        display: none;
        color: rgba(255, 255, 255, 0.5);
        font-size: 11px;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
    }
    .flexslider.second .slides li .overlay-cont > span {
        font-size: 11px;
        color: #ff6000;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
    }
    .flexslider.second .slides li .overlay-cont > h3 {
        font-size: 12px;
        color: #fff;
        margin-top: 4px;
        margin-bottom: 13px;
        line-height: 19px;
        font-weight: 300;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
    }
    .flexslider.second .slides li .overlay-cont > span.link {
        font-size: 11.5px;
        color: #ff6000;
        border: #ff6000 solid 1px;
        display: inline-block;
        text-decoration: none;
        border-radius: 25px;
        padding: 3px 16px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }
    .flexslider.second .slides li .overlay-cont > span.link .icn-play-orange {
        background-position: -141px -418px;
        width: 9px;
        height: 10px;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        margin-right: 6px;
        margin-top: -1px;
    }
    .flexslider.second .slides li .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 3;
    }
    .flexslider.second .slides li::before {
        content: "";
        background-color: rgba(8, 71, 38, 0.8);
        width: calc(100% - 40px);
        height: calc(100% - 60px);
        opacity: 0;
        position: absolute;
        top: 30px;
        left: 20px;
        z-index: 1;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        border-radius: 10px;
    }
    .flexslider.second .slides li:hover::before {
        opacity: 1;
    }
    @-webkit-keyframes pulse {
        to {
            box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
        }
    }
    @-moz-keyframes pulse {
        to {
            box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
        }
    }
    @-ms-keyframes pulse {
        to {
            box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
        }
    }
    @keyframes pulse {
        to {
            box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
        }
    }
    .wel {
        position: fixed;
        top: -80px;
        left: 0;
        right: 0;
        background: #d2ecd3;
        z-index: 99;
        text-align: center;
        color: #fff;
        padding: 8px;
        font-size: 15px;
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
        box-shadow: 0 1px 10px 0 #484848c4;
        transition: all 0.5s ease;
        background: #021911;
    }
    .wel.act {
        top: 0;
    }
    .top-sec .topic-list .list .inner {
        width: 20%;
    }
    @media screen and (min-width: 1240px) and (max-width: 1345px) {
        .top-sec .banner .banner-right > div {
            width: 560px;
        }
    }
    @media screen and (min-width: 1101px) and (max-width: 1240px) {
        .top-sec .banner .banner-right {
            width: 60%;
            margin-top: 70px;
        }
        .top-sec .banner .banner-left {
            width: 40%;
        }
        .top-sec .banner .banner-left > span::after {
            width: 50%;
        }
        .top-sec .banner .banner-left .org-detail .org-box > span {
            display: block;
        }
        .top-sec .banner .banner-left .org-detail .org-box .sprite {
            position: static;
        }
        .top-sec .banner .banner-left .org-detail .org-box {
            padding-left: 0;
        }
        .top-sec .banner .banner-left .org-detail {
            margin-bottom: 30px;
        }
        .top-sec .banner .banner-left .link {
            margin-bottom: 50px;
        }
        .container {
            padding: 0 32px;
        }
        .top-sec .header .header-right > a {
            margin-top: 30px;
        }
        .top-sec .banner .banner-right > div {
            float: right;
        }
        .top-sec .topic-list .list {
            padding-left: 30px;
        }
        .epi-list .videos .box .inner .overlay-cont {
            position: static;
        }
        .epi-list .videos .box .inner .overlay-cont > p {
            display: block;
            opacity: 0.8;
            height: auto;
        }
        .epi-list .videos .box .inner .overlay-cont {
            padding: 0;
        }
        .epi-list .videos .box .inner:hover::before {
            display: none;
        }
    }
    @media screen and (max-width: 1100px) {
        .top-sec .banner .banner-left {
            width: 100%;
            text-align: center;
            margin-bottom: 40px;
        }
        .top-sec .banner .banner-right {
            width: 100%;
            text-align: center;
        }
        .spl-list .spl-left {
            width: 100%;
        }
        .spl-list .spl-left::after {
            display: none;
        }
        .spl-list .spl-right {
            width: 100%;
            text-align: center;
        }
        .top-sec .topic-list .list .inner.first {
            width: 100%;
            padding: 0 0 20px 0;
            margin: 0;
            text-align: center;
        }
        .top-sec .topic-list .list .inner.first::after {
            display: none;
        }
        .top-sec .topic-list .list .inner.first br {
            display: none;
        }
        .top-sec .topic-list .list {
            padding: 30px;
            text-align: center;
        }
        .top-sec .topic-list .list .inner {
            padding-bottom: 0;
            text-align: left;
            float: none;
            display: inline-block;
            vertical-align: top;
            margin: 0 20px;
        }
        .top-sec .header {
            padding-top: 30px;
        }
        .top-sec .header .header-right > a {
            margin-top: 30px;
        }
        .epi-list .videos .box .inner:hover .overlay-cont {
            top: 65px;
        }
        .spl-list .spl-right {
            padding: 15px 25px 0 25px;
        }
        .epi-list .videos .box .inner .overlay-cont {
            position: static;
        }
        .epi-list .videos .box .inner:hover::before {
            display: none;
        }
        .epi-list .videos .box .inner .overlay-cont > p {
            display: block;
            opacity: 0.8;
            height: auto;
        }
        .epi-list .videos .box .inner .overlay-cont {
            padding: 0;
        }
        .epi-list .videos .box {
            margin-bottom: 70px;
        }
        .epi-list {
            padding-bottom: 10px;
        }
    }
    @media screen and (max-width: 990px) {
        .epi-list .videos .box {
            width: 50%;
        }
        .flexslider.first .overlay-cont {
            display: none;
        }
        .flexslider.first iframe {
            height: 350px;
        }
        .modal-base.type1 .modal-body .close {
            zoom: 0.4;
        }
        .modal-base.type1 .modal-body .close {
            display: none;
        }
        .flexslider.second {
            display: none;
        }
        .modal-base.type1 {
            overflow: auto;
        }
        .flexslider.first ul li {
            margin: 60px;
            list-style: none;
        }
    }
    @media screen and (max-width: 767px) {
        .top-sec .banner .banner-left .icn-banner-text {
            zoom: 0.9;
        }
        .top-sec .header .header-left .logo {
            zoom: 0.9;
        }
        .top-sec .banner .banner-left h1 {
            line-height: 44px;
            margin-top: 23px;
        }
        .top-sec .banner .banner-left > span::after {
            display: none;
        }
        .top-sec .banner .banner-left .org-detail .org-box {
            padding-top: 16px;
            text-align: left;
            margin-bottom: 37px;
        }
        .top-sec .banner .banner-left .org-detail {
            margin-top: 29px;
            margin-bottom: 10px;
        }
        .top-sec .banner .banner-right > div {
            display: none;
        }
        .top-sec .topic-list {
            position: static;
        }
        .top-sec .topic-list .list .inner {
            width: 100%;
            margin: 0;
        }
        .top-sec .topic-list .list .inner br {
            display: none;
        }
        .top-sec {
            padding-bottom: 50px;
        }
        .spl-list {
            padding: 50px 0;
        }
        .epi-list {
            padding-bottom: 50px;
        }
        .epi-list .videos .box {
            width: 100%;
            margin-bottom: 40px;
            padding: 0;
        }
        .epi-list .videos .box .inner .overlay-cont {
            position: static;
            padding: 0;
        }
        .epi-list .videos .box .inner::before,
        .animation-box,
        .spl-list .spl-left > div > span::after {
            display: none;
        }
        .epi-list .videos .box .inner .overlay-cont > p {
            height: auto !important;
            opacity: 0.8 !important;
        }
        .epi-list .videos .box .inner:hover:hover {
            transform: scale(1);
        }
        .top-sec .topic-list .list .inner.first {
            padding: 0;
        }
        .footer {
            padding: 30px 0;
        }
        .top-sec .header .header-right {
            width: 100%;
            text-align: center;
        }
        .top-sec .header .header-right > a {
            float: none;
            display: inline-block;
        }
        .top-sec .header .header-left {
            width: 100%;
            text-align: center;
        }
        .footer ul {
            padding-bottom: 20px;
        }
        .flexslider.first {
            width: 90%;
        }
        .modal-base.type1 .modal-body .close {
            zoom: 0.8;
            right: 24px;
        }
        .flexslider.first ul li {
            margin-left: 20px;
            margin-right: 20px;
        }
    }
    @media screen and (max-width: 567px) {
        .top-sec .header .header-right {
            width: 100%;
            text-align: center;
        }
        .top-sec .header .header-right > a {
            float: none;
            display: inline-block;
        }
        .top-sec .header .header-left {
            width: 100%;
            text-align: center;
        }
        .spl-list .spl-left > div {
            position: static;
            margin-top: 0;
        }
        .spl-list .spl-left > div br {
            display: none;
        }
        .spl-list .spl-right {
            padding: 15px 0;
        }
        .container {
            padding: 0 25px;
        }
        .spl-list .spl-left {
            text-align: left;
        }
        .top-sec .banner .banner-left h1 {
            font-size: 37px;
            line-height: 49px;
        }
        .modal-base .modal-body {
            max-width: 90%;
        }
        .flexslider.first ul li {
            margin: 40px 10px;
        }
        .flexslider.first iframe {
            height: 250px;
        }
    }