@import "../../plugins/bootstrap-4.6.1-dist/css/bootstrap.min.css";


body {
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
}

img {
    max-width: 100%;
}

.btn-success {
    background: rgb(74, 188, 147);
    border-color: rgb(74, 188, 147);
    font-size: 14px;
    min-width: 120px;
}

.text-success {
    color: rgb(74, 188, 147);
}

.small {
    font-size: 0.75rem;
}

.nav-top {
    background-image: linear-gradient(to right, rgb(74, 188, 147), rgb(2, 123, 138));
    width: 100%;
    height: 2rem;
}

.nav-top .row {

}

.nav-top a {
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: normal;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
}

nav {
}

nav.navbar {
    height: 5rem;
}

nav .logo img {
    height: 30px;
}

.navbar-nav .nav-item .nav-link {
    color: rgb(124, 124, 124);
    font-size: 16px;
    font-weight: 400;
}


.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
    color: rgb(74, 188, 147);
}


/** banner **/
.banner {
    padding-top: 45px;
    padding-bottom: 45px;
    background: linear-gradient(225deg, rgb(232, 246, 241) 0.33%, rgb(255, 255, 255) 99.67%);
}

.banner .btn-success {
    padding-top: 10px;
    padding-bottom: 10px;
}

/** benefits  **/
.benefits img {
    height: 100px;
    padding: 20px;
}

/** account **/
.account {
    background-color: rgb(232, 246, 241);
}

/** app-1 **/
.app-1 .right {
    position: relative;
}

.app-1 .right img {
    width: 300px;
    margin-top: -80px;
}


/** .app-2 **/
.app-2, .app-4 {
    background-color: rgb(232, 246, 241);
}

/** master **/

.master .item > div {
    border-radius: 2px;
    box-shadow: rgb(241 241 241) 2px 2px 4px 2px;
}

.master .item > div p.content {
    height: 100px;
}

.master .item .photo img {
    border-radius: 50%;
    margin-bottom: 10%;
    width: 80px;
    height: 80px;
}

/** news **/
.news {
    background-color: rgb(248, 248, 248);
}

.news .item > div {
    border-radius: 2px;
    box-shadow: rgb(241 241 241) 2px 2px 4px 2px;
    background: #ffffff;
}

.news .item p.title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px;
}

.news .item p.summary {
    height: 90px;
    overflow: hidden;
    background-color: #fff;
}

.news .btn-dark {
    border-radius: 6px;
    height: 50px;
    width: 200px;
    background-color: rgb(75, 75, 75);
    color: white;
    font-size: 16px;
}

/** relation **/
.relation {
    background-color: rgb(232, 246, 241);
}

/** cost **/
.cost {
    background-color: rgb(248, 248, 248);
}

.cost .main-content {
    padding: 40px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    position: relative;
}

/** register **/
.register {
    background: linear-gradient(315deg, rgb(164, 221, 201) 0%, rgb(74, 188, 147) 100%);
}

.register .right .item {
    color: rgb(51, 51, 51);
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    border-radius: 3px;
    cursor: pointer;
    line-height: 25px;
}

/** footer **/
footer {
    background: linear-gradient(315deg, rgb(232, 246, 241) 0.54%, rgb(255, 255, 255) 99.88%);
}

/** page **/

.page .header .circle {
    width: 20px;
    height: 20px;
    background-color: rgb(51, 51, 51);
    border-radius: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.page .content {
    margin: auto;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 30px;
}

.page .right {

}

.post-bar {
    background: linear-gradient(to right, rgb(239, 87, 95), rgb(241, 138, 94));
    height: 8px;
    width: 100%;
}

.pagination {
    justify-content: center;
    align-items: center;
}

.nav-menu-subnav {
    font-size: 14px;
}

.nav-menu-subnav .guide_menu {
    color: #000000;
}

.nav-menu-subnav .guide_menu:hover {
    color: rgb(74, 188, 147);
}

.more-post .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.navbar-collapse {
    background: #ffffff;
}

@media screen and (max-width: 992px) {
    nav.navbar {
        height: unset;
    }
}

@media screen and (max-width: 768px) {
    .app-1 .right img {
        margin-top: 20px;
    }

    .app-1 .right .text-right {
        text-align: center !important;
    }

    .app-4 .left .text-tight {
        text-align: center !important;
    }
}

.posts-item {
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.posts-item a {
    display: block;
    text-decoration: none;
}

.posts-item a .thumb {
    margin-bottom: 15px;
}

.posts-item a .thumb img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.posts-item a .infos {
    padding: 12px;
}

.posts-item a .infos h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.posts-item a .infos p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.posts-item a .infos .time {
    font-size: 14px;
    color: #666666;
}