@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

html, body {
    height: 100%;
    height: 100vh;
	font-family: 'PT Sans';
}

a {
    cursor: pointer;
}

.gotop {
    position: fixed;
    cursor: pointer;
    width: 2.5em;
    display: none;
    right: 2%;
    bottom: 5%;
    z-index: 100;
}

.container{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.product-wrap{
    width: 1420px;
    padding: 3rem 10rem 10rem;
    background: white;
    margin: 0 auto;
}

.about-logo{
    width: 100%;
    text-align: center;
}

.about-logo img{
     margin: 1.5rem 0 1rem;
     width: 156px;
     height: auto;
}

.about-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-inner .left{
    width: 50%;
    background: #18b5c5;
    padding: 3rem 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.about-inner .left .email{
    width: 11rem;
    background: url(../img/js-15.png);
    background-size: 100% 100%;
    height: 8rem;
    margin-right: 8rem;
    text-align: center;
    padding: 2rem 0;
}

.about-inner div div a{
    color: white;
    border: 1px solid white;
    padding: 0.2rem 0.5rem;
}

.about-inner div div p{
    font-size: 0.7rem;
    color: white;
    margin-top: 1rem;
}

.about-inner .right{
    width: 50%;
    background: #f4762c;
    padding: 3rem 0;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.about-inner .right .betay{
    width: 21rem;
    background: url("../img/js-16.png");
    background-size: 100% 100%;
    height: 8rem;
    margin-left: 8rem;
    text-align: center;
    padding: 2rem 0;
}

.product-wrap ul{
    margin: 0;
    padding: 4rem 0;
    border-bottom: 1px solid #e2e3e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-wrap ul li{
    width: 33.33333333%;
    list-style-type: none;
    color: #8d8e8e;
	padding:0 10px;
}

.about-img-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0 0;
}

.about-img-wrap img{
    width: 47%;
}

.product-wrap ul li:nth-child(2){
    border-left: 1px solid #e2e3e5;
    border-right: 1px solid #e2e3e5;
    width: 40%;
}

.product-wrap ul li h2{
    color: #8d8e8e !important;
    font-weight: 400 !important;
}

.product-wrap ul li p{
    color: #aeaeae !important;
    padding: 0 !important;
    margin-top: 1rem !important;
    font-size: 12px !important;
}

.product-wrap span{
    color: #e2e3e5;
}

.product-wrap-p{
    color: #4e555b !important;
}

.meisuj img{
    width: 5rem;
    margin-top: -0.5rem;
}

.c-banner .banner ul li img:hover{
    cursor: pointer;
}

.gotop img {
    width: 100%;
}

.footer{
    background: #000000;
    padding: 5rem 20% 3rem;
    margin: 0 auto;
	font-size:14px;
}

.footer .top{
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    color: #8e8e8e;
}

.footer .top .left{
    width:75%;
}

.footer .top .left img{
    width: 5rem;
    margin-bottom: 3rem;
}

.footer .top .left p{
    line-height: 1rem;
}

.footer .top .middle{
    width: 35%;
    display: flex;
}

.footer .top .middle .first{
    width: 50%;
    margin-right: 4rem;
}

.footer .top .middle .second{
    flex: 1;
}

.footer .top .middle h3{
    color: white;
}

.footer .top .middle ul{
    margin: 0;
    padding: 0;
}

.footer .top .middle ul li{
    list-style-type: none;
}

.footer .top .middle ul li a{
    color: white;
}

.footer .top .middle ul li a:hover{
    color: #4d8cfa;
    text-decoration: none;
}

.footer .top .right{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer .top .right .search-footer{
    padding: 0;
    text-align: center;
}

.footer .top .right .search-footer img{
    margin-bottom: 1rem;
}

.footer .top .right .search-footer input{
    background: #191919;
    border: 1px solid #494949;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
    width: 20rem;
    color: white;
}

.footer .top .right .search-footer input::-webkit-input-placeholder{
    color: #515151;
}

.footer .top .right .search-footer button{
    background: #00193f;
    border: 1px solid #0062f9;
    color: #0062f9;
    padding: 8px 25px;
    margin-left: 0.3rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footer-img-list{
    display: flex;
    align-items: center;
}

.footer-img-list img{
    width: 1.5rem;
    margin-right: 0.5rem;
}

.footer-img-list span{
    color: #666666;
    padding-right: 3rem;
}

.footer .bottom{
    text-align: center;
    color: white;
}

.footer .bottom span{
    color: #999999;
    display: block;
}

.fooer p {
    text-align: center;
    font-size: 0.9rem;
    padding-top: 0.5rem;
    color: #c9a164;
}

.navbar-nav {
    padding-right: 3rem;
}

.contact a {
    display: block;
    background-image: url('../img/btn-contact.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 1px;
    text-transform: uppercase;
    color: #81BFDF !important;
    padding: 7px 30px 7px 15px;
    font-size: 12px;
    transition: all 0.5s;
}
.contact a:hover {
    color: #0C80B8 !important;
    text-decoration: none;
}
.contact.white a {
    background-image: url('../img/btn-contact-white.png');
    color: #fff !important;
    text-align: left;
}
.contact.white a:hover {
    color: #fff !important;
}

.language a {
    display: block;
    padding: 0;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.language a:hover {
    text-decoration: none;
}
.language img {
    height: 16px;
    margin-right: 5px;
}
.language .dropdown-menu {
    min-width: auto;
    border: 0;
    border-radius: 0;
}
.language .dropdown-menu a {
    margin: 0;
    padding: 5px 20px;
    color: #000;
    white-space: nowrap;
    text-align: center;
}
.language .dropdown-menu a img {
    max-width: initial;
}

/* Navigation bar */
.navbar {
    position: absolute;
    width: 100%;
    max-width: 1440px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}
.navbar-brand {
    margin-left: 0;
    padding: 0;
    margin-top: -10px;
}
.navbar-brand .custom-logo {
    width: auto;
    height: 54px;
}
.navbar .navbar-toggler {
    margin-right: 0;
    padding: 0.25rem;
}
.navbar .navbar-toggler .fa-bars {
    font-size: 20px;
    color: #0B80B7;
}
.navbar .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-expand-lg .navbar-nav > .nav-item {
    padding: 0;
    text-align: center;
}
.navbar-expand-lg .navbar-nav > .nav-item > .nav-link {
    padding: 30px 0 35px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    transition: all 0.5s;
    width: 120px;
}
.navbar-expand-lg .navbar-nav > .nav-item.home a {
    min-width: 80px;
    background-image: url('../img/navbar-home.png');
    background-position: center 30px;
    background-repeat: no-repeat;
    background-size: initial;
}
.navbar-expand-lg .navbar-nav > .nav-item.special {
    padding: 0 1.5rem;
    height: 5.8rem;
}
.navbar-expand-lg .navbar-nav > .nav-item.special .nav-link:hover {
    color: #0C80B8;
}
.navbar-expand-lg .navbar-nav > .nav-item.special .nav-link.active {
    border-bottom: 2px solid #03e3ff;
    color: #03e3ff;
}

.navbar-expand-lg .navbar-nav > .nav-item.special .nav-link.mousemove-active {
    border-bottom: 2px solid #f55e0d;
    color: #f55e0d;
}

.navbar-expand-lg .navbar-nav > .nav-item.contact {
    margin-left: 1rem;
    margin-right: 1rem;
}
.navbar-expand-lg .navbar-nav > .nav-item.contact a {
    width: auto;
    height: auto;
    padding: 30px 40px 20px 20px;
    background-position: 0 25px;
    background-size: contain;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
}
.language{
    display: block;
    width: 7rem;
}
.lan-choice{
    display: none;
}
.navbar .list-inline {
    margin-top: 23px;
    text-align: center;
}
.navbar .list-inline > .list-inline-item {
    margin: 0;
}
.navbar .list-inline > .list-inline-item.social-media a {
    display: block;
    width: 28px;
    height: 26px;
    margin: 0;
    padding: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.navbar .list-inline > .list-inline-item.social-media.facebook a {
    background-image: url('../img/social-media/facebook-blue.png');
}
.navbar .list-inline > .list-inline-item.social-media.twitter a {
    background-image: url('../img/social-media/twitter-blue.png');
}
.navbar .list-inline > .list-inline-item.social-media.instagram a {
    background-image: url('../img/social-media/instagram-blue.png');
}
.navbar .list-inline > .list-inline-item.social-media.telegram-en a {
    background-image: url('../img/social-media/telegram-en-blue.png');
}
.navbar .list-inline > .list-inline-item.social-media.telegram-cn a {
    background-image: url('../img/social-media/telegram-cn-blue.png');
}
.navbar .list-inline > .list-inline-item.social-media.youtube a {
    background-image: url('../img/social-media/youtube-blue.png');
}
.navbar .list-inline > .list-inline-item.social-media.medium a {
    background-image: url('../img/social-media/medium-blue.png');
}
.navbar .list-inline > .list-inline-item.social-media.messenger a {
    background-image: url('../img/social-media/messenger-blue.png');
}
.navbar .list-inline > .list-inline-item.social-media.linkedin a {
    background-image: url('../img/social-media/linkedin-blue.png');
}
.navbar .language a {
    margin-left: 1rem;
    padding: 30px 0 40px;
    display: flex;
    align-items: center;
}
.navbar .language .dropdown-menu {
    left: 0rem;
    right: 0;
    width: 8rem;
    padding: 0;
    margin-top: -2rem;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.navbar .language .dropdown-menu a {
    margin: 0;
    padding: 3px 16px;
    color: black !important;
}
#nav {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    border: 0;
    background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(0,69,212,0.12);
}
#nav .container {
    max-width: 1500px;
}
#nav-shadow {
    width: 100%;
    height: 42px;
    position: fixed;
    z-index: 99;
    top: 130px;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent url('../img/nav-shadow.png') top center no-repeat;
    background-size: initial;
}
@media (max-width: 1700px) {
    .footer .top .right .search-footer input{
        width: 18rem;
    }
}
@media (max-width: 1600px) {
    .features-list ul li a{
        width: 12rem !important;
    }
    .features-list ul{
        width: 100% !important;
    }

    .features-list ul li{
        width: 50% !important;
    }
}
@media (max-width: 1500px) {
    .features-wrap {
        width: 100%;
        margin: 6rem auto 0 !important;
        padding: 9rem 0 0 5% !important;
        display: flex;
        justify-content: space-between;
        position: inherit !important;
        top: 160px;
    }
    .product-wrap {
        width: 90%;
        padding: 3rem 3rem 5rem;
        background: white;
        margin: 0 auto;
    }
    .navbar {
        position: absolute;
        width: 100%;
        max-width: 1440px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
    }
    .navbar-brand {
        margin-left: 0;
        padding: 0;
        margin-top: -15px;
    }
    .navbar-brand .custom-logo {
        width: auto;
        height: 40px;
    }
    .navbar .navbar-toggler {
        margin-right: 0;
        padding: 0.25rem;
    }
    .navbar .navbar-toggler .fa-bars {
        font-size: 20px;
        color: #0B80B7;
    }
    .navbar .navbar-collapse {
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer .top .right .search-footer input{
        width: 15rem;
    }
    .navbar-expand-lg .navbar-nav > .nav-item {
        padding: 0;
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav > .nav-item .nav-link {
        /*padding: 22px 22px 18px 22px;*/
        /*text-transform: uppercase;*/
        /*color: #81BFDF;*/
        /*font-weight: bold;*/
        /*font-size: 12px;*/
        /*line-height: 26px;*/
        /*transition: all 0.5s;*/
    }
    .navbar-expand-lg .navbar-nav > .nav-item.home a {
        background-image: url('../img/navbar-home.png');
        background-position: center 25px;
        background-repeat: no-repeat;
        background-size: 18px 18px;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.special {
        padding: 0 0.7rem;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.special .nav-link:hover {
        color: #0C80B8;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.special.active .nav-link {
        border-bottom: 8px solid #81BFDF;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.contact {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.contact a {
        width: auto;
        height: auto;
        padding: 22px 32px 18px 12px;
        background-position: 0 19px;
        background-size: contain;
        font-weight: bold;
        font-size: 12px;
    }
    .navbar .list-inline {
        margin-top: 18px;
        text-align: center;
    }
    .navbar .list-inline > .list-inline-item.social-media a {
        display: block;
        width: 23px;
        height: 23px;
        margin: 0;
        padding: 0;
        background-size: contain;
    }
    .navbar .language a {
        margin-top: -5px;
        margin-left: 1rem;
        padding: 22px 0 22px 0;
    }
    .navbar .language .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar .language .dropdown-menu a {
        margin: 0;
        padding: 3px 16px;
    }
    #nav {
        width: 100%;
        height: 105px;
        position: fixed;
        z-index: 999;
        padding: 0;
        border: 0;
        background-color: #fff;
    }
    #nav .container {
        max-width: 1200px;
        margin: -6rem auto 0;
        padding: 0 1rem;
    }
    #nav-shadow {
        width: 100%;
        height: 42px;
        position: fixed;
        z-index: 99;
        top: 105px;
        left: 0;
        right: 0;
        margin: auto;
        background: transparent url('../img/nav-shadow.png') top center no-repeat;
        background-size: initial;
    }
    .language a {
        /*font-size: 12px;*/
    }
    .language img {
        height: 12px;
    }
    .language .dropdown-menu a {
        padding: 3px 16px;
    }
    #section3 .top{
        width: 75% !important;
    }
    .footer {
        padding: 5rem 10% 3rem;
    }
    .features-list ul li {
        width: 100% !important;
    }
    .features-list ul li a {
        width: 10rem !important;
        padding: 0.8rem !important;
        font-size: 12px;
    }
}
@media (max-width: 1300px) {
    .features .footer {
        z-index: 1;
    }
    .footer {
        padding: 5rem 10% 3rem;
    }
    .features-wrap {
        width: 100%;
        margin: 6rem auto 0 !important;
        padding: 4rem 5% !important;
        display: flex;
        justify-content: space-between;
        position: inherit !important;
        top: 160px;
    }
    .features-list ul li {
        width: 50% !important;
    }
    .features-list ul li a {
        width: 8rem !important;
        padding: 0.5rem !important;
        font-size: 0.8rem;
    }
    .video-wrap {
        width: 80%;
    }
    .product-video {
        width: 100%;
        padding: 2rem 8rem;
    }
    .video-wrap video {
        margin-left: -10%;
        width: 100%;
    }
    .list-grid {
        width: 70%;
        margin: 0 10%;
    }
    #section3 .top {
        width: 85% !important;
    }
    .middle-nav {
        width: 85%;
        margin: 1rem auto 1.5rem;
    }
    .action-wrap {
        width: 85%;
    }
    .bottom-wrap {
        width: 85%;
        margin: 10rem auto 0;
    }
    #section4 {
        width: 85%;
    }
    #section5 {
        width: 100% !important;
    }
    .footer .top .middle .first {
        width: 63%;
        margin-right: 1rem;
    }
    .footer .top .right {
        padding-left: 0;
    }
    .footer .top .middle {
        width: 45%;
    }
    .footer {
        padding: 3rem 10%;
    }
}
@media (max-width: 1200px) {
    #section6 img {
        width: 90% !important;
    }
    .features-list ul li a {
        width: 6rem !important;
        padding: 0.5rem !important;
        font-size: 0.7rem;
    }
    .features-wrap .right h1{
        font-size: 1.2rem;
    }
    .list-grid ul li h3{
        font-size: 1.3rem;
        margin: 0.5rem 0;
    }
    .list-grid ul li p {
        margin: 0.5rem 0;
        font-size: 0.8rem;
        padding: 0 3rem;
    }
    .list-grid {
        width: 100% !important;
        margin: 0;
    }
    #section3 .top {
        width: 95% !important;
    }
    .middle-nav {
        width: 95% !important;
        margin: 1rem auto 1.5rem !important;
    }
    .action-wrap {
        width: 95% !important;
    }
    .bottom-wrap {
        width: 95% !important;
        margin: 10rem auto 0;
    }
    #section4 {
        width: 95% !important;
    }
    #section3 {
        padding: 20px 0;
        margin: 3rem 0;
    }
    #nsection2 .item .content{
        width: auto !important;
        margin-top: 0 !important;
    }
    #nsection2 .item .date{
        margin-top: 10px !important;
    }
}
@media (max-width: 999px) {
    #nsection2 .col-sm-4 {
        max-width: 45% !important;
    }
    #nsection2 h3{
        text-align: center;
        padding-bottom: 2rem;
    }
    .product-video {
        padding: 2rem 1rem;
    }
}
@media (max-width: 768px) {

    .lan-choice{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 3rem 0.7rem 2rem;
        color: white;
    }
    .img-list {
        margin-bottom: 2rem !important;
    }
    .phone-close{
        position: absolute;
        top: 2rem;
        right: 2rem;
        z-index: 9999;
    }
    .phone-close img{
        width: 1.5rem;
    }
    .lan-active{
        color: #3E82FE;
    }
    .lan-choice span{
        font-size: 1rem;
        position: fixed;
        left: 2rem;
        top: 2rem;
    }
    .lan-choice span img{
        width: 5rem;
    }
    .lan-choice span:hover{
        cursor: pointer;
    }
    .language a {
        font-size: 14px;
        text-align: center;
    }
    .language img {
        height: 16px;
    }
    .language .dropdown-menu a {
        padding: 3px 0px;
    }
    .navbar {
        position: relative;
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
    }
    .navbar-nav {
         padding-right: 0;
    }
    .navbar-brand {
        margin-left: 1.5rem;
        padding: 0;
        margin-top: 0;
    }
    .navbar-brand .custom-logo {
        width: auto;
        height: 30px;
    }
    .navbar .navbar-toggler {
        margin-right: 1.5rem;
        padding: 0.25rem;
    }
    .navbar .navbar-toggler .fa-bars {
        font-size: 20px;
        color: #0B80B7;
    }
    .navbar .navbar-collapse {
        padding: 3rem 2.5rem !important;
        background-color: black;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .navbar-expand-lg .navbar-nav > .nav-item {
        padding: 0rem 1rem;
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav > .nav-item .nav-link {
        padding: 0.7rem 1rem;
        text-transform: uppercase;
        color: white !important;
        font-weight: 100;
        font-size: 14px;
        line-height: 26px;
        transition: all 0.5s;
        display: block;
        width: 100%;
        border-bottom: 1px solid #212121;
    }
    .language{
        display: none;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.special .nav-link.active {
        color: #ffffff !important;
        background: rgb(39, 122, 128);
        border: 1px solid #298db3 !important;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.home a {
        background-image: url('../img/navbar-home.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 18px 18px;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.special {
        padding: 0 0.7rem;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.special .nav-link:hover {
        color: #0C80B8;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.special.active .nav-link {
        border-bottom: 0;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.contact {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-expand-lg .navbar-nav > .nav-item.contact a {
        width: auto;
        height: auto;
        padding: 22px 32px 18px 12px;
        background-position: center 16px;
        background-size: initial;
        font-weight: bold;
        font-size: 14px;
    }
    .navbar .navbar-nav > .nav-item.social-media {
        padding: 0 !important;
    }
    .navbar .navbar-nav > .nav-item.social-media a {
        display: inline-block;
        width: 27px;
        height: 27px;
        margin-top: 0;
        margin-left: 3px;
        margin-right: 3px;
        padding: 0;
        background-size: contain;
    }
    .navbar .language a {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 1rem;
    }
    .navbar .language .dropdown-menu {
        left: 0;
        right: 0;
        padding: 0 0 15px 0;
    }
    .navbar .language .dropdown-menu a {
        margin: 0;
        padding: 3px 0;
    }
    #nav {
        width: 100%;
        height: 58px;
        position: fixed;
        z-index: 999;
        padding: 0.7rem 0;
        border: 0;
        background-color: #fff;
    }
    #nav .container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    #nav-shadow {
        width: 100%;
        height: 42px;
        position: fixed;
        z-index: 99;
        top: 58px;
        left: 0;
        right: 0;
        margin: auto;
        background: transparent url('../img/nav-shadow.png') top center no-repeat;
        background-size: 100%;
    }
}

.main {
	position: relative;
}

#footer {
	width: 100%;
    padding-bottom: 50px;
    background-color: #58595B;
    color: #fff;
}
#footer .container {
	max-width: 1600px;
}
#footer .copyright {
	margin-top: 35px;
	font-size: 12px;
}
#footer a {
    color: #fff;
}
#footer p {
	margin: 0;
	display: inline-block;
}
#footer li {
	list-style: none;
	display: inline-block;
}
#footer .backtotop {
	margin-top: 30px;
}
#footer .list-inline {
    margin-top: 30px;
    text-align: right;
}
#footer .list-inline > .list-inline-item {
    margin: 0;
    vertical-align: middle;
}
#footer .list-inline > .list-inline-item.social-media a {
    display: block;
    width: 28px;
    height: 26px;
    margin: 0;
    padding: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
#footer .list-inline > .list-inline-item.social-media.facebook a {
    background-image: url('../img/social-media/facebook-white.png');
}
#footer .list-inline > .list-inline-item.social-media.twitter a {
    background-image: url('../img/social-media/twitter-white.png');
}
#footer .list-inline > .list-inline-item.social-media.instagram a {
    background-image: url('../img/social-media/instagram-white.png');
}
#footer .list-inline > .list-inline-item.social-media.telegram-en a {
    background-image: url('../img/social-media/telegram-en-white.png');
}
#footer .list-inline > .list-inline-item.social-media.telegram-cn a {
    background-image: url('../img/social-media/telegram-cn-white.png');
}
#footer .list-inline > .list-inline-item.social-media.youtube a {
    background-image: url('../img/social-media/youtube-white.png');
}
#footer .list-inline > .list-inline-item.social-media.medium a {
    background-image: url('../img/social-media/medium-white.png');
}
#footer .list-inline > .list-inline-item.social-media.messenger a {
    background-image: url('../img/social-media/messenger-white.png');
}
#footer .list-inline > .list-inline-item.social-media.linkedin a {
    background-image: url('../img/social-media/linkedin-white.png');
}
#footer .language .dropdown-menu a {
    color: #000;
}
.icon-list{
    display: none;
}

.features-wrap{
    width: 100%;
    margin: 0 auto;
    padding: 18rem 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: url("../img/js-18.jpg");
    background-size: 100% 100%;
}

.features-wrap .left{
    width: 35%;
    display: flex;
    justify-content: flex-end;
}

.concat-wrap{
    background: white;
    padding: 2rem;
    width: 28rem;
}

.img-list{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.img-list img{
    margin-right: 1rem;
    width: 2.5rem;
}

.concat-wrap ul{
    margin: 3rem 0;
    padding: 0;
}

.concat-wrap ul li{
    list-style-type: none;
    margin-bottom: 2rem;
}

.concat-wrap ul li h2{
    font-weight: bold;
    font-size: 1.5rem;
}

.concat-wrap ul li h4 img{
    width: 1rem;
    margin-left: 0.5rem;
}

.concat-wrap h1{
    font-weight: bold;
}

.concat-wrap span{
    display: block;
    width: 10rem;
    height: 3px;
    background: #000;
}

.concat-wrap h1:nth-child(2){
    margin-bottom: 1rem;
    color: #44e2ec;
}

.features-wrap .left h4,.features-wrap .left p{
    font-size: 15px;
    color: #000;
    box-sizing: border-box;
    word-break: break-word;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.telegram-bot{
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}

.telegram-bot img{
    width: 2rem;
    margin-right: 1rem;
}

.telegram-bot span{
    font-size: 14px;
    color: #A9B0B9;
}

.features-wrap .right{
    flex: 1;
    padding-left: 5rem;
}

.content-wrap{
    background: rgba(30,168,186,.9);
    /*background: linear-gradient(to right,#34a5b4 0%, #2aa7b8 51%, #139fb2 99%, #0496aa 100%);*/
    padding: 3rem;
    display: flex;
}

.content-wrap form{
    width: 20rem;
}

.content-wrap form div{
    display: flex;
    background: white;
    padding: 0.5rem;
    margin: 0.5rem 0;
    align-items: center;
}

.content-wrap form div:last-child{
    align-items: flex-start;
}

.features-list{
    flex: 1;
    margin-left: 3rem;
    padding-top: 0.5rem;
}
.features-list h1{
    color: white;
    font-size: 2rem;
}

.features-list h3{
    color: white;
    font-size: 1.2rem;
}

.features-list ul{
    margin: 2rem 0 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 88%;
}

.features-list ul li{
    list-style-type: none;
    width: 34%;
    margin-bottom: 1rem;
}

.features-list ul li a{
    width: 12rem;
    border: 1px solid white;
    padding: 1rem 0;
    color: white;
    text-align: center;
    display: block;
	font-size:13px;
}

a:hover{
    text-decoration: none;
}

.content-wrap form div input{
    border: none;
    padding-left: 0.5rem;
}

.content-wrap form button{
    background: white;
    border: none;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
}

.content-wrap form div textarea{
    border: none;
    padding-left: 0.5rem;
    height: 6rem;
}

.content-wrap form div p{
    margin-bottom: 0;
}

.content-wrap form div p span{
    color: red;
}

.features-wrap .right h1{
    color: white;
}

.features-wrap .right h4{
    font-size: 16px;
    color: #A9B0B9;
    font-weight: 400;
    padding-bottom: 1rem;
}

.features-wrap .right p{
    font-size: 14px;
    color: #A9B0B9;
    width: 3rem;
}

.features-wrap .right .telegram-bot{
    margin: 1rem 0 1.5rem;
}

.features-wrap .right .telegram-bot img{
    width: 1.5rem;
}

.features-wrap .right .telegram-bot span{
    font-size: 1.2rem;
    color: #000;
}

.features-btn{
    display: flex;
    align-items: center;
    box-shadow: 0 6px 20px 0 rgba(182,210,255,0.30);
    border-radius: 8px;
    width: 70%;
}

.features-btn input{
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    height: 3rem;
    border: none;
    width: 80%;
    padding: 0 1rem;
}

.features-btn button{
    flex: 1;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    height: 3rem;
    line-height: 3rem;
    border: none;
    background: #0062F9;
    box-shadow: 0 6px 20px 0 rgba(182,210,255,0.30);
    color: white;
}

#row_row-19{
    justify-content: space-between;
    padding: 6rem 0 3rem;
}

#row_row-19 div p{
    text-align: center;
    color: #5F657A;
}

#ausection1{
    margin-bottom: 6rem;
}

.row{
    justify-content: space-around;
    margin: 0 0 4rem;
}

@media (min-width: 992px){
    .col-lg-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.team-type{
    text-align: center;
    padding: 4rem 0;
}

.team-type span{
    width: 10%;
    margin: 0 45%;
    display: block;
    height: 3px;
    position: relative;
    background: #4E7AFF;
}

.task-introduction{
    text-align: center;
}

.task-introduction p{
    padding: 0;
    margin: 0;
}

.task-introduction p img{
    width: 16rem;
    height: 20rem;
    overflow: hidden;
}

.task-introduction ul{
    display: none;
    position: absolute;
    margin: -20rem 0 0;
    padding: 2rem 0;
    width: 16rem;
    height: 20rem;
    background: rgba(17,110,255,0.5);
    overflow: hidden;
    text-overflow: ellipsis;
}

.task-introduction ul li{
    list-style-type: none;
    text-align: left;
    padding: 0.5rem 2rem;
    color:white;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.position-wrap{
    background: #FFFFFF;
    box-shadow: 0 6px 20px 0 rgba(153,155,158,0.30);
    position: relative;
    width: 80%;
    margin: -2rem auto 0;
    padding: 0.2rem 0;
}

.position-wrap .top{
    display: flex;
    align-items: center;
    justify-content: center;
}

.position-wrap p{
    margin: 0;
    font-size: 14px;
    color: #0B66C1;
}

.position-wrap img{
    margin-right: 0.5rem;
}

.position-wrap span{
    font-size: 20px;
    color: #353D5B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 9rem;
}

.our-vision{
    width: 60%;
    margin: 0 auto;
    padding: 4rem 1rem;
}

.our-vision h2{
    text-align: center;
    font-size: 36px;
    color: #31333C;
}

.vision-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6rem;
}

.vision-wrap .left{
    width: 50%;
}

.vision-wrap .left h3{
    font-size: 28px;
    color: #353D5B;
    margin-bottom: 2rem;
}

.vision-wrap .left p{
    font-size: 16px;
    color: #686A6F;
    margin-bottom: 3rem;
}

.vision-wrap .left p:last-child{
    margin-bottom: 0;
}

.vision-wrap .right{
    flex: 1;
    text-align: center;
}

.vision-wrap .right img{
    width: 25rem;
}

.our-team{
    width: 60%;
    margin: 0 auto;
    padding: 4rem 1rem;
    text-align: center;
}

.our-team h2{
    font-size: 36px;
    color: #353D5B;
}

.our-team h3{
    font-size: 28px;
    color: #353D5B;
    padding: 1rem 0;
}

.fa-bars:before {
    content: '';
}

.fa-bars img{
    width: 1.5rem;
}
.search-grow-up{
    display: block;
}

.search-grow-up{
    display: block;
}
.search-grow-up .search-wrap{
    text-align: center;
    padding: 2rem;
}
.search-grow-up .search-wrap h2{
    font-size: 22px;
    color: #353D5B;
    margin-bottom: 1rem;
}
.search-grow-up .search-wrap h4{
    font-size: 17px;
    color: #353D5B;
}
.search-grow-up .search-wrap p{
    font-size: 13px;
    color: #353D5B;
}
.search-grow-up .search-wrap button{
    background: #4E7AFF;
    box-shadow: 0 9px 30px 0 rgba(91,154,255,0.50);
    border-radius: 37.5px;
    border: none;
    padding: 0.5rem 2rem;
    color: white;
}

.grow-up-wrap {
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .position-wrap span {
        font-size: 16px;
    }
    #ausection1 {
        margin-bottom: 0;
    }
    .search-grow-up{
        display: block;
    }
    .search-grow-up .search-wrap{
        text-align: center;
        padding: 2rem;
    }
    .search-grow-up .search-wrap h2{
        font-size: 22px;
        color: #353D5B;
        margin-bottom: 1rem;
    }
    .search-grow-up .search-wrap h4{
        font-size: 17px;
        color: #353D5B;
    }
    .search-grow-up .search-wrap p{
        font-size: 13px;
        color: #353D5B;
    }
    .search-grow-up .search-wrap button{
        background: #4E7AFF;
        box-shadow: 0 9px 30px 0 rgba(91,154,255,0.50);
        border-radius: 37.5px;
        border: none;
        padding: 0.5rem 2rem;
        color: white;
    }
    .grow-up-wrap{
        padding: 0;
    }
    .grow-up-wrap img{
        width: 100%;
    }
    .footer{
        padding: 2rem 0;
    }
    .footer .top{
        display: flex;
        padding: 0 1rem;
    }
    .footer .top .right .search-footer img {
        margin-bottom: 1rem;
        width: 3rem;
    }
    .footer .top .right .search-footer p{
        font-size: 0.7rem;
        margin-bottom: 0;
    }
    .footer .bottom{
        font-size: 0.85rem;
    }
    .icon-list{
        display: block;
    }
    .icon-list p{
        text-align: center;
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
    }
    .icon-list p a{
        display: flex;
        align-items: center;
        padding-right: 0.5rem;
    }
    .icon-list p a img{
        width: 1.3rem;
    }
    .icon-list-top{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon-list-top a{
        padding: 0 0.5rem;
    }
    .icon-list-top a img{
        width: 1.3rem;
    }
    .features-wrap {
        width: 100%;
        margin: 3.6rem auto 0 !important;
        padding: 1rem 0 0 !important;
        display: block;
        position: inherit;
    }
    .concat-wrap{
        width: 100%;
        text-align: left;
    }
    .features .footer{
        position: relative;
        z-index: 1;
    }
    .features-wrap .left {
        width: 100%;
        text-align: center;
    }
    .features-wrap .left h4, .features-wrap .left p {
        font-size: 14px;
        color: #A9B0B9;
        width: 100%;
        box-sizing: border-box;
        word-break: break-word;
        padding: 0;
        align-items: flex-start;
    }
    .content-wrap{
        display: block;
        padding: 3rem 1.7rem;
    }
    .features-list{
        margin: 2rem 0 0;
    }
    .features-list ul li {
        width: 50%;
    }
    .features-wrap .right {
        padding: 1rem;
    }
    .features-list ul li a {
        width: 9rem !important;
        padding: 0.8rem 0.1rem !important;
        font-size: 0.7rem;
    }
    .content-wrap form {
        width: 100%;
    }
    .concat-wrap ul{
        border-left: 2px solid #e2e3e5;
        padding-left: 1rem;
    }
    .features-wrap .right h4{
        font-size: 12px;
    }
    .features-wrap .right h1{
        font-size: 1.8rem;
        font-weight: bold;
    }
    .telegram-bot {
        margin-bottom: 2rem;
        justify-content: center;
    }
    .register-input{
        text-align: left;
        padding: 0 !important;
        margin-bottom: 0.2rem;
    }
    .features-btn{
        margin-bottom: 2rem;
    }
    .features-wrap .right h2{
        font-size: 1.5rem;
    }
    .features-wrap .right .telegram-bot {
        justify-content: flex-start;
        margin-bottom: 3rem;
    }
}