html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding-top: 160px;
}



body {
    padding-right: 0px !important;
    font-size: 16px;
    font-family: 'Poppins', "微軟正黑體", "Microsoft JhengHei", sans-serif;
    letter-spacing: 0px;
    position: relative;
    min-height: 100vh;
    color: #333;
    overflow-x: hidden;

}




/* ---- color root ---- */

:root {
    --main-color: #23642a;
    --vice-color: #F9DC82;
    --green-color: #23642a;
    --box-color: #eef8f0;
}

/* ---- color root end ---- */

/* ---- basic setting ---- */

.section-page {
    padding: 80px 0;
}


@media (max-width: 992px) {
    .section-page {
        padding: 40px 0;
    }
}



.modal {
    padding-right: 0px !important;
}



a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;

}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: var(--main-color);
    cursor: pointer;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    line-height: 1.7;
}

input,
select,
textarea,
button {
    border-radius: 0;
    outline: none;
}

input:active,
select:active,
textarea:active,
button:active,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

button {
    border: none;
}

div:where(.swal2-container) button:where(.swal2-styled) {
    padding: 5px 15px !important;
    font-size: 15px !important;
}


.material-symbols-outlined {
    font-variation-settings:
        'FILL'0,
        'wght'400,
        'GRAD'0,
        'opsz'36
}

.fs-36 {
    font-size: 36px;
}

.fm-group {
    margin-bottom: 15px;
}

.fm-group label {
    display: block;
    color: #031b42;
    margin-bottom: 5px;
}

.fm-group textarea,
.fm-group input,
.fm-group select {
    color: #031b42;
    width: 100%;
    font-size: 18px;
    padding: 6px 0 !important;
    border: none;
    background-color: #fff;
    border: 1px solid #dedede;
    transition: .3s ease;
}

.fm-group textarea::placeholder,
.fm-group input::placeholder {
    color: #ccc;
}

.fm-group input:focus {
    border-bottom: 1px solid rgba(90, 156, 123, 0.6);
}

.fm-group textarea:disabled,
.fm-group input:disabled,
.fm-group select:disabled {
    opacity: 1;
    background-color: #f8f8f8;
    color: #aaa;
    padding: 6px !important;
}

.recaptcha {
    width: 100%;
}

.recaptcha img {
    display: block;
    margin-left: auto;
    width: 260px;
}

/* font setting */
.main-h1 {
    font-size: 36px;
    font-weight: 700;
    color: #23642a;
}

.white-h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.main-h2 {
    font-size: 30px;
    font-weight: 700;
    color: #164298;
}

.dark-h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

.gray-h2 {
    font-size: 55px;
    font-weight: 600;
    color: #eee;
}

.white-h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.green-h2 {
    font-size: 26px;
    font-weight: 600;
    color: #23642a;
}


.main-h3 {
    font-size: 26px;
    font-weight: 700;
    color: #23642a;
    letter-spacing: 1px;
}

.green-h3 {
    font-size: 26px;
    font-weight: 700;
    color: #009c8d;
    ;
}

.dark-h3 {
    font-size: 22px;
    font-weight: 400;
    color: #333;
}

.white-h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}


.dark-h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.green-h4 {
    font-size: 20px;
    font-weight: 600;
    color: #006520;
}

.main-h4 {
    font-size: 20px;
    font-weight: 600;
    color: #184298;
}

.dark-h4.bold {
    font-weight: 700;
}

.white-h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.white-h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.white-h4.bold {
    font-weight: 700;
}


.green-h4.bold {
    font-weight: 700;
}

.gray-h5 {
    font-size: 17px;
    font-weight: 500;
    color: #999;
}

.dark-h5 {
    font-size: 17px;
    font-weight: 500;
    color: #333;
}



.white-h5 {
    font-size: 15px;
    color: #fff;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
    line-height: 30px;
}

.darkgray-text {
    color: #666;
    letter-spacing: 2px;
    line-height: 30px;
}

@media (max-width: 992px) {
    .dark-h4 {
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }

    @media (max-width: 576px) {}

    .white-h1,
    .gray-h2,
    .dark-h2,
    .white-h2,
    .green-h2 {
        font-size: 28px;

    }

    .green-h3,
    .white-h3,
    .dark-h3 {
        font-size: 20px;
        letter-spacing: 0;
    }


    .green-h2 {
        font-size: 21px;
        line-height: 28px;
    }

}
}



.borderLeft {
    border-left: 6px solid #eee;
    padding-left: 10px;
}

/* font setting end */


/* button */

.button {
    display: block;
    width: fit-content;
    padding: 8px 30px;
    letter-spacing: 2px;
    border-radius: 0;
    text-align: center;
    transition: .3s ease;
    font-weight: 700;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
}

.button.xs {
    padding: 5px 12px;
    font-size: 15px;
    font-weight: 500;
}

.button::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease;
    z-index: -1;
}

.button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease;
    z-index: -2;
}

.button:hover::before {
    transition: .3s ease .2s;
}

.button-light {
    color: #222;
}

.button-light:hover {
    color: #fff;
}

.button-light::after {
    background-color: rgba(255, 255, 255, 0.9);
}

.button-light::before {
    background-color: var(--green-color);
    width: 0;
}

.button-light:hover::after {
    width: 0;
}

.button-light:hover::before {
    width: 100%;
}

.button-green {
    color: #fff;
}

.button-green:hover {
    color: #222;
}

.button-green::after {
    background-color: var(--green-color);
}

.button-green::before {
    background-color: rgba(255, 255, 255, 0.9);
    width: 0;
}

.button-green:hover::after {
    width: 0;
}

.button-green:hover::before {
    width: 100%;
}


.button-dark {
    color: #eee;
}

.button-dark:hover {
    color: #fff;
}

.button-dark::after {
    background-color: #1f1f1f;
}

.button-dark::before {
    background-color: var(--green-color);
    width: 0;
}

.button-dark:hover::after {
    width: 0;
}

.button-dark:hover::before {
    width: 100%;
}


.button-gray {
    color: #f8f8f8;
}

.button-gray:hover {
    color: #fff;
}

.button-gray::after {
    background-color: #666;
}

.button-gray::before {
    background-color: var(--green-color);
    width: 0;
}

.button-gray:hover::after {
    width: 0;
}

.button-gray:hover::before {
    width: 100%;
}

/* button end */


/* line deco */


.divide-line {
    display: block;
    width: 80px;
    height: 2px;
    background-color: #ddd;
}

.divide-line-s {
    display: block;
    width: 120px;
    height: 1px;
    background-color: #ddd;
}

/* line deco end */


/* img setting */
.border-img {
    position: relative;
    z-index: 1;
}

.border-img::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #eee;
    top: 20px;
    left: 20px;
    z-index: -1;
}

@media (max-width: 576px) {
    .border-img img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .border-img::after {
        width: 90%;
        height: 90%;
        left: 40px;
        top: 40px;
    }
}

.round-img {
    border-radius: 10px;
}

/* img setting end */


/* bg setting */

.bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.sect-bg {
    background-image: url(../img/new-bg.png);
    background-position: bottom;
}

.sect-bg1 {
    background-image: url(../img/main-bg.jpg);
    background-position: bottom;
}

.sect-bg2 {
    background-image: url(../img/bg1.jpg);
    background-position: bottom;
}

.ab-sect-bg1 {
    background-image: url(../img/bg3.png);
}

.ab-sect-bg2 {
    background-image: url(../img/ab-sect-bg2.webp);
    background-position: top;
}

.ab-sect-bg3 {
    background-image: url(../img/ab-sect-bg3.webp);
    background-position: top;
}

.ab-sect-bg4 {
    background-image: url(../img/ab-sect-bg4.webp);
    background-position: bottom;
}

.ab-sect-bg5 {
    background-image: url(../img/ab-sect-bg5.webp);
    background-position: bottom;
}

.ab-sect-bg6 {
    background-image: url(../img/ab-sect-bg6.webp);
    background-position: bottom;
}

.ab-sect-bg7 {
    background-image: url(../img/ab-sect-bg1.webp);
    background-position: 10%;
}

.darkgray-bg {
    background-color: #333;
}

.dark-bg {
    background: #111111;
    background: linear-gradient(120deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 1) 100%);
}

.gray-bg {
    background-color: #f6f6f6;
}

/* bg setting end */

/* ---- basic setting end ---- */


/* ---- gotop ---- */

.gotop {
    position: fixed;
    right: 15px;
    bottom: 40px;
    transition: display 0.5s ease-in-out;
    z-index: 10;
}

.gotop img {
    width: 45px;
}

@media (max-width: 992px) {
    .gotop {
        bottom: 90px;
    }
}

/* ---- gotop end ---- */


/* ---- right link ---- */

.right-link {
    position: fixed;
    bottom: 300px;
    right: 10px;
    z-index: 99;
    color: #353535;
    text-align: center;
}

.right-link ul {
    margin-top: 15px;
}

.right-link ul li a img {
    width: 120px;
    height: auto;
    margin-bottom: 25px;
    object-fit: contain;
}

@media (max-width: 992px) {
    .right-link ul li a img {
        width: 90px;
    }
}

/* ---- right link end ---- */


/* ---- bottom link ---- */

.bottom-link {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    z-index: 10;
    background-color: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bottom-link ul {
    display: flex;
}

.bottom-link ul li {
    width: calc(100% / 2);
    height: 100%;
}

.bottom-link ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;

}

.bottom-link ul li a img {
    object-fit: contain;
    height: 45%;
}

/* ---- bottom link end ---- */

/* ---- header ---- */

header {
    height: 105px;
    position: relative;
    background: #fff;
}

.fixed-top {
    padding-right: 0px !important;
    background: #fff;
    transition: .3s ease;
}


.header-flex {
    display: flex;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 10px -9px;
    height: 70px;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 450px;
    background: #ffffffc2;
    z-index: 1000;
    display: none;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #d4d4d4;
}

ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: white;
    z-index: 1001;
    /* 比背景高 */
    /*padding: 1rem;*/
    list-style: none;
    min-width: 150px;
}

li.drop-down {
    position: relative;
    /* 讓 dropdown-menu 以此定位 */
    display: inline-block;
}

/* hover 顯示 dropdown-menu */
@media (min-width: 992px) {
    li.drop-down:hover>ul.dropdown-menu {
        display: block;
    }
}

.logo {
    width: 300px;
    min-width: 300px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
}

.logo img {
    object-fit: contain;
    width: 100%;
    transition: .3s ease;
    position: relative;
    top: -15px;
}
@media (min-width: 1270px) {
    .logo{
            margin-right: 30px;
    }
}

@media (max-width: 1240px) {

    .logo {
        min-width: 250px;
        width: 250px;
    }

    .logo img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    header {
        height: 80px;
    }

    .header-flex {
        display: flex;
        justify-content: flex-start;
        height: 80px;
    }

    .logo {
        min-width: 300px;
        width: 300px;
        margin-left: 20px;
        height: 80px;
    }

    .logo img {
        top: 0;
    }
}

@media (max-width: 769px) {


    .header-flex {
        justify-content: flex-start;
        height: 80px;
    }

    .logo {
        min-width: 300px;
        width: 300px;
        height: 80px;
        margin-left: 0;
    }

    .logo img {
        object-fit: contain;
        width: 95%;
        top: 0;
        margin: 0 12px;
    }

    ul.dropdown-menu {
        padding: 0;
        min-width: auto;
    }
}


header .nav-menu {
    margin: 0;
    padding: 0;
    height: 100%;
}

/*@media(min-width: 1200px) {
    header .nav-menu ul {
        display: flex;
        margin: 0;
        padding: 0;
        height: 100%;
    }
}*/

header .nav-menu>ul>li {
    /* white-space: nowrap;*/
    list-style: none;
}


/*header .nav-menu a {
    display: block;
    color: var(--main-color);
    padding: 0 15px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
}*/

header .nav-menu>ul>li>a {
    display: block;
    color: #333;
    height: 100%;
    padding: 0 20px;
    transition: 0.3s ease;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 70px;
    width: 150px;
    font-weight: 600;
}

header .nav-menu .active>a,
header .nav-menu li:hover>a {
    color: var(--green-color);
    text-decoration: none;
}


/*
*/

/*header .nav-menu .drop-down ul li {
    min-width: 180px;
    position: relative;
}
*/
.nav-menu {
    position: relative;
    background-color: white;
}

.nav-menu .dropdown-menu {
    background: none;
    border: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.nav-menu .dropdown-menu li {
    list-style: none;
    padding-left: 20px;
}

.nav-menu .dropdown-menu li a {
    display: block;
    padding: 5px 0;
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}

/*header .nav-menu .drop-down ul a::before {
    content: '-';
    display: block;
    margin-right: 10px;
}*/

/*header .nav-menu .drop-down>a:after {
    content: "\eac8";
    font-family: IcoFont;
    padding-left: 5px;
}
*/

/* 選單hover效果 */
/*header .nav-menu>ul>.drop-down:hover>ul {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    animation-name: header-animate;
    animation-duration: .7s;
    animation-delay: 0ms;
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);

}*/


@keyframes header-animate {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*header .nav-menu .drop-down .dropdown-menu {
    display: none;
    position: absolute;
    left: 0px;
    min-height: 350px;
    top: 100%;
    height: auto;
    z-index: -3;
    transition: ease all 0.3s;
    list-style: none;
    background-color: #ffffff;
    min-width: 151px;
    border-radius: 0;
    border: none;
}*/
/*.nav-menu .drop-down .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    height: auto;
    min-height: 150px;
    z-index: 99;
    overflow: hidden;
    transition: ease all 0.3s;
    list-style: none;
    background-color: rgba(90, 156, 123, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.dropdown-menu-a{
  position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    height: auto;
    min-height: 150px;
    z-index: 99;
    overflow: hidden;
    transition: ease all 0.3s;
    list-style: none;
    background-color: rgba(90, 156, 123, 0.85);
    backdrop-filter: blur(10px);
}
  
header .nav-menu .drop-down .dropdown-menu ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}
.nav-menu .dropdown-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.drop-down ul li:hover>ul {
    display: block;
    display: block;
    left: 100%;
    top: 0;
    z-index: 999;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background: white;
    z-index: 999;
}

.drop-down {
    position: relative;
}

.dropdown-menu {
    display: flex;
    justify-content: center;
}*/


/*.search-nav {
    width: 0px;
    margin-right: 0px;
    transition: .3s ease;
}

.search-nav input {
    width: 100%;
    border-radius: 10px;
    border: 0px solid rgb(17 64 151);
    transition: .3s ease;
    padding: 2px 12px;
    font-size: 16px;
    letter-spacing: 1px;
}

.search-icon.active .search-nav {
    width: 200px;
    margin-right: 10px;
}

.search-icon.active .search-nav input {
    border-width: 1px;
}*/

.top-link {
    position: relative;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
    padding: 0px 0;
    align-items: center;
}

.top-link li a {
    display: flex;
    align-items: center;
    color: #fdf6a5;
    width: fit-content;
    height: 30px;
    margin-right: 15px;
    padding: 0px 20px;
    transition: .3s ease;
    background: #23642a;
    border-radius: 20px;
}



.top-link li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 5px;
}

.search-form {
    position: relative;
    width: 200px;
}

.search-input {
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    border: 2px solid #23642a;
    border-radius: 20px;
    box-sizing: border-box;
    height: 30px;
}

.search-button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.search-button img {
    width: 20px;
    height: 20px;
}

/*---- top header ----*/
.top-header {
    background: #fff;
    margin-top: 8px;
}


/*---mobile---*/
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1032;
    overflow-y: auto;
    left: 0px;
    width: 100%;
    background: transparent;
    transition: 0.4s;
    display: none;
    align-items: center;
}

.mobile-nav::-webkit-scrollbar {
    width: 7px;
}

.mobile-nav::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
}

.mobile-nav::-webkit-scrollbar-track-piece {
    background: transparent;
}

.mobile-nav::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
}

.mobile-nav::-webkit-scrollbar-track {
    box-shadow: transparent;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav ul {
    height: 100%;
    width: 100%;
}

.mobile-nav>ul {
    margin-top: 180px;
}

.mobile-nav ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-nav a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
    padding: 15px 20px;
    margin-left: 30%;
    font-weight: 500;
    transition: 0.3s;
    font-size: 18px;
}

@media (max-width: 576px) {
    .mobile-nav a {
        margin-left: auto;
    }
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #fff;
    text-decoration: none;
}



.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa0";
}



.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
    position: static;
    background: none;
    /*margin-bottom: 15px;*/
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 25px;
    top: 28px;
    z-index: 1033;
    border: 0;
    background: none;
    font-size: 35px;
    transition: all 0.3s;
    outline: none !important;
    line-height: 1;
}

.mobile-nav-toggle:hover {
    cursor: pointer;
}

.mobile-nav-toggle .mobilenav-line span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #23642a;
    transition: .3s ease;
}

.mobile-nav-toggle .mobilenav-line.active span {
    background-color: #fff;
}

.mobile-nav-toggle .mobilenav-line span:nth-of-type(2) {
    margin: 7px 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(2) {
    opacity: 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(13px) translateX(3px);
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-10px);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 1031;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(17, 17, 17, 0.85);
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    display: none;
}


.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    display: flex;
    animation: mbheader-in .3s ease 0ms 1 both;
}

@keyframes mbheader-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mbheader-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}



/* ---- header end ---- */



/* ---- banner ---- */
.carousel-caption {
    position: absolute;
    right: 0;
    top: 35%;
    left: 0;
    z-index: 10;
    padding: 0 0px;
    color: #555;
    text-align: left;
}

.carousel-caption h1,
.carousel-caption h2  {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    mix-blend-mode: color-burn;/ animation-delay: 1s;
    margin-bottom: 10px;
}

.carousel-caption p {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    font-size: 25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    width: fit-content;
    animation-delay: 2s;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}


.carousel-item img {
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel-item img {
        min-height: 28px;
    }

    .carousel-caption {
        top: 25%;
    }

    .carousel-caption h1 {
        font-size: 45px;
    }
}

@media (max-width: 768px) {
    .carousel-caption {
        top: 35%;
    }

    .carousel-caption h1 {
        font-size: 35px;
    }

    .carousel-caption p {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .carousel-caption {
        text-align: center;
    }

    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 26px;
    }

    .carousel-caption p {
        font-size: 17px;
    }
}


/* ---- banner end ---- */


/* ---- inbanner ---- */
.inbanner {
    position: relative;
}

.inbanner img {
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.inbanner-text {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 32%;

}

@media (max-width: 992px) and (min-width:576px) {
    .inbanner img {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    .inbanner-text {
        top: 28%;

    }

    .main-h1 {
        text-align: center;
        font-size: 36px;
    }

    .divide-line {
        margin: auto;
    }
}

@media (max-width: 576px) {
    .inbanner img {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    .main-h1 {
        text-align: center;
        font-size: 36px;
    }
/*
    .divide-line {
        margin: auto;
    }*/
}

/* ---- inbanner end ---- */


/* ---- breadcrumb ---- */


.breadcrumb-area {
    margin: 5px 0;
}



.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    justify-content: start;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: '>';
}

.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    color: #fff;
}

@media (max-width: 768px) {
    

    .breadcrumb .breadcrumb-item.active {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: fit-content;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}


.breadcrumb .breadcrumb-item.active a {
    color: #fff;
}

/* ---- breadcrumb end ---- */




/* ---- pagination ---- */

.pagination {
    justify-content: center;
    margin: 10px 0;
}

.pagination li a {
    display: block;
    text-align: center;
    border-bottom: 2px solid #eee;
    color: #aaa;
    width: 30px;
    margin: 0 5px;
    transition: .3s ease;
}

.pagination li.active a,
.pagination li:hover a {
    border-bottom-color: rgba(63, 190, 63, 0.2);
    color: var(--green-color);
}

/* ---- pagination end ---- */


/* ---- category ---- */

.category-b {
    width: 100%;
    padding: 40px 0 0 0;
}


.category,
.sidenav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}




.category li,
.sidenav li {
    display: block;
    position: relative;
    /*flex: 1;*/
    width: auto;
	margin-bottom: 3px;
}

.category li a,
.sidenav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #23642a;
    font-size: 16px;
    padding: 6px 20px;
    position: relative;
    transition: color 0.3s ease;
    border-radius: 30px;
    margin: 0 6px;
    border: 1px solid #23642a;
}



}

.category li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #23642a, #184298);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
}

.category li.active a,
.category li a:hover,
.sidenav li.active a,
.sidenav li a:hover {
    background: #23642a;
    color: #fdf6a5;
    border: 1px solid #23642a;
}

/*.category li.active a::after,
.category li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
*/
/*.category li::before {
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    right: 0;
    width: 1px;
    height: 22px;
    background-color: #ddd;
}*/




.sidenav-btn,
.category-btn {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
    background-color: rgba(240, 240, 240, 0.4);
    transition: .3s ease;
}

.sidenav-btn.active,
.category-btn.active {
    background-color: rgba(240, 240, 240, 0.4);
    color: #333;
}

.sidenav-btn .cb-line,
.category-btn .cb-line {
    margin-right: 10px;
}

.sidenav-btn .cb-line span,
.category-btn .cb-line span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #333;
    transition: .3s ease;
}

.sidenav-btn .cb-line span:nth-of-type(2),
.category-btn .cb-line span:nth-of-type(2) {
    margin: 5px 0;
}

.sidenav-btn.active .cb-line span:nth-of-type(2),
.category-btn.active .cb-line span:nth-of-type(2) {
    opacity: 0;
}

.sidenav-btn.active .cb-line span:nth-of-type(1),
.category-btn.active .cb-line span:nth-of-type(1) {
    transform: rotate(45deg) translateY(4px) translateX(4px);
}

.sidenav-btn.active .cb-line span:nth-of-type(3),
.category-btn.active .cb-line span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
}

.sidenav-btn:hover,
.category-btn:hover {
    cursor: pointer;
}

@media (max-width: 768px) {


    .category {
        display: none;
    }

    .category li,
    .sidenav li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .category li a .sidenav li a {
        padding: 10px 20px;
        font-size: 16px;
        margin: 0 10px;
    }
}

@media (min-width: 992px) {


    .category {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .category li a {
        font-size: 16px;
        padding: 12px 0;
        border-bottom: 1px solid #ccc;
    }

    .category li {
        max-width: 100%;
    }
}

/* ---- category end ---- */


/* ---- sidenav ---- */

.sidenav-t {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin-bottom: 10px;
}

.sidenav li a {
    color: #fff;
    letter-spacing: 1px;
    background: var(--main-color);
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    height: 70px;
    margin: 0 5px;
    font-size: 22px;
}

@media (max-width: 768px) {
    .sidenav li a {
        height: 60px;
        margin: 0 1px;
        font-size: 16px;
    }
}

.sidenav li.active a,
.sidenav li:hover a {
    color: var(--main-color);
    background: #f1f6fc;
}

/* ---- sidenav end ---- */

/*---- service ----***/
.ser-icon img {
    width: 150px;
    display: block;
    margin: 15px auto;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.ser-icon:hover img {
    transform: rotateY(180deg);
}

.ser-icon:hover .main-h3 {
    color: #0aad07;
}

@media (max-width: 768px) {
    .ser-icon img {
        width: 100px;
    }

}

/*---- end---*/

/*---- service  page----***/



/*---- end---*/
.ser-box {
    position: relative;
    background-color: #eef8f0;
    border-radius: 1rem;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 80px;
    box-shadow: 0 0 10px 6px #e9e9e9;
}

.ser-ti {
    color: #23642a;
    display: inline-block;
    background: linear-gradient(to top, #ffe34d 40%, transparent 40%);
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.ser-img {
    margin-top: -3.5rem;
}

.ser-img img {
    border-radius: 10px;
}

/* ---- index ---- */
.ab-img {
    position: relative;
}

.ab-img:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #efd77e;
    border: 1px solid #efd77e;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: rotate(6deg);
    transform:
}

.ab-img img {
    border-radius: 15px;
}

.duplex {
    left: -21.8%;
    z-index: -1;
    top: -3.4rem;
    position: absolute;
}

.duplex-text {
    webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    white-space: nowrap;
    color: #f1f6fc;
    font-size: 10.5rem;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.01em;
    /*
    -webkit-text-stroke-color: #2e2e2e;*/
    display: block;
}

.index-tw {
    font-size: 34px;
    font-weight: 600;
    color: #23642a;
    letter-spacing: 0px;
}

.index-tw-g {
    font-size: 36px;
    font-weight: 600;
    color: #009c8d;
    letter-spacing: 2px;
}

.index-en {
    font-size: 36px;
    letter-spacing: 1px;
    color: #30A325;
    font-weight: 400;
}

@media (max-width: 768px) {
    .index-tw {
        font-size: 30px;
    }

    .index-tw-g {
        font-size: 30px;
    }

    .index-en {
        font-size: 22px;
    }
}

/*.index-en:before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    border: 1px solid rgba(33, 56, 107, 0.3);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.index-en:after {
    position: absolute;
    top: 15px;
    left: 8px;
    width: 80px;
    height: 1px;
    content: "";
    background: rgba(33, 56, 107, 0.3);
}
*/
.more-btn {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    border: 1px solid #184298;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff;
    height: 45px;
    background: #114097;
    border-radius: 25px;
}

.more-btn a {
    color: #ffffff;
}

.more-btn::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #184298;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: '';
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background: #184298;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more-btn:hover a {
    color: #fff;
    z-index: 2;
}

.more-btn:hover::before {
    width: 100%;
}

.more-btn:hover::after {
    border-color: #fff;
}


.p-button-main {
    border-radius: 6rem;
    padding: 12px 10px;
    padding-right: 6rem;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(8, 57, 39, 0.15);
    color: #333333;
    font-weight: bold;
    gap: 1.5rem;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 18px;
    margin: 10px 0;
}

.p-button-main::after {
    content: "$";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1rem;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    border: 1px solid transparent;
    background-color: #114097;
    transition-duration: 0.25s;
}

.apply-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

.p-button-main:hover {
    background-color: #114097;
    border: 1px solid #114097;
    color: #fff;
}

.p-button-main:hover::after {
    background-color: #fff;
    color: #114097;
}

@media (max-width: 768px) {
    .p-button-main {
        max-width: 100%;
        padding-right: 2rem;
    }
}

.pdtbox {
    position: relative;
}

@media (min-width: 1201px) {
    .pdtbox:hover .pdt-Img::before {
        width: 100%;
        right: initial;
        left: 0;
    }

    .pdtbox:hover .pdt-Img pdt-Img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.pdt-Img {
    position: relative;
    overflow: hidden;
}

.pdt-Img::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    z-index: 1;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pdt-Img img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 38px;
    z-index: 1;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 1200px) {
    .Txt .title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .Txt {
        padding: 14px 24px;
    }
}



.index-video {
    position: relative;
}

.index-video .index-playbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: rgb(63, 190, 63);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease;
    opacity: 0;
}

.index-video .index-playbtn:hover {
    opacity: 1;
}

.index-video .index-playbtn i {
    cursor: pointer;
}

.index-video .index-playbtn.active {
    opacity: 1 !important;
}

.index-video video {
    width: 100%;
    height: 400px;
    margin: auto;
    background-color: #f8f8f8;
}

.index-icon {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px 30px;
    height: 100%;
    transition: .3s ease;
}

.index-icon:hover {
    background-color: rgba(255, 255, 255, 1);
}

.index-icon-desc {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: .3s ease;
}

.index-icon:hover .index-icon-desc {
    color: var(--green-color)
}

@media (max-width: 768px) {
    .index-icon {
        width: 60%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .index-icon {
        width: 70%;
        margin: 0 auto;
    }
}

.index-flip {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.index-flip img {
    width: 100%;
    height: 100%;
    object-position: center 15%;
    object-fit: cover;
    transition: all .3s ease;
}

.index-flip-text {
    position: absolute;
    width: fit-content;
    top: 50px;
    word-break: break-all;
    right: 7%;
    left: 7%;
    font-size: 20px;
    padding: 0 5px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .4s ease;
    background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 576px) and (max-width: 992px) {
    .index-flip {
        height: 300px;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    }
}


@media (max-width: 576px) {
    .index-flip-text {
        font-size: 15px;
    }

    .index-flip {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        height: 200px;
        overflow: hidden;
    }
}

.flip-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 15%;
    transition: background .3s ease;
}

.circleImg-flex {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: start;
    position: relative;
}

.circleImg-flex img {
    display: block;
    margin: 0 10px;
    width: 250px;
    height: 100%;
    object-fit: contain;
}

.circleImg-flex img:nth-of-type(2) {
    margin-top: 150px;
}

@media (max-width: 1200px) {
    .circleImg-flex img {
        width: 220px;
    }
}

@media (max-width: 768px) {
    .circleImg-flex img {
        width: 200px;
    }
}

@media (max-width: 576px) {
    .circleImg-flex img {
        width: 170px;
    }

    .circleImg-flex img:nth-of-type(2) {
        margin-top: 100px;
    }
}

.circle-box {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0;
    left: 5%;
}

@media (max-width: 576px) {
    .circle-box {
        left: 0%;
    }
}

.circle-box span {
    display: block;
    position: absolute;
}

.circle-box span:nth-of-type(1) {
    display: block;
    width: 25px;
    height: 25px;
    bottom: 80px;
    right: 50px;
    background-color: #eee;
}

.circle-box span:nth-of-type(2) {
    display: block;
    width: 35px;
    height: 35px;
    bottom: 30px;
    right: 20px;
    background-color: #666;
}

.circle-box span:nth-of-type(3) {
    display: block;
    width: 50px;
    height: 50px;
    bottom: 0px;
    right: 80px;
    background-color: var(--green-color);
}

.picbox {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: .3s ease;
}

.picbox img {
    transition: .6s ease;
}

.picbox:hover img {
    transform: scale(1.08);
}

.picbox-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    padding: 15px;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s ease;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.picbox:hover .picbox-text {
    background-color: rgba(0, 0, 0, 0);
}

/* ---- index end ---- */

/* -----about ------*/

.section-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 0px;
    letter-spacing: 2px;
}


}

.ab-box {
    background-color: #f3f9f4;
    border-left: 6px solid #81c784;
    padding: 20px 25px;
    margin-top: 30px;
    border-radius: 8px;
}
.ab-logo{
    width: 100px;display: block;margin: 0 auto 20px;
}
/* ---- about end ---- */


/* ---- ab 1-1 ---- */


.ab-video {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #111111;
}

.ab-video img,
.ab-video video {
    width: 70%;
    height: 100%;
}

@media (max-width: 768px) {

    .ab-video img,
    .ab-video video {
        width: 100%;
    }
}

.ab-video-text {
    position: absolute;
    top: 35%;
    right: 10%;
    text-align: right;
    font-size: 60px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.ab-video-text span {
    color: rgba(63, 190, 63, 0.6);
    text-shadow: none;
}

@media (max-width: 1200px) {
    .ab-video-text {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .ab-video-text {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .ab-video-text {
        font-size: 25px;
        color: rgba(255, 255, 255, 1);
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    }

    .ab-video-text span {
        color: rgba(63, 190, 63, 1);
        text-shadow: 0 0 10px rgba(255, 255, 255, 1);
    }
}

@media (max-width: 576px) {
    .ab-video-text {
        font-size: 20px;
    }
}

.ab1-1-icon {
    width: 100%;
    height: 100%;
    transition: .3s ease;
}

.ab1-1-icon img {
    border-radius: 50%;
    object-fit: contain;
    width: 85%;
    margin: 0 auto;
    display: block;
    outline: 1px solid #eee;
    outline-offset: 7px;
    transition: .3s ease;
}

.ab1-1-icon:hover img {
    outline-color: var(--green-color);
}

.ab-icon-text {
    text-align: center;
    color: #666;
    letter-spacing: 4px;
}

.ab-contact {
    position: relative;
}

.ab-contact img {
    object-position: top;
    object-fit: cover;
    height: 350px;
    width: 100%;
}

.ab-contact-text {
    width: 100%;
    letter-spacing: 3px;
    position: absolute;
    top: 30%;
    left: 0;
}

@media (max-width: 992px) {
    .ab-contact-text {
        top: 20%;
    }
}



/* ---- ab 1-1 end ---- */






/* ---- news ---- */
.event {
    display: block;
    flex-wrap: wrap;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    background: #fff;
    border: 1px solid #23642a;
    border-radius: 30px;
    margin: 15px 0px;
    position: relative;
    width: 50%;
    padding: 6px;
    color: #23642a;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #f3d980;
    background-color: #23642a;
}

.news-card {
    background: #f1f6fc;
    position: relative;
    top: -100px;
    padding: 40px 0;
}


.news-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
     will-change: transform;
  transform-style: preserve-3d;

}



.new-dec {
    padding: 0 20px;
    flex: 1 1 auto;
}

.news-date {
    width: 120px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.news-c {
    background: #23642a;
    color: #fdf6a5;
    padding: 0 15px;
    font-size: 15px;
    margin-right: 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    border: 1px solid #23642a;
    font-weight: 500;
}

.news-t {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: fit-content;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .3s ease;
    margin-bottom: 15px;


}
.new-item{
        position: relative;
        border-bottom: 1px dashed #969696;
}
.index-news-img {
    width: 280px;
    border: 1px solid #6f6f6f;
    border-radius: 15px;
    margin-right: 25px;
    height: 160px;
    object-fit: cover;
}

.index-news-img img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    max-width: 250px;
    object-fit: cover;
}

.news-img {
    width: 100%;
    border: 1px solid #6f6f6f;
    border-radius: 15px;
    margin-bottom: 15px;
    height: 230px;
    object-fit: cover;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.news-img img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.news-box:hover .news-img img {
    transform: scale(1.2);
}


.news-item:hover .news-t {
    color: var(--green-color)
}

.news-item:hover .btn-news {
    background: var(--green-color)
}

@media (max-width: 992px) {
    .event {
        display: flex;
        flex-wrap: nowrap;
    }
    .nav-pills .nav-link {
    margin: 10px 5px;
}

    .c-news-a {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }


    .news-t {
        margin-top: 8px;
    }
}

/*---end----*/
/*--report--*/
.report-box{
    margin-bottom: 30px;
}
.report-img {
    width: 100%;
    border-left: 10px solid #23642a;
    border-radius: 15px;
    margin-bottom: 5px;
    height: 350px;
    object-fit: cover;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.report-img img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.report-t {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    margin: 10px 0;
}
.report-box:hover .report-img img {
    transform: scale(1.2);
}

.r-btn{
       position: relative;
    display: flex;
    justify-content: center;
    height: 32px;
    align-items: center;
    border-radius: 20px;
    color: #23642a;
    font-weight: bold;
    width: 100%;
    border: 1px solid #23642a;
    font-size: 15px;
    margin: 0 5px;
}

.r-btn:hover{
    background: #23642a;
    color: #fdf6a5;
    border: 1px solid #23642a;
}
@media (max-width: 768px) {
.report-img {
    border-left: 5px solid #23642a;
    height: 250px;
}
.report-t {
    font-size: 16px;
    letter-spacing: 0px;
}
}
/*----news-video---*/

.play-button {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}


.more-Box {
    width: 220px;
    text-align: center;
}

.btn-news {
    background-color: #184298;
    border-radius: 0px;
    color: #fff;
    flex-shrink: 0;
    font-size: 15px;
    padding: 1rem;
    width: 164px;
    padding: 10px;
}

.more-Box a {
    padding: 39px 20px;
    color: #4e4e4e;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.plus {
    width: 27px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
}

.plus:before,
.plus:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #484848;
    width: 9px;
    height: 1px;
}

.plus:after {
    width: 1px;
    height: 9px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .btn-news {
        width: 100px;
    }

    .news-img img {
/*        max-width: 300px;
        object-fit: cover;*/
    }
}

@media (max-width: 768px) {
    .news-box.latest .news-img {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .news-box .news-img {
        height: 200px !important;
    }

    .news-item {
        display: block;
    }

    .news-img img {
        width: 100%;
        transition: transform 0.5s ease-in-out;
        max-width: 100%;
    }

    .new-dec {
        padding: 10px 0;
        flex: 1 1 auto;
    }

}

.news-d-t {
    border-bottom: 1px dashed #969696;
    margin-bottom: 30px;
    padding: 10px 0;
}

.back {
    float: right;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    border-radius: 30px;
    padding: 6px 20px;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(8, 57, 39, 0.15);
    font-weight: bold;
    border: 1px solid #23642a;
    margin: 10px 0;
    width: 150px;
    letter-spacing: 2px;
}

.back a {
    color: #23642a;
}

.back:hover a {
    color: #fdf6a5;
}

.back:hover {
    background: #23642a
}

.news-box:hover .news-t {
    color: var(--green-color);
}

.news-box .news-desc {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: fit-content;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* ---- news end ---- */

/* ---- pdt ---- */
.pdt-ti {
    font-size: 30px;
    font-weight: 600;
    color: #031b42;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.dl-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e3edf5;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.dl-btn {
    align-items: center;
    background-color: #fefefe;
    border-radius: 30px;
    color: #031b42;
    display: flex;
    font-size: 20px;
    height: 30px;
    justify-content: center;
    width: 80px;
}

.dl-item:hover {
    background-color: #d9ebf9;
}

.pdt-table {
    background: #fff;
}

.table-ti {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.pdt-thead {
    background: #184298;
    color: #fff;
}

.table-responsive>.table-bordered {
    border: 0;
    background: #fff;
}

.table thead.pdt-thead th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    font-size: 15px;
    letter-spacing: 1px;
    justify-items: center;
    padding: 4px 2px;
    font-weight: 400;
    height: 45px;
}

.pdt-table tr td,
.table-bordered td {
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

/* ---- pdt end ---- */
.blog:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #e6e6e6;
    border: 1px solid #707070;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
}

/* ---- contact ---- */
.cont-box {
    padding: 20px 0 0 0;
    border-bottom: 1px dashed #23642a;
}

.contact-form {
    background: #fff;
    padding: 25px;
    border: 1px solid #23642a;
    border-radius: 15px;
}

.cont-btn {
    align-items: center;
}

@media (max-width: 576px) {}


.contact-info li {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.contact-info li .white-h4 {
    width: 120px;
    background-color: #009c8d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 100%;
    font-size: 16px;
}

.contact-info li .darkgray-h5 {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px 15px;
    width: 100%;
    background-color: #f2f2f2;
    height: 100%;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    line-height: 30px;
}

.contact-info.second li .darkgray-h5 {
    background-color: #f8f8f8;
}

.contact-info li .darkgray-h5 a {
    display: block;
    width: 100%;
    color: #184298;
}

.contact-info li .darkgray-h5 a:hover {
    color: #23642a;
}

@media (max-width: 768px) {
    .contact-info li {
        height: 45px;
    }


    .contact-info li .white-h4 {
        font-size: 16px;
        width: 110px;
        padding: 7px;
    }

    .contact-info li .darkgray-h5 {
        border-radius: 0 0 5px 5px;
    }
}


/* ---- contact end ---- */
@media (min-width: 768px) {
    .new-bg::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 847px;
        height: 744px;
        background: url(../img/new-bg.png) no-repeat 100% 100% / cover;
        content: "";
        z-index: -999;
    }
}

/* ---- footer ---- */


footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff6a5;
    color: #fff;
    padding: 30px 0px 0px;
    transition: .3s ease;
    border-top: 1px solid #ddd;
    /*background-image: url(../img/footer-bk2.png);
    background-position: bottom;*/
}


@media (max-width: 992px) {
    footer {}
}

.ft-top {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.f-logo {
    width: 100%;
    max-width: 280px;
    display: block;
    margin: 0 30px 20px 0;
}

.f-link {
    display: flex;
    justify-content: center;
}



.f-link li a {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    font-style: normal;
    border-right: solid 1px #4f6f91;
    padding: 0 20px;
}

.f-link li:last-child a {
    border: none;
    padding-right: 0;
}

.f-link li a:hover {
    color: var(--green-color);
}

.f-info {
    margin-bottom: 15px;
}

.f-info li {
    display: block;
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    padding-bottom: 2px;
}

.f-info li.ft-ti {
    color: #23642a;
    font-weight: 600;
}

.ft-btn {
    position: relative;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    border-radius: 30px;
    padding: 6px 20px;
    /* background-color: #fff;*/
    box-shadow: 0 3px 3px rgba(8, 57, 39, 0.15);
    color: #333333;
    font-weight: bold;
    width: 100%;
    border: 1px solid #23642a;
    font-size: 16px;
    margin: 10px 5px;


}

.ft-btn span {
    margin-right: 15px;
}

.ft-btn img {
    width: 25px;
}

.ft-btn:hover {
    background-color: #23642a;
    color: #fdf6a5;
}
    .ft-btn button {
        background-color: unset;
    }
    .ft-btn button:hover {
        background-color: #23642a;
        color: #fdf6a5;
    }

@media (max-width: 992px) {


    .f-logo {
        margin: 5px auto 15px;
        max-width: 215px;
    }

    .f-link li a {
        padding: 0 10px;
        text-align: center;
    }


}


@media (max-width: 768px) {
    .ft-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;


    }

    .f-logo {
        margin: 5px auto 15px;
        max-width: 300px
    }

    .f-link {
        display: grid;
        -ms-grid-columns: 1fr 0 1fr 0 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 0;
    }

    .f-link li:nth-of-type(3) a {
        border: none;
    }

    .f-info {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px 0;
        justify-content: center;
        text-align: start;
        margin-bottom: 2px;
    }

    .f-info li a {
        margin-bottom: 8px;
    }

    .ft-btn {
        margin: 5px 5px;
    }





}

.copyright {
    font-size: 13px;
    color: #969696;
    background: #ffffff36;
    padding: 12px 0;
    border-top: 1px solid #ddd;
    letter-spacing: 0;
    text-align: center;
}


/* ---- footer end ---- */


.pdt-dt-swipper-thumbs .swiper-button-next::after,
.pdt-dt-swipper-thumbs .swiper-button-prev::after,
.pdt-dt-swipper .swiper-button-next::after,
.pdt-dt-swipper .swiper-button-prev::after {
    color: #214e9d;
    font-size: 22px;
}

.pdt-dt-swipper {
    height: 100%;
    margin-bottom: 10px;
}



.pdt-dt-swipper-thumbs .swiper-slide {
    opacity: .4;
    transition: .3s ease;
}

.pdt-dt-swipper-thumbs .swiper-slide:hover {
    cursor: pointer;
    opacity: 1;
}

.pdt-dt-swipper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/*--maim---*/
.main-title {
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.main-title h2 {
    padding-left: 10px;
    font-size: 22px;
    border-left: 10px solid #23642a;
}

.main-list ul li a {}

.main-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
    display: block;
    padding: 8px 0px;
    text-align: center;
    background-color: #eee;
    transition: .3s ease;
}

.main-list ul li a:hover {
    background-color: #23642a;
    color: #fff;
}


/*---page --*/

.gif-icon {
    width: 60px;
    flex-direction: row;
    align-content: center;
    position: relative;
    top: -12px;
}

.qa-box {
    border: 1px solid #23642a;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.2s ease;
    cursor: pointer;
    background-color: #fffee9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    box-shadow: 4px 4px 0 0 #23642a;
}

.qa-box:hover,
.qa-box.active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(2px);
    /* 模擬按下的感覺 */
}

.qa-question {
    padding: 12px 50px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    letter-spacing: 1.5px;
}

.qa-question:before {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0.75rem;
    top: 50%;
    background: url(../img/heart2.svg) no-repeat 0 0;
    transform: translateY(-45%);
    background-size: 100%;
    content: "";
    z-index: 1;
}

.qa-question::after {
    content: '+';
    position: absolute;
    right: 40px;
    font-size: 20px;
    transition: transform 0.3s;
}

.qa-box.active .qa-question::after {
    content: '-';
    transform: rotate(180deg);
}

.qa-ans {
    padding: 15px 30px;
    background-color: #ffffff;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    display: none;
    border-top: 1px dashed #969696;
}

/*---*/


/*---download ---*/

.search-bar-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.search-select {
    margin-right: 15px;
    padding: 8px 12px;
    border: none;
    font-size: 16px;
    outline: none;
    width: 35%;
    background: #ffffff;
    color: #23642a;
    border: 2px solid #23642a;
}

.search2-input {
    padding: 8px 12px;
    color: #23642a;
    border: 2px solid #23642a;
    flex: 1;
    font-size: 16px;
    outline: none;
}

.search-btn {
    background-color: #23642a;
    color: #fdf6a5;
    border: 2px solid #23642a;
    padding: 8px 25px;
    font-size: 16px;
    width: 15%;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
    justify-content: center;
    letter-spacing: 4px;
}

.search-btn:hover {
    opacity: 0.9;
}

.search-btn i {
    margin-right: 6px;
}




.year-filter {
    margin-bottom: 1rem;
    font-weight: bold;
}

.year-filter select {
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
@media (max-width: 992px) {
.search-select {
    margin-right: 8px;
    padding: 8px 12px;
    width: 40%;
}
.search2-input {
    width: 39%;
}
.search-btn {
    padding: 8px 5px;
    width: 15%;
    letter-spacing: 3px;
}
}
.download-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.download-list li {

    display: block;
    background-image: url(../img/dl-1.jpg);
    border: dashed 1px var(--main-color);
    border-radius: 12px;
    box-sizing: border-box;
    position: relative;
    padding: 6px 20px;
}

.download-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.download-list a {
    display: flex;
    align-items: center;
    color: #23642a;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    justify-content: space-between;
}

.download-list a:hover {
    color: #1b5231;
}

.download-icon {
    width: 40px;
    height: auto;
    margin-right: 30px;
}
.pagination li span {
    display: block;
    text-align: center;
    border-bottom: 2px solid #eee;
    color: #aaa;
    width: 30px;
    margin: 0 5px;
    transition: .3s ease;
}
.pagination li.active span,
.pagination li:hover span {
    border-bottom-color: rgba(63, 190, 63, 0.2);
    color: var(--green-color);
}
.hidden{
    display:none !important;
}