.theme-new .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .theme-new .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .theme-new .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .theme-new .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .theme-new .container {
        max-width: 1200px;
    }
}

.theme-new .hide {
    display: none;
}

.theme-new .show {
    display: block;
}

.theme-new .header {
    background: url('../images/2.0/header_bg.png') repeat-x center;
    padding: 7px;
}

.theme-new .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme-new .header .logo {
    width: 381px;
    height: 115px;
}

.theme-new .header .logo img {
    width: 100%;
    height: auto;
}

.theme-new .header .search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-new .header .search-input-box {
    width: 252px;
    height: 40px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    background: #ffffff;
    overflow: hidden;
}

.theme-new .header .search-input {
    padding: 0px 10px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
}

.theme-new .header .search-input::placeholder {
    color: #cecece;
    font-size: 14px;
}

.theme-new .header .search-btn {
    width: 68px;
    height: 40px;
    border-radius: 0px 5px 5px 0px;
    background: #00959d;
    border: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.theme-new .header .header-user {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333;
}

.theme-new .header .header-user a {
    color: #333;
    text-decoration: none;
}

.theme-new .footer {
    background: #00959d;
    padding: 20px 0;
    color: #fff;
}

.theme-new .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme-new .footer .footer-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.theme-new .footer .footer-logo {
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    padding: 11px 42px 11px 0;
    margin-right: 30px;
    width: 260px;
}

.theme-new .footer .footer-nav ul, .theme-new .footer .footer-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.theme-new .footer .footer-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -16px;
    margin-bottom: 16px;
}

.theme-new .footer .footer-nav li {
    padding: 0 16px;
    position: relative;
}

.theme-new .footer .footer-nav li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.theme-new .footer .footer-nav li:last-child:after {
    display: none;
}

.theme-new .footer .footer-qrcode {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}

.theme-new .footer .footer-qrcode img {
    width: 72px;
    height: 72px;
}

.theme-new .navbar {
    background: #0F8A83;
    line-height: 50px;
}

.theme-new .sub-navbar {
    background: #e6f5f6;
    line-height: 50px;
}

.theme-new .navbar ul, .theme-new .navbar li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.theme-new .sub-navbar ul, .theme-new .sub-navbar li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.theme-new .navbar ul, .theme-new .sub-navbar ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -16px;
}

.theme-new .navbar li, .theme-new .sub-navbar li {
    padding: 0px 18px;
    position: relative;
}

.theme-new .navbar li a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.theme-new .navbar li a::after {
    content: '';
    position: absolute;
    width: 0;
    bottom: -16px;
    left: 0;
    transition: all .3s;
    height: 3px;
    background: #ccc;
}


.theme-new .navbar li a:hover::after {
    width: 100%;
}

.theme-new .sub-navbar li a {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    position: relative;
}



.theme-new .sub-navbar li a::after, .theme-new .sub-navbar li a.hover::after {
    content: '';
    position: absolute;
    width: 0;
    bottom: -16px;
    left: 0;
    transition: all .3s;
    height: 3px;
    background: #00959d;
}

.theme-new .sub-navbar li a:hover,.theme-new .sub-navbar li a.hover {
    color: #00959D;
}

.theme-new .sub-navbar li a:hover::after, .theme-new .sub-navbar li a.hover::after {
    width: 100%;
}



.theme-new .service-menu {
    margin-top: 76px;
    margin-bottom: 76px;
}

.theme-new .service-menu .service-menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme-new .service-menu .item {
    width: 200px;
    height: 220px;
    background: #3995be;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    position: relative;
    transition: all .3s linear;
}

.theme-new .service-menu .item:hover {
    background-color: #00959d !important;
}

.theme-new .service-menu .item::before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    position: absolute;
    transition: all .3s linear;
    top: 0px;
    width: 0%;
    /* z-index: -1; */
}

.theme-new .service-menu .item::after {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    right: 0px;
    position: absolute;
    transition: all .3s linear;
    top: 0px;
    width: 0%;
    /* z-index: -1; */
}

.theme-new .service-menu .item:hover::before {
    width: 50%;
}

.theme-new .service-menu .item:hover::after {
    width: 50%;
}

.theme-new .service-menu .item:nth-child(2) {
    background: #409baa;
}

.theme-new .service-menu .item:nth-child(3) {
    background: #2cb5bc;
}

.theme-new .service-menu .item:nth-child(4) {
    background: #54b86f;
}

.theme-new .service-menu .item:nth-child(5) {
    background: #40ad97;
}

.theme-new .service-menu .item img {
    width: 64px;
    height: 64px;
}

.theme-new .service-menu .item a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.theme-new .register-flow {
    margin-bottom: 50px;
}

.theme-new .register-flow .register-flow-title {
    text-align: center;
    color: #222222;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 10px;
}

.theme-new .register-flow .register-flow-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 6px;
    background: #00959d;
}