@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
:root{
    --blue:#01007b;
    --blue2:#0872b2;
}
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

img {max-width:100%;    vertical-align:bottom;}

a { 
    color:#444; 
    text-decoration:none;
   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active { outline:0;}

input:focus, textarea:focus, button:focus { outline:0;  border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}

h1, .h1{font-size: 58px;line-height: 68px;}
h2, .fs-42{font-size: 42px;line-height: 50px;}
h3, .fs-34{font-size: 34px;line-height: 40px;}
h4      {font-size: 24px;line-height: 32px;}
.fs-38  {font-size: 38px;line-height: 48px;}
.fs-28  {font-size: 28px;line-height: 34px;}
.fs-24  {font-size: 24px;line-height: 30px;}
.fs-22  {font-size: 22px;line-height: 28px;}
.fs-20  {font-size: 20px;line-height: 26px;}
.fs-18  {font-size: 18px;line-height: 24px;}
.fs-16  {font-size: 16px;line-height: 28px;}
.fs-14  {font-size: 14px;line-height: 20px;}

.regular{font-weight: 400;}
.medium{font-weight: 500;}
.semibold{font-weight: 600;}
.bold{font-weight: 700;}
.extrabold{font-weight: 900;}
.text-blue{color: var(--blue);}


.poppins{font-family: "Poppins", sans-serif;}

a{display: inline-block;}
.slider-item a{display: block;}
a:hover{color:#000}

ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}
body {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
.container{
    width: 98%;
    /* max-width: 1250px; */
    max-width: 1624px;
}
.container-large{
    width: 98%;
    margin: 0 auto;
    max-width: 1300px;
}
.theme-btn{
    display: inline-block;
    border: 2px solid #0099ff;
    border-radius: 40px;
    padding: 7px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    background: #fff;
    color: #000;
}
.theme-btn:hover{
    background: #0099ff;
    color: #fff;
}
/*------------------------------------*\
                HEADER
\*------------------------------------*/
.header {
    border-bottom: 3px solid #ededed;
}
.sky-btn{
    background: #00a4ff;
    border: 1px solid #00a4ff;
    color: #fff;
}
.orange-btn{
    background: #ff8400;
    border: 1px solid #ff8400;
    color: #fff;
}
.sky-btn:hover, .orange-btn:hover{
    background: var(--blue);
    border-color: var(--blue);
}
.header select {
    font-size: 12px !important;
    padding: 2px 23px 2px 10px !important;
    background: #fff url(../image/down-arrow.png) no-repeat right 4px center !important;
}

.bottom-header{
    background: #4792c8;
}
.nav_area > ul > li 
{    
    display: inline-block;
    padding: 0 12px;
}
.nav_area ul li a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}
ul .sub-menu span.arrow{
    color: #000;
}
ul li span.arrow{
    color:#000;
    padding-left: 4px;
}
ul.sub-menu li a {
    color: #3c2313;
    line-height: 20px;
    padding: 10px;
    font-size: 15px;
    display: inline-block;
}
ul.sub-menu li {
    display: block;
    position: relative;
    padding: 0 20px;
}

/*---------------footer----------------------*/
.footer {
    background: url(../image/footer-bg.png) no-repeat center;
    background-size: cover;
}
/*-20251212Colin加-*/
.footer ul li  {
overflow: hidden;
}
.footer ul li a{
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.copyright p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
/*******pagination**********/
.bg-gray{
    background: #e3e8f0;
}

.pagination a {
    height: 45px;
    width: 45px;
    min-width: 45px;
    font-size: 14px;
    line-height: 28px;
    margin: 0 6px;
    color: #000;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #9d9d9d5c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a.active,
.pagination a:hover {
    background: #82addc;
    color: #fff;
}
/*------------------------------------*\
            INDEX
\*------------------------------------*/

.banner-slider .owl-nav{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 40%;

}
.banner-slider .owl-nav button i{
    color: #999999;
}
.title:after{
    content: '';
    position: absolute;
    width: 65%;
    height: 65px;
    background: url(../image/sec-title-bg.png) no-repeat center;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    z-index: 0;
    padding: 10px;
}
.title h1,h2{
    position: relative;
    z-index: 1;
}
.news-slider span{
    background: var(--blue);
    padding: 5px 30px 5px 20px;
    clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
}
.event-section {
    background: url(../image/news-bg.jpg) no-repeat center;
    background-size: cover;
}
.news-slider img{
    border-radius: 15px;
    border: 5px solid #fff;
}
.news-slider .owl-nav,
.box-slider .owl-nav,
.product-slider .owl-nav {
    position: absolute;
    display: flex !important;
    justify-content: space-between;
    width: calc(100% + 65px);
    top: 40%;
    left: -32px;
    height: 1px;
}
.product-slider .owl-nav {
    top: 41% !important;
}
.news-slider .owl-nav button,
.box-slider .owl-nav button,
.product-slider .owl-nav button{
    background: #d0dfe8 !important;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.news-slider .owl-nav button.owl-prev, 
.box-slider .owl-nav button.owl-prev, 
.product-slider .owl-nav button.owl-prev{
    border-radius: 0 50% 50% 0 !important;
    padding-left: 22px;
}
.news-slider .owl-nav button.owl-next,
.box-slider .owl-nav button.owl-next,
.product-slider .owl-nav button.owl-next{
    border-radius: 50% 0 0 50% !important;
    padding-right: 25px;
}
.news-slider .owl-nav button i,
.box-slider .owl-nav button i,
.product-slider .owl-nav button i{
    color: #a1b0b9;
}
.product-row > div{
    position: relative;
}
.product-row > div:not(:last-child):after{
    content: '';
    background: url(../image/product-border.png) no-repeat center;
    position: absolute;
    height: 100%;
    width: 3px;
    right: 0;
    top: 0;
    background-size: cover;
}
.date{
    background: #00a4ff;
    min-width: 70px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box-slider p{
    max-width: 95%;
    margin-bottom: 0;
}
.blue-btn{
    background: var(--blue);
    padding: 5px 15px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
}
.blue-btn:hover{
    background: #00a4ff;
}
.box-shadow{
    box-shadow: 0 0 15px -4px #b9b9b9;
}
.sec-title:after{
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100px;
    height: 2px;
    background: #0aa8ff;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cat-item {
    clip-path: polygon(50% 0%, 100% 28%, 99% 75%, 51% 100%, 0 75%, 0 29%);
    height: 177px;
    width: 167px;
    background-image: linear-gradient(#00a3fe, #255bc1);
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    margin: 0 auto;
}
.cat-item span {
    display: flex;
    width: 157px;
    height: 167px;
    background: white;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0%, 100% 28%, 99% 75%, 51% 100%, 0 75%, 0 29%);
}
.cat-item img {
    max-width: 70px;
    height: 80px;
    padding-bottom: 10px;
    object-fit: contain;
}
.group-section{
    background: #e9f9ff;
}
.logo-section{
    background: url(../image/logo-bg.png) no-repeat center;
    background-size: cover;
}
/*------------------------------------*\
            NEWS-DETAILS
\*------------------------------------*/
.breadcrumb li a{
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #333333;
    content: var(--bs-breadcrumb-divider, "»");
}
.breadcrumb li.active{
    color: var(--blue);
}
.detail-section .right-side::after{
    content: '';
    position: absolute;
    background: #cef0fb;
    width: 850px;
    height: 92%;
    right: 0;
    top: 50px;
    z-index: -1;
}
.news-left img{
    min-width: 300px;
}
/*------------------------------------*\
            GARDEN  
\*------------------------------------*/
select.select-drop {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../image/down-arrow.png) no-repeat right 16px center;
    position: relative;
    z-index: 1;
    border: 1px solid #9d9d9d;
    padding: 7px 20px 7px 20px;
    font-size: 17px;
    line-height: 24px;
    border-radius: 5px;
}
/*------------------------------------*\
            EVENT-INDEX  
\*------------------------------------*/
.event-calendar-section .event img{
    height: auto;
}   
/*------------------------------------*\
            PRODUCT-INDEX  
\*------------------------------------*/
.search-btn{
    background: var(--blue);
    border: 0;
    border-radius: 0 5px 5px 0 !important;
    color: #fff;
    padding: 5px 8px !important;
}
.search-form {
    background: #fff;
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 0 0 0 10px;
}
.product-category-item{
    box-shadow: 0 0 5px 5px #ebebeb;
}
.product-title{
    background: url(../image/product-title-bg.png) no-repeat center;
    background-size: cover;
}
.product-btn{
    background: #49a2f8;
    border: 2px solid #49a2f8;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    padding: 3px 12px 6px;
    border-radius: 30px;
}
.product-btn:hover{
    color: #49a2f8;
    background: transparent;
}
.product-list .product-category-item{
    border: 3px solid #e5f3fc;
}
.upcoming-event-btn{
    background: #a6d1fc;
    color: #01007e;
    padding: 10px 35px;
    position: relative;
    overflow: hidden;
}
.upcoming-event-btn::after{
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #01007e;
    width: 100%;
    left: 0;
}
.event-title{
    background: #30488a;
    bottom: 0;
}
.event-title .date{
    margin-top: -50px;
}
.object-cover{
    object-fit: cover;
}
.bottom-shadow{
    box-shadow: 0px 8px 9px -5px #d9d9d9;
}
/*------------------------------------*\
            MILESTONE  
\*------------------------------------*/
.inner-title::after{
    width: 50%;
}
.milestone{
    background: url(../image/milestone-bg.png) no-repeat center;
    background-size: cover;
}
.progress-year {
    position: relative;
    margin-top: 50px;
}
.progress-year::before {
    content: '';
    background: #265186;
    position: absolute;
    right: 50%;
    left: 50%;
    width: 3px;
    height: 100%;
    top: 0;
}
.progress-year::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #265186;
    top: -8px;
    left: 50%;
    transform: translate(-40%, -50%);
}

.bg-red{background: #a1221c;}
.bg-blue{background: #3065a8;}
.progress-year .inner-content{
    background: #efefef;
}
.progress-year .left span.milestone-year:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 0 9px 17px;
    border-color: transparent transparent transparent #a1221c;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.progress-year .right span.milestone-year::before{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 17px 9px 0;
   border-color: transparent #3065a8 transparent transparent;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.progress-year .left:after{
    content: '';
    background: url(../image/red-dot.png) no-repeat center;
    background-size: 80%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 7px;
    right: -20px;
}
.progress-year .right{
    margin-top: 50px;
}
.progress-year .right:after{
    content: '';
    background: url(../image/blue-dot.png) no-repeat center;
    background-size: 80%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 7px;
    left: -15px;
}
.progress-year ul li{
    list-style-type: disc;
    font-size: 16px;
    padding-bottom: 8px;
}
/*------------------------------------*\
            JOIN-US  
\*------------------------------------*/
.custom-tab .nav-tabs{
    gap: 3px;
}
.custom-tab .nav-tabs li a{
    color: #000066;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 30px;
    background: #d2e7f7;
    margin: 0;
    border-radius: 0;
    display: inline-block;
    border: 0;
    min-width: 235px;
    text-align: center;
    border-bottom: 3px solid transparent;
    font-family: "Poppins", sans-serif;
}
.custom-tab .nav-tabs li a.active,
.custom-tab .nav-tabs li a:hover{
    color: #fff;
    background: #010076;
    border-color: #469cf3;
}
.custom-tab .tab-content h2{
    color: #06509a;
}
/* .custom-tab .tab-content ul li{
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 20px;
} */
/* .custom-tab .tab-content ul li::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    left: 0;
    top: 12px;
} */
.mail{
    color: #1368bd;
}
#videoThumbnail {
    width: 100%;
    cursor: pointer;
}
.play-button {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    font-size: 3em;
    cursor: pointer;
    z-index: 10;
    width: 125px;
}
.video-player {
    display: none;
    width: 100%;
}
.thumb-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: calc(100% + 120px);
    justify-content: space-between;
    margin: 0;
    left: -60px;
}
#sync2.owl-theme .owl-nav {
    font-size: 26px;
    color: #d4d4d4;
}
.album-slider.owl-theme .owl-nav [class*=owl-] {
    background: #c2c2c2;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    color: #fff;
}
.text-orange{
    color: #ff6600;
}
.back-btn{
    background: #00006b;
    border-color: #00006b;
    color: #fff;
    line-height: 32px;
}
.back-btn:hover{
    border-color: #00006b;
    color: #00006b;
    background: transparent;
}
/*------------------------------------*\
            GARDEN DETAIL  
\*------------------------------------*/
.garden-video-section .play-button{
    top: 44%;
    width: 90px;
}
.select-one{
    background: #81a6ca;
    padding: 10px;
}
/*------------------------------------*\
            OFFICE NEW  
\*------------------------------------*/
.office-new{
    background: url(../image/office-new-bg.png) no-repeat;
}
.select-one select{
    min-width: 275px;
}
.choose-detail {
    background: #e8e8e8;
}
.choose-detail h3{
    color: #06509a;
    font-size: 30px;
    line-height: 36px;
}
.choose-detail a{
    color: #000;
}
/*------------------------------------*\
            PRODUCT DETAILS  
\*------------------------------------*/
.product-detail-section h2::after{
    content: '';
    position: absolute;
    background: #c0c0e0;
    height: 3px;
    width: 80px;
    bottom: -5px;
    left: 0;
}
.text-blue2{
    color: #000087;
}
.product-detail-tab .nav-tabs li a {
    color: #000066;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 30px;
    background: #e8e8e8;
    margin: 0;
    border-radius: 0;
    display: inline-block;
    border: 0;
    border-radius: 12px 12px 0 0;
    min-width: 180px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.product-detail-tab .nav-tabs li a.active, .product-detail-tab .nav-tabs li a:hover {
    background: #bddeea;
}
.inquiry-modal .modal-header{
    background: url(../image/modal-header-bg.jpg) no-repeat center;
    background-size: cover;
}
.inquiry-modal form label{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 26px;
    display: block;
    padding-bottom: 5px;
}
.inquiry-modal form input, .inquiry-modal form textarea{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: normal;
    color: #000;
}
.inquiry-modal .modal-dialog {
    max-width: 570px;
}
/*新增或修复部分样式*/
.pt_table td,.woocommerce-Tabs-panel--description table td,.product-detail-tab table td{border:1px solid #F0F0F0;padding:0 8px;}
.pt_div1 a{font-size:15px;color:#08A5FF;line-height:25px;margin-bottom:20px;}
.pt_div1 .auto_arrange{width:24%;float:left;position:relative;margin:0.5%;}
.pt_noshow {display:none !important;;}
/* #cboSearchCategory{max-width:330px;}
#txtSearchProduct{max-width:230px;}
@media screen and (min-width:993px) and (max-width:1380px){
#cboSearchCategory{max-width:230px;}
#txtSearchProduct{max-width:150px;}
} */