
:root {
    /* --alt-font: "Plus Jakarta Sans", sans-serif; */
    --primary-font-webiste: var(--primary-font-website);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: var(--primary-font-webiste);
}
.content-term .ck-content h3, .content-term .ck-content h4, .content-term .ck-content p {
    margin-bottom: 10px;
}
/* custom css old */

.form-check-input[type=checkbox]{
        padding: 0px;
}
.list-type li {
    list-style-type: none;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px;
}

@media (max-width: 767px) {
    .sm-mb-0{
        margin-bottom: 0px !important;
    }
    .sm-mb-10px{
        margin-bottom: 10px !important;
    }
    .sm-mb-15px{
        margin-bottom: 15px !important;
    }
    .sm-mb-20px{
        margin-bottom: 20px !important;
    }
    .sm-mb-25px{
        margin-bottom: 25px !important;
    }
    .sm-mb-30px{
        margin-bottom: 30px !important;
    }
    .sm-mb-35px{
        margin-bottom: 35px !important;
    }
    .sm-mb-40px{
        margin-bottom: 40px !important;
    }
    .sm-mb-45px{
        margin-bottom: 45px !important;
    }
    .sm-mb-50px{
        margin-bottom: 50px !important;
    }
    .sm-pt-0{
        padding-top: 0px !important;
    }
    .sm-pt-10px{
        padding-top: 10px !important;
    }
    .sm-pt-15px{
        padding-top: 15px !important;
    }
    .sm-pt-20px{
        padding-top: 20px !important;
    }
    .sm-pt-25px{
        padding-top: 25px !important;
    }
    .sm-pt-30px{
        padding-top: 30px !important;
    }
    .sm-pt-35px{
        padding-top: 35px !important;
    }
    .sm-pt-40px{
        padding-top: 40px !important;
    }
    .sm-pt-45px{
        padding-top: 45px !important;
    }
    .sm-pt-50px{
        padding-top: 50px !important;
    }
    .sm-pb-0{
        padding-bottom: 0px !important;
    }
    .sm-pb-10px{
        padding-bottom: 10px !important;
    }
    .sm-pb-15px{
        padding-bottom: 15px !important;
    }
    .sm-pb-20px{
        padding-bottom: 20px !important;
    }
    .sm-pb-25px{
        padding-bottom: 25px !important;
    }
    .sm-pb-30px{
        padding-bottom: 30px !important;
    }
    .sm-pb-35px{
        padding-bottom: 35px !important;
    }
    .sm-pb-40px{
        padding-bottom: 40px !important;
    }
    .sm-pb-45px{
        padding-bottom: 45px !important;
    }
    .sm-pb-50px{
        padding-bottom: 50px !important;
    }

}
/* end custom css old */


.row-container{
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
section{
    padding-top:0px;
    padding-bottom:0px;
}
.section{
    padding-top:40px;
    padding-bottom:40px;
}
footer .footer-logo img {
    max-height: 100%;
}
footer ul li{
    list-style-type: none;
}

.ck-content hr {
    margin: 3px 0;
    height: 4px;
    background: white;
    border: 0;
}

.ck-content line {
    margin: 5px 0;
    height: 4px;
    background: white;
    border: 0;
    display: inline-block;
}

/* default */

.content-detail .ck-content .row-container ul li {
    list-style: disc;
    color: #2a2a2a;
}
p {
    margin-bottom: 10px;
    color: #2a2a2a;
    font-weight: 400;
}
.table{
    max-width: 100%;
    height: auto !important;
}
ul li {
    list-style: disc;
    /* color: #2a2a2a; */
}
.sidebar {
    border-color: transparent;
}
/* end default */

/* font size */
.content-detail .ck-content ul li {
    color: #2a2a2a !important;
    margin-bottom: 5px;

}
.content-detail .ck-content a{
    color: var(--primary-color);
}
.content-detail .ck-content h2{
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3c3a3a;
}
.content-detail .ck-content h3{
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3c3a3a;
}

/* blog */
.blog-details .post-description h2{
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 31px;
    color: #181818;
    max-width: 100%;
}
.blog-details .post-description h3{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3c3a3a;
    max-width: 100%;
}
.blog-details .post-description ul li {
    color: #2a2a2a !important;
    margin-bottom: 5px;
}
.blog-details .post-description a{
    color: var(--primary-color);
}

.post-description .content-detail h2{
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 31px;
    color: #181818;
}
.post-description .content-detail h3{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3c3a3a;
}
.post-description .content-detail h4{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3c3a3a; 
}
.post-description .content-detail ul li {
    list-style-type: disc;
}

.border-bottom {
    padding-top: 5px;
}
.form-control, .form-select, input, select, textarea {
    font-size: 16px;
    line-height: 24px;
    color: #2a2a2a;
    height: 45px;
}
/* end blog */

/* end font size */

/* toc */
.post-description .table-of-content .toc_list ul li {
    list-style-type: none;
}
.post-description .table-of-content .toc_list li {
    list-style-type: none;
}
.post-description .table-of-content .toc_list li a{
    color: #2a2a2a;
}
.toc-container {
    padding: 5px 10px;
}
/* end toc */

/* font */
.fs-25{
    font-size:25px;
}
.fs-30{
    font-size:30px;
}
.fs-35{
    font-size:35px;
}
.fs-45{
    font-size:45px;
}
.fs-40{
    font-size:40px;
}
.fs-50{
    font-size:50px;
}

@media (max-width: 767px) {
    .sm-fs-25 {
        font-size: 25px;
    }
    .sm-fs-30{
        font-size: 30px;
    }
    .sm-fs-35 {
        font-size: 35px;
    }
    .sm-fs-40 {
        font-size: 40px;
    }
    .sm-fs-45 {
        font-size: 45px;
    }
    .sm-fs-50 {
        font-size: 50px;
    }
}

/* line-height */

/* service layout 02 */
.featured-box-style-02{
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
    border-left: 4px solid #ed1c24;
    background: #f9f9f9;
    border-radius: 6px;
    /* padding: 20px; */
    margin: 25px 0;
}

/* social icon */
.social-icon-style-03 ul li a.tiktok {
    background-color: black;
}
.social-icon-style-03 ul li a:hover.tiktok {
    color:black
}
/* end social icon */

/* menu header */
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    width: 100%;
    color: #000;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li.nav-item{
    padding: 5px 5px;
    }
.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
    padding: 0px 5px 10px 5px !important;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    padding: 15px 0;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
    top: -15px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:last-child:not(.nav-dropdown-col)>a {
    border-bottom: 0 !important;
}
.ck-content .image {
    margin: 10px 0px;
}
.navbar .navbar-nav .nav-link{
    padding: 20px 20px;
}
.navbar .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown i{
    right: 0px;
}
.navbar .navbar-nav .dropdown .dropdown-menu.show{
    width: 100%;
    background: #fafafa;
    padding: 0px;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
    opacity: 1;
    /* color: var(--primary-color); */
}
@media (max-width: 991px) {
    .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown>a{
        padding-bottom: 13px !important;
        padding-left: 11px !important;
        font-weight: 700;
    }
    .navbar .navbar-nav .nav-link{
        padding: 10px 15px !important;
    }
    .navbar .navbar-nav .simple-dropdown .dropdown-menu {
        padding: 0px 0;
    }
    .navbar .navbar-nav .simple-dropdown .dropdown-menu li a{
        margin: 0 5px;
    }
    .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.menu-left .dropdown-menu {
        left: 10px !important;
    }
    .navbar .navbar-nav .simple-dropdown .dropdown-menu>.dropdown, .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu>.dropdown, .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu>.dropdown {
        margin-bottom: 0px;
    }
    header.sticky .responsive-sticky .navbar-brand {
        padding: 10px 0;
    }
    header .navbar-brand, header.sticky .disable-fixed .navbar-brand, header.sticky .fixed-header .navbar-brand, header.sticky .navbar-brand {
        padding: 10px 0;
    }
    header .header-top-bar+.navbar {
        top: 0;
        box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    }
    .navbar .navbar-nav .nav-item .dropdown-toggle{
        background: var(--secondary-color);
        right: 10px;
        color: white;
        width: 35px;
        height: 35px;
    }
}
/* End menu header */


/* search header */
.search-header-style-01 .btn {
    position: absolute;
    right: 0;
    top: -7px;
    border-radius: 0 100px 100px 0;
    height: 100%;
    padding: 12px 12px 12px 30px;
    font-size: 23px;
}
.search-header-style-01 .form-control{
    padding: 8px 20px;
}
.header-style-menu-bottom{
    margin-bottom: 130px;
}
.search-form-icon.header-search-form i{
    font-size: 22px;
}
/* end search header */




.header-icon-call .btn.btn-switch-text.btn-medium > span {
    padding: 10px 10px;
}
.image-header-top .btn.btn-rounded.btn-large {
    padding: 11px 18px;
}


/* detail post */
.tag-cloud a {
    padding: 5px 10px;
}
.title-post-detail{
    font-size: 32px;
    line-height: 1.3;
}
.image-blog{
    height: 280px;
    object-fit: cover;
    width: 100%;
}
@media (max-width: 767px) {
    .image-blog{
        height: auto;
    }
}


/* sidebar post */

/* category sidebar */
.category-sidebar ul li.category {
    align-items: center;
    display: flex;
    padding: 7px 0;
}
.category-sidebar ul li.category span.category-count {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-left: auto;
}

/* popular post sidebar  */
.popular-post-sidebar li figure {
    height: auto;
}
.popular-post-sidebar li .media-body {
    padding-left: 15px;
}
.popular-post-sidebar {
    padding: 15px 15px 15px;
    border: 1px solid #E0E2E3;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
}


/* end sidebar post */


.pagination-style-01 .page-item .page-link.active {
    background: var(--dark-gray);
    color: var(--white);
    box-shadow: 0 0 10px rgba(23, 23, 23, .15) !important;
}
.pagination li.page-item{
    list-style-type: none;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.title-category{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
}

/* plugin contact */

.contact-form .contact-form-group input.contact-form-input{
    height: 40px !important;
}
.contact-form .contact-form-group .form-check-input.contact-form-input{
    height: 20px !important;
    width: 20px;
    margin-right: 7px;
}
/* end plugin contact */
/* background gradient */
.btn-gradient-fast-orange-pink {
    background-image: linear-gradient(to right, #f4a52a, #bf25ff, #2a46f4);
    background-size: 200% auto;
    color: var(--white);
}
.btn-gradient-fast-orange-pink:hover {
    background-image: linear-gradient(to right, #2a46f4, #bf25ff, #f4a52a);
    background-size: 200% auto;
    color: var(--white);
}

    .header-with-topbar{
        margin-bottom: 125px;
    }

.btn.btn-rounded.btn-extra-large {
    padding: 7px 20px;
}
.btn.btn-extra-large {
    font-size: 16px;
}
#scrollUp i {
    font-size: 23px;
    line-height: 50px !important;
}
#scrollUp {
    height: 45px;
    width: 45px;
}
.btn-primary{
    background-color: var(--primary-color);
}
.btn-primary:hover{
    background-color: var(--secondary-color);
}
.input-group-text{
    background-color: var(--primary-color);
    color: var(--white);
}
/* button slider */
.slider-navigation-style-03 {
    left: -50px;
}
.slider-navigation-style-03.button-next {
    right: -50px;
    left: inherit;
}
.swiper-button-prev, .swiper-button-prev:hover{
    background-image: none;
}
.swiper-button-next, .swiper-button-next:hover{
    background-image: none;
}
.slider-navigation-style-02.button-next {
    right: 0;
    left: auto;
}
.button-next, .button-prev {
    outline: 0;
    cursor: pointer;
    height: 45px;
    width: 45px;
    margin-top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}
/* end button slider */
.heading-divider {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid rgb(237, 61, 7);
    width: 90px;
    height: 4px;
}
.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 15px;
    border-radius: 0;
    background-color: white;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}
@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(75px)
    }

    100% {
        transform: translateX(-1px)
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(75px)
    }

    100% {
        transform: translateX(-1px)
    }
}
/* responsive */
@media (max-width: 767px) {
    .header-with-topbar {
        margin-bottom: 80px;
    }
    .slider-navigation-style-03, .slider-navigation-style-05{
        left: 25px !important;
        /* right: 0px !important; */
    }
    .slider-navigation-style-03.swiper-button-next{
        right: 25px;
    }
    .btn.btn-rounded.btn-extra-large {
        padding: 7px 15px;
        font-size: 15px;
    }
}
@media (min-width: 768px) {
    .button-action #button-contact-vr{
        bottom: 80px;
    }
    .lg-left-220{
        left: 220px;
    }
    
}

@media (max-width: 991px) {
    .header-style-menu-bottom{
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .breadcrumb ul li:after {
        padding: 0 0px 0 0px;
    }
}