.breadcrumb {
    display: flex;
    justify-content: flex-start;
}

.breadcrumb li {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    color: #0b44a4;
}

.breadcrumb li  a {
    color: #c4c5c7;
}


.breadcrumb li:first-child {
    padding: 0;
    margin: 0;
}

.breadcrumb li:first-child::before {
    content: "";
}

.breadcrumb li::before {
    content: "/";
    position: absolute;
    left: 0;
    top: 0;
}

.breadcrumb a {
    color: #fff;
}


.wp-pagenavi {
    clear: both;
    border-top: 1px solid #b4b4b4;
    padding-top: 50px;
    text-align: left;
    margin: 60px 0 80px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    margin: 0 15px;
    color: #a0a0a0;
    font-weight: bold;
    border: none !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #3989c9;
}

.tbl-page {
    width: 100%;
    border-collapse: separate;
    border: 1px solid #f5f5f5;
    border-top: none;
    border-right: none;
}

.tbl-page tr th {
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 10px;
}

.tbl-page tr td {
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 10px;
}

.input-page {
    height: 45px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    outline: none;
    background: transparent;
}

.input-page-radio {
    margin-right: 10px;
}

.input-page.require {
    border: 1px solid #e02020;
}

.textarea-page {
    border: 1px solid #cccccc;
    background: transparent;
    height: 150px;
    width: 100%;
    padding: 10px;
}

table.table-form-page {
    width: 100%;
    border-collapse: collapse;
    font-family: "Cormorant Garamond", serif;
}

table.table-form-page tr td {
    padding: 15px 0;
}

table.table-form-page tr th {
    text-align: left;
    vertical-align: top;
    padding-top: 15px;
}


.header-page {
    text-align: center;
    margin-bottom: 20px;
}


.header-page h2 {
    font-weight: 600;
    color: rgb(12, 32, 69);
    font-size: 30px !important;
}

.header-page h2.lg {
    font-weight: bold;
    color: rgb(12, 32, 69);
    font-size: 45px !important;
}

.header-page h2.super-lg {
    font-weight: bold;
    color: rgb(12, 32, 69);
    font-size: 80px !important;
}

.header-page-md h2 {
    font-weight: bold;
    color: rgb(12, 32, 69);
    font-size: 24px !important;
}

.header-page span {
    color: #FF3F05;
    margin-left: 10px;
}

.header-page em {
    font-style: normal;
}

.header-page .small {
    color: #FF3F05;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.header-sub-page {
    color: #141414;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    opacity: .6;
}



/* Button */

.btn-page {
    border: 1px solid #FF3F05;
    background: #FF3F05;
    color: #fff;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 10px;
}

.btn-page--flex {
    display: flex !important;
    justify-content: center;
}

/* .btn-page--light {
    background:rgba(255, 63, 5, 0.3) ;
    border: none;
    color: #;
} */

.btn-page.disable {
    opacity: 0.3;
    pointer-events: none;
}


.btn-page--outline {
    border: 1px solid #FF3F05;
    background: transparent;
    color: #FF3F05;
    height: 48px;
    line-height: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 10px;
}

.btn-page--outline:hover {
    background: #FF3F05;
    color: #fff;
}


.btn-page:hover {
    opacity: .8;
}


.blog-pagination {
    display: flex;
    justify-content: center;
}

.blog-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    margin: 0 6px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    color: #141414;
    background-color: #fff;
    transition: all 0.2s ease;
}

.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
    padding: 0 20px;
}


.blog-pagination .page-numbers.current {
    background: #FF3F05;
    border-color: #FF3F05;
    color: #fff;
}

.blog-pagination .page-numbers a:hover {
    background: #FF3F05;
    border-color: #FF3F05;
    color: #fff;
}

.blog-pagination .page-numbers.dots {
    border-color: transparent;
    background: transparent;
}

.blog-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}


.box--border {
    border: 1px solid #f5f5f5;
    padding: 30px;
    border-radius: 5px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


.tab-item li a {
    padding: 15px 30px;
    font-weight: 500;
    display: block;
    color: #000000;
    font-size: 20px;
}


.tab-item li a.active {
    background: #ac9175;
    color: #fff;
    -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.5);
    position: relative;
}

.popup {
    display: none;
    width: 60%;
    position: fixed;
    left: 50%;
    top: 50%;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 50px;
    z-index: 1501;
}

.overlay {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.table-page {
    width: 100%;
    border-collapse: collapse;
}

.table-page thead {
    background: #f5f5f5;
    font-weight: bold;
}

.table-page thead td {
    text-align: center;
}

.table-page tr td {
    padding: 10px;
}

.logo_teddy {
    position: relative;
    padding-left: 15px;
}

.logo_teddy .dot {
    position: absolute;
    bottom: 22px;
    left: 37px;
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.logo_teddy img {
    height: 45px;
}

.toggleSection {
    display: none;
}


.slick-dots {
    bottom: 40px;
    z-index: 1500;
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px;
    opacity: 0.6;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    font-size: 0;
    outline: none;
    border-radius: 100%;
    background: #052026;
    opacity: 0.7;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-dots li.slick-active button button {
    background: #92c83e;
}

.list-radio>li {
    border: 1px solid #cccccc;
    margin-top: 10px;
    padding: 10px 10px 10px 35px;
    border-radius: 5px;
}

/* FORM */

.input-comp {
    position: relative;
    border-radius: 6px;
    border: 1px solid #cccccc;
    padding: 10px 10px 0;
    margin-top: 10px;
    background: #fff;
}

.input-comp input {
    border: none;
    height: 40px;
    line-height: 40px;
    outline: none;
    display: block;
    width: 100%;
}

.input-comp textarea {
    border: none;
    min-height: 60px;
    outline: none;
    display: block;
    width: 100%;
}

.input-comp-label {
    font-size: 11px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.input-radio {
    position: relative;
}

.input-radio:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.input-radio.checked:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ac9175;
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

select {
    padding: 0.8em;
    width: 100%;
    border-radius: 0.2em;
    border: 1px solid #cccccc;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url("https://cdn1.iconfinder.com/data/icons/arrows-vol-1-4/24/dropdown_arrow-512.png");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right;
    background-origin: content-box;
}


.list-social li {
    margin: 0 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.list-social li a {
    color: #fff;
    font-size: 20px;
}

#main-visual {
    position: relative;
}

.main-visual-wrap {
    position: relative;
}

.main-visual-text {
    position: absolute;
    top:50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 30;
    color: #fff;
    line-height: 1.3;
}

.main-visual-text h2 {
    font-size: 3rem;
    font-weight: bold;
}

.main-visual-img {
    position: relative;
}

.main-visual-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(333deg,rgba(243, 234, 254, 0) 0%, rgba(18, 75, 160, 1) 100%);
    z-index: 10;
}

#main-visual .main-typo {
    position: relative;
}

@media (max-width: 767px) {
    #main-visual .main-typo::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
    }
}

#main-visual .main-typo-text {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 35%;
    transform: translateY(-50%);
}

.blog-filter {
    display: flex;
    justify-content: center;
}

.blog-filter__controls {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #F3F4F6;
    border-radius: 999px;
    padding: 6px;
    box-shadow: none;
}

.blog-filter__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #98A2B3;
    cursor: pointer;
    transition: all .2s ease;
    text-decoration: none;
}

.blog-filter__link:hover {
    color: #101828;
}

.blog-filter__link.is-active {
    background: #fff;
    color: #101828;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
}

.blog-filter__link.is-active:hover {
    color: #101828;
}

.blog-detail-prev, .blog-detail-next {
    background: #F9FBFF;
    border-radius: 5px;
    padding: 20px 25px;
}

.blog-detail-prev a, .blog-detail-next a {
    color: #333;
    font-weight: 600;
}

@media (max-width: 767px) {
    .blog-filter {
        justify-content: flex-start;
    }

    .blog-filter__controls {
        /* flex-wrap: wrap; */
        width: 400%;
        overflow-x: auto;
    }

    .blog-filter__link {
        font-size: 10px;
        padding: 8px 18px;
    }

    table.table-form-page tr td {
        width: 100%;
        display: block;
        padding-bottom: 20px;
    }

    table.table-form-page tr th {
        width: 100%;
        font-size: 15px;
        display: block;
    }

    .popup {
        width: 90%;
        padding: 30px;
    }

    .header-page h2.lg, .header-page h2, .header-page h2.super-lg, .header-page-md h2 {
        font-size: 24px !important;
    }

    .header-sub-page {
        font-size: 12px;
    }

    .product-benefit-detail li, .product-feature-card__desc,
    .product-steps .step-item__desc,
    .contact-form__content .header-sub-page,
    .service-inprice__table thead th,
    .service-inprice__category td
    {
        font-size: 12px !important;
    }


    h1 {
        font-size: 12px !important;
    }

    h3, h4 {
        font-size: 16px !important;
    }
}