.icon {
    font-size: 30px;
    font-weight: bold;
    color: #119ee7;
    display: inline-block;
    margin-bottom: 30px;
}

.icon-service {
    font-size: 70px;
    font-weight: bold;
    margin-left: 6%;
}

.icon-service {
    color: #119ee7;
}

.background-img {
    background: url("../img/23.jpg");
}

@media screen and(min-width:1200px) {
    .background-img {
        margin-top: 20px;
    }
}

.bg-color-1 {
    background: #1a1a1a;
}

.section-title .text-title {
    color: #ffffff;
}

.fe-col-wrp {
    margin: 0;
    padding: 50px 15px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #989898;
    transition: all .3s ease-out 0s;
    background: #eee
}

.fe-col-wrp i {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 20px;
}

.fe-col-wrp.active {
    background: #119EE7;
    color: #ffffff;
}

.fe-col-wrp:hover {
    background: #119EE7;
    color: #ffffff;
}

.margin-right {
    margin-right: 29px !important;
}

.botton-right {
    margin-left: 50%;
}

.header-style-one {
    height: 100px;
}

@media (max-width: 767px) {
    .botton-right {
        margin-left: 30%;
    }

    .peizhi {
        padding: 0 50px;
    }

    .margin-top {
        margin-top: 20px;
    }

    .header-style-one {
        height: 75px;
    }

}

@media screen and (max-width:768px) {
    .character-name {
        font-size: 40px !important;
    }
}

.character-name {
    color: #142E52;
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}

.bg-banner {
    background: url("../img/31.jpg") no-repeat center center/cover;
}

.bg-img1 {
    background: url("../img/1.jpg") no-repeat center center/cover;
    padding-top: 70px;

}

.bg-img2 {
    background: url("../img/2.jpg") no-repeat center center/cover;
    padding-top: 70px;

}

.bg-img3 {
    background: url("../img/3.png") no-repeat center center/cover;
}
.bg-help-img {
    background: url("../img/help/help_bg.png") no-repeat center center/cover;
}
.apnic-title {
    margin-top: 23px;
    margin-bottom: 17px !important;
}

.apnic-line {
    background: #288feb none repeat scroll 0 0;
    height: 2px;
    margin: 15px auto 30px;
    position: relative;
    width: 32px;

}

.candidates {
    background: #FAFAFA;
    padding-bottom: 23px;
}

.candidates-text {
    color: #142E52;
    font-weight: bold;
}

.figure-image {
    width: 216px;
    height: 216px;
    border-radius: 50%;
}

.figure-name {
    color: #080451 !important;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.figure-introduce {
    font-size: 14px;
    font-weight: bold;
    color: #142E52 !important;

}

.figure-flex {
    height: 200px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;

}

.read-more {
    font-size: 15px;
    font-weight: bold;
    color: #142E52 !important;
}



.video {
    width: 100%;
}

.video-tabs {
    display: flex;
}

.faq-line {
    width: 50%;
    height: 2px;
    background: #282626;
    margin: auto;

}

.profile-details {
    background: #FAFAFA;
}

.apnic-title {
    color: #142E52;
    font-weight: bold;
}

.profile-text {
    overflow: hidden;
    padding: 20px;
}

.step {
    color: #142E52;
    font-size: 20px;
    margin-top: 20px;
}

.menu-active {
    color: #288feb !important;
}

.describe-text a {
    color: #969696 !important;
    text-decoration: underline;
}

.hr-border {
    border-color: #142E52 !important;
}

.reason-text {
    color: #142E52;
    font-size: 30px;
    font-weight: 400;
}

.video-box div {
    display: none;
}

.video-box .video-active {
    display: block;
}

.tabs{
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
    scrollbar-width: none; /* firefox */
   -ms-overflow-style: none; /* IE 10+ */
}
.tabs::-webkit-scrollbar {
    display: none;
}
.tabs li {
    width: 260px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.tabs li:nth-child(4){
    margin-right: 0;
}
.tabs li img{
    width: 260px;
    height: 145px;
}

.tabs-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tabs li:hover .hover-video {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 85%;
    background: rgb(1, 3, 43, 0.5);
}
.hover-video{
    display: none;
}
.hover-video svg {
    margin-top: 55px;
}

.hover-video p {
    color: #ffffff;
    text-align: left;
    margin-left: 10px;
    margin-top: -5px;
}

