html.fonsize-s { font-size: 14px }
html.fonsize-m {}
html.fonsize-l { font-size: 18px }

/* @media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1320px;
    }
} */

body {
    padding-top: 56px;
}
@media (min-width: 768px) {
    body {
        padding-top: 70px;
    }
}

.breadcrumb > .breadcrumb-item:first-child img {
    height: 12px;
}

h1, .h1 {
    color: #C24700;
    font-size: 2.25rem;
    font-weight: 700;
}
h2, .h2,
h3, .h3,
h4, .h4 {
    color: #e6930f;
    font-weight: 600;
}

header .header-stc {
    font-size: 1rem;
    top: 0;
    z-index: 5;
    background: #fff;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}
header .header-stc:active,
header .header-stc:focus {
    width: auto !important;
    height: auto !important;
    border-radius: 3px !important;
    clip: auto !important;
    margin: 0 !important;
    padding: 4px 10px !important;
    overflow: visible !important;
    position: absolute !important;
    top: 5px !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

.content-header {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.content {
    /* overflow-x: hidden; */
}
.content-ajax {
}
@media (min-width: 576px) {
    .content-ajax {
        width: 500px;
    }
}
@media (min-width: 768px) {
    .content-ajax {
        width: 680px;
    }
    .content-header {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .content-ajax {
        width: 910px;
    }
    .content-header {
        margin-top: 1rem;
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .content-ajax {
        width: 1100px;
    }
    .content-header {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
}
.site-search .content-header {
    margin-bottom: 1rem;
}

footer {
    background-color: #f4ad0a;
    color: #ffffff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 3rem;
}
footer a {
    color: #ffffff !important;
}
footer .footer-sitename {
    font-size: 1.125rem;
}
footer .footer-contact-address {
    font-size: 0.875rem;
}
footer .footer-contact-phone,
footer .footer-contact-email {
    font-size: 0.875rem;
}
footer .footer-enews-subscription {
    font-size: 1rem;
}
footer .footer-enews-subscription-agree {
    font-size: 0.875rem;
}
footer .footer-followus {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
footer .footer-followus a {
    color: #ffffff;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
footer .footer-followus a img {
    margin-right: 5px;
}
footer .footer-copyright {
    font-size: 0.75rem;
    margin-bottom: 0;
}
.footer-sitemap {
    padding-bottom: 1rem;
}
.footer-sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 767.98px) {
    .footer-sitemap ul ul {
        display: none;
    }
}
@media (min-width: 768px) {
    .footer-sitemap {
        display: flex;
        font-size: 0.875rem;
    }
    .footer-sitemap ul {
        flex-grow: 1;
    }
    .footer-sitemap > ul + ul {
        margin-left: 10px;
    }
    .footer-sitemap > ul > li > a {
        font-weight: bold;
    }
    .footer-sitemap > ul > li + li {
        margin-top: 1rem;
    }
}

.main-scroll-up {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    font-size: 16px;
    z-index: 1000;
}
@media (max-width: 767.98px) {
    .main-scroll-up {
        bottom: 10px;
        right: 10px;
    }
}

.owl-carousel .owl-dots-and-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0;
}
.owl-carousel .owl-nav.disabled+.owl-dots-and-controls {
    margin-top: 1.25rem;
}
.owl-carousel .owl-controls {
    display: flex;
}
.owl-carousel .owl-dots-and-controls .owl-dots {
    margin-top: 6px;
    margin-left: 30px;
}
.owl-carousel .owl-controls .owl-control-play,
.owl-carousel .owl-controls .owl-control-pause {
    display: flex;
    background: none;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 24px;
    color: #8C8C8C;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    height: 20px;
    width: 20px;
    font-size: 20px;
}
.owl-controls .owl-control-play {
    display: none !important;
}
.owl-paused .owl-controls .owl-control-pause {
    display: none !important;
}
.owl-paused .owl-controls .owl-control-play {
    display: flex !important;
}
.owl-carousel.item-container-width .item-class {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .owl-carousel.item-container-width .owl-dots-and-controls.container-width,
    .owl-carousel.item-container-width .item-class {
        width: 540px;
    }
}
@media (min-width: 768px) {
    .owl-carousel.item-container-width .owl-dots-and-controls.container-width,
    .owl-carousel.item-container-width .item-class {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .owl-carousel.item-container-width .owl-dots-and-controls.container-width,
    .owl-carousel.item-container-width .item-class {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .owl-carousel.item-container-width .owl-dots-and-controls.container-width,
    .owl-carousel.item-container-width .item-class {
        width: 1140px;
    }
}
@media (min-width: 1400px) {
    .owl-carousel.item-container-width .owl-dots-and-controls.container-width,
    .owl-carousel.item-container-width .item-class {
        width: 1320px;
    }
}
.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 1.25rem;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: unset;
    border-radius: 50%;
    border: 1px solid #8C8C8C;
    opacity: 1;
}
.owl-carousel .owl-dots .owl-dot:hover span {
    background: unset;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #8C8C8C;
    opacity: 1;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: #949494 !important;
    /* backdrop-filter: blur(31px); */
    /* -webkit-backdrop-filter: blur(31px); */
    border-radius: 0;
    color: #fff !important;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}
.owl-carousel .owl-nav .owl-next {
    right: 10px;
}
@media (max-width: 767.98px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
}

.top-carousel-photos-main {
    margin-bottom: 0.5rem;
}
.top-carousel-photos-main .carousel__slide {
    width: 100%;
    padding: 0;
}
.top-carousel-photos-main .carousel__slide {
    /* margin-bottom: 1rem; */
    /* filter: drop-shadow(4px 9px 14px rgba(0, 0, 0, 0.25)); */
}
.top-carousel-photos-main .carousel__slide img {
    object-fit: contain;
    width: 100%;
}
.top-carousel-photos .carousel__slide {
    position: relative;
    width: calc(33.33% - 0.5rem);
    /* height: 64px; */
    padding: 0;
}
.top-carousel-photos .carousel__slide + .carousel__slide {
    margin-left: 0.5rem;
}
.top-carousel-photos .carousel__slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(0,0,0,0.5);
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.top-carousel-photos .carousel__slide.is-nav-selected:after {
    opacity: 0;
}
.top-carousel-photos .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .top-carousel-photos .carousel__slide {
        width: calc(25% - 0.5rem);
    }
}
@media (min-width: 992px) {
    .top-carousel-photos .carousel__slide {
    }
}
@media (min-width: 1200px) {
    .top-carousel-photos .carousel__slide {
        width: calc(20% - 0.5rem);
    }
}

.carousel .carousel-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
}
.carousel .carousel-controls .carousel-indicators {
    position: relative;
    margin-right: 0;
    margin-left: 0;
}
.site-index-banner .owl-controls {
    display: inline-block;
}
.carousel .carousel-control .carousel-control-play,
.carousel .carousel-control .carousel-control-pause {
    display: flex;
    margin-left: 10px;
    height: 24px;
    width: 24px;
    background: none;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 24px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}
.carousel:not(.paused) .carousel-control .carousel-control-play,
.carousel.paused .carousel-control .carousel-control-pause {
    display: none !important;
}

.fancybox__container {
  --fancybox-accent-color: #f4ad0a;
}
.fancybox__slide.has-ajax .fancybox__content {
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    .fancybox__slide.has-ajax .fancybox__content {
        padding: 20px;
        max-width: 98%;
    }
}

#enews-subscription-form input {
    border: none !important;
}
#enews-subscription-form .input-group {
    border-radius: 0.25rem;
    background-color: #ffffff;
}
#enews-subscription-form .input-group-append {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background: #ffffff;
}
#enews-subscription-form .input-group-append .btn {
    border-radius: 1.2rem;
    line-height: 1;
    margin: 0.4rem;
}
@media (max-width: 767.98px) {
    footer {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media (min-width: 768px) {
    .page-index-type2 img.blog-featured_image {
        width: 240px;
        height: 180px;
        min-height: 100%;
    }
}
.page-index-type7-top {
    background: #f4ad0a;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
ul.page-index-type7-top-category {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.page-index-type7-top-category:after {
    top: 0;
    bottom: 0;
    left: 15px;
    right: auto;
    width: 2px;
    height: auto;
    position: absolute;
    content: " ";
    background-color: #fff;
}
ul.page-index-type7-top-category li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.5rem 0;
    margin-left: 40px;
}
ul.page-index-type7-top-category li:before {
    position: absolute;
    /* bottom: -2px; */
    left: -27px;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    content: " ";
}
ul.page-index-type7-top-category a {
    color: #fff !important;
    font-size: 1.25rem;
}
ul.page-index-type7-top-category .active a {
    font-size: 1.75rem;
}
@media (min-width: 768px) {
    .page-index-type7-top {
        padding-bottom: 2.5rem;
        margin-bottom: 3.5rem;
    }
    ul.page-index-type7-top-category {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    ul.page-index-type7-top-category:after {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 2px;
    }
    ul.page-index-type7-top-category li {
        display: block;
        position: relative;
        padding: 1rem 2rem 1rem;
        margin-left: 0;
        text-align: center;
    }
    ul.page-index-type7-top-category li:before {
        bottom: -2px;
        left: calc(50% - 3px);
    }
    ul.page-index-type7-top-category li:not(.active) {
        display: flex;
        align-items: center;
        align-self: stretch;
    }
    ul.page-index-type7-top-category li.active:after {
        position: absolute;
        bottom: calc(-3.5rem + 2px);
        left: calc(50% - 16.7px);
        display: inline-block;
        border-top: 18px solid #f4ad0a;
        border-bottom: 0 solid #f4ad0a;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        content: " ";
    }
    ul.page-index-type7-top-category a {
        font-size: 1.5rem;
    }
    ul.page-index-type7-top-category .active a {
        font-size: 2.25rem;
    }
}

.blog-date {
    font-weight: 700;
}
.blog-name {
    font-weight: 700;
}
.blog-summary {

}
.blog-summary p {
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    height: auto;
    word-break: break-all;
    color: #000;
    margin-bottom: 0;
}
.blog-summary p a {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    height: auto;
    word-break: break-all;
}
.page-contact-us-form .required .has-star:not(.custom-control-label):not(.custom-file-label)::after,
.page-contact-us-form .is-required::after {
    content: none;
}
.page-contact-us-form #contactform-verifycode-image {
    /* height: calc(1.5em + 0.75rem + 2px); */
}

.topbar {
    background: #f4ad0a;
    height: 50px;
    color: #ffffff;
}
.topbar > .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbar .topbar-left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.topbar .topbar-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .topbar > .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.topbar .topbar-right > * + * {
    margin-left: 0.5rem;
}
@media (min-width: 768px) {
    .topbar {
        height: 70px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
@media (min-width: 992px) {
    .topbar .topbar-right > * + * {
        margin-left: 1.25rem;
    }
}
.topbar > .container .topbar-right > a {
    color: #ffffff;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.topbar > .container a img {
    margin-right: 5px;
}
.topbar-searchbox-container .topbar-searchbox-toggle {
    display: none;
}
.topbar-searchbox {
    max-width: 190px;
}
.topbar-searchbox input {
    box-shadow: none !important;
    border-color: #ffffff !important;
    border: 0 !important;
}
.topbar-searchbox .input-group-sm > .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.topbar-searchbox .input-group-sm > .input-group-append > .btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.topbar-searchbox button {
    box-shadow: none !important;
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #154c3c !important;
}
@media (max-width: 991.98px) {
    .topbar-searchbox-container .topbar-searchbox-toggle {
        display: block;
    }
    .topbar-searchbox-container .topbar-searchbox {
        display: none;
    }
    .topbar-searchbox-container.open .topbar-searchbox {
        display: block !important;
        position: absolute;
        background: #D95A4E;
        padding: 0 15px 15px;
        margin: 0;
        z-index: 10050;
        max-width: 100%;
        max-height: 100%;
        top: 50px;
        left: 0;
        right: 0;
    }
}
.selector-language,
.selector-fontsize {
    border-radius: 5px;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.selector-language {
    background-color: rgba(255, 255, 255, 0.15);
}
.selector-fontsize {
    background-color: #ac3e34;
}
.selector-language > .btn + .btn,
.selector-fontsize > .btn + .btn {
    margin-left: 0.25rem;
}
.selector-fontsize .btn {
    font-weight: 700;
}
.selector-language .btn,
.selector-language .btn:active,
.selector-language .btn:hover,
.selector-language .btn:focus,
.selector-fontsize .btn,
.selector-fontsize .btn:active,
.selector-fontsize .btn:hover,
.selector-fontsize .btn:focus {
    box-shadow: none;
    color: #ffffff;
    padding: 0.25rem 0.3rem;
    border-radius: 5px !important;
}
.selector-language .btn.active,
.selector-language .btn.active:active,
.selector-language .btn.active:hover,
.selector-language .btn.active:focus,
.selector-fontsize .btn.active,
.selector-fontsize .btn.active:active,
.selector-fontsize .btn.active:hover,
.selector-fontsize .btn.active:focus {
    background-color: #C4C4C4;
    border-color: transparent;
    color: #141F17 ;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.selector-language .btn:focus,
.selector-language .btn.active:focus,
.selector-fontsize .btn:focus,
.selector-fontsize .btn.active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.selector-fontsize .selector-fontsize-s { line-height: 21px; font-size: 12px; }
.selector-fontsize .selector-fontsize-m { line-height: 21px; font-size: 16px; }
.selector-fontsize .selector-fontsize-l { line-height: 21px; font-size: 18px; }

header .header-logo-image,
.navbar .header-logo-image {
    height: 80px;
}
@media (max-width: 767.98px) {
    .navbar .header-logo {
    }
}
@media (max-width: 991px) {
    header .header-logo-image,
    .navbar .header-logo-image {
        height: 40px;
    }
}
.navbar {
    background-color: #f4ad0a !important;
    /* border-color: #8c9fab !important; */
}
.navbar .navbar-nav .nav-item > .nav-link {
    /* color: #5B5353; */
}
.navbar .selector-language {
    /* background-color: rgba(120, 120, 120, 0.15); */
}
.navbar .selector-language .btn,
.navbar .selector-language .btn:active,
.navbar .selector-language .btn:hover,
.navbar .selector-language .btn:focus {
    /* color: #555555; */
}
.dropdown-toggle::after {
    content: "\f078";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    vertical-align: 0;
    border: none;
    margin-left: 0.5rem;
}
.navbar .nav-link-shop a:after {
    content: url('/image/top-shop.svg');
    height: 29px;
    width: 24px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: -0.25rem;
    float: left;
}
@media (min-width: 768px) {
    .navbar {
        height: 70px;
        /* border-color: #8c9fab !important; */
    }
    .lang-zh-TW .navbar,
    .lang-zh-CN .navbar {
        font-size: 1.125rem;
    }
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar > .container,
    .navbar > .container > .navbar-collapse,
    .navbar > .container > .navbar-collapse > .navbar-nav,
    .navbar > .container > .navbar-collapse > .navbar-nav > .nav-item {
        height: 100%;
        flex-wrap: nowrap;
    }
    .navbar .navbar-nav .nav-item {
        position: relative;
        display: flex;
        align-items: center;
    }
    .navbar .navbar-nav > .nav-item.active > a {
        position: relative;
    }
    .navbar .navbar-nav > .nav-item.active > a:before {
        position: absolute;
        content: "";
        display: block;
        height: 4px;
        background-color: #C24700;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .navbar .navbar-nav .dropdown > .dropdown-menu {
        margin-top: -40px;
    }
    .navbar .navbar-nav .nav-item.dropdown:last-child .dropdown-menu {
        left: unset;
        right: 0;
    }
    .navbar .navbar-nav .nav-item.dropdown:last-child .nav-link:after {
        content: "\f078";
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        border: none;
        vertical-align: 0;
        margin-left: 0.5rem;
    }
    .navbar .navbar-nav .dropdown-menu .nav-link {
    }
    .navbar .navbar-nav .dropdown-menu .nav-link:focus,
    .navbar .navbar-nav .dropdown-menu .nav-link:hover {
        /* color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa; */
    }
    .navbar .navbar-nav .dropdown-menu .active>.nav-link,
    .navbar .navbar-nav .dropdown-menu .nav-link.active,
    .navbar .navbar-nav .dropdown-menu .nav-link.show,
    .navbar .navbar-nav .dropdown-menu .show>.nav-link {
    }
    .navbar-nav .dropdown-toggle::after {
        /* content: none; */
    }
}
@media (min-width: 992px) {
    /* .navbar .dropdown > .dropdown-menu { display: none; } */
    .navbar .dropdown:hover > .nav-link {   }
    /* .navbar .dropdown:hover > .dropdown-menu { display: block; } */
    .navbar .dropdown > .dropdown-menu { margin-top: 0; }
    .navbar .dropdown .dropdown-submenu {
        left: 100% !important;
        top: calc(-.5rem - 1px) !important;
    }
}
@media (min-width: 1200px) {
    .navbar .navbar-nav .nav-item + .nav-item {
        margin-left: 1rem;
    }
}

body.site-index .content-wrapper {
    padding-bottom: 3rem;
    background-color: #fff;
}
body.site-index footer {
    margin-top: 0;
}
.site-index .content-wrapper > .content {
    padding-bottom: 0 !important;
}
.site-index + footer {
    /* margin-top: 0; */
}
.site-index h2 {
    color: #C24700;
    font-size: 2.25rem;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    .site-index-header {
        overflow-x: hidden;
    }
}
.site-index-banner .owl-dots-and-controls {
    display: flex;
    align-items: center;
    position: absolute;
    width: 380px;
    left: unset;
    right: 0;
    bottom: 30px;
    margin: 0;
    padding: 30px;
    justify-content: start;
    text-align: left;
}
.site-index-banner .owl-dots {
    display: flex;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.site-index-banner .owl-dots .owl-dot {
    height: 24px;
}
.site-index-banner .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: unset;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    margin: 5px;
    opacity: 1;
}
.site-index-banner .owl-dots .owl-dot:hover span {
    background: unset;
}
.site-index-banner .owl-dots .owl-dot.active span {
    background: #C4C4C4;
    opacity: 1;
}
.site-index-banner .owl-controls {
    display: inline-block;
}
.site-index-banner .owl-controls .owl-control-play,
.site-index-banner .owl-controls .owl-control-pause {
    margin-left: 10px;
    height: 24px;
    width: 24px;
    color: #dfdfdf;
}

.site-index-banner img {
    width: 100%;
}
.site-index-banner .site-index-banner-caption {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: left;
    width: 380px;
    padding: 35px 35px 125px 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: unset;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.site-index-banner .site-index-banner-caption h3 {
    margin: 0 0 0.75rem 0;
    font-size: 2.75rem;
    line-height: 1.1;
}
.site-index-banner .site-index-banner-caption p {
    display: block;
    margin: 0;
    font-size: 2.125rem;
    line-height: 1.1;
}
@media (max-width: 575.98px) {
    /* .site-index-banner-wrapper .container,
    .site-index-banner-wrapper > .container > .row > * {
        padding: 0;
    } */
    .site-index-banner-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991.98px) {
    .site-index-banner .owl-item img {
        min-height: 500px;
        object-fit: cover;
    }
    .site-index-banner .site-index-banner-caption {
        width: auto;
        top: unset;
        left: 0;
        padding: 10px 35px 40px 35px;
    }
    .site-index-banner .site-index-banner-caption h3 {
        font-size: 2.375rem;
    }
    .site-index-banner .site-index-banner-caption p {
        font-size: 1.875rem;
    }
    .site-index-banner .owl-dots-and-controls {
        left: 0;
        bottom: 10px;
        padding: 0 0 0 35px;
    }
}

.video-link .video-cover_image {
    position: relative;
    margin-bottom: 0.5rem;
}
.video-link .video-cover_image:after {
    content: "\f04b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 5rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    color: #ffffff;
    opacity: 0.5;
}
.video-link .video-cover_image img {
    object-fit: cover;
}

.site-index-blog-wrapper {
    background: #ffffff;
}
.site-index-blog {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.site-index-blog h2 {
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: left;
}
.site-index-blog .row > * {
    margin-bottom: 2rem;
}
.site-index-blog .site-index-blog-coverage {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #F5F5EF;
    padding: 1.5rem 1.5rem;
}
.site-index-blog .site-index-blog-coverage a.more {
    margin-top: 1rem;
}
.site-index-blog .site-index-blog-coverage h2 {
    margin-top: 1rem;
}
.site-index-blog .site-index-blog-coverage-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.site-index-blog .site-index-blog-coverage .blog-item {
    flex-grow: 1;
}
.site-index-blog .site-index-blog-coverage .blog-item + .blog-item {
    margin-top: 1.25rem;
}
.site-index-blog .site-index-blog-coverage .blog-item a.blog-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #000000 !important;
    font-size: 1.25rem;
    text-decoration: none !important;
}
.site-index-blog .site-index-blog-coverage .blog-item .blog-featured_image {
    flex-grow: 1;
    overflow: hidden;
    margin-bottom: 0.5rem;
    border-radius: 0.625rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.site-index-blog .site-index-blog-coverage .blog-item .blog-featured_image img {
    display: none;
}

.site-index-blog .site-index-blog-article {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 1.5rem;
}
.site-index-blog .site-index-blog-article a.more {
    margin-top: 1rem;
}
.site-index-blog .site-index-blog-article h2 {
    margin-top: 1rem;
}
.site-index-blog .site-index-blog-article-content {
}
.site-index-blog .site-index-blog-article .blog-item-wrapper {
    height: 230px;
}
.site-index-blog .site-index-blog-article .blog-item-wrapper + .blog-item-wrapper {
    padding-top: 1.25rem;
}
.site-index-blog .site-index-blog-article .blog-item {
    display: flex;
    height: 100%;
    background-color: #F5F5EF;
    padding: 1.5rem 1.5rem;
}
.site-index-blog .site-index-blog-article .blog-item a {
    /* color: #000000 !important; */
    /* text-decoration: none !important; */
}
.site-index-blog .site-index-blog-article .blog-item .blog-featured_image {
    border-radius: 0.625rem;
    overflow: hidden;
    width: calc(230px - 4.25rem);
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.site-index-blog .site-index-blog-article .blog-item .blog-featured_image img {
    height: 100%;
    max-width: none;
}
.site-index-blog .site-index-blog-article .blog-item .blog-content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-left: 1.5rem;
}
.site-index-blog .site-index-blog-article .blog-item .blog-name {
    font-size: 1.25rem;
}
.site-index-blog .site-index-blog-article .blog-item .blog-name a {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    height: auto;
    word-break: break-all;
}
.site-index-blog .site-index-blog-article .blog-item .blog-summary {
    font-size: 1rem;
}
.site-index-blog .site-index-blog-article .blog-item .blog-summary p {
    -webkit-line-clamp: 3;
}
@media (max-width: 767.98px) {
    .site-index-heritage h2 {
        margin-top: 0;
    }
    .site-index-video .row > div + div {
        margin-top: 1.25rem;
    }
    .site-index-blog .site-index-blog-coverage {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 3rem;
        margin-left: -15px;
        margin-right: -15px;
    }
    .site-index-blog .site-index-blog-article {
    }
    .site-index-blog .site-index-blog-article .blog-item-wrapper {
        height: auto;
    }
    .site-index-blog .site-index-blog-article .blog-item {
        display: block;
        height: auto;
        padding: 15px;
    }
    .site-index-blog .site-index-blog-article .blog-item .blog-featured_image {
        width: 100%;
        display: block;
    }
    .site-index-blog .site-index-blog-article .blog-item .blog-featured_image img {
        /* height: 100%; */
        width: 100%;
    }
    .site-index-blog .site-index-blog-article .blog-item .blog-content {
        margin-left: 0;
        margin-top: 15px;
    }
}
@media (max-width: 991.98px) {
    .site-index-blog .site-index-blog-coverage-content {
        display: block;
    }
    .site-index-blog .site-index-blog-coverage .blog-item a.blog-link {
        display: block;
        height: auto;
    }
    .site-index-blog .site-index-blog-coverage .blog-item .blog-featured_image {
        background: none;
    }
    .site-index-blog .site-index-blog-coverage .blog-item .blog-featured_image img {
        width: 100%;
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1119.98px) {
    .site-index-blog .site-index-blog-article .blog-item-wrapper {
        height: 200px;
    }
    .site-index-blog .site-index-blog-article .blog-item .blog-featured_image {
        width: calc(200px - 4.25rem);
    }
}

ul.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
ul.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #6B6B6B;
    left: 50%;
    margin-left: -1.5px;
}
ul.timeline:after {
    content: "";
    display: block;
    clear: both;
}
ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
ul.timeline > li:before,
ul.timeline > li:after {
    content: " ";
    display: block;
}
ul.timeline > li:after {
    clear: both;
}
ul.timeline > li > .timeline-panel {
    width: 100%;
    float: left;
    text-align: right;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
ul.timeline > li > .timeline-badge {
    position: absolute;
    top: 0.75rem;
    right: -6px;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #C24700;
    width: 12px;
    height: 12px;
    content: " ";
}
ul.timeline > li >.timeline-panel .timeline-header {
    margin: 0 0 12px;
    font-size: 1.5rem;
    color: #C24700;
    text-align: right;
}
ul.timeline > li >.timeline-panel .timeline-content,
ul.timeline > li >.timeline-panel .timeline-content p {
    text-align: right;
}
ul.timeline > li >.timeline-panel .timeline-content-photos {
}
ul.timeline > li >.timeline-panel .timeline-content-photos img {
    margin-bottom: 10px;
    width: 100%;
}

ul.timeline > li.timeline-inverted {
    float: right;
    clear: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
ul.timeline > li:nth-child(2){
    margin-top: 60px;
}
ul.timeline > li.timeline-inverted > .timeline-badge {
    left: -6px;
}
ul.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}
ul.timeline > li.timeline-inverted > .timeline-panel .timeline-header,
ul.timeline > li.timeline-inverted > .timeline-panel .timeline-content,
ul.timeline > li.timeline-inverted > .timeline-panel .timeline-content p {
    text-align: left;
}
@media (max-width: 767.98px) {
    ul.timeline:before {
        left: 15px;
    }
    ul.timeline > li {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }
    ul.timeline > li:nth-child(2){
        margin-top: 0;
    }
    ul.timeline > li > .timeline-badge,
    ul.timeline > li.timeline-inverted > .timeline-badge {
        left: 8px;
    }
    ul.timeline > li > .timeline-panel,
    ul.timeline > li.timeline-inverted > .timeline-panel {
        padding-left: 40px;
        padding-right: 0;
        float: right;
        text-align: left;
    }
    ul.timeline > li > .timeline-panel .timeline-header,
    ul.timeline > li > .timeline-panel .timeline-content,
    ul.timeline > li > .timeline-panel .timeline-content p {
        text-align: left;
    }
    ul.timeline > li.timeline-inverted {
        float: left;
        clear: left;
    }
}
@media (min-width: 992px) {
    ul.timeline > li > .timeline-panel {
        padding-left: 100px;
    }
    ul.timeline > li.timeline-inverted > .timeline-panel {
        padding-right: 100px;
    }
}
@media (min-width: 1200px) {
    ul.timeline > li > .timeline-panel {
        padding-left: 140px;
    }
    ul.timeline > li.timeline-inverted > .timeline-panel {
        padding-right: 140px;
    }
}


.my-left {
}
.my-left .nav {
}
.my-left .nav .nav-item {
}
.my-left .nav .nav-item a {
    position: relative;
    color: #5B5353;
}
.my-left .nav .nav-item.active a {
    color: #C24700 !important;
    font-weight: 700;
}
.my-left .nav .nav-item.active > a:after {
    position: absolute;
    content: "";
    display: block;
    background-color: #C24700;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
}
@media (min-width: 992px) {
    .my-left {
        border-right: 1px solid #B4B4B4;
        height: 100%;
    }
    .my-left .nav {
        margin-bottom: 2rem;
    }
    .my-left .nav .nav-item {
        margin-bottom: 0.5rem;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}