﻿@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-Black.ttf');
    font-weight: 900;
    font-style: normal;
}

body {
    min-width: unset;
}
body, body *{
    font-family: 'NotoSans', sans-serif !important;
}
.tb-container {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media (min-width: 600px) {
    .tb-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .tb-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .tb-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .tb-container {
        max-width: 1200px;
    }
}

@media (max-width: 599px) {
    .tb-container {
        max-width: 100%;
        padding: 0 16px;
    }
}

.swiper-button-next, .swiper-button-prev {
    /*background: transparent;*/
    box-sizing: unset;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-container.mobile {
    display: none
}

@media screen and (max-width: 600px) {
    .swiper-container.web, .swiper-container:not(.mobile) {
        display: none
    }
    .swiper-container.mobile {
        display: block
    }
}

.tb-header {
    background: #244d9f;
    padding: 5px 0;
}
.tb-top-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.tb-header-link {
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
}
.tb-header-link:hover {
    color: #fec501;
}
.tb-header-link.logo img{
    height: 30px;
}
.tb-header-icon {
    color: #000;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin-right: 5px;
    padding: 2px;
    margin-top: -5px;
}
.tb-header-icon-alt{
    margin-top: -8px;
}
.tb-lang-divider {
    color: #fff;
    margin: 0 2px;
}
.tb-header-link.lang.active{
    color: #fec901;
}
.tb-footer-wrap {
    width: 100%;
    background: #2855ac;
}
.tb-footer-menu{
    padding: 70px 0;
    color: #fff
}
.tb-fm-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
.tb-fm-items {
    display: flex;
    flex-direction: column;
}
.tb-fm-items a {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 10px;
}
.tb-fm-items a:hover {
    opacity: 1;
    text-decoration: underline;
}
.tb-footer-title {
    font-size: 17px;
    font-weight: 600;
    color: rgba(253, 197, 17, 1);
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.tb-footer-title span{
    font-size: 27px;
    background: #fff;
    padding: 0 7px;
    border-radius: 4px;
    margin-left: 7px;
}
.tb-footer-subtitle{
    margin-bottom: 25px;
}
.tb-copyright-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-size: 13px;
    opacity: 0.8;
    font-weight: 300;
}
.tb-footer-icons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-m-footer-social-link {
    display: inline-block;
    text-align: center;
    padding: 2px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border: 0;
    line-height: 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
}
.p-m-footer-social-link:first-child {
    margin-left: 0;
}
.tb-cta-wrap {
    height: 700px;
    background-size: cover;
    background-position: center center;
}
.tb-cta-content-wrap {
    position: absolute;
    top: 270px;
    width: 100%;
}
.tb-cta-content-wrap h1 {
    color: #fff;
    letter-spacing: .5px;
    text-align: center;
    font-size: 110px;
    line-height: 120px;
}
.h-b-item-cat {
    display: inline-block;
    background: rgba(47, 128, 237, 1);
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    padding: 3px 5px;
    margin-bottom: 3px;
}
.h-b-item-title a{
    color: rgba(34, 34, 34, 1);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    min-height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.h-blog-item-wrap:hover .h-b-item-title a {
    color: #0C4BA0
}
.h-b-item-img, .b-item-img {
    width: 100%;
    transition: all.3s;
}
.h-b-item-img-wrap {
    border-radius: 7px;
    overflow: hidden;
}
.h-blog-item-wrap:hover .h-b-item-img {
    transform: scale(1.05);
}
.h-b-item-meta {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(119, 119, 119, 1);
}
.h-b-item-author {
    display: flex;
    align-items: center;
}
.h-b-item-author-img {
    width: 22px;
    height: 22px;
    border-radius: 30px;
    overflow: hidden;
}
.h-b-item-author-name {
    margin-left: 5px;
}
.h-b-item-date {
    padding-left: 10px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(153, 153, 153, .5);
}
.h-b-item-date span{
    margin-left: 5px;
}
.h-b-item-read {
    padding-left: 10px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(153, 153, 153, .5);
}
.h-b-item-read span{
    margin-left: 5px;
}
.h-b-item-summary {
    margin-top: 15px;
    letter-spacing: 0;
    color: rgba(85, 85, 85, 1);
    line-height: 22px;
    font-size: 15px;
    min-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tb-newest-title {
    display: inline-block;
    background: rgba(47, 128, 237, 1);
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    padding: 3px 5px;
    letter-spacing: 0;
    font-weight: 600;
}
.b-item-cat {
    display: inline-block;
    background: rgba(47, 128, 237, 0.2);
    color: rgba(102, 102, 102, 1);
    font-size: 11px;
    border-radius: 3px;
    padding: 3px 5px;
    margin-bottom: 3px;
}
.b-item-img-wrap {
    border-radius: 7px;
    overflow: hidden;
}
.b-item-title a {
    color: rgba(34, 34, 34, 1);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.b-item-meta {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(119, 119, 119, 1);
}
.b-item-meta.detail{
    margin-bottom: 15px;
}
.b-item-author {
    display: flex;
    align-items: center;
}
.b-item-author-img {
    width: 22px;
    height: 22px;
    border-radius: 30px;
    overflow: hidden;
}
.b-item-author-name {
    margin-left: 5px;
}
.b-item-date {
    padding-left: 10px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(153, 153, 153, .5);
}
.b-item-date span{
    margin-left: 5px;
}
.b-item-read {
    padding-left: 10px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(153, 153, 153, .5);
}
.b-item-read span{
    margin-left: 5px;
}
.b-item-summary {
    margin-top: 15px;
    letter-spacing: 0;
    color: rgba(85, 85, 85, 1);
    line-height: 22px;
    font-size: 15px;
    min-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog-item-wrap:hover .b-item-title a {
    color: #0C4BA0
}
.blog-item-wrap:hover .b-item-img {
    transform: scale(1.05);
}
.tb-mobile-date, .tb-mobile-cat, .tb-mobile-newest {
    display: none;
}
.tb-cat-hub-title {
    text-align: center;
    color: #253342;
    font-weight: 700;
    font-size: 36px;
}
.b-detail-summary {
    margin-top: 15px;
    letter-spacing: 0;
    color: rgba(85, 85, 85, 1);
    font-size: 15px;
    margin-bottom: 15px;
}
.b-detail-img {
    width: 100%;
}
.b-detail-content, .b-detail-content p {
    color: rgba(102, 102, 102, 1);
    letter-spacing: 0;
    font-size: 15px;
    line-height: 24px;
}
.b-detail-content ul {
    margin-left: 20px;
    margin-bottom: 1rem;
}
.b-detail-content ul li {
    list-style: disc;
}
.tb-related-title {
    background: rgba(23, 92, 255, 1);
    display: inline-block;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
}
.tb-sidebar-bn-img-wrap.top {
    margin-bottom: 20px;
}
.tb-sidebar-title {
    background: rgba(47, 128, 237, 1);
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
}
.tb-s-popular-cat-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dotted rgba(47, 128, 237, 1);
}
.tb-s-popular-cat-item span {
    color: rgba(28, 28, 28, 1);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
}
.tb-s-cat-item {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}
.tb-s-cat-item a {
    display: block;
    color: rgba(102, 102, 102, 1);
    border: 1px solid #ccc;
    padding: 7px 12px;
    font-size: 15px;
    letter-spacing: 0;
    border-radius: 4px;
    transition: all .3s;
}
.tb-s-cat-item a:hover {
    color: #fff;
    background: rgba(47, 128, 237, 1);
    border: 1px solid rgba(47, 128, 237, 1);
}
.tb-load-more-btn {
    background: #0c4ba0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all .3s;
    display: inline-block;
    letter-spacing: 0;
    font-weight: 500;
    cursor: pointer;
    margin: 15px 0;
}
.tb-load-more-btn:hover{
    border-radius: 10px;
}
.tb-header-link.site {
    position: relative;
    left: -10px;
}
.tb-share-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.tb-share-wrap .line {
    flex: 1;
    height: 1px;
    background-color: rgba(168, 189, 237, 1);
}
.tb-share-icons {
    display: flex;
    gap: 20px;
    margin: 0 20px;
}
.tb-share-icons a{
    transition: all .3s;
}
.tb-share-icons a:hover{
    transform: scale(1.1);
}
.tb-share-x svg{
    background: rgba(153, 153, 153, 1);
    border-radius: 30px;
    padding: 5px;
    box-sizing: content-box;
}

@media(min-width: 1200px) {
    /*.h-blog-item-wrap {
        padding: 0 15px;
    }*/
    .h-b-item-img {
        object-fit: cover;
        object-position: center center;
        height: 230px;
    }
}
@media(max-width: 1199px) {
    .h-b-item-img {
        object-fit: cover;
        object-position: center center;
        height: 200px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .tb-cta-wrap {
        height: 450px;
    }
    .tb-cta-content-wrap h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .tb-cta-content-wrap {
        top: 190px;
    }
    .tb-footer-title, .tb-footer-title span{
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    /*.tb-sidebar-col {
        padding-left: 40px;
    }*/
}
@media (max-width: 991px) {
    .tb-fm-items {
        margin-bottom: 25px;
    }
    .h-blog-item-wrap{
        margin-bottom: 30px;
    }
    .tb-web-newest {
        display: none;
    }
    .tb-mobile-newest {
        display: inline-block;
    }
    .tb-col-order-last {
        order: -1;
        margin-bottom: 50px;
    }
}
@media (max-width: 600px) {
    .tb-cta-wrap {
        height: 200px;
    }
    .tb-cta-content-wrap h1 {
        font-size: 22px;
        line-height: 24px;
    }
    .tb-cta-content-wrap {
        top: 88px;
        right: 0;
    }
    .tb-footer-title, .tb-fm-title {
        font-size: 15px;
    }
    .tb-fm-items a {
        font-size: 13px;
    }
    .tb-footer-title span{
        font-size: 22px;
    }
    .tb-footer-menu{
        padding: 40px 0;
    }
    .h-b-item-summary, .h-b-item-title a {
        min-height: unset;
    }
    .tb-web-date, .tb-web-cat {
        display: none;
    }
    .tb-mobile-date {
        display: block;
    }
    .tb-mobile-cat{
        display: inline-block;
    }
    .tb-related-title{
        font-size: 20px;
    }
}