@font-face {
    font-family: Helvetica Neue;
    src: url("../fonts/HelveticaNeue.ttc");
}

@font-face {
    font-family: Noto Sans CJK TC;
    src: url("../fonts/NotoSansTC-Regular.ttf");
}

body {
    position: relative;
    background: #F6F3F0;
    font-family: "Helvetica Neue", "Noto Sans CJK TC";
    -webkit-font-smoothing: antialiased;
}

.animbox {
    position: relative;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: #D71318;
}

.animbox i {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    inset: 0;
    margin: auto;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1);
    opacity: 1;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
}

.animbox i:last-of-type {
    transform: translate3d(-300%, 0, 0);
}

.anim:hover .animbox i:first-of-type {
    opacity: 0;
}

.anim:hover .animbox i:last-of-type {
    transform: translate3d(0%, 0, 0);
}

.page-link {
    border-radius: 0 !important;
    background: inhert;
}

.pagination {
    margin-bottom: 2rem;
}

.pagination .page-item a {
    color: #333;
    background-color: inherit;
}

.pagination .page-item.active a {
    color: #D71318;
    border-color: inherit;
}

.pagination .page-item a:hover {
    color: #fff;
    background-color: #D71318;
}

.alert {
    border: 0;
    border-radius: 0;
    margin-top: 15px;
}

.modal-dialog {
    margin: 0;
}

.modal-content {
    min-height: 100vh;
    background: #F6F3F0;
    opacity: 0.95;
}

.footer-socials .list-inline-item {
    margin-right: 5px !important;
}

.list-inline-item:not(:last-child) {
    margin-right: .7rem;
}

.bg-red {
    background: #D71318 !important;
}

.form-check-input:checked {
    box-shadow: none;
    background-color: #D71318;
    border-color: #D71318;
}

.w-45 {
    width: 45%;
}

.red {
    color: #D71318;
}

.white {
    color: #fff;
}

.gray {
    color: #666;
}

.dropdown-menu {
    padding-top: 15px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: inherit;
    color: #333;
}

.red-line {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 2px;
    background: #D71318;
    width: 100%;
    max-width: 280px;
}

img {
    max-width: 100%;
}

.full-row {
    margin-left: -12px;
    margin-right: -12px;
}

.full-row-right {
    margin-right: -12px;
}

.full-row-left {
    margin-left: -12px;
}

.page-txt {
    max-width: 400px;
}

.form-group {
    position: relative;
}

.form-group label {
    position: absolute;
    top: 10px;
    left: 13px;
    font-size: 13px;
}

.form-group .form-control {
    padding-top: 20px;
    padding-bottom: 0;
}

a {
    color: #333;
    text-decoration: none;
}

.dropdown-menu {
    background: #F6F3F0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}

.dropdown-toggle::after {
    display: none !important;
}

.border {
    border: 1px solid #BFBDBC;
}

.b-t {
    border-top: 1px solid #BFBDBC;
}

.b-r {
    border-right: 1px solid #BFBDBC;
}

.b-l {
    border-left: 1px solid #BFBDBC;
}

.b-b {
    border-bottom: 1px solid #BFBDBC;
}

.nav-link {
    position: relative;
    padding: 0 !important;
    margin: 0 0.5rem;
    color: #000;
}

.footer-urls a {
    position: relative;
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-navbar-color);
}

.nav-link:after, .footer-urls a:after, .more span:after {
    position: absolute;
    left: 0px;
    background-color: #D71318;
    content: '';
    display: block;
    height: 1.5px;
    margin-top: .1em;
    transition: width .5s;
    width: 0;
}

.nav-link.active:after, .nav-link:hover:after, .footer-urls a:hover:after, .more:hover span:after  {
    width: 100%;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding-right: 15px !important;
    z-index: 10;
}

.navbar-brand img {
    width: 130px;
}

.navbar-right {
    align-self: stretch;
}

.navbar-right div {
    display: flex;
    padding: 0px 20px;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.navbar-right div:hover {
    background: #D71318;
}

.navbar-right div:hover a, .navbar-right div:hover a i {
    color: #fff;
}

.nav-item {
    font-weight: 500;
    color: black;
}

.navbar-right div a {
    align-self: center;
}

.navbar-nav {
    align-self: center;
    gap: 10px;
}

.owl-theme .owl-nav {
    margin-top: 20px;
}

.owl-nav {
    position: absolute;
    top: -80px;
    text-align: right !important;
    width: 100%;
    right: 0px;
}

.owl-nav button {
    background: inherit !important;
    color: #D71318 !important;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 0 !important;
    margin: 0 !important;
}

.owl-nav button i {
    font-size: 30px;
}

.owl-carousel .owl-dots {
    text-align: right;
}

.owl-carousel .owl-dots .owl-dot span {
    border-radius: 0;
    width: 100px;
    height: 3px;
}

.owl-carousel .owl-dots .owl-dot:last-of-type span {
    margin-right: 0;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #D71318;
}

.home-services-img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.home-partners img {
    max-width: 150px;
}

.partner-box {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lh-170 {
    line-height: 170%;
}

.mt-10p {
    margin-top: 10px;
}

.more {
    display: flex;
    color: #333;
    align-items: center;
    font-size: 17px;
}

.more span {
    position: relative;
}

.right-arrow {
    width: 26px !important;
    margin-left: 5px;
}

.home-banner-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 150%;
}

.home-title, .service-toggle {
    font-size: 35px;
    letter-spacing: 8px;
}

.service-toggle {
    border-bottom: 2px solid #D71318;
}

.service-dropdown {
    max-width: 300px;
    font-size: 20px;
    text-align: center;
}

.home-content {
    font-size: 18px;
    line-height: 170%;
}

.activity-bg {
    background-size: cover;
    height: 200px;
}

.activity-bg .title {
    margin: 0;
}

.subtitle {
    font-size: 18px;
    color: #D71318;
    margin: 0;
    letter-spacing: 1px;
    font-weight:500;
}

.title {
    font-size: 35px;
    font-weight:500;
    Letter-spacing: 4px;
}

.product-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.sm-title {
    font-size: 25px;
    margin: 0;
}

.why-box {
    text-align: center;
    border: 2px dashed #999;
    border-right: 0;
}

.why-box p {
    font-size: 20px;
    font-weight: bold;
}

.why-box:last-of-type {
    border-right: 2px dashed #999;
}

.why-box img {
    margin-bottom: 10px;
}

.grids:hover {
    background: #F1E5DA;
}

.home-feature-url {
    font-size: 20px;
    padding: 0px 20px;
}

.home-feature-url:hover {
    background: #F1E5DA;
}

.home-feature-url:hover i {
    color: #fff;
    background: #D71318;
}

.home-feature-url i {
    color: #D71318;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    font-size: 14px;
}

.home-feature-cover {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: none;
}

.home-feature-cover:first-of-type {
    display: block;
}

.activity-type {
    font-size: 15px;
    padding: 3px 10px;
    border: 1.5px solid #D71318;
    margin: 10px 10px 0px 0px;
    align-self: flex-start;
    border-radius: 8px;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.activity-type:hover {
    background: #D71318;
    color: #fff;
}

.home-stat {
    padding: 60px;
}

.home-stat div {
    background: #D71318;
    height: 3px;
    width: 60%;
    margin-bottom: 10px;
    border: 1.5px;
}

.home-stat p:first-of-type {
    font-size: 60px;
    margin-bottom: 3px;
}

.home-stat p:last-of-type {
    font-size: 18px;
}

.home-news-title {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}

.home-news-date {
    color: #9E9E9E;
    font-size: 14px;
}

.news-content img {
    height: auto !important;
}

.thumb-box {
    overflow: hidden;
}

.thumb-box img {
    transition: all .5s ease-in-out;
}

.thumb-box:hover img {
    transform: scale(1.1);
}

.home-call-title {
    font-size: 40px;
    color: #fff;
    letter-spacing: 8px;
}

.home-call-btn {
    background: black;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    border: 0;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.home-call-btn:hover {
    color: #321818;
}

.home-call-btn i {
    margin-left: 10px;
}

.home-call-btn.submit-btn {
    background: #D71318;
}

.activity-feature {
    background: #EFE8E0;
    border-left: 2px solid #D71318;
    height: 100%;
}

.activity-feature i {
    font-size: 25px;
}

.activity-filter {
    font-size: 18px;
}

.activity-grid img {
    width: 100%;
}

.activity-grid .title {
    font-size: 22px;
}

.activity-grid i {
    color: #D71318;
    font-size: 25px;
}

.activity-target {
    border: 2px solid #D71318;
    border-radius: 50px;
    padding: 2px 10px;
    display: inline-block;
}

.activity-target i {
    color: #D71318;
    margin-right: 3px;
}

.activity-more {
    padding: 5px 10px;
    color: #D71318;
    border: 2px solid #D71318;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.activity-more:hover {
    background: #D71318;
    color: #fff;
}

.activity-desc-title {
    font-size: 22px;
}

.old-price {
    text-decoration: line-through;
    font-size: 13px;
    color: #666;
    margin-right: 5px;
}

.new-price {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}

.news-divider {
    color: #D71318;
}

.contact-info i {
    color: #D71318;
    font-size: 35px;
    min-width: 50px;
    margin-top: 5px;
}

.map {
    filter: grayscale(100%) invert(92%) contrast(83%);
}

.marquee-container {
    overflow: hidden;
    position: absolute;
    left: 18px;
    height: 100%;
    top: 0;
    bottom: 0;
}

.marquee {
    top: 50%;
    font-size: 18px;
    animation: scroll-up 60s linear infinite;
    white-space: nowrap;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

.footer-contact a:hover {
    color: #D71318;
}

footer .choose-bel {
    padding: 0px 60px;
}

.footer-urls {
    list-style: none;
    padding-left: 0;
}

.footer-urls li {
    margin-bottom: 10px;
}

.footer-socials i {
    font-size: 25px;
}

.copyrights {
    margin: 0;
    padding: 20px;
}

.copyrights li {
    font-size: 13px;
}

.bel-form .form-control:focus {
    background: #F1E5DA;
}

.bel-form .form-control {
    border-radius: 0;
    line-height: 3;
    caret-color: #D71318;
    background: inherit;
    border: 0;
    box-shadow: inherit;
}

.bel-form .form-group {
    border: 1px solid #999;
    margin-bottom: -1px;
    margin-left: -1px;
}

.submit-btn {
    background: #D71318;
    color: #fff !important;
}

.single-partner-item {
    border: 1px solid #999;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 5px;
}

.detail-banner img {
    width: auto !important;
    max-height: 70vh;
    margin: auto;
}

.milestone .owl-stage, .testimonial .owl-stage, .activity-team .owl-stage {
    display: flex;
}

.milestone i {
    font-size: 30px;
}

.milestone .owl-item, .activity-team .owl-item {
    border: 1px solid #999;
    padding: 30px;
}

.activity-team .owl-stage-outer {
    height: auto !important;
}

.milestone .heading {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.milestone .owl-stage-outer {
    overflow: auto;
    padding-bottom: 10px;
}

.milestone .cover {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    margin: 20px 0px;
}

.testimonial .item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonial .item p:first-of-type {
    text-align: justify;
    color: #666;
}

.testimonial .owl-item {
    border: 1px solid #999;
}

.testimonial .item p.sm-title {
    font-weight: bold;
    color: #333;
}

.testimonial .icon {
    border-radius: 200%;
    height: 50px;
    width: 50px;
    background-size: cover;
    margin-right: 5px;
}

.news-title {
    font-size: 20px;
    font-weight: bold;
}

.desktop-only {
    display: none;
}

@keyframes scroll-up {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(-100%);
    }
}

@media only screen and (max-width: 991px) {
    .navbar-toggler {
        display: flex !important;
    }
}

@media only screen and (min-width: 768px) {
    .d-b-l {
        border-left: 1px solid #BFBDBC;
    }
}

@media only screen and (max-width: 767px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .modal-content {
        border-radius: 0;
    }

    .mobile-nav-close {
        background: #000;
        height: 60px;
        width: 60px;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .mobile-nav-close i {
        color: #fff;
        font-size: 25px;
    }

    .modal-header img {
        height: 60px;
    }

    .modal-body a {
        font-size: 18px;
        padding: 20px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #BFBDBC;
    }

    .modal-body a i {
        font-size: 30px;
        color: #D71318;
    }

    .modal-body a:last-of-type {
        border: 0;
    }

    .m-b-t {
        border-top: 1px solid #BFBDBC;
    }

    .m-b-b {
        border-bottom: 1px solid #BFBDBC;
    }

    .main {
        margin-left: 0px;
        padding: 0;
    }

    .title {
        font-size: 30px;
    }

    .product-title {
        font-size: 18px;
    }

    .sm-title {
        font-size: 20px;
    }

    .home-title, .service-toggle {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .home-call-title {
        font-size: 20px;
    }

    .marquee-container {
        position: static;
        height: auto;
    }

    .marquee {
        top: 0;
        right: 0;
        animation: scroll-right 10s linear infinite;
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
        padding: 10px 0px;
        font-size: 15px;
    }

    .footer-urls {
        padding-left: 0px;
    }

    .copyrights li {
        font-size: 12px;
    }

    @keyframes scroll-right {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(0%);
        }
    }
}

@media only screen and (max-width: 575px) {

}