@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei);
}

* {
    -webkit-text-size-adjust: none;
    outline: none;
    /* hlbr: expression(this.onFocus=this.blur()); */
}

html,
html *:not(i),
body,
body *:not(i) {
    font-family:
        "Roboto",
        "Noto Sans TC",
        Arial,
        "Open Sans",
        "新微軟正黑體",
        "Microsoft JhengHei",
        "微軟正黑體",
        sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL'0,
        'wght'200,
        'GRAD'-25,
        'opsz'24
}



.scroll-top-arrow,
.scroll-top-arrow:focus {
    width: 50px;
    height: 50px;
    background-color: #252821;
    line-height: 50px;
}

body {
    letter-spacing: 1px;
    color: #6c757d;
}

a,
a:hover {
    color: #495057;
}

p {
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin: 0 0 1rem;
    line-height: 1.9rem;
    font-weight: 400;
}

b {
    color: #495057;
}

h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.7rem;
    letter-spacing: 2px;
    margin: 0 0 1.5rem;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 2px;
    margin: 0 0 1.5rem;
}

h3 {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 2.1rem;
}

h4 {
    font-size: 1.45rem;
    letter-spacing: 1px;
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 2rem;
}

h5 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.85rem;
}

h6 {
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.8rem;
}

b,
strong {
    font-weight: 600 !important;
}

header a.logo {
    padding: 15px 0;
}

header a.logo img {
    max-height: 60px;
}

.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
    top: 0;
}

.header-with-topbar.sticky .navbar-top {
    top: 0;
}

nav.navbar.navbar-default {
    background-color: transparent;
    box-shadow: unset;
    border-bottom: 1px solid #ffffff;
}

.header-with-topbar.sticky .navbar-top,
.header-with-topbar.sticky.header-appear .navbar-top {
    background-color: #fafafa;
    box-shadow: 0 0 20px rgba(0, 0, 0, 9%);
}



nav.navbar.navbar-default ul.nav>li {
    margin: 0 15px;
}

nav.navbar.navbar-default ul.nav>li:last-child {
    margin-right: 0;
}

nav.navbar.navbar-default ul.nav>li>a {
    position: relative;
    font-size: 1.2rem;
    padding: 35px 0;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0;
    transition: 0.3s ease-in-out;
}

.simple-dropdown .dropdown-menu>li a {
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}

nav.navbar.navbar-default ul.nav>li>a::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    bottom: 19px;
    left: 0;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

header.sticky nav.navbar.navbar-default ul.nav>li>a::before {
    background-color: #324760;
}

header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li>a,
header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a {
    padding: 35px 0;
    color: #252821;
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li>a,
header.header-appear nav.bootsnav.header-light .navbar-nav>li>a {
    color: #ffffff;
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.dropdown.on>a,
header.header-appear nav.bootsnav.header-light .navbar-nav>li.dropdown.on>a,
header nav.navbar .navbar-nav>li.dropdown.on>a,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a {
    color: #ffffff;
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.active>a,
header.header-appear nav.bootsnav.header-light .navbar-nav>li.active>a,
header nav.navbar .navbar-nav>li.active>a,
nav.navbar.bootsnav ul.nav>li.active>a {
    color: #ffffff;
}

header nav.navbar.navbar-default ul.nav>li.active>a::before {
    opacity: 1;
    width: 100%;
    background-color: #ffffff;
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.dropdown.on>a::before,
header.header-appear nav.bootsnav.header-light .navbar-nav>li.dropdown.on>a::before,
header nav.navbar .navbar-nav>li.dropdown.on>a::before,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a::before {
    width: 100%;
    opacity: 1;
}

header.header-appear.sticky nav.bootsnav.header-light-transparent .navbar-nav>li.dropdown.on>a,
header.header-appear.sticky nav.bootsnav.header-light .navbar-nav>li.dropdown.on>a,
header.sticky nav.navbar .navbar-nav>li.dropdown.on>a,
header.sticky nav.navbar.bootsnav ul.nav>li.dropdown.on>a {
    color: #324760;
}

header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li.active>a,
header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li.active>a {
    color: #324760;
}

header.sticky nav.navbar.navbar-default ul.nav>li.active>a::before {
    background-color: #324760;
}

.simple-dropdown .dropdown-menu {
    background-color: rgba(47, 68, 91, 85%);
}

nav.navbar.bootsnav .simple-dropdown .dropdown-menu>li {
    padding-left: 20px;
    padding-right: 20px;
}

.icon-list-style-1 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -6px;
}

.icon-list-style-1 li {
    list-style: none;
    margin: 0;
    padding: 0 6px;
}

.icon-list-style-1 li a,
.icon-list-style-1 li a:focus {
    display: inline-flex;
    letter-spacing: normal;
    line-height: 1;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    background-color: #587a30;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}

.icon-list-style-1 li a:hover {
    background-color: #415b25;
    color: #ffffff;
}

.col-icon {
    padding: 0 !important;
}

.member-button-group {
    display: flex;
}

.member-button {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    border: unset;
    outline: unset;
}

.member-button::after {
    display: none;
}

header .col-icon {
    position: absolute !important;
    right: 6px;
    top: auto;
}

.member-button .q {
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #ff9c00;
    color: #ffffff;
    top: -4px;
    right: -4px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 1px;
}

.member-button .icon {
    position: relative;
    display: flex;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    border-radius: 50%;
    letter-spacing: normal;
    line-height: 1;
    font-size: 24px;
    transition: 0.3s ease-in-out;
}

.member-button .icon {
    font-variation-settings:
        'FILL'1,
        'wght'300,
        'GRAD'0,
        'opsz'24
}

.member-button .ttl {
    display: none;
    position: absolute;
    font-size: 13px;
    bottom: 0;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
}

.dropdown-widget-1:hover .member-button .icon,
.member-button:hover .icon {
    color: #70ac27;
    background-color: #ffffff;
}

.dropdown-widget-1 .dropdown-menu {
    padding: 0;
    border: unset;
}

.dropdown-widget-1 .dropdown-menu .dropdown-menu-list {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    border: unset;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 6%);
}

.dropdown-widget-1 .dropdown-menu .dropdown-menu-list a {
    display: block;
    padding: 5px 10px;
    font-size: 1rem;
    text-align: center;
}

.dropdown-widget-1 .dropdown-menu .dropdown-menu-list a:hover {
    color: #ffffff;
    background-color: #70ac27;
}

.dropdown-widget-1 .dropdown-menu {
    margin-top: 0;
    padding: 14px 0 0 0;
    right: -10px;
    left: unset;
    min-width: 110px;
    background-color: transparent;
}

.sticky .dropdown-widget-1 .dropdown-menu {
    padding: 11px 0 0 0;
}

@media (min-width: 768px) {
    .dropdown-widget-1:hover .dropdown-menu {
        display: block;
    }
}


.footer-style {
    background-color: #2f445b;
}

.foot-main {
    padding: 2rem 0 1rem 0;
}

.foot-bottom {
    padding: 10px 0;
    background-color: #27384a;
}

.foot-brand {
    margin-bottom: 1rem;
}

.foot-brand img {
    margin: 0;
    max-height: 80px;
}

.foot-link-item {
    margin-bottom: 0;
}

.foot-link-item ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px;
}

.foot-link-item ul li {
    position: relative;
    list-style: none;
    padding: 0 12px;
}

.foot-link-item ul li:not(:last-child)::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: #ffffff;
    top: 5px;
    right: 0;
}

.foot-link-item ul li a {
    font-size: 1rem;
    line-height: normal;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
}

.foot-link-item ul li a:hover {
    color: #fee636;
}

.foot-info-item {
    margin-bottom: 1rem;
}

.foot-info-item h5 {
    color: #ffffff;
    font-size: 1.15rem;
    line-height: 1.5rem;
    margin: 0 0 .5rem 0;
    letter-spacing: 2px;
}

.foot-info-ttl {
    display: flex;
}

.t-i {
    margin: -2px 5px 0 -2px;
}

.foot-info-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foot-info-item ul li {
    list-style: none;
    margin: 0;
    color: #ffffff;
    font-size: .95rem;
    letter-spacing: 1px;
}

.foot-info-item ul li:not(:last-child) {
    margin-bottom: .1rem;
}

.foot-info-item ul li b {
    color: #ffffff;
}

.foot-info-item ul li a {
    color: #ffffff;
}

.copy-right {
    font-size: .9rem;
    line-height: normal;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
}

.foot-info p {
    font-size: 1rem;
    line-height: normal;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
}

.about-widget-image {
    padding: 0 3rem 0 0;
}

.page-about {
    padding: 6rem 0;
}

/* main swiper */

@media (min-width:1200px) {
    .container-fluid {
        padding: 0 80px;
    }
}

.mainSlider {
    position: relative;
    padding: 0;
}

.main-swiper .swiper-slide {
    height: 70vh;
    background-color: #f5f7f9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-content {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
    padding-top: 50px;
}

.swiper-txt {
    width: 100%;
    margin: 0 auto;
}

.swiper-txt h2 {
    font-size: 3.8rem;
    line-height: 4rem;
    margin: 1.5rem 0;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
}

.swiper-txt h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 1.5rem 0;
    font-weight: 500;
    letter-spacing: 2px;
    color: #ffffff;
}


.swiper-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #252821;
    border: .1rem solid #ffffff;
    font-size: 1.1rem;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 5px;
    line-height: normal;
    margin: 1.5rem 0;
    transition: 0.3s ease-in-out;
}

.swiper-btn:hover {
    background-color: transparent;
    border: .1rem solid #ffffff;
    color: #ffffff;
}

.main-swiper-pagination {
    display: flex;
    justify-content: center;
    z-index: 1;
    bottom: 20px !important;
    top: auto;
}

.main-swiper-pagination .swiper-pagination-bullet::before,
.main-swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #ffffffc0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}

.main-swiper-pagination .swiper-pagination-bullet::after {
    width: 22px;
    height: 22px;
    border: 1px solid #ffffff;
    background-color: transparent;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.7);
}

.main-swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: unset;
    margin: 5px 10px !important;
    opacity: 1;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.main-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: transparent;
}

.main-swiper-pagination .swiper-pagination-bullet-active::before {
    opacity: 100%;
    background-color: #ffffff;
}

.main-swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 100%;
    transform: translate(-50%, -50%) scale(1);
}

.main-swiper-arrow-buttons {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 100px 20px 0 20px;
    top: 0;
    left: 0;
}

.preview-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 4px;
}

.main-swiper-arrow-buttons .main-swiper-arrow-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    background-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    opacity: .5;
    left: auto;
    right: auto;
    top: auto;
    width: 50px;
    height: 50px;
    transition: 0.3s ease-in-out;
}

.main-swiper-arrow-buttons .main-swiper-arrow-button span {
    font-size: 50px;
    font-weight: 300;
}

.main-swiper-arrow-buttons .main-swiper-arrow-button:hover {
    opacity: 1;
}

.swiper-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #252821;
    opacity: 30%;
    top: 0;
    left: 0;
}

.swiper_up1 {
    animation: swiper_up1 1s 1s ease-out both;
}

@keyframes swiper_up1 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-sec {
    position: relative;
    padding: 6rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-sec .container {
    position: relative;
    z-index: 1;
}

.sec-filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 44, 8, 67%);
}

.main-title-item {
    text-align: center;
    margin: 0 auto 3rem auto;
}

.main-title-item h2 {
    position: relative;
    display: block;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #3f5e81;
    padding: 0 0 18px 0;
    margin: 0;
    letter-spacing: 2px;
    width: 100%;
}

.main-title-item h2::after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    width: 80px;
    background-color: #3f5e81;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.editor-area .about-edit p {
    text-align: justify;
    text-align-last: center;
}

.main-news {
    background-color: #f5f7f9;
}

.owl-carousel {
    padding-bottom: 50px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: #3f5e81;
    border-radius: 10px;
    opacity: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 60px;
    font-weight: 300;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 100%;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.owl-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel button.owl-dot::before,
.owl-carousel button.owl-dot::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #3f5e81;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}

.owl-carousel button.owl-dot::after {
    width: 22px;
    height: 22px;
    border: 1px solid #3f5e81;
    background-color: transparent;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.7);
}

.owl-carousel button.owl-dot {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: unset;
    margin: 5px 10px !important;
    opacity: 1;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.owl-carousel button.owl-dot.active {
    opacity: 1;
    background-color: transparent;
}

.owl-carousel button.owl-dot.active::before {
    opacity: 100%;
    background-color: #3f5e81;
}

.owl-carousel button.owl-dot.active::after {
    opacity: 100%;
    transform: translate(-50%, -50%) scale(1);
}

.owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    display: flex;
}

.readmore-box {
    text-align: center;
    margin: 1rem 0 0 0;
}

.btn-readmore,
.btn-readmore:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 17px 11px 17px;
    background-color: #cc5f5a;
    border: 1px solid #cc5f5a;
    color: #ffffff;
    font-size: 1.2rem;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.3s ease-in-out;
}

.btn-readmore .icon {
    font-weight: 300;
    margin-right: 5px;
}

.btn-readmore:hover {
    color: #cc5f5a;
    background-color: transparent;
}


.thumb-list-1 .col-thumb {
    width: 33.333333%;
    margin-bottom: 2rem;
}

.thumb-list-1 .thumb-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    padding: 1.8rem;
    text-align: center;
}

.thumb-list-1 .thumb-image a {
    display: block;
    position: relative;
    overflow: hidden;
}

.thumb-list-1 .thumb-image a img {
    margin: 0;
    transition: 0.35s ease-in-out;
}

.thumb-list-1 .thumb-image a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 40%);
    opacity: 0;
    z-index: 1;
    transition: 0.35s ease-in-out;
}

.thumb-list-1 .thumb-image a::after {
    content: '\e145';
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    margin-left: -5px;
    font-variation-settings: 'FILL'0,
        'wght'400,
        'GRAD'-25,
        'opsz'24;
    font-size: 22px !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 30px));
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    z-index: 2;
    opacity: 0;
    transition: 0.35s ease-in-out;
}

.thumb-list-1 .thumb-item:hover .thumb-image a img {
    transform: scale(1.12);
}

.thumb-list-1 .thumb-item:hover .thumb-image a::before {
    opacity: 1;
}

.thumb-list-1 .thumb-item:hover .thumb-image a::after {
    opacity: 1;
    transform: translate(-50%, calc(-50%));
}

.thumb-list-1 .thumb-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.7rem 0 0 0;
}

.thumb-list-1 .t-date {
    margin: 0 0 .5rem 0;
    letter-spacing: 1px;
    font-size: 1rem;
}

.thumb-list-1 h6 {
    color: #ff9c00;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 2px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.thumb-list-1 .t-t1 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.thumb-list-1 .t-t1 a {
    color: #3f5e81;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumb-list-1 .t-t1 a:hover {
    color: #324760;
}

.thumb-list-1 .t-dics {
    width: 100%;
    font-size: .95rem;
    line-height: 1.5rem;
    margin: 0 0 2rem 0;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #495057;
    text-align: justify;
}

.btn-viewmore,
.btn-viewmore:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 17px 11px 17px;
    background-color: #57978F;
    color: #ffffff;
    font-size: 1.1rem;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: auto 0 0 0;
    width: fit-content;
    transition: 0.3s ease-in-out;
}

.btn-viewmore .icon {
    font-weight: 300;
    margin-right: 5px;
}

.btn-viewmore:hover {
    color: #ffffff;
    background-color: #497570;
}

.owl-carousel.thumb-list-2 {
    margin-bottom: 2rem;
}

.owl-carousel.thumb-list-2 .col-thumb {
    padding: 0;
}

.row.thumb-list-2 .col-thumb {
    width: 25%;
    margin-bottom: 2rem;
}

.thumb-list-2 .thumb-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #e9ecef;
    padding: 1.2rem;
}

.thumb-list-2 .thumb-image a {
    display: block;
    position: relative;
    overflow: hidden;
}

.thumb-list-2 .thumb-image a img {
    margin: 0;
    transition: 0.35s ease-in-out;
}

.thumb-list-2 .thumb-image a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 40%);
    opacity: 0;
    z-index: 1;
    transition: 0.35s ease-in-out;
}

.thumb-list-2 .thumb-image a::after {
    content: '\e145';
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    margin-left: -5px;
    font-variation-settings: 'FILL'0,
        'wght'400,
        'GRAD'-25,
        'opsz'24;
    font-size: 22px !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 30px));
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    z-index: 2;
    opacity: 0;
    transition: 0.35s ease-in-out;
}

.thumb-list-2 .thumb-item:hover .thumb-image a img {
    transform: scale(1.12);
}

.thumb-list-2 .thumb-item:hover .thumb-image a::before {
    opacity: 1;
}

.thumb-list-2 .thumb-item:hover .thumb-image a::after {
    opacity: 1;
    transform: translate(-50%, calc(-50%));
}

.thumb-list-2 .thumb-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.7rem 0 0 0;
    align-items: center;
    text-align: center;
}

.thumb-list-2 .t-date {
    margin: 0 0 .5rem 0;
    letter-spacing: 1px;
    font-size: 1rem;
}

.thumb-list-2 h6 {
    color: #ff9c00;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 2px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.thumb-list-2 .t-t1 {
    font-size: 1.15rem;
    line-height: 1.65rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.thumb-list-2 .t-t1 a {
    color: #3f5e81;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s ease-in-out;
}

.thumb-list-2 .t-t1 a:hover {
    color: #324760;
}

.thumb-list-2 .t-dics {
    width: 100%;
    font-size: .95rem;
    line-height: 1.5rem;
    margin: 0 0 1rem 0;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #495057;
    text-align: justify;
    text-align-last: center;
}

.thumb-list-2 .btn-viewmore {
    display: none;
}

.btn-viewmore .b-i {
    margin: 0 0 0 5px;
    font-variation-settings: 'FILL'0,
        'wght'300,
        'GRAD'-25,
        'opsz'24;
}

nav.navbar.bootsnav .navbar-toggler {
    display: flex;
}

nav.navbar.bootsnav .navbar-toggler .b-text {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 500;
}

.icon-line {
    margin-right: 10px;
}

.navbar-default .navbar-toggler .icon-bar,
header.sticky .navbar-default.header-light .navbar-toggler .icon-bar,
header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {
    background-color: #ffffff;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 6px;
}

.pageBanner {
    position: relative;
    padding: 170px 0 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pageBanner .sec-filter {
    background-color: rgba(0, 0, 0, 0.3);
}

.banner-content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 140px;
    z-index: 1;
    display: flex;
    align-items: center;
    text-align: center;
}

.banner-content .b-t {
    font-size: 2.4rem;
    line-height: 2.9rem;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0 auto 0 0;
}

.breadcrumb {
    display: flex;
}

.breadcrumb li {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
}

.breadcrumb li a {
    color: #ffffff;
}

.breadcrumb li:not(:first-child)::before {
    content: '/';
    margin: 0 5px;
}

.page-main {
    padding: 4rem 0;
}

.row-product {
    margin: 0 -25px;
}

.col-product-image {
    width: 45%;
    padding: 0 25px;
}

.col-product-info {
    width: 55%;
    padding: 0 25px;
}

#mainCarousel img,
#thumbCarousel img {
    width: 100%;
    display: block;
}

#thumbCarousel {
    margin-top: 1.5rem;
}

#thumbCarousel .f-carousel__slide {
    width: 20%;
    cursor: pointer;
    padding: 5px;
}

#thumbCarousel .f-carousel__slide button {
    display: block;
    border: 1px solid #dee2e6;
    opacity: 0.5;
    box-shadow: unset;
    background-color: transparent;
    padding: 5px;
    cursor: pointer;
    height: 100%;
    transition: 0.3s ease-in-out;
}

#thumbCarousel .f-carousel__slide.is-selected button {
    opacity: 1;
    border-color: #343a40;
}

#mainCarousel {
    border: 1px solid #dee2e6;
    padding: 2rem;
    background-color: #fff;
}

#mainCarousel .f-button {
    color: #343a40;
    background-color: transparent;
    border: unset;
    transition: 0.3s ease-in-out;
}

#mainCarousel .f-button svg {
    transition: 0.3s ease-in-out;
}

#mainCarousel .f-button.is-prev {
    left: 10px;
}

#mainCarousel .f-button.is-next {
    right: 10px;
}

#mainCarousel .f-button:hover {
    background-color: transparent;
    color: #252821;
}

#thumbCarousel .f-carousel__viewport.is-draggable {
    margin: -5px;
}


.prd-t {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #252821;
    border: 1px;
    margin: 0;
    letter-spacing: normal;
}

.prd-hr {
    border: unset;
    height: 2px;
    opacity: 30%;
    background-color: #9a9a9a;
    margin: .5rem 0;
}

.product-info .price-box {
    margin: 1rem 0 0 0;
}

.product-info .o-price {
    font-size: 1.6rem;
    line-height: normal;
}

.product-info .s-price {
    font-size: 1.6rem;
    line-height: normal;
}

.product-info .o-price.cross {
    font-size: 1.2rem;
    line-height: normal;
}

.prd-disc {
    color: #252821;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.prd-disc h5 {
    color: #252821;
}

.prd-disc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.prd-disc ul li {
    font-size: 1rem;
}

.prd-disc ul li:not(:last-child) {
    margin-bottom: 5px;
}

.prd-form {
    color: #252821;
    margin-top: 2rem;
}

.prd-form h6 {
    font-size: 1rem;
    line-height: normal;
}

.prd-qty {
    display: flex;
    align-items: center;
}

.prd-qty h6 {
    margin: 0 10px 0 0;
}

.number-control {
    display: flex;
}

.number-minus,
.number-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #495057;
    color: #4e4e4e;
    font-size: 13px;
    cursor: pointer;
}

.number-quantity {
    font-size: 1rem;
    line-height: normal;
    text-align: center;
    padding: 5px;
    border: 0;
    width: 80px;
    border-top: 1px solid #495057;
    border-bottom: 1px solid #495057;
    color: #4e4e4e;
    margin: 0;
}

.number-quantity[type=number]::-webkit-outer-spin-button,
.number-quantity[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-quantity[type=number] {
    -moz-appearance: textfield;
}

.prd-buttons {
    display: flex;
    margin-top: 2rem;
}

.prd-buttons .btn-shopcart {
    padding: 13px 17px 13px 15px;
    border-radius: 5px;
    flex: 1;
    transition: 0.3s ease-in-out;
}

.prd-buttons .join-btn {
    margin-right: 10px;
    background-color: #0099ff;
}

.prd-buttons .join-btn:hover {
    background-color: #007ccf;
}

.prd-buttons .buy-btn {
    margin-left: 10px;
    background-color: #70ac27;
}

.prd-buttons .buy-btn:hover {
    background-color: #5a8525;
}

.page-product .editor-area {
    margin-top: 3rem;
}

.main-about .editor-area {
    margin-bottom: 2rem;
}


.table1 tbody td {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #e3e3e3;
}

.table1 tbody td:first-child,
.table1 tbody td:nth-child(3) {
    background-color: #f5f7f9;
    font-weight: 600;
}

.editor-area h5 {
    color: #252821;
}


.back-box {
    text-align: center;
    margin: 3rem 0 0 0;
    padding: 3rem 0 0 0;
    border-top: 1px solid #dee2e6;
}

.btn-back,
.btn-back:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 17px 11px 17px;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    color: #ffffff;
    font-size: 1.1rem;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.3s ease-in-out;
}

.btn-back .icon {
    font-weight: 300;
    margin-right: 5px;
}

.btn-back:hover {
    color: #6c757d;
    background-color: transparent;
}

.page-about {
    padding: 6rem 0;
}

.page-about .editor-area h2 {
    position: relative;
    color: #2f445b;
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin: 0 0 1.5rem 0;
    padding: 0 0 15px 0;
    letter-spacing: 2px;
}

.page-about .editor-area h2::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 85px;
    height: 3px;
    background-color: #324760;
}

.page-about .editor-area h4 {
    font-size: 1.15rem;
    line-height: 1.7rem;
    margin: 0 0 1rem 0;
    color: #252821;
    letter-spacing: 2px;
}

.page-about .about-widget-image {
    padding: 0 4rem 0 0;
}

.editor-area p {
    font-size: 1rem;
    line-height: 1.8rem;
}

.page-news {
    padding: 4rem 0;
}

main {
    background-color: #fafafa;
}

.pagination_nav {
    margin: 1rem 0 0 0;
}

.pagination_nav .pagination {
    display: flex;
    justify-content: center;
    margin: -6px;
}

.pagination_nav .pagination .page-item {
    padding: 6px;
}

.pagination_nav .pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: .9rem;
    color: #3f5e81;
    font-weight: 500;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.pagination_nav .pagination .page-link:hover,
.pagination_nav .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #3f5e81;
    border: 1px solid #3f5e81;
}

.pagination_nav .pagination .page-item.disabled .page-link {
    background-color: #f5f7f9;
    color: #909090;
    opacity: 1;
}

.page-title-widget {
    margin: 0 0 3rem 0;
    background-color: #e9ecef;
    padding: 1.5rem;
    border-radius: 5px;
}

.page-title-widget .t-date {
    margin: 0 0 5px 0;
}

.page-title-widget h2 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #252821;
    letter-spacing: 2px;
    margin: 0;
}

.editor-area .img-fluid {
    margin-bottom: 1rem;
}

.contact-info {
    background-color: #f5f7f9;
    padding: 2rem;
}

.main-menu-nav {
    margin-bottom: 3rem;
}

.menu-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px;
    padding: 0;
}

.menu-list li {
    padding: 10px;
}

.menu-list a {
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 16px 15px;
    color: #252821;
    background-color: #dee2e6;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.1rem;
    line-height: 1;
    min-width: 120px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.menu-list a:hover,
.menu-list .active a {
    color: #ffffff;
    background-color: #cc5f5a;
}

.col-contact-info {
    margin-bottom: 2.5rem;
}

.contact-info-thumb {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 5%);
    padding: 1rem;
}

.contact-info-thumb .thumb-head {
    width: 50%;
}

.contact-info-thumb iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 350px;
}

.contact-info-thumb .thumb-body {
    padding: 2rem 3rem 2rem 3rem;
    color: #252821;
    flex: 1;
}

.contact-info-thumb .thumb-body h3 {
    display: inline-flex;
    min-width: 100%;
    color: #324760;
    padding: 0 0 10px 0;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 2rem 0;
    border-bottom: 1px solid #dee2e6;
}

.contact-info-thumb .thumb-body h3 .t-i {
    font-size: 1.85rem;
    margin: -1px 5px -2px -2px;
    line-height: inherit;
    font-variation-settings: 'FILL'0,
        'wght'300,
        'GRAD'-25,
        'opsz'30;
}

.contact-info-thumb .thumb-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-thumb .thumb-body ul li {
    position: relative;
    font-size: 1rem;
    line-height: 1.7rem;
    padding: 0 0 0 40px;
}

.contact-info-thumb .thumb-body ul li a {
    transition: 0.3s ease-in-out;
}

.contact-info-thumb .thumb-body ul li a:hover {
    color: #57978F;
}

.contact-info-thumb .thumb-body ul li:not(:last-child) {
    margin-bottom: 20px;
}

.contact-info-thumb .thumb-body ul li i {
    position: absolute;
    left: 0;
    flex: unset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #57978F;
    border: 1px solid #57978F;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    margin: 0 5px 0 0;
    border-radius: 30px;
}

.chat_boxes {
    margin-top: 2rem;
    display: flex;
}

.c-b {
    width: 120px;
    margin: 0 15px 0 0;
    text-align: center;
}

.c-b p {
    font-size: 1.1rem;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.c-b .img-fluid {
    margin-bottom: 0;
    border: 1px solid #dee2e6;
    padding: 5px;
}

@media (max-width:991px) {

    header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a:hover,
    header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li.active>a {
        color: #ffffff;
    }

    .foot-info-item {
        margin-bottom: 1rem;
    }

    .main-sec {
        padding: 4.5rem 0;
    }

    .main-swiper-arrow-buttons {
        display: none;
    }

    .swiper-content {
        padding-top: 80px;
    }

    .col.accordion-menu {
        justify-content: flex-end;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    header.sticky .navbar-default.header-light .navbar-toggler .icon-bar,
    header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {
        background-color: #252821;
    }

    header a.logo img {
        max-height: 50px;
    }

    nav.navbar.navbar-default ul.nav>li {
        margin: 0;
    }

    header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li>a,
    header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a,
    nav.navbar.navbar-default ul.nav>li>a {
        padding: 10px 20px;
        margin: 0;
        font-size: 1.1rem;
        line-height: normal;
        letter-spacing: 2px;
        color: #ffffff;
    }

    nav.navbar.bootsnav .navbar-nav {
        background-color: #2f445be9;
    }

    header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.active>a,
    header.header-appear nav.bootsnav.header-light .navbar-nav>li.active>a,
    header nav.navbar .navbar-nav>li.active>a,
    nav.navbar.bootsnav ul.nav>li.active>a {
        color: #ffffff !important;
    }

    .page-about .about-widget-image {
        padding: 0;
        margin-bottom: 1rem;
    }

    nav.navbar.navbar-default ul.nav>li>a::before {
        display: none;
    }

    .copy-right {
        text-align: left;
    }

    .contact-info-thumb iframe {
        min-height: 300px;
    }

    .contact-info-thumb .thumb-body {
        padding: 2rem;
    }

    nav.navbar.bootsnav ul.nav li.dropdown.simple-dropdown>.dropdown-menu {
        background-color: #27384a;
        padding: 10px 0 !important;
    }

    nav.navbar.bootsnav .simple-dropdown .dropdown-menu>li.dropdown {
        margin: 0;
    }

    .row.thumb-list-2 .col-thumb {
        width: 33.333333%;
    }
}

@media (max-width:767px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .row>* {
        padding-right: 10px;
        padding-left: 10px;
    }

    .foot-brand {
        margin-bottom: 2rem;
    }

    .main-sec {
        padding: 3rem 0;
    }

    .page-main {
        padding: 3rem 0;
    }

    .page-about {
        padding: 3rem 0;
    }

    .page-about .editor-area h2 {
        font-size: 1.6rem;
        line-height: 2.1rem;
    }

    .page-about .editor-area h4 {
        font-size: 1.1rem;
        line-height: 1.6rem;
        letter-spacing: 1px;
    }

    .thumb-list-1 .col-thumb {
        width: 100%;
        margin-bottom: 20px;
    }

    .thumb-list-1 .thumb-item {
        padding: 1.3rem;
    }

    .thumb-list-1 .thumb-content {
        padding: 1.3rem 0 0 0;
    }

    .thumb-list-1 .t-t1 {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    .main-title-item h2 {
        font-size: 2.1rem;
        line-height: 2.6rem;
    }

    .main-swiper-arrow-buttons {
        display: none;
    }

    .swiper-txt h2 {
        margin: 1rem 0;
        font-size: 2.4rem;
        line-height: 2.9rem;
    }

    .swiper-txt h4 {
        margin: 1rem 0;
        font-size: 1.16rem;
        line-height: 1.66rem;
    }

    .swiper-btn {
        margin: 1rem 0;
        font-size: 1rem;
        padding: 9px 14px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .pageBanner {
        padding-top: 90px;
    }

    .col-product-image {
        width: 100%;
        margin-bottom: 2rem;
    }

    .col-product-info {
        width: 100%;
    }

    .table1 {
        min-width: 900px;
    }

    .page-product .editor-area {
        margin-top: 0rem;
    }

    .banner-content {
        display: block;
    }

    .banner-content .b-t {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: .5rem;
    }

    .breadcrumb {
        justify-content: center;
    }

    .pagination_nav {
        margin: .5rem 0 0 0;
    }

    .page-title-widget {
        padding: 1.2rem;
    }

    .page-title-widget h2 {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    .row.thumb-list-2 .col-thumb {
        width: 50%;
        margin-bottom: 20px;
    }

    .thumb-list-2 .thumb-item {
        padding: 1rem;
    }

    .thumb-list-2 .thumb-content {
        padding: 1.2rem 0 0 0;
    }

    .thumb-list-2 .t-t1 {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .thumb-list-1 .t-dics {
        margin: 0 0 1.3rem 0;
    }

    .btn-readmore,
    .btn-readmore:focus {
        font-size: 1rem;
        padding: 10px 17px 9px 17px;
    }

    .btn-viewmore,
    .btn-viewmore:focus {
        font-size: 1rem;
        padding: 10px 17px 9px 17px;
    }

    .btn-back,
    .btn-back:focus {
        font-size: 1rem;
        padding: 10px 17px 9px 17px;
    }

    .contact-info-thumb .thumb-head {
        width: 100%;
    }

    .contact-info-thumb iframe {
        width: 100% !important;
        min-height: 220px;
    }

    .contact-info-thumb .thumb-body {
        width: 100%;
        flex: unset;
        padding: 1rem;
    }

    .menu-list li {
        flex: auto;
    }

    .menu-list a {
        width: 100%;
        padding: 15px 15px;
        color: #252821;
        letter-spacing: 1px;
        font-size: 1rem;
        min-width: unset;
    }
}