body {
    background: url(../img/1.png) no-repeat top center;
}

.nav-pills,
.nav-tabs,
.nav-tabs .nav-link {
    margin: 0;
    border: 0;
}

.nav-tabs .nav-item {
    margin: 0;
}

.nav-pills .nav-item .nav-link,
.nav-tabs .nav-item .nav-link {
    padding: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: transparent;
}

.limit-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.limit-line-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.limit-line-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

header {
    padding-top: 55px;
    margin-bottom: 40px;
}

footer {
    padding: 25px 0;
    background: #484D61;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

footer a {
    color: #fff;
    position: relative;
}

footer a:hover {
    color: #fff;
}

footer a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all .3s ease;
}

footer a:hover::after {
    width: 100%;
}

.foot-info>div {
    margin: 0 5px;
}

.foot-line {
    margin: 0 20px;
    position: relative;
}

.foot-line::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.content-box {
    flex: 1;
}

.content-label {
    background: url(../img/10.png) 0 0/cover no-repeat;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    padding-left: 10%;
    height: 180px;
    margin-bottom: 20px;
}

.content-body {
    background: #fff;
    padding: 0 30px;
    margin-bottom: 30px;
}

.breadcrumb {
    background: transparent;
    font-size: 14px;
    color: #5F78E1;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.breadcrumb>li+li+li:before {
    color: #5F78E1;
    content: '/';
    padding: 0 5px;
}

.breadcrumb li a {
    font-size: 14px;
    color: #5F78E1;
}

.breadcrumb>li:nth-last-of-type(1) a {
    color: #898989;
}

.logo-img-2 {
    transition: all .3s ease;
}

    .logo-img-2:hover {
        transform: scale(1.1);
    }
@media (min-width: 1429px) {
    .kt-container {
        width: 1260px;
    }
}


@media screen and (max-width:1023px) {
    .logo-img-1 {
        width: 450px;
    }

    .logo-img-2 {
        width: 120px;
    }

    .foot-line {
        display: none;
    }
}

@media screen and (max-width:650px) {
    .logo-img-1 {
        width: 320px;
    }

    .logo-img-2 {
        width: 80px;
    }

    header {
        margin: 0;
        padding: 30px 0;
    }

    .content-label {
        font-size: 30px;
        height: 90px;
    }
}

@media screen and (max-width:450px) {
    .logo-img-1 {
        width: 200px;
    }

}