:root {
    --bs-border-radius-sm: 0.3rem;
    --bs-link-color-rgb: 0, 45, 85;
    --bs-link-hover-color-rgb: 237, 167, 0;
    --bs-body-color: #444;
}

a {
    transition: all 0.3s ease;
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.h5,
h5 {
    font-size: 14px;
}

.panel {
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
    border-color: #ddd;
}

.panel-body {
    padding: 15px;
}

.row {
    --bs-gutter-x: 1.5rem !important;
}

img {
    width: 100%;
    max-width: 100%;
}

.margin-bottom-lg {
    margin-bottom: 15px;
}

.m-bottom {
    margin-bottom: 10px !important;
}

.page-title {
    font-weight: 700;
    margin: 0 0 1rem;
}

.alert>p {
    margin-bottom: 0;
}

.topbar {
    padding: 3px 0;
    background: #f3f3f3;
}

.topbar-contact {
    display: flex;
    gap: 20px;
}

.logo-banner .logo img {
    max-height: 80px;
}

.blog-info h2 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #00249c;
    text-shadow: 1px 2px 0px #e0a800a1;
    font-weight: 900;
}

.site-header-mobile .logo {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* MAIN NAV */
.main-nav>ul>li {
    padding: 0;
}

.main-nav>ul>li>.menu-item .item-link {
    padding: 0px 15px;
}

.main-nav .menu-item .item-link .item-icon {
    text-align: center;
}

.main-nav .menu-item .item-link {
    text-transform: uppercase;
    font-weight: 500;
}

/* BREADCRUMB */
.breadcrumbs-wrap {
    padding: 5px 12px;
    background: #f0f0f0;
    margin-top: 15px;
    border-radius: 6px;
}

.breadcrumbs-wrap ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs-wrap ul li::after {
    content: "/";
    color: #e1e1e1;
    padding: 0 10px;
}

.breadcrumbs-wrap ul li:last-child:after {
    display: none;
}

.breadcrumbs-wrap ul li a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumbs-wrap ul li a:hover {
    color: #555;
}

/* POST ITEM */
.post-item {
    margin-bottom: 2rem;
}

.post-item .post-thumb {
    border-radius: 0.5rem;
    overflow: hidden;
}

.post-item .post-title {
    margin: 1rem 0 0.5rem;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 600;
    max-height: 3.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item .post-desc {
    color: #6c757d;
    margin: 0.5rem 0;
    line-height: 1.5;
    max-height: 5.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* DETAIL */
.post-detail-content {
    width: 695px;
    margin: 0 auto;
}

.post-detail-content h1.title {
    font-size: 32px;
    line-height: 1.35;
}

.hometext {
    font-weight: 700;
}

figure.center {
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align: center;
}

figure.article.center figcaption {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
}

figure img.img-thumbnail {
    width: 100%;
    max-width: 800px;
    object-fit: contain;
    padding: 0;
    box-shadow: none;
    border: none;
}

.navigation-cont {
    position: relative;
    background-color: #f5f5f5;
    margin-top: 10px;
    margin-bottom: 20px;
}

.navigation-cont .navigation-head {
    padding: 6px 10px;
    background-color: #d4d4d4;
    border-bottom: 1px solid #ccc;
}

.navigation-cont .navigation-body {
    padding: 10px;
}

ol.navigation {
    list-style-type: upper-roman;
    padding-left: 15px;
    margin-left: 0;
    margin-bottom: 0;
}

.auto_nav2 ol.navigation {
    list-style-type: disc !important;
}

.auto_nav3 ol.navigation {
    list-style-type: none !important;
    padding-left: 0 !important;
}

ol.sub-navigation {
    list-style-type: decimal;
    padding-left: 15px;
    margin-top: 7px;
}

.auto_nav2 ol.sub-navigation {
    list-style-type: circle !important;
}

.auto_nav3 ol.sub-navigation {
    list-style-type: none !important;
    padding-left: 0 !important;
}

ol.navigation a {
    font-size: 14px;
    outline: none;
}

ol.navigation>li>a {
    font-weight: 600;
}

ol.navigation li:not(:last-child) {
    margin-bottom: 7px;
}

h2[data-id],
h3[data-id] {
    margin-top: 15px !important;
    margin-bottom: 12px !important;
}

h2[data-id] .btns,
h3[data-id] .btns {
    float: right;
    margin-left: 4px;
}

h2[data-id] button,
h3[data-id] button {
    border: 0;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    appearance: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

h2[data-id] button:not(:last-child),
h3[data-id] button:not(:last-child) {
    margin-right: 4px;
}

h2[data-id] button:hover,
h2[data-id] button:focus,
h3[data-id] button:hover,
h3[data-id] button:focus {
    opacity: 1;
}

.rating {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 4px;
    line-height: 1;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #fff;
    unicode-bidi: bidi-override;
    direction: rtl
}

.rating input {
    display: none
}

.rating label {
    width: 18px;
    height: 20px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    text-align: center
}

.rating label::before {
    font-family: 'Font Awesome 6 Free';
    content: "\f005";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none
}

.rating.disabled input,
.rating.disabled label {
    pointer-events: none
}

.rating:not(.disabled) input+label {
    cursor: pointer
}

.rating:not(.disabled) input+label:hover,
.rating:not(.disabled) input+label:hover~label {
    color: #dc0312
}

.rating:not(.disabled) input:checked+label:hover,
.rating:not(.disabled) input:checked+label:hover~label,
.rating:not(.disabled) input:checked~label:hover,
.rating:not(.disabled) input:checked~label:hover~label,
label:hover~.rating:not(.disabled) input:checked~label {
    color: #dc0312
}

.rating input:checked~label {
    color: #02659d
}

.site-header-mobile .logo img {
    height: 60px;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 767.98px) {
    .row {
        --bs-gutter-x: 1rem !important;
    }

    .topbar {
        background: transparent;
    }

    .main-nav .main-nav-home .item-icon {
        display: none;
    }

    .post-detail-content {
        width: 100%;
    }

    .logo-banner .logo img {
        max-height: 60px;
        height: 60px;
        min-height: 60px;
    }
}

@media screen and (max-width: 480.98px) {
    .blog-info h2 {
        font-size: 22px;
    }
}