.g-header.lighted .g-header-navbar {

}

.g-header.lighted .g-header-loginbar {
    background: #fff
}

.g-header.lighted .g-header-loginbar .g-header-loginbar-logo a {
    height: 28px;
    display: block;
    background: url('../images/wylogo_1.png') no-repeat top center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
}

.g-header.lighted .g-header-loginbar .g-header-loginbar-nav a {
    color: #111F33;font-weight:bold;
}
.light-arrow{
    background-image: url('../images/arrow.png') !important;

}

.g-header.lighted .g-header-loginbar .g-header-loginbar-main .btn-iPhone span {
    height: 30px;
    width: 30px;
    display: block;
    background: url('../images/hd-tel.png') no-repeat top center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    margin-right: 20px;
}

.g-header.lighted .g-header-loginbar .g-header-loginbar-main .btn-iPhone {
    color: #b81d23 !important;
}

#id_tab_solution:hover > #id_tab_solution-menu {
    opacity: 1;
    visibility: visible;
    cursor: default;
}

#id_tab_solution img {
    margin-left: 5px;
    transition: transform .3s;
}

#id_tab_solution:hover img {
    transform: rotate(180deg);
}
.section-solution-siderBar{
    transition: 0.3s;
}
.swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url("../images/arrow2.png");
    background-size: 20px 20px;

}

.solution-main-wraper .solution--section-cases #customer-case-swiper .swiper-button-prev:after, .solution-main-wraper .solution--section-cases #customer-case-swiper .swiper-button-next:after{
    display: none;
}
#industry_solution .active a{
    color: rgb(50, 108, 254);
}
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: url("../images/arrow2.png");
    background-size: 20px 20px;
    transform: rotateY(180deg);

}
#id_tab_solution-menu {
    display: flex;
    /* justify-content: space-between; */
    position: fixed;
    left: 0;
    width: 100%;
    padding: 0 calc((100% - 1200px) / 2);
    height: 296px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    color: #111F33;
    transition: all .3s;
    border-top: 1px solid #ebeef3;
    box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
}

#id_tab_solution-menu > ul:nth-child(1) {
    width: 464px;
}

#id_tab_solution-menu > ul:nth-child(1) li {
    margin-right: 48px;
}

#id_tab_solution-menu > ul {
    margin-right: 120px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
}

#id_tab_solution-menu > ul::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ECEFF4;
    position: absolute;
    top: 63px;
    left: 0;
}

#id_tab_solution-menu > ul > li {
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #4E5A70;
    text-align: left;
    /* margin-right: 48px; */
}

#id_tab_solution-menu > ul > li:nth-of-type(6) {
    margin-top: 70px;
}

#id_tab_solution-menu > ul > p {
    line-height: 1;
    font-weight: 600;
    color: #232D47;
    margin: 34px 0 20px 0;
    text-align: left;
}

#id_tab_solution-menu > ul > li:hover {
    /* background-color: #ccc; */
    cursor: pointer;
}

.g-header .g-header-loginbar .g-header-loginbar-nav a {
    margin-right: 30px;
}