/* public */
/*#region*/
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #777;
}
.select2-dropdown{
    padding: 5px;
    border-radius: 8px!important;
    border: 1px solid #d9d9d9
}
.select2-results__option[aria-selected]{
    color: #171922;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #171922;
    background: rgba(0, 0, 0, .04);
    border-radius: 8px;
}

.banner .text h2 span {
    background: linear-gradient(to right, #4d9fc5, #2359f1, #c42e96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    transition: all ease-in-out .2s;
}

.banner .text h3 {
    margin: 0 0 30px;
    font-size: 60px;
}

.banner .text p {
    font-size: 16px;
}

.title {
    text-align: center;
}

.title h3 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    color: #171922;
}


.banner .tit {
    display: flex;
    justify-content: space-between;
}
.banner .slide{
    width: 360px;
    height: 100px;
}

.banner .tit .a h2 {
    margin-top: 2px;
    line-height: 1;
    font-weight: normal;
}

.banner .slide .box {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    animation-name: spincube;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 14s;
    transform-origin: 45px 45px 0;
}

.banner .slide div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 82px;
    -webkit-backface-visibility: hidden;
}
.banner .slide div h2 span{
}

.banner .slide div:nth-of-type(1) {
    transform: translateZ(45px);
}

.banner .slide div:nth-of-type(2) {
    transform: rotateX(120deg) translate3D(0, -10px, 45px);
}

.banner .slide div:nth-of-type(3) {
    transform: rotateX(240deg) translate3D(0, -10px, 45px);
}

@keyframes spincube {
    from,
    to {
        transform: rotateX(0deg);
    }
    0%,
    25% {
        transform: rotateX(0deg);
    }
    33%,

    58% {
        transform: rotateX(120deg);
    }
    66%,
    92% {
        transform: rotateX(240deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}

.banner .slide h2{
    margin:0;
}

.banner .slide h2 span {
    font-size: 72px;
    line-height: 1;
}
.advisory {
    margin-top: 74px;
}
/*#endregion*/

/* advisory banner */

/*#region*/
.advisory .banner {
    position: relative;
    background: #ebf0fc;
}

.advisory .banner .text {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.advisory .banner .text h2 {
    margin: -150px 0 15px;
}

.advisory .banner .slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 780px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
}

.advisory .banner .slick-list {
    height: 800px !important;
}

.advisory .banner .slider1, .banner .slider2 {
    flex: 0 0 300px;
    max-width: 300px;
    margin-right: 35px;
}

.advisory .banner .slider3 {
    flex: 0 0 135px;
    max-width: 135px;
}

.advisory .banner .slider .item {
    width: 100%;
    padding-bottom: 35px;
}

.advisory .banner .slider .box {
    padding: 24px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    background: #fff;
    border-radius: 0 16px 16px 16px;
}

.advisory .banner .slider .space {
    height: 280px;
    background: #d3e2fc;
    border-radius: 0 16px 16px 16px;
}

.advisory .banner .slider3 .space {
    border-radius: 0 0 0 16px;
}

.advisory .banner .slider .t img {
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.advisory .banner .slider .t span {
    display: block;
    font-size: 20px;
}

.advisory .banner .slider .n {
    font-weight: 500;
}

.advisory .banner .slider p {
    font-size: 14px;
}
@media (max-width: 1600px) {
.advisory .banner .slider {
    width: 680px;
}
}
@media (max-width: 1400px) {
.advisory .banner .slider {
    width: 580px;
}
}
@media (max-width: 1200px) {
.advisory .banner .slider {
    width: 480px;
}
}
@media (max-width: 1000px) {
.advisory .banner .slider {
    width: 380px;
}
}
@media (max-width: 800px) {
.advisory .banner .slider {
    width: 280px;
}
}
/*#endregion*/

/* super */
/*#region*/
.super {
    padding: 150px 0;
}

.super .title {
    margin-right: -15px;
    padding-top: 100px;
    text-align: left;
}

.super .title h2 {
    margin: 0;
    font-weight: bold;
    font-size: 36px;
    color: #171922;
}

.super .title p {
    margin: 35px 0 0 0;
    color: #4d5567;
    font-size: 14px;
}

/*#endregion*/
@media (max-width: 767px) {
    .online .item .more{
        position: static;
    }
    .aftersale .banner .wp {
    padding: 0;
}

    .super{    padding: 50px 0;}
    .advisory .banner .slider3 {
        display: none;
    }
.advisory {
    margin-top:64px;
}
.super .title h2{
    font-size: 32px;
    text-align: center;
}
.advisory .banner .text {
    height: auto;
    margin-top: 44px;margin-bottom: 60px;
    justify-content: start;
}
.advisory .banner .text h2{
    margin: 0;
    text-align: center;
        margin-bottom: 20px;
}
.banner .text h3{
    text-align: center;
    font-size: 48px;
}
.banner .text p{
    text-align: center;
}
.super .title{
        margin-bottom: 40px;
            margin-right:0.1px;
                padding-top: 20px;
}


}
/* training banner */
/*#region*/
.training .banner {
    background: #f4f5fc;;
    padding: 80px 0 0;
}

.training .banner .wp {
    position: relative;
    z-index: 2;
    padding-bottom: 90px;
    background-image: url(../img/bg_training1.svg), url(../img/bg_training2.svg);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 150px auto, 250px auto;
}

.training .banner .ani {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 0;
    width: 100%;
    height: 500px;
}

.training .banner .text {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 160px 0 140px;
}

.training .banner .text a {
    margin-top: 50px;
}

.training .ani1, .training .ani2, .training .ani3, .training .ani4 {
    position: absolute;
    display: flex;
    width: 160px;
    height: 200px;
    flex-direction: column;
}

.training .ani3, .training .ani4 {
    flex-direction: column-reverse;
}

.training .ani1:before, .training .ani2:before, .training .ani3:before, .training .ani4:before {
    content: '';
    width: 120px;
    height: 120px;
    background: no-repeat 50%;
    background-size: 100%;
}

.training .ani1:after, .training .ani2:after, .training .ani3:after, .training .ani4:after {
    content: '';
    width: 160px;
    height: 80px;
    background: no-repeat 50%;
}

.training .ani1 {
    top: 0;
    left: 50px;
}

.training .ani2 {
    top: 0;
    right: 50px;
    align-items: flex-end;
}

.training .ani3 {
    right: 50px;
    bottom: 0;
    align-items: flex-end;
}

.training .ani4 {
    left: 50px;
    bottom: 0;
}

.training .ani1:before {
    background-image: url(../img/ico_ban_t01.png);
}

.training .ani2:before {
    background-image: url(../img/ico_ban_t02.png);
}

.training .ani3:before {
    background-image: url(../img/ico_ban_t03.png);
}

.training .ani4:before {
    background-image: url(../img/ico_ban_t04.png);
}

.training .ani1:after {
    background-image: url(../img/arr_ban_t01.svg);
    background-position: 150% 0;
}

.training .ani2:after {
    background-image: url(../img/arr_ban_t02.svg);
    background-position: 0 100%;
}

.training .ani3:after {
    background-image: url(../img/arr_ban_t03.svg);
    background-position: 0 100%;
}

.training .ani4:after {
    background-image: url(../img/arr_ban_t04.svg);
    background-position: 80% 20%;
}

@keyframes ani101 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    20% {
        transform: translate3d(10px, -10px, 0);
    }
    40% {
        transform: translate3d(0, 0, 0);
    }
    60% {
        transform: translate3d(10px, -10px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ani102 {
    40% {
        transform: scale(1) rotate(0deg);
    }
    60% {
        transform: scale(1.2) rotate(15deg);
    }
    70% {
        transform: scale(1) rotate(0deg);
    }
    80% {
        transform: scale(1.2) rotate(15deg);
    }
    100% {
        transform: scale(1) rotate(0deg)
    }
}

.training .ani1.active:before {
    animation-name: ani101;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite
}

.training .ani1.active:after {
    animation-name: ani102;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite
}

@keyframes ani201 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    20% {
        transform: translate3d(30px, -30px, 0);
    }
    30% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    35% {
        transform: rotate(-5deg) translate3d(30px, -30px, 0);
    }
    40% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    45% {
        transform: rotate(-5deg) translate3d(30px, -30px, 0);
    }
    50% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    60% {
        transform: rotate(-5deg) translate3d(0, 0, 0);
    }
}

@keyframes ani202 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    20% {
        transform: translate3d(30px, -30px, 0);
    }
    30% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    35% {
        transform: rotate(-5deg) translate3d(30px, -30px, 0);
    }
    40% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    45% {
        transform: rotate(-5deg) translate3d(30px, -30px, 0);
    }
    50% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    60% {
        transform: scale(1) rotate(0deg);
    }
    70% {
        transform: scale(1.2) rotate(15deg);
    }
    80% {
        transform: scale(1) rotate(0deg);
    }
    90% {
        transform: scale(1.2) rotate(15deg);
    }
    100% {
        transform: scale(1) rotate(0deg)
    }
}

.training .ani2.active:before {
    animation-name: ani201;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.training .ani2.active:after {
    animation-name: ani202;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

@keyframes ani301 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    10% {
        transform: translate3d(30px, 0px, 0);
    }
    20% {
        transform: translate3d(30px, 30px, 0);
    }
    40% {
        transform: translate3d(0px, 30px, 0);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ani302 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    10% {
        transform: translate3d(30px, 0px, 0);
    }
    20% {
        transform: translate3d(30px, 30px, 0);
    }
    40% {
        transform: translate3d(0px, 30px, 0);
    }
    50% {
        transform: translate3d(0, 0, 0);
    }
    60% {
        transform: scale(1) rotate(0deg);
    }
    70% {
        transform: scale(1.2) rotate(15deg);
    }
    80% {
        transform: scale(1) rotate(0deg);
    }
    90% {
        transform: scale(1.2) rotate(15deg);
    }
    100% {
        transform: scale(1) rotate(0deg)
    }
}

.training .ani3.active:before {
    animation-name: ani301;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.training .ani3.active:after {
    animation-name: ani302;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

@keyframes ani401 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    20% {
        transform: translate3d(30px, -30px, 0);
    }
    30% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    35% {
        transform: rotate(-5deg) translate3d(30px, -30px, 0);
    }
    40% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    45% {
        transform: rotate(-5deg) translate3d(30px, -30px, 0);
    }
    50% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    60% {
        transform: rotate(-5deg) translate3d(0, 0, 0);
    }
}

@keyframes ani402 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    20% {
        transform: translate3d(30px, -30px, 0);
    }
    30% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    35% {
        transform: rotate(-5deg) translate3d(30px, -30px, 0);
    }
    40% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    45% {
        transform: rotate(-5deg) translate3d(30px, -30px, 0);
    }
    50% {
        transform: rotate(5deg) translate3d(30px, -30px, 0);
    }
    60% {
        transform: scale(1) rotate(0deg);
    }
    70% {
        transform: scale(1.2) rotate(15deg);
    }
    80% {
        transform: scale(1) rotate(0deg);
    }
    90% {
        transform: scale(1.2) rotate(15deg);
    }
    100% {
        transform: scale(1) rotate(0deg)
    }
}

.training .ani4.active:before {
    animation-name: ani401;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.training .ani4.active:after {
    animation-name: ani402;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.training .banner .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.training .banner .list .item {
    max-width: 32%;
    background: #fff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 16px 0;
    transition: all 0.3s ease 0s;
}

.training .banner .list .box {
    padding: 0 35px;
}

.training .banner .list i {
    margin-top: 36px;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: no-repeat 50%;
    background-size: 100% auto;
}

.training .banner .list h4 {
    font-size: 24px;
    font-weight: 400;
    color: #1b202b;
    line-height: 24px;
    margin: 10px 0 0;
}

.training .banner .list p {
    margin: 24px 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
    line-height: 24px;
}

.training .banner .list .item:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px 10px;
    transform: scale(1.02) translateY(-2px);
}

/* benefit */
.benefit {
    padding-top: 144px;
}

.benefit .title {
    margin-bottom: 90px;
}

.benefit .item .img {
    background: #e6ecf6;
    border-radius: 16px;
}

.benefit .item .txt {
    padding-top: 32px;
}

.benefit .item .txt h4 {
    font-size: 24px;
    font-weight: 400;
    color: #141b24;
    line-height: 24px;
}

.benefit .item .txt p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
    line-height: 24px;
}

/*#endregion*/

/* course */
/*#region*/
.course {
    padding: 150px 0;
}

.course .title {
    margin-bottom: 90px;
}

.course .tabs-handle ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course .tabs-handle .li1 {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.course .tabs-handle .li1 .fa {
    margin-left: 20px;
    font-size: 20px;
}

.course .tabs-handle .li1 a.lk {
    display: inline-block;
    padding: 10px 35px;
    min-width: 160px;
    border-radius: 24px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
    color: #171922;
}

.course .tabs-handle .li1.active a.lk {
    background: #e6ecf6;
}

.course .tabs-handle ol {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0;
    padding: 5px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background: #fff;
    list-style: none;
    transition: all ease-in-out .2s;
}

.course .tabs-handle .li1:nth-of-type(1) ol {
    right: -60px;
}

.course .tabs-handle ol li {
    display: block;
    padding: 10px;
}

.course .tabs-handle ol li a {
    display: block;
    color: #171922;
}

.course .tabs-handle ol li:hover {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}

.course .tabs-handle .li1:hover ol {
    display: block;
}

.course .tabs-content {
    margin-top: 32px;
}

.course .tabs-content .item {
    position: relative;
    opacity: 0;
    height: 0;
    background: linear-gradient(45deg, rgb(1, 119, 255), rgb(1, 119, 255), rgb(106, 54, 198));
    border-radius: 24px;
    transition: opacity ease-in-out .2s;
    overflow: hidden;
}

.course .tabs-content .item video{
    border-radius: 16px;
    width:100%;
}

.course .tabs-content .item.active {
    opacity: 1;
    padding: 24px;
    height: auto;
}

.course .tabs-content .item img {
    border-radius: 16px;
}

.course .stop:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .25);
}
.course .play {
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 1;
    margin-left: -82px;
    padding: 12px 60px 12px 40px;
    border-radius: 50px;
    background: #000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAAXNSR0IArs4c6QAACCdJREFUeF7tnVnIrVMYx38PMubCGJlJpogL8zxkvJChFDklM4WDTEU6Ms8lQ0gRpYwXHEpkHkpKmTIcGSLjFSE8+n9nbb3f/va33/nd691nrXqv9hqe9fz3mp7RiLy4+zrADsB2wGbhWw9YG1gDWBlYKUzjT+AP4FfgJ+B7YEn4PgDeN7MfY56yxUacu68P7A8cED6B0GQRQC+G7yUz+67Jzuv2FQUg7r4lcCJwDLAN0BVdDnwEPA48ZGaf1mVo3fZdTXwOne6u7eY4YAGwW4cgzMczgfMW8CDwqJlp2+u8dA5I2JIuBE4HVut8xsUG/A24B7ip6y2tM0DcfVPgIuCkcBAXY81ka+mC8ABwg5l92QUprQPi7loFVwDnASt2MakWxvgLuA1YZGZaPa2VVgFx96OBW4GNW5tBtx1/BSw0syfaGrYVQNx9A+Be4LC2CJ9wv4uBU83s26bpaBwQdz803FT0oJvmogfmAjN7rslJNgaIu68AXBUO7uWaJDLivv7VgQ9cbmZ/N0FnI4C4+1rAk8DeTRDVwz5eBY4ys5/r0l4bEHfXgf08sHVdYnre/mPgEDPTwV+51ALE3SXw0x66YWUKpqvhN8ChZiZBZqVSGRB3l7jjGWDNSiNPb6NfgCPMTGKY0qUSIGFlvJLAmJffAmWfKiulNCDhzHg9bVO5f35tX3uWPVNKARJuU6+lAzwXjEEFHfR7lbl9FQYkvDOk2FlWr7aFURiqqCvxAUXfKWUAuRa4pCpVy3i768zs0iI8KARIEIfoRrWsvMCL8K5MHb3odfPKFbPkAhIEhe8B0y6bKsPgKnUl+9opTyBZBJBnp1hqW4WxddosNrPDx3UwFpCgz5ABQCrNceCYcfqUeQEJmr4Pp0i51BxL6/UkWde282kexwFyfRCl1xs+tR7FAenoLx71w0hAgkHCJz3Wgcf+N5COfqtRhhPzAXIncGbss+o5fXeZ2VnDc5gDSLCb+qJHpjp9xUUmRpsP232NAuRm4Py+zrJndN9iZhdkaZ4FSDDv/Dpii8Ke8TuXXNl4bZQ1Wx0G5AzgrtxuUoUmOXCmmd096HAYkDeA3ZscLfWVy4E3zWyPOYAElwBddXPFKblDpAplOCCre12BZ1wh/me+uy+SfVGZnjqs+zLwNrALsF+H43Y11FVmJvvnWYBITCJnmdjKrJuIux8C3CLxQ2yE1qDnQzOTBc9SQMLbQ3aqMW5X6w77BQbtpR5VVwY/wxq8iKKptq0N9CYZAHI88HAUpA0RYWbj5G2ymJT56qmATFn7XE4ws0cGgNwHnBzjbMYBMqDX3bcP/htyFO1rud/MThkAIlFJ096ujTCmCCAZYOSPcqNEEo0M3m0nS8xscwt+4D90O3bx0coAEs5D+axL9COjgtWLjxRFzXUFyIHAC1GQM4KIsoBkVov83WUpI3frvhhnHCRAzgFunzZAMsDo7SL/wD5IIM4VIPIBlENmlKXqCslOxt11Vp4AXKfrZZQTXUrUbQLkKeDIWIlsApDMapFHsIz9JPJeJcI5Py1ABiKJCOmDJgHJACOfed3GFMojpsfwOwLkM2CLKNEQt8Y8DOvS7O77hvNlx7p9NdT+cwEiXwbFHYmytAlIuCbrBnYKcHUI+TRJPvwqQKS1WnWSVIwbu21AMtvYJsC7gMQxkyq/CxC58y4/KQryxu0KkLBa7gDOzqOpxd//SYBkuOvuUQCStqylKohotiw5u0frSdv2luXuOtQl6b4mgkP9l3TtXSpWieraK3/qXVs8qGp13cYKCduTHobHRvYwfDuJTmr9XRpvPCM6WVaEi1JTS7gYcxiQGeHitIvfdw7qhd6I35OCqvGdp3KHMwoqeddOmwp3IXBZL1W4QWTweayGAWVuWe5+lGLtxjqXnHXzhZltkcyAKu8ujTecZQbUZ0M52SSfNm2GcrLQSKakjf/pC3c425Q0nCMKSxejAfOwsfXBIThzjLQWRmCo4mxj6wBIckeoys767Ua6IyiHR3LYqc/csj2MdtgJqyS5tJVlZ/36o13aAiDJ6bM+g8v2MNbpU9YnyS26LEur1x/vFh1WSQocUJ3BZVuODxwQANGbJIXWKMva8vWLhdYIoKTgM+UZXLZFseAzARDZvqbwTGVZXLx+ufBMAZQUwKw4g8vWLBfALAAi0/0U4q8sq/PrVwvxF0CRE2UKgpnP5DI1qgXBHIzg7ilMbBl2j69bL0xsWCVyAUuBlOuD0kwg5QCKMq+lUOPVQWku1Hhm60rB+KsD0mww/rBKFEskpasoD0o76SoCKPIuSgldioPSXkKXzNalNHkp5VE+KO2nPMqAomBbKSnY/KB0lxQsA0pKmzcaEIFxuJnJ/790qeU0nxJLzuH35BJLDp0pKfUqTD71agaUlJw4luTEGVBS+u7SJ8bcBrXOkFHjpwT39VBpHJCMQPLeKU4mtliRUPMyrlWBphVAMtuY9CnyYdRjchqKlEsLxyX1qjvJVgEJq0WaR4XRVtS6FesSPKH20oHLn33RfMm8mqKrdUAyq0WGExcBJ/Uoe49MdR4ApAP/simmj+unM0AywMju60Lg9IgTx8ii8B65xw2nJGoblM4ByQAjs9XjgAWAxDAToyXQJCt0RbV4EHg0m/WmbRCy/U+aCTO0hNwliq+rUBdbdwiOQNAL+zHgoUEOjy4BGB4rCkCyRIVMDfsrB3n4mg6BviQo2qRse6nrLSkP7OgAGSY4+NHvAEjkL3D06RySuEZhpRRaXJ/Kn+GTxFVhp74DBIA+uey9P5z6Io9BXf/+H77LxVffsBf3AAAAAElFTkSuQmCC) no-repeat 130px 50%;
    background-size: 20px 20px;
    color: #fff;
    cursor: pointer;
    transition: all ease-in-out .2s;
}
.course .tabs-content .item.active .play{
    z-index:2;
}

.course .play:hover {
    box-shadow: 0 8px 20px 0 rgba(10, 10, 10, 0.3);
    transform: scale(1.01) translateY(-2px);
}
/*#endregion*/

/* success */
/*#region*/
.success {
    padding-bottom: 150px;
}

.success .title {
    position: relative;
    padding-top: 200px;
    margin-bottom: 70px;
}

.success .title:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 70px;
    z-index: 0;
    margin-left: -265px;
    width: 530px;
    height: 108px;
    background-image: url(/skin/images/service/p1.png),
    url(/skin/images/service/p2.png),
    url(/skin/images/service/p3.png),
    url(/skin/images/service/p4.png);
    background-position: 0 0, 136px 0, 272px 0, 408px 0;
    background-repeat: no-repeat;
    background-size: 108px auto;
}

.success .title span {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    margin-left: 280px;
    width: 220px;
    height: 200px;
    background: url(../img/you.svg) no-repeat 50% 50%;
    background-size: 100% auto;
    transform: rotate(0deg);
    transition: all ease-in-out .2s;
}

.success .title span:hover {
    transform: rotate(-3deg);
    transform-origin: 0 50%;
}

.success .title h3 {
    margin: 12px 0 0;
    position: relative;
    z-index: 1;
}

.success .slider {
}

.success .slider .item {
    background: #f4f5fc;
    border-radius: 8px;
    padding: 25px;
    height: 200px;
}

.success .slider1 {
    padding-right: 50px;
    margin-bottom: 30px;
}

.success .slider2 {
    padding-left: 50px;
}

.success .slider .item .t img {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px;
}

.success .slider .item .t h4 {
    margin: 0;
    padding-top: 6px;
    font-size: 20px;
    font-weight: 400;
    color: #1b202b;
}

.success .slider .item .t h4 em {
    margin-left: 10px;
    padding: 5px 14px;
    background: rgba(153, 189, 251, 0.37);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(23, 134, 252);
    line-height: 24px;
    font-style: normal;
    vertical-align: 3px;
}

.success .slider .item .t h5 {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: rgb(77, 85, 103);
    line-height: 24px;
}

.success .slider .item .c {
    font-size: 14px;
    font-weight: 400;
    color: rgb(77, 85, 103);
    line-height: 24px;
    margin-top: 15px;
}

/*#endregion*/

/* inquiry */
/*#region*/
.inquiry {
    padding-bottom: 150px;
}

.inquiry .box {
    position: relative;
    padding-top: 55px;
    padding-bottom: 80px;
    background: #e6ecf6 url(../img/bg_cloud.png) no-repeat 100% 100%;
    background-size: 1200px auto;
    border-radius: 24px;
}

.inquiry .box:after {
    content: '';
    position: absolute;
    right: 120px;
    bottom: -15px;
    width: 450px;
    height: 450px;
    background: url(../img/animate_inquiry.gif) no-repeat 100% 100%;
    background-size: 100% auto;
}

.inquiry .content {
    padding: 50px;
}

.inquiry form {
    margin: 0 auto 0 130px;
    width: 330px;
}

.inquiry .select2-container--default {
    width: 100%;
}

.inquiry .select2-container--default .select2-selection--single {
    padding: 10px 17px;
    background: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 25px!important;
    height: auto;
}

.inquiry .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #666
}

.inquiry .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
    height: 50px; /*background: url(../img/arr_right.svg) no-repeat 50%;*/ /*background-size: 14px 14px;*/ /*transform: rotate(90deg);*/
    color: #666;
}

.inquiry .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0 1px 1px 0;
    border-color: #171922;
    margin: -8px 0 0 -8px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.inquiry .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-color: #0177ff;
}

.inquiry .form-group {
    margin-bottom: 24px;
}

.inquiry .frm-input {
    width: 100%;
    padding: 13px 25px 14px;
    background: transparent;
    border-radius: 50px;
    height: auto;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.inquiry .frm-input:focus{
    border-color: #0177ff;
    outline: #0177ff;
}

.inquiry .btn {
    border-radius: 50px;
    font-size: 16px;
    line-height: 2;
}

/*#endregion*/

/* aftersale banner */
/*#region*/
.aftersale .banner {
    padding: 224px 0 150px;
    background: #101827;
    z-index:2;
}

.aftersale .banner .wp {
    padding: 0 75px;
}

.aftersale .banner .img {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 10;
    height: 400px;
}

.aftersale .banner .bg {
    min-width: 320px;
    min-height: 400px;
    position: absolute;
    z-index: 10;
}

.aftersale .banner .bg:before {
    content: "";
    background-color: rgb(1, 119, 255);
    border-radius: 10px 10px 200px 200px;
    height: 100%;
    width: 100%;
    position: absolute;
    animation: 1000ms cubic-bezier(0, 0.45, 0.15, 1) 0s 1 normal none running scale-background;
}

@keyframes scale-background {
    from {
        transform: scale(20);
    }
    to {
        transform: scale(1);
    }
}

.aftersale .banner .anim {
    position: relative;
    z-index: 11;
}

.aftersale .banner .anim .paperplane {
    animation: paperplane-anim 2200ms cubic-bezier(0, 0.45, 0.15, 1);
}

@keyframes paperplane-anim {
    0% {
        transform: rotate(50deg) translate(-500px, -250px);
        opacity: 0;
    }
    30% {
        transform: rotate(50deg) translate(-500px, -250px);
        opacity: 0;
    }
    100% {
        transform: rotate(0) translate(0, 0);
        opacity: 1;
    }
}

.aftersale .banner .text {
    color: #fff;
}

.aftersale .banner .text h2 {
    font-size: 60px;
}

.aftersale .banner .text h2 span {
    font-size: 60px;
}

.aftersale .banner .text p {
    margin: 36px 0 100px;
    font-size: 16px;
    color: rgb(163, 174, 191);
}

.aftersale .banner .text .phone {
    margin: 0 17.5%;
    border: 1px solid #fff;
    height: 72px;
    display: flex;
}

.aftersale .banner .text .phone:before {
    content: '';
    flex: 0 0 20%;
    height: 100%;
    border-right: 1px solid rgb(201, 209, 219);
    background: url(../img/ico_phone.png) no-repeat 50% 50%;
    background-size: 40px 40px;
    vertical-align: middle;
}

.aftersale .banner .text .phone span {
    flex: 1;
    font-size: 32px;
    line-height: 72px;
    text-align: center;
}
.aftersale .banner .container {
    position: relative;
    z-index: 2;
}
/*#endregion*/
@media (max-width: 767px) {
    .aftersale .banner .wp {
    padding: 0;
}
.aftersale .banner .text .phone {
    margin: 0 15%;
    height: 42px;
}
.aftersale .banner .text .phone span {
    font-size: 16px;
    line-height: 42px;
}

.aftersale .banner .text .phone:before {
    background-size: 20px 20px;
}
.banner .tit{
    flex-direction: column;
}
.aftersale .banner .text h2{
    margin-bottom: 24px;
    font-size: 30px;
    text-align: center;margin-top:0;
}
.aftersale .banner .slide{height: 60px;z-index:-1;}
.aftersale .banner .text h2 span {
    font-size: 30px;
    text-align: center;
    z-index:2;
}
.aftersale .banner .text p{
        margin: 30px 0 44px;
        text-align: center;
        font-size: 15px;
}
.aftersale .banner{
        padding: 108px 0 60px;
        z-index:2;
}
}

/* online */
/*#region*/
.online {
    padding-top: 148px;
    padding-bottom: 148px;
}

.online .title {
    text-align: center;
}

.online .title {
    text-align: center;
    margin-bottom: 80px;
}

.online .title p {
    font-size: 16px;
    color: rgb(77, 85, 103);
    margin: 12px 0 24px;
}

.online .item {
    position: relative;
    margin-bottom: 24px;
    border: 1px solid #cdd5df;
    display: flex;
    flex-direction: row;
    border-radius: 16px;
}

.online .item:last-child {
    margin: 0;
}

.online .item .ico {
    flex: 0 0 100px;
    padding: 30px;
}

.online .item i {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: no-repeat 50%;
    background-size: 100% auto;
}

.online .item .txt {
    flex: 1;
    padding: 15px 0;
}

.online .item h4 {
    font-size: 24px;
    margin: 0;
    padding: 6px 0;
    color: #1b202b;
}

.online .item p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #4d5567;
}

.online .item .more {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 14px;
    cursor: pointer;
    color: #0177ff;
}

.online .item .more a {
    color: #0177ff;
    
}
.online .item .more a:hover{
   padding-bottom:2px; 
     border-bottom:2px solid #4B9EFF
}
.online .item .more img {
    max-width: 80px;
    margin-bottom: -10px;
    padding: 2px;
    border: 1px solid #cdd5df;
    border-radius: 3px;
}
@media (max-width: 767px) {
.online {
    padding-top: 60px;
    padding-bottom: 60px;
}
.online .title{    margin-bottom: 30px;}
.online .title p {
    margin: 24px 0 30px;
}
.online .item .ico {
    display: flex;
    padding: 0;
    justify-content: center;
    text-align: center;
    align-items: center;flex: 0 0 90px;
}

.online .item .ico i {
    height: 60px;
    width: 60px;
}

.online .item p {
    margin: 12px 0;line-height: 18px;
}

.online .item .more {
    position: static;right: 20px;
}
}
/*#endregion*/

/* vip */
/*#region*/
.vip {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #e6ecf6;
}

.vip .title {
    padding-top: 40px;
    margin-bottom: 40px;
    text-align: left;
}

.vip .title p {
    margin-top: 15px;
}

.vip .content {
    counter-reset: section;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vip .item {
    flex: 0 0 50%;
    margin-bottom: 25px;
    min-height: 200px;
}

.vip .item:before {
    display: inline-block;
    counter-increment: section;
    content: counter(section) ".";
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 20px 20px 10px 10px;
    background: #1b202bff;
    border-radius: 5px 13px 5px 5px;
    color: #fff;
}

.vip .item h3 {
    margin: 15px 0 0;
    position: relative;
    color: #1b202bff;
    font-size: 20px;
    font-weight: bold;
}

.vip .item p {
    margin: 10px 0 0;
    max-width: 70%;
    color: #4d5567ff;
    font-size: 14px;
}

@media (max-width: 767px) {
.vip {
    padding-top: 60px;padding-bottom: 60px;
}

.vip .title {
    padding-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.vip .title p {
    margin-top: 24px;
    font-size: 16px;
}

.vip .item {
    flex: 0 0 100%;
    border-bottom: 1px dashed #BFC3CA;
    min-height: auto;
    padding: 32px 0;
    margin-bottom: 0;
}
.vip .item:last-child {border-bottom:none}
.vip .item p {
    max-width: 100%;
    font-size: 16px;
}
}
/*#endregion*/
.tabs-wp {
    overflow: hidden;
}
.tabs-handle .swiper-container {
    overflow: inherit;
}
.course .tabs-handle .li1 {
    width: initial;
}
@media (max-width: 767px) {
    
.training .banner {
    padding: 64px 0 60px;
}.training .banner .wp{    padding-bottom: 0;}
.training .banner .text {
    padding: 44px 0;
}
.training .banner .text h2 {
    margin-bottom: 24px;
}

.training .banner .text h3 {
    margin: 0 0 30px;
}

.training .banner .text p {
    margin-bottom: 0;
}

.training .banner .text a {
    margin-top: 44px;
}

.training .banner .list .item {
    margin: 0 15px 15px;
}

.training .banner .list p {
    min-height: 96px;
}
.training .banner .list .item:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 16px 0;
    transform: none;
}
.px-slick .slick-track {
    padding: 17px 0 0;
}
.title h3 {
    font-size: 30px;
}
.benefit {
    padding-top: 60px;
}

.benefit .title {
    margin-bottom: 6px;
}

.benefit .item .txt {
    padding-top: 30px;
}

.benefit .item .txt p {
    margin-top: 16px;
    margin-bottom: 0;
}

.benefit .grid {
    margin: 22px 0;
}

.course .title {
    margin-bottom: 30px;
}

.course {
    padding: 38px 0 0;
}

.course .tabs-wp .tabs-handle ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
}


.course .tabs-handle .li1 a.lk {
    padding: 10px;
    text-align: center;
}

.success {
    padding-bottom: 60px;padding-top: 60px;
}
.success .title {
    padding-top: 60px;
    margin-bottom: 40px;
}
.success .title:before {
    width: 100%;
    height: 60px;
    margin-left: -50%;
    background-size: 54px auto;
    background-position: 16% 0, 38% 0,60% 0,84% 0;
    text-align: center;    top: 0;
}

.success .title span {
    display: none;
}
.inquiry {
    padding-bottom: 60px;
}
.inquiry .content {
    padding: 0 50px;
    margin: 30px 0;
}
.inquiry form {
    margin: 0 auto;
    width: 100%;
}

.inquiry .box {
    padding-top: 60px;
    padding-bottom: 30px;
    background:#e6ecf6;
}
.inquiry .box:after {
    display: none;
}
.inquiry .form-group {
    margin-bottom: 30px;
}
.course .tabs-content .item.active{
    padding: 8px;
}
.success .slider .item .t h4 em {
    margin-left: 0;
}

}
