@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --theme-color: #ae0405;
}
body{
    font-size: 16px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1f1f1f;
}
h1, h2, h3, h4, h5, h6, .service-detail .inner-box .lower-content blockquote{font-family: "Be Vietnam Pro", sans-serif;}
h4{
    font-size: 20px;
}
.logo img {
    max-width: 450px
}
.main-header .nav-outer{padding-left: 30px;}
.main-menu .navigation>li {
    margin-right: 25px
}

.main-header.fixed-header .header-upper .logo-box .logo,
.main-header .header-upper .logo-box .logo {
    padding-top: 15px
}
.news-block-two .inner-box .image, .news-block .inner-box .image-column .image{
    width: 390px;
    height: 390px;
}
.news-block-two .inner-box .image img, .news-block .inner-box .image-column .image img{
    height: 100%;
    object-fit: cover;
}
.pagination{
    gap: 10px;
    justify-content: center;
}
.pagination li{
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cccccc;
    background: #f7f7f7;
}
.pagination li a{
    color: #7a7a7a;
}
.pagination li.active{
    background: #ffdede;
    border-color: var(--theme-color);
}
.pagination li.active a{
    color: var(--theme-color);
}
.service-block .text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.service-block .avatar-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.service-block .icon-image {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 4px;
}
.article-body ul, .article-body ol, .article-body li{
    padding: revert;
    list-style: disc;
    margin: revert;
}
.service-detail .inner-box .lower-content p{color: #1f1f1f; font-size: inherit;}
.service-detail .inner-box .lower-content ul, .service-detail .inner-box .lower-content ol, .service-detail .inner-box .lower-content li{
    padding: revert;
    list-style: inherit;
}
@media (max-width: 768px) {
    header .logo{
        padding: 0;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo img {
        max-width: 250px
    }
}