/* Scss Document */
.page-project-x {
    background-color: #1b1b1b !important;
}
.btn-info {
    height: 48px;
    border-radius: 8px;
    background: #006fff !important;
    font-size: 22px !important;
    line-height: 30px;
    color: #fff;
    font-weight: 600 !important;
    padding-top: 6px;
    padding-bottom: 12px;
    border-color: #006fff !important; }

.btn-info:hover {
    color: #fff;
    background-color: #138496 !important;
    border-color: #117a8b !important; }

._field-wrapper {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
.blog-article {
    color: #fff;
}
.blog-page .blog-bg {
    background: url("../img/blog/blog-bg1.jpg") 50% 50% no-repeat;
    background-size: cover;
    min-height: 152px;
    padding: 37px 0 50px 0; }
.blog-page .blog-bg .txt {
    color: #fff;
    font-size: 48px;
    line-height: 65px; }
.blog-page .blog-nav {
    min-height: 57px;
    border-bottom: 1px solid #d9e0e7;
    padding: 13px 0 0 0; }
.blog-page .blog-nav .mob-nav-btn {
    display: none; }
.blog-page .blog-nav .blog-nav-breadcrumbs {
    margin-top: 5px;
    display: flex;
    flex-flow: row nowrap; }
.blog-page .blog-nav .blog-nav-breadcrumbs li {
    font-size: 14px;
    line-height: 19px;
    color: #006fff;
    margin-right: 8px;
    padding-right: 15px; }
.blog-page .blog-nav .blog-nav-breadcrumbs li:last-child {
    margin-right: 0;
    padding-right: 0; }
.blog-page .blog-nav .blog-nav-breadcrumbs li:last-child::after {
    display: none; }
.blog-page .blog-nav .blog-nav-breadcrumbs li a {
    color: #006fff;
    display: inline-block; }
.blog-page .blog-nav .blog-nav-list {
    margin: 3px 0 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
.blog-page .blog-nav .blog-nav-list li a {
    font-size: 14px;
    line-height: 19px;
    color: #262626;
    transition: 0.3s;
    display: inline-block; }
.blog-page .blog-nav .blog-nav-list li a::after {
    content: "";
    width: 100%;
    height: 0px;
    background: #006fff;
    position: absolute;
    left: 0;
    bottom: -22px;
    transition: 0.3s; }
.blog-page .blog-nav .blog-nav-list li a.active, .blog-page .blog-nav .blog-nav-list li a:hover {
    color: #006fff;
    text-decoration: none; }
.blog-page .blog-nav .blog-nav-list li a.active::after, .blog-page .blog-nav .blog-nav-list li a:hover::after {
    height: 2px; }
.blog-page .blog-nav .blog-nav-search {
    margin-left: auto; }
.blog-page .blog-nav .blog-nav-search .form-control {
    height: 32px;
    border-radius: 2px;
    font-size: 14px;
    background: url("../img/np-search-1189472-000000.svg") 8px 50% no-repeat;
    padding-left: 32px;
    border-color: #d9e0e7;
    width: 100%;
    max-width: 226px; }
.blog-page .blog-posts-recent {
    padding: 31px 0 80px 0; }
.blog-page .blog-posts-recent .blog-post {
    margin-bottom: 44px; }
.blog-page .blog-posts-recent .blog-post .image img:hover {
    box-shadow: inset 0 0 0 6px #0052ff; }
.blog-page .blog-posts-recent .blog-post .category {
    color: #006fff;
    font-size: 14px;
    line-height: 19px;
    margin: 17px 0 4px 0; }
.blog-page .blog-posts-recent .blog-post .category span {
    padding-right: 13px; }
.blog-page .blog-posts-recent .blog-post .category span a {
    color: #006fff; }
.blog-page .blog-posts-recent .blog-post .post-title {
    font-size: 24px;
    line-height: 32px;
    color: #262626;
    font-weight: 700; }
.blog-page .blog-posts-recent .blog-post .post-title a {
    color: #262626; }
.blog-page .blog-posts-recent .blog-post .post-info {
    font-size: 14px;
    line-height: 19px;
    margin-top: 9px;
    color: #999;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }
.blog-page .blog-posts-recent .blog-post .post-info a {
    color: #006fff; }
.blog-page .blog-posts-recent .blog-post .post-info .date {
    margin-right: 16px; }
.blog-page .blog-posts-recent .blog-post.post-lg {
    margin-bottom: 66px; }
.blog-page .blog-posts-recent .blog-post.post-lg .category {
    margin-bottom: 0; }
.blog-page .blog-posts-recent .blog-post.post-lg .post-title {
    font-size: 48px;
    line-height: 56px; }
.blog-page .blog-posts-recent .blog-post.post-lg .post-txt {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    margin: 11px 0 9px 0; }
.blog-page .blog-posts-recent .page-nav {
    border-top: 1px solid #d9e0e7;
    padding-top: 16px; }
.blog-page .blog-posts-recent .page-nav .pagination .page-link {
    font-size: 16px;
    line-height: 32px;
    min-width: 32px;
    text-align: center;
    padding: 0;
    margin: 0 4px;
    border-radius: 2px;
    color: #262626;
    border-color: #d9e0e7;
    transition: 0.3s; }
.blog-page .blog-posts-recent .page-nav .pagination .page-link:hover {
    color: #006fff;
    border-color: #006fff;
    background: none; }
.blog-page .blog-posts-recent .page-nav .pagination li:first-child {
    margin-right: auto; }
.blog-page .blog-posts-recent .page-nav .pagination li:first-child .page-link {
    min-width: 88px; }
.blog-page .blog-posts-recent .page-nav .pagination li:first-child.page-search {
    margin-left: auto;
    margin-right: 50px; }
.blog-page .blog-posts-recent .page-nav .pagination li:last-child {
    margin-left: auto; }
.blog-page .blog-posts-recent .page-nav .pagination li:last-child .page-link {
    min-width: 88px; }
.blog-page .blog-posts-recent .page-nav .pagination li:last-child.page-search {
    margin-right: auto;
    margin-left: 50px; }
.blog-page .blog-posts-recent .page-nav .pagination li.page-item.disabled .page-link {
    color: #b9c7d4; }
.blog-page .blog-posts-recent .page-nav .pagination li.page-item.active .page-link {
    color: #006fff;
    border-color: #006fff;
    background: none; }
.blog-page .blog-posts-recent .page-search .pagination li:first-child {
    margin-left: auto;
    margin-right: 50px; }
.blog-page .blog-posts-recent .page-search .pagination li:last-child {
    margin-right: auto;
    margin-left: 50px; }
.blog-page .page-nav.mob {
    display: none; }
.blog-page .widget-area .widget-right {
    margin-bottom: 24px; }
.blog-page .widget-area .widget-right .widget-right-title {
    font-size: 32px;
    line-height: 41px;
    font-weight: 600; }
.blog-page .widget-area .widget-right .follow-up {
    max-width: 374px;
    background: #d9e0e7;
    background: -moz-linear-gradient(top, #d9e0e7 0%, #e9f2fb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9e0e7), color-stop(100%, #e9f2fb));
    background: -webkit-linear-gradient(top, #d9e0e7 0%, #e9f2fb 100%);
    background: -o-linear-gradient(top, #d9e0e7 0%, #e9f2fb 100%);
    background: -ms-linear-gradient(top, #d9e0e7 0%, #e9f2fb 100%);
    background: linear-gradient(to bottom, #d9e0e7 0%, #e9f2fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e0e7', endColorstr='#e9f2fb',GradientType=0);
    border-radius: 2px;
    padding: 32px 0;
    text-align: center; }
.blog-page .widget-area .widget-right .follow-up img {
    width: 100%; }
.blog-page .widget-area .widget-right .follow-up .txt {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 600; }
.blog-page .widget-area .widget-right .follow-up .txt p {
    font-size: 40px;
    line-height: 71px; }
.blog-page .widget-area .widget-right .follow-up .btn-info {
    margin-top: 33px;
    width: 100%;
    max-width: 256px; }
.blog-page .widget-area .widget-right.blog-categories {
    border: 1px solid #d9e0e7;
    padding: 16px; }
.blog-page .widget-area .widget-right.blog-categories .menu .menu-item {
    border-bottom: 1px solid #d9e0e7; }
.blog-page .widget-area .widget-right.blog-categories .menu .menu-item a {
    color: #006fff;
    font-size: 16px;
    line-height: 40px;
    display: block;
    padding-right: 14px; }
.blog-page .widget-area .widget-right.blog-categories .menu .menu-item a .badge {
    font-weight: 400;
    color: #999;
    padding: 0;
    float: right;
    font-size: 16px;
    line-height: 40px; }
.blog-page .widget-area .widget-right.blog-categories .menu .menu-item a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 5px;
    height: 9px;
    background: url("../img/slider/right.png") 0 0 no-repeat;
    background-size: cover;
    top: calc(50% - 4.5px); }
.blog-page .widget-area .widget-right.blog-categories .menu .menu-item.sub-menu-item {
    padding-left: 16px; }
.blog-page .widget-area .widget-right.blog-categories .menu .menu-item:last-child {
    border-bottom: none; }
.blog-page .widget-area .widget-right.popular-posts {
    background: #e9f2fb;
    padding: 17px 16px 23px 16px; }
.blog-page .widget-area .widget-right.popular-posts .popular-posts-list {
    padding-top: 6px; }
.blog-page .widget-area .widget-right.popular-posts .popular-posts-list .popular-post {
    padding-bottom: 12px;
    border-bottom: 1px solid #d9e0e7; }
.blog-page .widget-area .widget-right.popular-posts .popular-posts-list .popular-post .date {
    font-size: 12px;
    line-height: 34px;
    color: #000; }
.blog-page .widget-area .widget-right.popular-posts .popular-posts-list .popular-post .popular-post-lnk {
    font-size: 16px;
    line-height: 24px;
    color: #006fff; }
.blog-page .widget-area .widget-right.popular-posts .popular-posts-list .popular-post:last-child {
    border-bottom: none; }
.blog-page .blog-article {
    color: #ffffff; }
.blog-page .blog-article .article-image {
    margin-bottom: 33px; }
.blog-page .blog-article .widget-area {
    padding-top: 23px; }
.blog-page .blog-article .article-content .post-date {
    font-size: 14px;
    line-height: 19px;
    color: #999;
    margin-bottom: 4px; }
.blog-page .blog-article .article-content .post-title {
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 15px; }
.blog-page .blog-article .article-content .post-sub-title {
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 49px; }
.blog-page .blog-article .article-content .post-txt {
    border-top: 1px solid #b9c7d4;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    margin: 32px 0 22px 0; }
.blog-page .blog-article .article-content .post-txt p {
    margin: 23px 0 9px 0; }
.blog-page .blog-article .article-content .post-txt a {
    color: #006fff;
    display: inline-block;
    text-decoration: none; }
.blog-page .blog-article .article-content .post-txt a:hover::after {
    background: rgba(0, 111, 255, 0.4);
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
.blog-page .blog-article .article-content .post-txt img {
    margin: 14px 0 13px 0; }
.blog-page .blog-article .article-content .post-txt h2 {
    font-size: 40px;
    line-height: 40px; }
.blog-page .blog-article .article-content .post-txt h3 {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    margin: 48px 0 0 0; }
.blog-page .blog-article .article-content .post-txt h4 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin: 26px 0 0 0; }
.blog-page .blog-article .article-content .post-comments {
    margin: 73px 0 13px 0; }
.blog-page .blog-article .article-content .post-comments .tit {
    font-size: 32px;
    line-height: 41px;
    font-weight: 700;
    color: #000; }
.blog-page .blog-article .article-content .post-date, .blog-page .blog-article .article-content .post-title, .blog-page .blog-article .article-content .post-sub-title, .blog-page .blog-article .article-content .post-social, .blog-page .blog-article .article-content .post-txt p, .blog-page .blog-article .article-content .post-txt h2, .blog-page .blog-article .article-content .post-txt h3, .blog-page .blog-article .article-content .post-txt h4, .blog-page .blog-article .article-content .post-comments .tit {
    padding-left: 20px; }
.blog-page .blog-footer {
    padding: 96px 0 139px 0;
    color: #262626;
    background: #e9f2fb;
    z-index: 1; }
.blog-page .blog-footer .blog-footer-title {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    margin: 29px 0 12px 0; }
.blog-page .blog-footer .blog-footer-txt {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px; }
.blog-page .blog-footer form {
    font-size: 20px;
    line-height: 40px; }
.blog-page .blog-footer form .custom-control.custom-checkbox {
    padding-left: 27px; }
.blog-page .blog-footer form .custom-control.custom-checkbox .custom-control-label::after {
    left: -23px;
    top: 0;
    height: 2rem; }
.blog-page .blog-footer form .custom-control.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border: 1px solid #b9c7d4;
    background: #fff;
    top: 12px;
    left: -27px; }
.blog-page .blog-footer form .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #2064f5; }
.blog-page .blog-footer form .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background: none;
    content: "\2714";
    color: #2064f5;
    font-size: 12px; }
.blog-page .blog-footer form .input-group {
    margin: 28px 0 15px 0; }
.blog-page .blog-footer form .input-group .form-control {
    height: 48px;
    font-size: 22px;
    border-color: #b9c7d4;
    border-radius: 4px 0 0 4px; }
.blog-page .blog-footer form .input-group .btn-info {
    padding-left: 32px;
    padding-right: 32px; }
.blog-page .blog-footer form .policy {
    font-size: 16px;
    line-height: 22px; }
.blog-page .blog-footer form .policy a {
    color: #2064f5; }
.blog-page .wp-block-quote {
    border-left: none !important;
    padding-left: 0;
    font-family: Georgia, serif; }
.blog-page .wp-block-quote::before {
    right: 100%;
    color: #0080fe;
    content: '“';
    font-size: 5em;
    position: absolute; }
.blog-page .wp-block-quote::after {
    left: 100%;
    right: 16px;
    color: #0080fe;
    content: '”';
    bottom: -50px;
    font-size: 5em;
    position: absolute; }
.blog-page .wp-block-quote p {
    margin: 0;
    font-size: 1.5em; }
.blog-page .wp-block-pullquote {
    border-top: 4px solid #0080fe !important;
    border-bottom: 4px solid #0080fe !important;
    padding: 0 !important; }

.blog-ask .post-title {
    font-size: 30px;
    line-height: 40px; }
.blog-ask .btn--ask {
    background-color: #1156ff;
    max-width: 100%;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px; }
.page-project-x .blog-article .article-video iframe {
    max-width: 100%; }

@media (max-width: 991px) {
    .blog-page .blog-nav, .blog-ask .blog-nav {
        border: none; }
    .blog-page .blog-nav .col-lg-10, .blog-ask .blog-nav .col-lg-10 {
        order: 2; }
    .blog-page .blog-nav .col-lg-2, .blog-ask .blog-nav .col-lg-2 {
        order: 1;
        border-bottom: 1px solid #d9e0e7;
        padding-bottom: 11px; }
    .blog-page .blog-nav .mob-nav-btn, .blog-ask .blog-nav .mob-nav-btn {
        display: block;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        padding-right: 10px; }
    .blog-page .blog-nav .mob-nav-btn::after, .blog-ask .blog-nav .mob-nav-btn::after {
        transform: rotate(90deg);
        content: "";
        position: absolute;
        right: 0;
        width: 5px;
        height: 9px;
        background: url("../img/slider/right.png") 0 0 no-repeat;
        background-size: cover;
        top: calc(50% - 4.5px); }
    .blog-page .blog-nav .blog-nav-list, .blog-ask .blog-nav .blog-nav-list {
        display: none;
        flex-flow: column wrap;
        justify-content: flex-start;
        align-items: flex-start; }
    .blog-page .blog-nav .blog-nav-list.active, .blog-ask .blog-nav .blog-nav-list.active {
        display: flex; }
    .blog-page .blog-nav .blog-nav-list li, .blog-ask .blog-nav .blog-nav-list li {
        border-bottom: 1px solid #d9e0e7;
        width: 100%; }
    .blog-page .blog-nav .blog-nav-list li:last-child, .blog-ask .blog-nav .blog-nav-list li:last-child {
        border: none; }
    .blog-page .blog-nav .blog-nav-list li a, .blog-ask .blog-nav .blog-nav-list li a {
        font-size: 16px;
        line-height: 40px;
        color: #006fff; }
    .blog-page .blog-nav .blog-nav-list li a::after, .blog-ask .blog-nav .blog-nav-list li a::after {
        display: none; }
    .blog-page .blog-nav .blog-nav-search .form-control, .blog-ask .blog-nav .blog-nav-search .form-control {
        padding-left: 38px;
        padding-right: 0;
        max-width: 40px;
        transition: 0.3s;
        background-position: 11px 50%; }
    .blog-page .blog-nav .blog-nav-search .form-control:focus, .blog-ask .blog-nav .blog-nav-search .form-control:focus {
        max-width: 145px; }
    .blog-page .blog-posts-recent .blog-post.post-lg .post-title, .blog-ask .blog-posts-recent .blog-post.post-lg .post-title {
        font-size: 28px;
        line-height: 32px; }
    .blog-page .blog-posts-recent .blog-post.post-lg .post-txt, .blog-ask .blog-posts-recent .blog-post.post-lg .post-txt {
        font-size: 18px;
        line-height: 32px; }
    .blog-page .blog-article .article-content .post-title, .blog-ask .blog-article .article-content .post-title {
        font-size: 28px;
        line-height: 32px; }
    .blog-page .blog-article .article-content .post-sub-title, .blog-ask .blog-article .article-content .post-sub-title {
        font-size: 18px; }
    .blog-page .blog-article .article-content .post-txt h2, .blog-ask .blog-article .article-content .post-txt h2 {
        font-size: 28px; }
    .blog-page .blog-article .article-content .post-txt h3, .blog-ask .blog-article .article-content .post-txt h3 {
        font-size: 24px; }
    .blog-page .blog-article .article-content .post-txt h4, .blog-ask .blog-article .article-content .post-txt h4 {
        font-size: 20px; }
    .blog-page .blog-article .article-content .post-comments .tit, .blog-ask .blog-article .article-content .post-comments .tit {
        font-size: 28px;
        line-height: 32px; }
    .blog-page .blog-article .article-content .post-date, .blog-ask .blog-article .article-content .post-date, .blog-page .blog-article .article-content .post-title, .blog-ask .blog-article .article-content .post-title, .blog-page .blog-article .article-content .post-sub-title, .blog-ask .blog-article .article-content .post-sub-title, .blog-page .blog-article .article-content .post-social, .blog-ask .blog-article .article-content .post-social, .blog-page .blog-article .article-content .post-txt p, .blog-ask .blog-article .article-content .post-txt p, .blog-page .blog-article .article-content .post-txt h3, .blog-ask .blog-article .article-content .post-txt h3, .blog-page .blog-article .article-content .post-txt h4, .blog-ask .blog-article .article-content .post-txt h4, .blog-page .blog-article .article-content .post-comments .tit, .blog-ask .blog-article .article-content .post-comments .tit {
        padding-left: 0; }
    .blog-page .blog-footer, .blog-ask .blog-footer {
        padding: 30px 0 64px 0; }
    .blog-page .blog-footer .blog-footer-title, .blog-ask .blog-footer .blog-footer-title {
        margin: 0 0 7px 0;
        font-size: 32px;
        line-height: 43px; } }

@media (max-width: 736px) {
    .blog-page .blog-nav .blog-nav-breadcrumbs {
        display: none; }
    .blog-page .blog-posts-recent {
        padding-bottom: 72px; }
    .blog-page .blog-posts-recent .page-nav.desc {
        display: none; }
    .blog-page .blog-posts-recent .page-nav.mob {
        display: block; }
    .blog-page .blog-posts-recent .widget-area .widget-right {
        margin: 53px 0 0 0; }
    .blog-page .blog-posts-recent .widget-area .widget-right .follow-up, .blog-page .blog-posts-recent .widget-area .widget-right.blog-categories {
        display: none; } }

@media (max-width: 414px) {
    .blog-page .blog-bg {
        min-height: 88px;
        padding: 21px 0 24px 0; }
    .blog-page .blog-bg .txt {
        font-size: 32px;
        line-height: 43px; }
    .blog-page .blog-posts-recent .blog-post .image, .blog-page .blog-posts-recent .widget-area .widget-right.popular-posts {
        margin-left: -15px;
        margin-right: -15px; }
    .blog-page .blog-footer form .input-group {
        flex-flow: column wrap; }
    .blog-page .blog-footer form .input-group .form-control, .blog-page .blog-footer form .input-group ._field-wrapper {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 16px;
        text-align: center; }
    .blog-page .blog-footer form .input-group .btn-info {
        width: 100%;
        border-radius: 4px; }
    .blog-page .wp-block-quote {
        margin: 0 10%; } }

@media (max-width: 385px) {
    .blog-page .blog-bg .txt {
        font-size: 24px; } }


/* for slider */
.carousel-programs {
    max-width: 94%;
    margin: 30px auto 50px;
}

.carousel-programs__item .thumb {
    display: block;
    margin: 0 20px;
    text-align: center;
}

.carousel-programs__item .thumb img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 225px;
}

.carousel-programs .slick-next,
.carousel-programs .slick-prev {
    font-size: 40px;
    line-height: 1;
    color: #E22626;
    opacity: 0.5;
    transition: opacity .15s ease;
}

.carousel-programs .slick-next:hover,
.carousel-programs .slick-prev:hover {
    opacity: 1;
}

.carousel-programs .slick-next::before,
.carousel-programs .slick-prev::before {
    display: none;
}

@media screen and (max-width: 575px) {
    .carousel-programs {
        max-width: 88%;
    }
}
