
.navbar .navbar-bd .navbar-navigation li {
    margin-right: 29px;

}

.btn-login {
    background-color: transparent;
    color: white;
    border-color: white;
    height: 24px;
    line-height: 24px;
    border-radius: 6px;
}

.case.case-make .case-filter-item .column {
    height: 22px;
    line-height: 22px;
    border: none;
    border-radius: 6px;
}

.case-make .case-filter-item .case-filter-title {
    line-height: 24px;
    padding: 0px 30px 0 20px;
    color: #1F1E29;
    font-size: 16px;
    border-radius: 6px;
}

.case-make .case-filter-item .case-filter-title:after {
    top: 10px !important;
}

.case-make .case-filter-item .case-just:after {
    top: 10px;
}

.navbar .navbar-panel li .btn {
    padding: 0px 20px;
}

.case-make {
    margin-top: 4px;
    margin-left: 15px;
}

.btn-login:hover {
    background-color: #ffffff;
    color: #1F1E29;
    border-color: white;
}

.navbar .transparent {
    background-color: transparent;
    border-bottom: none;
}

.navbar .navbar-navigation li a {
    font-size: 16px;
    color: #FFFFFF;
}

.navbar .white .case-filter-item .case-just {
    background-color: #08a1fe;
    color: white;
}

.navbar .white .case-filter-item .case-just:hover {
    color: white;
}

.navbar .white .case-filter-item .case-just:after {
    border: 5px solid #ffffff;
    border-color: #ffffff transparent transparent transparent;
}

.white .btn-login {
    background-color: #ffffff;
    color: #08a1fe;
    border-color: #08a1fe;
    height: 24px;
    line-height: 24px;
    border-radius: 6px;
}

.navbar .navbar-navigation li.active>a {
    color: white;
}

.navbar .white .navbar-navigation li.active>a {
    color: #08a1fe;
}

.navbar .transparent .navbar-navigation li.active:after {
    background-color: transparent;
}

.navbar .white .navbar-navigation li a {
    font-size: 16px;
    color: #333;
}

.navbar .white .navbar-navigation li a:hover {
    color: #08a1fe;
}

.navbar .navbar-brand-minimal {
    background: none;
}

.transparent .container .logo-lanse {
    display: none;
}

.white .container .logo-lanse {
    display: block;
}

.navbar:hover .container .logo-white,
.white .container .logo-white {
    display: none;
}



.swiper-container,
.swiper-wrapper {
    width: 100%;
    height: 519px;
}

.banner1 {
    width: 100%;
    height: 100%;
    background: url("/Upload/banner.png");
    background-size: 100%;
}

.banner2 {
    width: 100%;
    height: 100%;
    background: url("{$Public}static/images/banner2.jpg");
    background-size: 100%;
}

.banner-m {
    width: 100%;
    height: 100%;
    background: url("{$Public}static/images/banner-m.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.hero-index .hero-title {
    font-size: 46px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 48px;
}

.case-make-second .case-filter-item .case-filter-title:after {
    top: 16px;
}

.case.case-make-second .case-filter-item .column {
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border: none;
}

.case-make-second .case-filter-item .case-filter-title {
    height: 36px;
    line-height: 36px;
    padding: 0px 30px 0 20px;
    font-size: 18px;
    background-color: transparent;
    color: #1F1E29;
}

.case .case-filter-item.case-filter-active .case-filter-title {
    color: #1F1E29;
}

.case .case-filter-item .case-filter-title:hover {
    color: #1F1E29;
}

.case-make .case-filter-dropdown a {
    color: #1F1E29;
    text-align: center;
    cursor: pointer;
}

.case .case-filter-dropdown li a:hover {
    padding-left: 25px;
    background: #85858B;
    ;
    color: #fff;
}

.case-make .case-filter-item .case-filter-title:after {
    top: 16px;
    right: 12px;
    border: 5px solid #1F1E29;
    border-color: #1F1E29 transparent transparent transparent;
}

.case .case-filter-dropdown .case-filter-item-active a,
.case .case-filter-dropdown li a:hover {
    padding-left: 25px;
    background-color: #85858B;
    color: #fff;
}

.case .case-filter-dropdown a {
    height: 31px;
    line-height: 31px;
    font-size: 16px;
}

.hero-index .btn-primary {
    height: 36px;
    border: 1px solid #FFFFFF;
    opacity: 1;
    border-radius: 6px;
    background: transparent;
    padding: 0 40px;
    margin-left: 24px;
}

.hero-title {
    text-align: left;
}

.case-make .case-filter-item .case-just:after {
    top: 10px;
}

.banner-m {
    display: none;
}

@media only screen and (max-width: 768px) {
    .swiper-container .hero .hero-content {
        padding-left: 0px;
    }

    .swiper-container,
    .swiper-wrapper {
        width: 100%;
        height: 418px;
    }

    .banner1 {
        display: none;
    }

    .banner-m {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .btn-xlg {
        font-size: 16px;
    }
}


.new_m_c {
    height: 50px;
    overflow: hidden;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
}

.new_hover:nth-child(2n) {
    margin-right: 0 !important;
}



#groupTypes li a {
    cursor: pointer;
}

#groupTypes li a.active {
    background: #008de8;
    color: #ffffff;
}
