.is-pc {
    display: block;
}

.is-mobile {
    display: none;
}

.sec-header {
    padding: 50px 0 90px;
}

.resource-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resource-header-main img {
    max-width: 100%;
}

.sec-header h1 {
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #666666;
    margin-bottom: 13px;
}

.sec-header p {
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #666;
    width: 671px;
    max-width: 100%;
}

/*blogs*/
.sec-blogs {
    width: 1195px;
    margin: 0 auto;
    max-width: 100%;
    font-family: 'Open Sans';
    padding-bottom: 60px;
}

.result-first-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 370px;
    transition: .3s all;
    border: solid 1px #f2f2f2;
}

.result-first-item .item-content-box {
    width: 50%;
    padding: 65px 48px 65px 30px;
    border-right: none;
}

.result-first-item .item-image {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.result-first-item .featured-text {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: #b2b2b2;
    margin-bottom: 10px;
}

.result-first-item .item-title {
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.54px;
    color: #666666;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.result-first-item .item-desc {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.result-first-item:hover {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
}

.result-first-item:hover .item-title {
    color: #1B6FCC;
}

/*list-wrapper*/
.list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -28.5px;
    margin-left: -28.5px;
}

.list-wrapper .result-form-item {
    max-width: 100%;
    width: 360px;
    height: 410px;
    padding: 30px;
    border: solid 3px #39cba0;
    margin-top: 60px;
}

.result-form-item .subscribe-form {
    margin-bottom: 30px;
}

.result-form-item .wpcf7-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.result-form-item .wpcf7-form .field-item {
    /*width: 184px;*/
}

.result-form-item .wpcf7-form .field-item input {
    font-family: 'Open Sans';
    width: 100%;
    border-radius: 2px 0 0 2px;
    border: solid 1px #b8babb;
    border-right: none;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
}

.result-form-item .wpcf7-form .field-item input::placeholder {
    color: #a8acb1;
}

.result-form-item .wpcf7-form .submit-item .wpcf7-submit {
    background-color: #4091eb;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 113px;
}

.result-form-item .wpcf7-form .submit-item .wpcf7-submit:hover {
    border-color: #1B6FCC;
    background-color: #1B6FCC;
}

.result-form-item .sub-image img {
    width: 100%;
}

.result-form-item h5 {
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    color: #666666;
    margin-bottom: 10px;
}

.result-form-item p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #666666;
    margin-bottom: 10px;
    position: relative;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 15px;
    right: 5px;
}

.result-form-item {
    margin-left: 28.5px;
    margin-right: 28.5px;
}

/*featured*/
.sec-feature-blogs {
    padding: 90px 0;
    background: #f2f2f2;
}

.sec-feature-blogs h2 {
    font-family: "Open Sans";
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.54px;
    color: #231f20;
    margin-bottom: 25px;
    margin-top: 0;
}

.featured-blogs-wrapper {
    width: 1195px;
    margin: 0 auto;
    max-width: 100%;
}

.featured-blogs-main {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

.featured-blogs-main .result-item {
    margin: 0 20px;
}

.sec-feature-blogs .result-item {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 360px;
    height: 410px;
    max-width: 100%;
    transition: .3s all;
    border: solid 1px #f2f2f2;
}

.sec-feature-blogs .result-item .item-image {
    width: 100%;
    height: 223px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.sec-feature-blogs .result-item .item-content {
    padding: 15px 30px 30px;
    flex-grow: 1;
}

.sec-feature-blogs .result-item .article-text {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #b2b2b2;
    margin-bottom: 10px;
}

.sec-feature-blogs .result-item .item-title {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: #666666;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sec-feature-blogs .result-item .item-desc {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sec-feature-blogs .result-item:hover {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
}

.sec-feature-blogs .result-item:hover .item-title {
    color: #1B6FCC;
}

/*end featured*/

.list-wrapper .result-item {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 360px;
    height: 410px;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    transition: .3s all;
    margin-top: 40px;
    border: solid 1px #f2f2f2;
}

.list-wrapper .result-item .item-image {
    width: 100%;
    height: 223px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.list-wrapper .result-item .item-content {
    padding: 15px 30px 30px;
    flex-grow: 1;
}

.list-wrapper .result-item .article-text {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #b2b2b2;
    margin-bottom: 10px;
}

.list-wrapper .result-item .item-title {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: #666666;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-wrapper .result-item .item-desc {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-wrapper .result-item:hover {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
}

.list-wrapper .result-item:hover .item-title {
    color: #1B6FCC;
}

.blogs-main .blog-pagi {
    margin-top: 40px;
}

/*pagi*/
.blog-pagi .im-pagination-container {
    display: flex;
    justify-content: center;
    color: #b2b2b2;
}

.blog-pagi .im-pagination-container .im-page {
    font-family: Lato-Bold;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.1px;
}

.blog-pagi .im-pagination-container .im-page.im-active {
    color: #2b8eff;
}

.blog-pagi a {
    color: #b2b2b2;
    margin-left: 10px;
    margin-right: 10px;
}

.blog-pagi a:hover {
    color: #2b8eff;
}

.blog-pagi .im-pagination-container a span {
    font-family: 'Open Sans';
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.blog-pagi .im-pagination-container a i {
    font-size: 14px;
    font-weight: normal;
}

/*recommended*/
.sec-recommended {
    background-color: #f2f2f2;
    padding: 50px 0;
}

.sec-recommended h2 {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #33353b;
    margin-bottom: 25px;
}

.recommend-lists {
    width: 1195px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.recommend-lists .recommend-item {
    width: 287px;
    background-color: #fff;
    transition: .3s all;
}

.recommend-lists .recommend-item:hover {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
}

.recommend-lists .recommend-item .recommend-image {
    width: 100%;
    height: 125px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.recommend-lists .recommend-item .recommend-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    align-items: center;
    height: calc(100% - 125px);
}

.recommend-lists .recommend-item h5 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    margin-bottom: 10px;
}

.recommend-lists .recommend-item p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
    margin-bottom: 30px;
}

.recommend-lists .recommend-item a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    text-align: center;
    color: #2b8eff;
}

.recommend-lists .recommend-item a:hover {
    color: #1B6FCC;
}

@media screen and (max-width: 1200px) {
    .results-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .list-wrapper {
        justify-content: center;
    }

    .recommend-lists {
        width: 655px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .recommend-lists .recommend-item {
        margin: 5px;
    }
}

@media screen and (max-width: 820px) {
    .is-pc {
        display: none;
    }

    .is-mobile {
        display: block;
    }

    .blogs-main {
        width: 655px;
        max-width: 100%;
        margin: 0 auto;
    }

    .results-box {
        padding: 0;
    }

    .result-first-item {
        flex-direction: column-reverse;
        height: auto;
    }

    .result-first-item .item-image {
        width: 100%;
        height: 405px;
    }

    .result-first-item .item-content-box {
        width: 100%;
        border-right: solid 1px #f2f2f2;
        padding: 20px;
    }

    .result-first-item .item-title, .result-first-item .item-desc {
        -webkit-line-clamp: 2;
    }

    .list-wrapper {
        margin-left: -17.5px;
        margin-right: -17.5px;
    }

    .list-wrapper .result-item {
        margin-left: 17.5px;
        margin-right: 17.5px;
        width: 310px;
        height: 367px;
        margin-top: 35px;
    }

    .list-wrapper .result-item .item-image {
        height: 192px;
    }

    .list-wrapper .result-item .item-content {
        padding: 20px;
    }

    .result-form-item.is-mobile {
        display: flex;
        justify-content: space-between;
        border: solid 3px #39cba0;
        padding: 30px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .subscribe-form {
        width: 315px;
    }

    .result-form-left {
        flex-grow: 1;
    }

    .sub-image {
        width: 213px;
        flex-shrink: 0;
    }

    .result-form-item.is-mobile .wpcf7-form .submit-item .wpcf7-submit {
        padding: 13px 28px;
    }

    .sec-blogs {
        padding-bottom: 50px;
    }

    .recommend-lists .recommend-item {
        margin: 0 auto;
        height: 100%;
    }

    .swiper-container {
        padding-bottom: 60px;
    }

    .recommend-lists .swiper-wrapper {
        width: 600px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }

    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: #d8d8d8;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        background: #2b8eff;
    }

    .sec-recommended {
        padding-bottom: 40px;
    }

    .recommend-lists {
        width: auto;
    }

    .featured-blogs-wrapper {
        width: 668px;
    }

    .featured-blogs-wrapper h2 {
        margin-bottom: 40px;
    }

    .featured-blogs-main .result-item {
        margin: 0 auto;
        width: 310px;
    }

    .resource-header-main {
        flex-direction: column-reverse;
    }

    .resource-header-main .left {
        margin-top: 25px;
    }

    .sec-feature-blogs .result-item .item-image {
        height: 189px;
    }

    .featured-blogs-main .result-item {
        height: 390px;
    }
}

@media screen and (max-width: 600px) {
    .sec-header {
        padding-bottom: 40px;
    }

    .sec-header h1 {
        font-size: 23px;
        line-height: 1.22;
        letter-spacing: 0.38px;
    }

    .sec-header p {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.56;
        letter-spacing: 0.1px;
    }

    .result-form-item.is-mobile {
        flex-direction: column;
    }

    .sub-image {
        width: 100%;
    }

    .list-wrapper .result-item {
        width: 100%;
        margin-top: 40px;
    }

    .result-first-item .item-image {
        height: 232px;
    }


    .resource-header-main img {
        width: 170px;
    }
    .sec-header{
        text-align: center;
    }
    .sec-header p{
        width: 100%;
        font-size: 24px;
        font-weight: 300;
        line-height: 1.42;
        letter-spacing: 0.13px;
    }
    .featured-blogs-wrapper h2{
        text-align: center;
        margin-bottom: 25px;
    }
}