﻿/*   
 * Template Name: devAid - Responsive Website Template for developers
 * Version: 1.0
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/


/* style-2.css */


/* ======= Base ======= */

body {
    font-family: 'Lato', arial, sans-serif;
    color: #FFF;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
}

a {
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: #FFF;
}

.btn,
a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-family: 'Montserrat', arial, sans-serif;
    padding: 8px 16px;
    font-weight: bold;
}

.btn .fa,
a.btn .fa {
    margin-right: 5px;
}

.btn:focus,
a.btn:focus {
    color: #FFF;
}

a.btn-cta-primary,
.btn-cta-primary {
    background: #607026;
    border: 1px solid #607026;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

a.btn-cta-primary:hover,
.btn-cta-primary:hover {
    background: #4f5d20;
    border: 1px solid #4f5d20;
    color: #fff;
}

a.btn-cta-secondary,
.btn-cta-secondary {
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 30px;
    color: #2E3192;
    font-weight: 300;
    text-transform: uppercase;
}

a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
    background: #FFF;
    border: 1px solid #FFF;
    color: #2E3192;
}

.text-highlight {
    color: #FFF;
}

.offset-header {
    padding-top: 90px;
}

pre code {
    font-size: 16px;
}

ul {
    margin-top: 24px;
}


/* ======= Header ======= */

/*.navbar-fixed-top {
    background: none;
    z-index: 9999;
    border: 0px;
    transition: background 0.5s ease-in-out;
}*/

.navbar-fixed-top-scrolled {
    padding: 0;
    background: #fff;
}

.navbar-header .nav-logo {
    /**logo*/
    display: block;
    width: 134px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    background-image: url(../images/logoColor.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-position: 50% 50%;
    float: left;
}

.navbar-header .nav-logo-scrolled {
    background-image: url(../images/logoColor.png);
}

.navbar-header .navbar-toggle {
    /*moblie navbar button*/
    margin-top: 15px;
    background-color: #fff;
}

.navbar .navbar-right .nav-li {
    height: 70px;
    text-align: center;
}

.navbar .navbar-right .nav-li .nav-a {
    margin-top: 10px;
    font-size: 16px;
    color: #000082;
    display: block;
    text-align: left;
}

.navbar .navbar-right .nav-li .nav-a:hover,
.navbar .navbar-right .nav-li .nav-a:focus {
    color: #000082;
    background: #fff;
}

.navbar-right .nav-li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #000082;
    top: 28px;
    right: 0;
}

.navbar .navbar-right .nav-li .nav-a-scrolled {
    color: #000082;
}

.navbar .navbar-right .nav-li .nav-a-scrolled:hover,
.navbar .navbar-right .nav-li .nav-a-scrolled:focus {
    color: #fff;
    background: #000082;
}

.navbar-right .nav-li-scrolled:after {
    background-color: #000082;
}


/* ======= Promo Section ======= */

.promo {
    background-image: url("../images/aponetwork.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;

    z-index: -10;
    color: #000082;
    padding-top: 200px;
    margin-bottom: 0px;
}

.video-link .title {
    margin-top: 20px;
}

.video-link .title .highlight {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 120px auto 0;
}

.video-link .title .highlight span {
    font-size: 40px;
    color: #fff;
    font-family: myFirstFont;
    /*  font-weight: lighter;*/
}

.promo .middle {
    margin-top: 20px;
    max-width: 550px;
    height: 300px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-family: myFirstFont;
}

.video-link .middle .startname {
    font-size: 40px;
    color: #00FFFF;
    font-family: myFirstFont;
}

.video-link .middle .starttime {
    font-size: 40px;
}

.promo .middle .leftname {
    margin-top: 44px;
    font-size: 26px;
    font-weight: lighter;
    text-align: left;
}

.promo .middle .lefttime {
    margin-top: 10px;
}

.promo .middle .lefttime .timer {
    width: 100px;
    float: left;
}

.promo .middle .lefttime .timer .head {
    font-size: 58px;
}

.promo .middle .lefttime .timer p {
    font-size: 14px;
}

.promo .middle .lefttime .colon {
    width: 50px;
    font-size: 53px;
    float: left;
}

.promo .foot {
    margin-top: 140px;
}

.row {
    margin: 40px auto 20px;
    max-width: 480px;
}

.row p {
    font-size: 7px;
}

.row .timer {
    width: 60px;
    height: 69px;
    background: url('../images/diamond.png');
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    z-index: -10;
    margin: 0 auto 10px;
    /* padding:25px 0 0 0;*/
    font-weight: bold;
    font-size: 32px;
    line-height: 69px;
    text-align: center;
}

.row_9 {
    margin: 0 auto 20px;
    max-width: 680px;
}

.row_9 .timer {
    width: 80px;
    height: 80px;
    background: url('../images/circle.png');
    margin: 0 auto 10px;
    padding: 25px 0 0 0;
}

.row_1 {
    margin: 0 auto 100px;
    max-width: 680px;
    font-size: 35px;
}

.row_2 {
    margin: 0 auto 100px;
    max-width: 680px;
    font-size: 25px;
}

.row_2 .btns {
    margin-top: 10px;
}




.row_2 .btn {
    font-size: 10px;

    text-align: left;
    
}



.row_5 {
    margin: 0 auto 0px;
    max-width: 785px;
    padding-bottom: 300px;
}

.what {
    font-size: 20px;
    margin-bottom: 40px;
}

.row_5 .btns .btn {
    font-size: 16px;
}

.row_3 {
    margin: 40 auto 20px;
    max-width: 750px;
    font-size: 35px;
}

.row_4 {
    max-width: 1124px;
    font-size: 10px;
}


/*.row_8{
  max-width: 780px;
  font-size: 20px;
  color:#FFF;
}*/

.row_11 {
    font-size: 16px;
}

.row_11 .title {
    margin-bottom: 30px;
    margin-top: 10%;
}

.row_11 .detail {
    margin-bottom: 40px;
}

.lcash {
    margin-bottom: 10px;
    color: #00FFFF;
}

.row_12 {
    font-size: 20px;
}


.price {
    font-size: 10px;
    margin-bottom: 14px;
}

.link {
    padding: 36px 0;


    background-image: url("../images/no4_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    width: 100%;
    height: 100%;

    color: #fff;
}

.linking {
    margin: 0 auto 20px;
    max-width: 680px;
}

.linking .image {}







.video-link {
    padding: 36px 0;
    background-image: url("../images/bg-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: -10;
}

.video-content {
    /* height:460px; */
    margin: 0 auto;
    padding-top: 85px;
}

.video-title {
    font-size: 26px;
    margin: 48px auto 20px;
    font-family: myFirstFont;
}

.video-detail {
    font-size: 16px;
    color: #fff;
    max-width: 840px;
    margin: 0 auto;
    font-family: myFirstFont;
    text-align: center;
    line-height: 25px;
}

.item-video {
    margin: 0 auto;
    overflow: hidden;
}

.item-video ul {
    padding: 0;
    margin: 60px 0 110px;
    width: 100%;
    overflow: hidden;
}

.item-video ul li {
    list-style: none;
    text-align: center;
}

.item-video ul li .image img {
    width: 64px;
}

.item-video ul li .word {
    text-align: center;
    max-width: 80px;
    font-size: 12px;
    color: #00ffff;
    margin: 18px auto 0;
    font-family: myFirstFont;
}

.fl {
    float: left
}



.video-link .item-part-for6 .chart img {
    width: 550px;
}

.item-part-for6 .chart-for6 {
    margin-top: 40px;
}

.item-part-for6 {
    margin: 0 auto;
    overflow: hidden;
}

.item-part-for6 ul {
    padding: 0;
    margin: 60px 0 40px;
    width: 100%;
    overflow: hidden;
}

.item-part-for6 ul li {
    list-style: none;
    text-align: left;
}


/* .item-part-for6 ul li .image img{
  width:294px;
} */

.item-part-for6 ul li .word {
    text-align: left;
    height: auto!important;
    height: 260px;
    min-height: 260px;
    font-size: 14px;
    color: #ececec;
    margin: 18px auto 0;
    padding: 20px 0;
    border-bottom: 2px solid #00ffff;
    font-family: myFirstFont;
}

.item-part-for6 ul li .word .title {
    font-size: 19px;
    margin-bottom: 0px;
    height: 50px;
}

.item-part-for6 ul li .word .main-word6 {
    /* max-width:230px; */
    line-height: 15px;
    font-family: myFirstFont;
    height: 270px;
    margin: 0px;
}

.item-part-for6 ul li .learn-more {
    margin-top: 20px;
    text-align: left;
    color: #00ffff;
    font-family: myFirstFont;
}

.linking-part-for6 {
    margin: 0 auto 20px;
    max-width: 970px;
}

.item-part-for6 .word .main-word6 li {
    margin: 15px 0px;
}


/* ======= About Section ======= */

.about {
    padding: 36px 0;
    background: #f5f5f5;
}

.about .title {
    color: #607026;
    margin-top: 0;
    margin-bottom: 45px;
}

.about .intro {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.about .item {
    position: relative;
    margin-bottom: 30px;
}

.about .item .icon-holder {
    position: absolute;
    left: 30px;
    top: 0;
}

.about .item .icon-holder .fa {
    font-size: 24px;
    color: #a91e50;
}

.about .item .content {
    padding-left: 60px;
}

.about .item .content .sub-title {
    margin-top: 0;
    color: #a91e50;
    font-size: 18px;
}


/* ======= Features Section ======= */

.features {
    padding: 36px 0;
    background: #000082;
    color: #fff;
}

.features .title {
    color: #FFF;
    margin-top: 0;
    margin-bottom: 30px;
}

.features a {
    color: #FFF;
}

.features a:hover {
    color: #FFF;
}

.features .feature-list li {
    margin-bottom: 10px;
    color: #607026;
}

.features .feature-list li .fa {
    margin-right: 5px;
    color: #fff;
}


/* ======= Install Section ======= */

.install {
    padding: 36px 0;
    background: #f5f5f5;
}

.install .title {
    color: #607026;
    margin-top: 0;
    margin-bottom: 30px;
}

.install .install-inner {
    max-width: 800px;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
}

.install .block {
    margin-bottom: 45px;
}

.install .code-block {
    margin: 30px inherit;
}

.install .code-block pre[class*="language-"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}


/* ======= Docs Section ======= */

.docs {
    padding: 36px 0;
    background: #f5f5f5;
}

.docs .title {
    color: #607026;
    margin-top: 0;
    margin-bottom: 30px;
}

.docs .docs-inner {
    max-width: 800px;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
}

.docs .block {
    margin-bottom: 45px;
}

.docs .code-block {
    margin: 30px inherit;
}

.docs .code-block pre[class*="language-"] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}


/* ======= Support Section ======= */

.support {
    padding: 36px 0;
    background: #f5f5f5;
}

.support .title {
    color: #607026;
    margin-top: 0;
    margin-bottom: 30px;
}

.support .support-inner {
    max-width: 800px;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
}

.support h3 a {
    color: #b4ca65;
}

.support .block {
    margin-bottom: 45px;
}

.support .block:last-child {
    margin-bottom: 0px;
}


/* ======= License Section ======= */

.license {
    padding: 36px 0;
    background: #f5f5f5;
}

.license .title {
    margin-top: 0;
    margin-bottom: 45px;
    color: #607026;
}

.license .license-inner {
    max-width: 800px;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
}

.license .info {
    max-width: 760px;
    margin: 0 auto;
}

.license .cta-container {
    max-width: 540px;
    margin: 0 auto;
    margin-top: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.license .cta-container .speech-bubble {
    background: #fefefd;
    color: #607026;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.license .cta-container .speech-bubble:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fefefd;
}

.license .cta-container .icon-holder {
    margin-bottom: 15px;
}

.license .cta-container .icon-holder .fa {
    font-size: 56px;
}

.license .cta-container .intro {
    margin-bottom: 30px;
}


/* ======= Contact Section ======= */

.contact {
    padding: 36px 0;
    background: #b4ca65;
    color: #fff;
}

.contact .contact-inner {
    max-width: 760px;
    margin: 0 auto;
}

.contact .title {
    color: #607026;
    margin-top: 0;
    margin-bottom: 30px;
}

.contact .intro {
    margin-bottom: 45px;
}

.contact a {
    color: #607026;
}

.contact a:hover {
    color: #3f4a19;
}

.contact .author-message {
    position: relative;
    margin-bottom: 45px;
}

.contact .author-message .profile {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 100px;
    height: 100px;
}

.contact .author-message .profile img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.contact .author-message .speech-bubble {
    margin-left: 155px;
    background: #aec65a;
    color: #607026;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
}

.contact .author-message .speech-bubble .sub-title {
    color: #607026;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
}

.contact .author-message .speech-bubble a {
    color: #fff;
}

.contact .author-message .speech-bubble:after {
    position: absolute;
    left: -10px;
    top: 60px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #aec65a;
}

.contact .author-message .speech-bubble .source {
    margin-top: 30px;
}

.contact .author-message .speech-bubble .source a {
    color: #607026;
}

.contact .author-message .speech-bubble .source .title {
    color: #90a93a;
}

.contact .info .sub-title {
    color: #a1bb41;
    margin-bottom: 30px;
    margin-top: 0;
}

.contact .social-icons {
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
    display: inline-block;
    margin: 0 auto;
}

.contact .social-icons li {
    float: left;
}

.contact .social-icons li.last {
    margin-right: 0;
}

.contact .social-icons a {
    display: inline-block;
    background: #90a93a;
    width: 48px;
    height: 48px;
    text-align: center;
    padding-top: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 8px;
    float: left;
}

.contact .social-icons a:hover {
    background: #941a46;
}

.contact .social-icons a .fa {
    color: #fff;
}

.contact .social-icons a .fa:before {
    font-size: 26px;
    text-align: center;
    padding: 0;
}


/* ======= Footer ======= */

.footer {
    padding: 15px 0;
    background: #3f4a19;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

.footer .copyright {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.footer .fa-heart {
    color: #bf225a;
}

.container {
    padding-right: 20px;
    padding-left: 10px;

}



@media (max-width: 991px) {

    .item-part-for6 ul li.third-img-part-for6 {
        margin-top: 40px;
    }
    .container {
        width: 100%;
    }
    .navbar-header .nav-logo {
        width: 140px;
        height: 42px;
    }
    .nav  li a {
        padding: 16px 8px
    }
}


/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
    .navbar-right .nav-li-scrolled:after {
        display: none;
    }
    .header .main-nav button {
        margin-right: 0;
    }
    .header .main-nav .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact .author-message {
        text-align: center;
    }
    .contact .author-message .profile {
        position: static;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .contact .author-message .speech-bubble {
        margin-left: 0;
    }
    .contact .author-message .speech-bubble:after {
        display: none;
    }
    .contact .social-icons a {
        width: 36px;
        height: 36px;
        padding-top: 7px;
        margin-right: 2px;
    }
    .contact .social-icons a .fa:before {
        font-size: 18px;
    }

    .row .times {
        width: 25%;
    }
    .row_3 .btns img {
        width: 295px;
    }
    .chart img {
        width: 300px;
    }

    .row_2 .btn {
        text-align: center;
        
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
  
    .video-link .title {
        margin-top: 0px;
    }
    .video-link .title .highlight span {
        font-size: 30px;
        color: #fff;
        font-family: "微软雅黑";
    }
    .promo .middle {
        margin-top: 40px;
        max-width: 320px;
        height: 400px;
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        font-family: "微软雅黑";
    }
    .video-link .middle .startname {
        font-size: 30px;
        /* font-weight: lighter;*/
        text-align: center;
    }
    .promo .middle .starttime {
        font-size: 25px;
        text-align: center;
    }
    .promo .middle .leftname {
        margin-top: 10px;
        font-size: 16px;
        font-weight: lighter;
        text-align: center;
    }
    .promo .middle .lefttime {
        margin-top: 10px;
    }
    .promo .middle .lefttime .timer {
        width: 58px;
        float: left;
    }
    .promo .middle .lefttime .timer .head {
        font-size: 38px;
    }
    .promo .middle .lefttime .timer p {
        font-size: 7px;
    }
    .promo .middle .lefttime .colon {
        width: 29px;
        font-size: 35px;
        float: left;
    }
    .promo .foot {
        margin-top: 100px;
    }
    
    .linking-part-for6 {
        margin: 0 auto 20px;
        max-width: 680px;
    }
    .item-video ul {
        padding: 0;
        margin: 30px 0 10px;
        width: 100%;
    }
    .video-link .item-part-for6 .chart img {
        width: 300px;
    }
    .item-part-for6 ul li .word {
        text-align: left;
        height: auto!important;
        height: 280px;
        min-height: 280px;
        font-size: 14px;
        color: #ececec;
        margin: 18px auto 0;
        padding: 20px 0;
        border-bottom: 2px solid #00ffff;
    }

    .item-part-for6 ul li.third-img-part-for6 {
        margin-top: 40px;
    }
}





@media (max-width: 600px) {

    .item-part-for6 ul li .word {
        text-align: left;
        height: auto!important;
        height: 320px;
        min-height: 320px;
        font-size: 14px;
        color: #ececec;
        margin: 18px auto 0;
        padding: 20px 0;
        border-bottom: 2px solid #00ffff;
    }
    .item-part-for6 ul li .word .main-word6 {
        height: 400px;
    }
}


@media (max-width: 500px) {

    .item-part-for6 ul li .word {
        text-align: left;
        height: auto!important;
        height: 400px;
        min-height: 400px;
        font-size: 14px;
        color: #ececec;
        margin: 18px auto 0;
        padding: 20px 0;
        border-bottom: 2px solid #00ffff;
    }
}


@media (max-width: 400px) {

    .item-part-for6 ul li .word {
        text-align: left;
        height: auto!important;
        height: 500px;
        min-height: 500px;
        font-size: 14px;
        color: #ececec;
        margin: 18px auto 0;
        padding: 20px 0;
        border-bottom: 2px solid #00ffff;
    }
}




@media (max-width: 350px) {
    .row_1 .btns img {
        width: 195px;
    }
    .row_3 .btns img {
        width: 185px;
    }
    .chart img {
        width: 180px;
    }

    
    .video-link .item-part-for6 .chart img {
        width: 180px;
    }

    .item-part-for6 ul li.third-img-part-for6 {
        margin-top: 20px;
    }

    .item-part-for6 ul li .word {
        text-align: left;
        height: auto!important;
        height: 600px;
        min-height: 600px;
        font-size: 14px;
        color: #ececec;
        margin: 18px auto 0;
        padding: 20px 0;
        border-bottom: 2px solid #00ffff;
    }
    .item-part-for6 ul li .word .main-word6 {
        height: 500px;
    }
    
}


/* Small devices (tablets, 768px and up) */


/* Medium devices (desktops, 992px and up) */


/* Large devices (large desktops, 1200px and up) */