html, body {
    font: 400 13px 'Open Sans', sans-serif;
}

.echat-st-ct1 {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* padding-left: 10%; */
    height: 750px;
}

.section-st-top {
    text-align: center;
    padding: 60px 0 60px 0 !important;
}

.section-st-top img {
    max-width: 100%;
}

.echat-st-ct2 {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 750px;
}

.echat-st-ct3 {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 120px 0;
}

.echat-st-ct3 .echat-game-right {
    width: 100%;
    text-align: center;
}

.echat-st-ct3 .echat-game-left {
    width: 80%;
    margin-bottom: 30px;
}

.echat-st-ct3 h2 {
    text-align: center;
    margin-bottom: 30px;
}

.echat-game-right img {
    max-width: 100%;
}

.echat-st-left p, .echat-game-left p {
    line-height: 25px;
}

.echat-st-ct1 .echat-st-right {
    padding-left: 36px;
}

.echat-st-ct2 .echat-st-right {
    padding-right: 36x;
}

section:nth-child(even) {
    background: #f9f9f9;
}

.b-pageHeader {
    background: url(../images/solution/Solution-bg.png) no-repeat !important;
    background-size: cover !important;
}

/* section {
    padding: 0 0 60px 0;
} */

/* section:nth-child(even) {
    padding: 160px 0 110px 0;
} */

.section-bottom {
    padding-bottom: 10%;
}

.echat-st-left {
    width: 35%;
    /*transform: translateY(-20%);*/
}

.echat-st-left p {
    margin-top: 35px;
    line-height: 25px;
    font-size: 14px;
}

.echat-st-right {
    width: 55%;
    text-align: center;
}

.echat-st-ct1 .echat-st-right img {
    max-width: 100%;
    max-height: 100%;
}

.echat-st-ct2 .echat-st-right img {
    max-width: 100%;
}

.owl-controls {
    margin-top: 10px !important;
}

.b-edu {
    background: #323232 url("../images/solution/b-edu.png") no-repeat center !important;
    background-size: 1200px 120px !important;
    position: relative;
    height: 120px;
}

.b-game {
    background: #d68b30 url("../images/solution/b-game.png") no-repeat center !important;
    background-size: 1200px 120px !important;
    position: relative;
    height: 120px;
}

.b-global {
    background: #cfa32a url("../images/solution/b-global.png") no-repeat center !important;
    background-size: 1200px 120px !important;
    position: relative;
    height: 120px;
}

.b-sale {
    background: #1e1f22 url("../images/solution/b-sale.png") no-repeat center !important;
    background-size: 1200px 120px !important;
    position: relative;
    height: 120px;
}

.b-service {
    background: #efecf0 url("../images/solution/b-service.png") no-repeat center !important;
    background-size: 1200px 120px !important;
    position: relative;
    height: 120px;
}

.b-group {
    background: url("../images/solution/b-group.png") no-repeat center !important;
    background-size: 1200px 120px !important;
    position: relative;
    height: 120px;
}

.b-plat {
    background: #85bbe7 url("../images/solution/b-plat.png") no-repeat center !important;
    background-size: 1200px 120px !important;
    position: relative;
    height: 120px;
}

.b-top-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
}

.b-top-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 450px;
}

.b-top-title-line::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #f5f5f5;
    vertical-align: middle;
    margin-right: 20px;
    /* opacity: 0.8; */
}

.b-top-title-line::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #f5f5f5;
    vertical-align: middle;
    margin-left: 20px;
    /* opacity: 0.8; */
}

.b-top-title p, .b-top-title h1 {
    font-size: 24px;
    position: relative;
}

.b-top-title p:nth-child(2) {
    font-size: 16px;
    color: #eaeaea;
}

.solution-bot {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.bot-section {
    padding: 80px 0;
}

.bot-list {
    min-width: 280px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
    margin-left: 20px;
    text-align: center;
}

.bot-list:hover {
    border-bottom: 1px solid #f76d2b;
}

.bot-list a {
    display: block;
    text-decoration: none;
    color: #898989;
}

.bot-list a:hover {
    color: #f76d2b;
}

@media screen and (min-width:1280px) {
    .container {
        width: 1250px;
        padding: 0;
    }
}

/* @media screen and (max-width:1200px) {
    section {
        padding: 0 0 40px 0;
    }
} */

@media screen and (max-width:997px) {
    .echat-st-left {
        transform: translateY(-20%);
    }
}

@media screen and (max-width:768px) {
    .echat-st-ct1, .echat-st-ct2 {
        flex-direction: column;
        height: auto;
    }
    .echat-st-left, .echat-st-right {
        width: 80%;
        transform: none;
    }
    .echat-st-right img {
        transform: none !important;
    }
    section {
        padding: 50px 0 60px 0;
        overflow: hidden;
    }
    .echat-st-ct1 {
        padding-left: 0;
    }
    .echat-st-left p, .echat-game-left p {
        margin-top: 10px;
        line-height: 20px;
        margin-bottom: 40px;
    }
    .solution-bot {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .bot-list {
        min-width: 140px;
        margin: 0;
    }
    .section-st-top h2 {
        font-size: 20px;
    }
    .b-group {
        background: url("../images/solution/b-group.png") no-repeat left !important;
        background-size: 1200px 120px !important;
        position: relative;
    }
}