/* Inside Page */

.width-50>* {
    width: 50%;
}


/* Using Flex Sections */

.banner-wrap .content-wrap,
.statistics-content .content-wrap,
.orc-testimonial-content ul li,
.benefit-section ul,
.mobile-app-section .content-wrap {
    display: flex;
    flex-wrap: wrap;
}

.statistics-content .content-wrap,
.orc-testimonial-content ul li,
.benefit-section ul,
.mobile-app-section .content-wrap {
    justify-content: space-between;
}

.video-thumbnail,
.statistics-content .content-wrap {
    align-items: center;
}


/*  */

.log-bg-added:before {
    opacity: 1;
    z-index: 1000;
}

.top-separate {
    height: calc(100vh - 15px);
}

.top-separate:before,
.top-separate:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
}

.top-separate:before {
    left: 0;
}

.top-separate:after {
    right: 0;
    background: linear-gradient(135deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .3;
    z-index: 1;
}

.banner-wrap {
    height: calc(100vh - 130px);
    background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, linear-gradient(135deg, #F4F1EB 0%, #F4F1EB 100%);
}

.banner-wrap .content-wrap {
    height: 100%;
    align-items: center;
}

.banner-wrap h1 {
    padding: 0 0 20px;
    margin: -60px 0 0;
}

.banner-wrap h1+p {
    margin: 0 0 40px;
}

.banner-left {
    padding: 0 120px 0 0;
}

.video-thumbnail {
    margin: 80px 0 0;
    display: flex;
    max-width: 420px;
    width: 100%;
}

.video-thumbnail span {
    display: inline-block;
    width: 260px;
    position: relative;
    box-sizing: border-box;
}

.video-thumbnail span img {
    border-radius: 5px;
    vertical-align: top;
}

.video-thumbnail p {
    font-weight: 600;
    line-height: 1.4;
    color: #293042;
    margin: 0 0 0 30px;
}

.play-btn {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    box-shadow: 0px 0px 25px 3px rgba(165, 165, 165, 0.8);
    text-indent: -99999px;
}


/* triangle */

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #4f4e5d;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}


/* pulse wave */

.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -40%;
    left: -40%;
    background: rgba(198, 16, 0, 0);
}

.banner-right {
    position: relative;
    height: 100%;
    z-index: 1;
    margin: 0 0;
}

.banner-right img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-55%);
}

.active .banner-right img {
    transform: translateX(-50%);
}

.orchestly-flow-img {
    max-width: 310px;
    margin: -130px 0 0 -25px;
    display: none;
}

.orchestly-girl-img {
    height: calc(100% - 40px);
    margin: 0px 0 0 40px;
}

.orc-section {
    overflow: hidden;
}


/* Spacing and content wrap width Common Sections */

.covid-19-resource,
.template-section,
.benefit-section,
.feature-section,
.mobile-app-section {
    padding: 120px 0;
}

.template-section {
    position: relative;
    z-index: 999;
    background: #fff;
}

.benefit-section {
    background: #F7F6F2;
}

.mobile-app-section {
    padding-bottom: 80px;
}

.statistics-content {
    padding: 80px 0;
}

.statistics-content .content-wrap {
    max-width: 980px;
}

.orc-testimonial-content {
    padding: 120px 0;
}

.orc-testimonial-content .content-wrap {
    max-width: 990px
}

.orchestly-home h2 {
    margin-bottom: 20px;
}


/* COVID-19 sec */

.covid-19-resource {
    background-color: #05A8A5;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.covid-19-inner-sec {
    display: flex;
    color: #fff;
    align-items: center;
}

.covid-19-right {
    width: 50%;
}

.covid-19-left {
    width: 50%;
}

.covid-19-right img {
    max-width: 420px;
}

.learn-how {
    margin: 25px 0 0 0;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    vertical-align: top;
    min-width: 150px;
}

.covid-19-left p {
    max-width: 540px;
    width: 100%;
    color: #fff;
}

.covid-19-left h2 {
    max-width: 500px;
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
}


/* COVID-19 sec end */


/* Template Section */

.template-content {
    max-width: 600px;
    margin: 0 auto;
}

.tile-img {
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.tile-img span {
    height: 160px;
    display: block;
    background-image: url(/sites/default/files/orchestly/template-process/main-template-sprite.png);
    background-size: auto 160px;
}

.img-content {
    background: #A6CAD3;
}

.img-employee {
    background: #AEC7C3;
}

.img-purchase {
    background: #D1CDCD;
}

.img-content span {
    width: 203px;
    background-position: -1499px 0;
}

.img-employee span {
    width: 183px;
    background-position: -439px 0;
}

.img-purchase span {
    width: 184px;
    background-position: -652px 0;
}

.tile-cont {
    padding: 30px 40px 40px;
}

.template-section ul {
    margin: 80px 0;
    display: flex;
    justify-content: space-between;
}

.template-section ul li {
    width: calc(95% / 3);
    position: relative;
}

.template-section ul li>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.template-section ul li>a:hover {
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
}


/* Statistics Section */

.statistics-section {
    color: #fff;
    z-index: 1;
}

.statistics-section,
.testimonial-section {
    position: relative;
}

.statistics-content,
.orc-testimonial-content {
    overflow: hidden;
    max-width: 1920px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.statistics-section:before,
.statistics-section:after,
.statistics-content:before,
.testimonial-section:before,
.orc-testimonial-content:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, #F7F6F2;
}

.statistics-section:before,
.statistics-content:before {
    right: 0;
    background: #05A8A5;
}

.statistics-section:after {
    left: 0;
    top: auto;
    height: calc(100% /2);
    bottom: 0;
    background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, #F7F6F2;
    z-index: -1;
}

.statistics-content:before,
.orc-testimonial-content:before {
    width: 95%;
}

.statistics-content ul li span {
    display: block;
    width: 30px;
    height: 2px;
    background: #BDE0C0;
}

.statistics-content ul li h3 {
    padding: 20px 0 5px;
}

.statistics-img {
    width: 240px;
}

.statistics-heading {
    width: 585px;
    margin: 0 50px 0 0;
}

.statistics-heading p {
    font-size: .8rem;
    line-height: 1.2;
    color: #fff;
    margin: 30px 0 0;
}


/* Testimonial Section */

.testimonial-section:before,
.orc-testimonial-content:before {
    left: 0;
}

.orc-testimonial-content ul {
    margin: 40px 0 0;
    position: relative;
}

.orc-testimonial-content ul:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    background: url(/sites/default/files/orchestly/home/sprite.png) no-repeat -338px 1px;
    background-size: 550px auto;
    left: -70px;
    top: 0;
}

.testi-write {
    max-width: 650px;
    font-style: italic;
}

.testi-write h5 {
    margin: 40px 0 0;
    color: #293042;
    font-weight: 100;
    font-size: 18px;
}

.testi-write h5 span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px;
}

.testi-img {
    max-width: 180px;
    width: 100%;
    margin: 0;
}


/* Benefit-section */

.benefit-section h2 {
    max-width: 460px;
}

.benefit-section ul {
    margin: 40px auto 0;
    width: 90%;
}

.benefit-section ul li {
    width: calc(90% / 3);
    padding: 15px 0 0;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
}

.benefit-section ul li:last-child {
    margin-bottom: 0;
}

.benefit-section ul li span {
    text-indent: -99999px;
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(/sites/default/files/orchestly/home/sprite.png);
    background-size: 1000px auto;
    background-position: -668px 0;
}

.benefit-section ul li:nth-child(2) span {
    background-position: -715px -1px;
}

.benefit-section ul li:nth-child(3) span {
    background-position: -763px -1px;
}

.benefit-section ul li:nth-child(4) span {
    background-position: -808px -1px;
}

.benefit-section ul li:nth-child(5) span {
    background-position: -855px -1px;
}

.benefit-section ul li:nth-child(6) span {
    background-position: -901px -2px;
}

.benefit-section ul li:nth-child(7) span {
    background-position: -947px -2px;
}

.benefit-section h4 {
    padding: 25px 0 20px;
}


/* Mobile App */

.mobile-img {
    max-width: 510px;
    width: 100%;
}

.mobile-content {
    max-width: 450px;
    margin: 120px 100px 0 0;
}

.mobile-content p {
    margin: 0 0 20px;
}

.mobile-app-section .apps-download-links-wrap {
    margin: 30px 0 0;
}

.mobile-app-section .apps-download-links-wrap a {
    margin: 10px 20px 10px 0;
    background: url(/sites/default/files/download-apps-sprite2x.png) no-repeat left top;
    background-size: auto 50px;
    height: 50px;
}

.mobile-app-section .apps-download-links-wrap a.app-store {
    width: 169px;
    background-position: 0 0;
}

.mobile-app-section .apps-download-links-wrap a.g-play {
    width: 168px;
    background-position: -169px 0;
}


/* footer */

.orc-footer h2 {
    color: #fff;
}

@keyframes leftTrans {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes HeiColorTrans {
    0% {
        top: 100%;
    }
    50% {
        top: 0;
    }
    100% {
        top: -100%;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.mob-banner,
.mob-access {
    display: none;
}


/* tab Section */

.feature-section h2 {
    max-width: 450px;
}

.zo-tab-content-wrap {
    padding: 80px 0;
}

.zo-tab-content {
    display: none;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
}

.feat-cont {
    max-width: 340px;
    width: 100%;
    margin-top: 100px;
}

.feat-cont span {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/sites/default/files/orchestly/home/sprite.png);
    background-size: 1000px auto;
}

.ico-design-workflow {
    background-position: -583px -53px;
}

.ico-submit-request {
    background-position: -621px -53px;
    width: 39px !important;
}

.ico-track-requests {
    background-position: -659px -53px;
}

.ico-automate-workflows {
    background-position: -697px -53px;
}

.ico-optimize-workflows {
    background-position: -735px -53px;
}

.ico-execute-remotely {
    background-position: -775px -53px;
}

.feat-cont h3 {
    margin: 25px 0 20px;
}

.feat-img {
    max-width: 520px;
    padding-left: 30px;
}

.request-img img {
    max-width: 420px
}

.track-img img {
    max-width: 440px
}

.automation-img img {
    max-width: 480px;
}

.remotly-img img {
    max-width: 430px;
}

.zo-tab-content.active-zo-content {
    display: flex;
}

.zo-tab-section {
    overflow: hidden;
}

.zo-tab-list {
    display: flex;
    padding: 10px 0;
    position: relative;
    justify-content: space-between;
    margin: 40px 0 0;
}

.zo-tab-list:before {
    content: none;
    width: 100%;
    height: 1px;
    background: #D3D3D3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.zo-tab-list li {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: "ASAP";
    padding: 0 20px;
    transition-delay: 0s !important;
}

.zo-tab-list li.active-zo-tab {
    color: #fff;
}

.zo-tab-list li.fixed-line {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    height: 2px;
    background: #03a9f5;
    transition: width 400ms linear, transform 400ms linear;
    margin: 0;
    padding: 0;
}


/* Magic Line */

#magic-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #05A8A5;
    transition: all 0.3s;
    z-index: -1;
    border-radius: 30px;
}

a.learn-more-btn {
    color: #FF7B00;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.template-section .act-btn,
.feature-section .act-btn {
    background: transparent;
    border: 2px solid #FF8331;
    color: #FF8331;
}

@media screen and (min-width:1920px) {
    .orchestly-girl-img {
        margin: 0 0 0 80px
    }
}

@media screen and (max-width: 1440px) {
    /* Spacing and content wrap width Common Sections */
    .orc-testimonial-content {
        padding: 100px 0;
    }
    .covid-19-resource,
    .template-section,
    .benefit-section,
    .feature-section,
    .mobile-app-section {
        padding: 100px 0;
    }
    .statistics-content {
        padding: 60px 0;
    }
    .orc-testimonial-content .content-wrap {
        max-width: 990px
    }
    .orchestly-home h2 {
        margin-bottom: 20px;
    }
    .solution-content h2 {
        max-width: 400px;
        margin: 0;
    }
    .solution-content p {
        max-width: 640px;
        padding-right: 50px;
    }
    /*  */
    .banner-wrap h1 {
        padding: 0 0 10px;
    }
    .banner-wrap h1+p {
        margin: 0 0 30px;
    }
    .video-thumbnail {
        margin: 60px 0 0;
    }
    .video-thumbnail span {
        width: 170px;
    }
    .orchestly-flow-img {
        max-width: 290px;
        margin: -100px 0 0 -55px;
    }
    .orchestly-girl-img {
        margin: 0 0 0 20px;
    }
    /* Benefit Section */
    .benefit-section ul {
        margin: 60px 0 0;
    }
    /*   Footer   */
    .benefit-section ul li {
        margin: 0 0 60px;
    }
    .template-section ul {
        margin: 60px 0 50px;
    }
    .statistics-content .content-wrap {
        max-width: 920px;
    }
    .statistics-heading {
        width: 525px;
    }
    .orc-testimonial-content ul li {
        max-width: 880px;
    }
    .testi-write {
        max-width: 600px;
    }
    .mobile-img {
        max-width: 450px;
    }
}

@media screen and (max-width:1366px) {
    .testi-write {
        max-width: calc(100% - 270px);
    }
    .mobile-img {
        max-width: 380px;
    }
    .mobile-content {
        margin: 120px 0 0;
        max-width: calc(100% - 500px);
    }
    .statistics-content:before,
    .orc-testimonial-content:before {
        width: 100%;
    }
    .statistics-heading {
        margin: 0;
        width: calc(100% - 300px);
    }
    .orc-testimonial-content .content-wrap {
        padding: 0 0 0 100px;
    }
    .benefit-section ul li {
        margin: 0 0 40px;
    }
    .benefit-section ul li:before {
        top: 57px;
    }
    .mobile-app-section .content-wrap {
        max-width: 900px;
    }
    .orc-testimonial-content {
        padding: 100px 0;
    }
    .benefit-section h4 {
        padding: 20px 0 15px;
    }
    .template-section ul {
        margin: 60px 0 50px;
    }
}

@media screen and (max-width:1200px) {
    .banner-left {
        padding: 0 60px 0 0;
    }
    .statistics-img {
        width: 180px;
    }
    .statistics-content .content-wrap {
        max-width: 740px;
    }
    .statistics-heading {
        width: calc(100% - 240px);
    }
    .testi-img {
        max-width: 130px;
        margin: 0;
    }
    .orc-testimonial-content {
        padding: 80px 0;
    }
    .orc-testimonial-content ul li {
        max-width: 700px;
    }
    .testi-write h5 span {
        font-size: 18px;
        margin: 0 0 5px;
    }
    .testi-write h5 {
        font-size: 16px;
    }
    .covid-19-resource,
    .template-section,
    .benefit-section,
    .feature-section,
    .mobile-app-section {
        padding: 80px 0;
    }
    .zo-tab-list li {
        text-align: center;
    }
}

@media screen and (max-width:992px) {
    .banner-wrap {
        height: auto;
        background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, linear-gradient(135deg, #F4F1EB 0%, #F4F1EB 100%);
    }
    .banner-wrap h1 {
        opacity: 1;
    }
    .width-50>* {
        width: 100%;
    }
    .banner-left {
        max-width: 500px;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    .banner-wrap h1 {
        padding: 0 0 15px;
        max-width: 400px;
        margin: 0 auto;
    }
    .video-thumbnail {
        text-align: left;
        max-width: 350px;
        margin: 40px auto 0;
    }
    .video-thumbnail p {
        max-width: 200px;
    }
    .banner-right {
        display: none;
    }
    .mob-banner {
        display: block;
        text-align: center;
        margin: 60px 0 -10px;
    }
    .mob-banner img {
        max-width: 550px;
        width: 100%;
    }
    .benefit-section ul li {
        width: 50%;
        margin: 0 0 50px;
        padding: 10px 25px 0;
    }
    .mobile-app-section .content-wrap {
        display: block;
    }
    .mobile-content {
        margin: 0 auto;
        text-align: center;
    }
    .mobile-content {
        max-width: 400px;
        width: 90%;
    }
    .statistics-section {
        background: #077296;
        margin: 0;
    }
    .testimonial-section {
        background: url(/sites/default/files/orchestly/home/texture-wall.png) repeat 0 0, #F7F6F2;
    }
    .orc-testimonial-content ul {
        margin: 0 0;
    }
    .orc-testimonial-content ul:before {
        left: 0;
        top: -100px;
        content: none;
    }
    .statistics-content,
    .orc-testimonial-content {
        width: 100%;
    }
    .statistics-img {
        margin: 0 0 40px;
    }
    .statistics-heading {
        margin: 0 auto;
        width: calc(100% - 340px);
    }
    .mob-access {
        display: block;
        max-width: 240px;
        width: 90%;
        margin: 0 auto 40px;
    }
    .mobile-img {
        display: none;
    }
    .orc-testimonial-content .content-wrap {
        padding: 0;
    }
    /* Spacing and content wrap width Common Sections */
    .statistics-content {
        padding: 60px 0;
    }
    .orc-testimonial-content {
        padding: 80px 5%;
    }
    .orc-testimonial-content .content-wrap {
        max-width: 990px
    }
    /*  */
    .template-section ul {
        margin: 60px 0 20px;
    }
    .testi-write h5 {
        margin: 20px 0 0;
    }
    .testi-write {
        max-width: calc(100% - 180px);
    }
    .testi-img {
        max-width: 150px;
    }
    .benefit-section ul {
        width: 100%;
    }
    .covid-19-inner-sec {
        flex-wrap: wrap;
    }
    .covid-19-inner-sec .covid-19-right {
        order: 1;
        width: 100%;
        text-align: center;
    }
    .covid-19-inner-sec .covid-19-right img {
        margin-top: 30px;
        width: 80%;
        max-width: 80%;
    }
    .covid-19-left {
        text-align: center;
        width: 100%;
    }
    .covid-19-left h2 {
        max-width: 100%;
    }
    .covid-19-left p {
        margin: 0 auto;
    }
    .tile-cont {
        padding: 20px 20px 20px;
    }
    .tile-cont .btn-more {
        margin-top: 30px;
    }
}

@media screen and (max-width:767px) {
    .banner-wrap {
        padding: 30px 0 0;
    }
    .banner-left {
        padding: 0;
    }
    .video-thumbnail span {
        width: 190px;
    }
    /* Spacing and content wrap width Common Sections */
    .covid-19-resource,
    .template-section,
    .benefit-section,
    .feature-section,
    .mobile-app-section {
        padding: 60px 0;
    }
    .statistics-content {
        padding: 60px 0;
    }
    .orc-testimonial-content {
        padding: 70px 0 60px;
    }
    .orc-testimonial-content .content-wrap {
        max-width: 990px
    }
    .orchestly-home h2 {
        margin-bottom: 10px;
    }
    .zo-tab-list {
        display: none
    }
    .zo-tab-content-wrap {
        padding: 0 0 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .zo-tab-content {
        display: block !important;
        max-width: 47%;
        margin: 40px 0 0;
        overflow: hidden;
    }
    .feat-cont {
        margin: 0 0 10px;
        max-width: 100%;
    }
    .feat-cont h4 {
        margin: 15px 0;
    }
    .feat-img {
        display: none;
    }
    .feat-cont .btn-more {
        margin: 20px 0 0;
    }
    .template-section ul {
        display: block;
        max-width: 100%;
    }
    .template-section ul li {
        max-width: 360px;
        margin: 0 auto 60px;
        box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
    }
}

@media screen and (max-width:640px) {
    .benefit-section ul {
        margin: 40px 0 0;
    }
    .benefit-section ul li {
        width: 100%;
        margin: 0 0 40px 20px;
        padding: 0;
        border: none;
    }
    .benefit-section h4 {
        padding: 15px 0;
    }
    .benefit-section ul li:before {
        content: none;
    }
    .testi-write {
        max-width: 100%;
        margin: 20px 0 0;
        order: 1;
    }
    .testi-write h5 {
        margin: 30px 0 0;
    }
    .testi-img {
        max-width: 150px;
    }
    .statistics-content .content-wrap {
        text-align: center;
        display: block;
    }
    .statistics-img {
        margin: 0 auto 20px;
    }
    .statistics-heading {
        margin: 0 auto;
        max-width: 350px;
        width: 100%;
    }
    .statistics-heading p {
        margin: 20px 0 0;
    }
    .template-section ul {
        margin: 40px 0 0;
    }
    .template-section ul li {
        width: 100%;
        padding: 0;
        border: none;
    }
    .zo-tab-content {
        max-width: 100%;
        width: 100%;
        margin: 40px 0 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .banner-left {
        text-align: left;
    }
    .banner-wrap h1 {
        margin: 0;
    }
    .video-thumbnail {
        margin: 40px 0 0;
    }
}


/* promotion css */

.other-lang .zpromotion {
    display: none;
}

.zpromotion {
    position: relative;
    top: 0;
    background: #077296;
    z-index: 99;
    width: 100%;
    vertical-align: middle;
    padding: 13px 0;
    overflow: hidden;
}

.zpromotion-wrap {
    margin: 0 auto;
    width: 90%;
    position: relative;
    z-index: 999;
    text-align: center;
}

.zpremoclose {
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    font-size: 27px;
    color: #fff;
    bottom: 0;
    margin: auto;
    line-height: 1;
    width: 15px;
    height: 15px;
}

.zpremoclose:after {
    content: none;
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
    line-height: 15px;
    color: #8c8c8c;
}

.zpromotion-wrap p span.zone {
    color: #a4a4a4;
}

.zpromotion-wrap p {
    color: #fff;
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
}

.zpromotion-wrap p span a {
    color: #ff8330;
    border-bottom: 1px dotted #ff8330;
    margin-left: 5px;
}

.zpremoclose {
    position: absolute;
    right: 22px;
    top: 0px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #000;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
}

.zpremoclose:before,
.zpremoclose:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #fff;
    top: 5px;
}

.zpremoclose:after {
    transform: rotate(-45deg);
}

.zpremoclose:before {
    transform: rotate(45deg);
}

@media only screen and (max-width: 1200px) {
    .zpromotion-wrap .head-text {
        font-size: 16px;
        padding-right: 1px;
        margin-right: 10px;
        padding-right: 10px;
    }
    .zpromotion-wrap {
        max-width: 840px;
    }
}

@media only screen and (max-width: 991px) {
    .zpromotion-wrap {
        max-width: 460px;
    }
    .zpromotion-wrap p:after {
        content: none;
    }
}

@media only screen and (max-width: 767px) {
    .zpromotion {
        padding: 15px 0 20px;
    }
    .zpromotion-wrap p:before {
        display: none;
    }
    .zpremoclose {
        top: 5px;
        bottom: auto;
        bottom: initial;
        right: 5px;
    }
    .zpromo-sec.zo-wrapper {
        margin: 40px 0 0;
    }
}

@media screen and (max-width: 480px) {
    .zpromotion-wrap {
        max-width: 350px;
    }
    .zpromotion-wrap p {
        line-height: 24px;
    }
    .zpromotion-wrap p span a {
        margin-left: 0;
    }
}

@media screen and (max-width: 420px) {
    .zpromotion-wrap {
        max-width: 360px;
        text-align: left;
        margin: 0 0 0 15px;
    }
    .zpromotion-wrap p {
        font-size: 14px;
    }
}

@media all and (-ms-high-contrast:none) {
    .covid-19-left .anim-ele {
        opacity: 1 !important;
    }
}

@media (pointer: coarse) {
    .covid-19-left .anim-ele {
        opacity: 1 !important;
    }
}