:root {
    --web-color: #64853c;
    --web-txt: #2d306b;
}

/*stlye*/
html,
body {
    font-family: "微軟正黑體";
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    color: #232323;
    font-size: 16px;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--web-color);
    border-radius: 5px;
    border: solid 2px #dfe7eb;
}

body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

a {
    text-decoration: none;
}

.content_box {
    max-width: 1200px;
    margin: 0px auto;
    padding: 15px 10px
}

/*編輯器*/
.edit {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.edit iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.edit table {
    max-width: 100%;
}

.edit img {
    max-width: 100%;
    height: auto;
}

.edit p {
    margin-bottom: 0px;
}

.edit ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.edit table td {
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

/*按鈕*/
.btn_row {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.btn_row a {
    padding: 5px;
    background: #4a8ce6;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

/*大標題*/
.item_title_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 20px 0px 25px 0px;
}

.item_title_box .ch {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.6;
    color: var(--web-txt);
    margin: 0px
}

.item_title_box .en {
    display: block;
    color: var(--web-txt);
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0px
}

.item_title_box::after {
    content: '';
    display: block;
    width: 4.16667em;
    height: 5px;
    background: linear-gradient(to right, #ffffff 0%, var(--web-txt) 100%);
    margin-top: 0.35em;
    margin-left: auto;
    margin-right: auto;
}

.item_title_box.line::after {
    display: none;
}

.item_title_box .line {
    position: relative;
}

.item_title_box .line img {
    width: 40px;
}

.item_title_box.line .en {
    font-size: 16px;
    margin-top: 15px;
}

.item_title_box .line::after,
.item_title_box .line::before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    background: #d8a129;
}

.item_title_box .line::after {
    right: calc(100% + 20px);
}

.item_title_box .line::before {
    left: calc(100% + 20px);
}

.page_tiele_box {
    padding: 0px 15px;
    margin-bottom: 60px;
    margin-top: 20px;
}

.page_tiele_box .title {
    text-align: center;
    letter-spacing: 3px;
    font-size: 30px;
    color: #000;
    line-height: 1.5;
    margin: 0;
}

/*路徑*/
.path_box {
    text-align: center;
}

.path_box a {
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
}

.path_box>a+a:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

/*頁碼*/
.manu {
    clear: both;
    text-align: center;
    color: #999999;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.manu .disabled {
    padding: 6px 10px;
    border: #d3d3d3 1px solid;
    COLOR: #222222;
    margin: 0 2px;
}

.manu .current {
    COLOR: #000000;
    padding: 6px 10px;
    border: #e3e3e3 1px solid;
    BACKGROUND: #f2f2f2;
    margin: 0 2px;
}

.manu a {
    border: #d3d3d3 1px solid;
    margin: 0 2px;
    padding: 6px 10px;
    overflow: hidden;
    color: #222222;
    line-height: 3;
}

/*回最上*/
#back-to-top {
    position: fixed;
    bottom: 3%;
    right: 30px;
    z-index: 100;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 40px;
    background: #ffffff8a;
    color: #82ccd2;
    cursor: pointer;
    border: 0;

    text-decoration: none;
    transition: opacity 0.2s ease-out;
    font-size: 18px;
    padding-top: 3px;
    border: 2px solid #82ccd2;

}

/*按鈕*/
.page_bottom_btn_box {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}

.page_bottom_btn_box a {
    margin: 10px;
}

.back_btn {
    padding: 5px 15px;
    background: var(--web-txt);
    color: white;
    border-radius: 5px;
    font-size: 18px;
}

.product_dm_box .dm_btn:hover {
    background: var(--web-color);
}

.product_btn_box {
    display: flex;
    justify-content: center;
    margin: 50px 0px 10px 0px;
}

.product_btn_more {
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: var(--web-color);
    border-left: 1px solid var(--web-color);
    border-top: 1px solid var(--web-color);
    border-bottom: 1px solid var(--web-color);
    min-width: 45px;
    line-height: 1;
    padding: 10px 30px;
    text-align: center;
}

.product_btn_more:before {
    content: '';
    width: 1px;
    height: 65%;
    background: var(--web-color);
    position: absolute;
    bottom: 0px;
    right: -1px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.product_btn_more:hover:before {
    height: 100%;
}

.product_btn_more:hover {
    background: #e9e9e9;
    color: #717071;
}

.gear_icon_box {
    position: relative;
}

.gear_icon {
    position: absolute;
    font-size: 16px;
    right: 3%;
    bottom: 3px;
    color: #0287aa;
    animation: rotation 5s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/*橫幅*/
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.index_ad_swiper {
    margin-top: 20px;
    margin-bottom: 30px;
}

.ad_swiper {
    position: relative;
}

/*
.ad_swiper_page_box{
	position:absolute;
	width:50px;
	top: calc(50% - 65px);
    z-index: 9;
}
*/

.ad_swiper_page_box a {
    position: absolute;
    top: 45%;
    display: inline-block;
    padding: 10px;
    color: #003983;
    font-size: 26px;
    z-index: 2;
}

.ad_swiper_page_box a.adswiper_left {
    left: 10%;
}

.ad_swiper_page_box a.adswiper_right {
    right: 10%;
}

.ad_swiper_page_box a.swiper-button-disabled {
    color: #cdcdcd;
}

.swiper_ph {
    display: none;
}

@media only screen and (max-width: 760px) {
    .swiper_pc {
        display: none;
    }

    .swiper_ph {
        display: block;
    }
}

.products_left_img_ph {
    display: none;
}

@media only screen and (max-width: 760px) {
    .products_left_img_pc {
        display: none;
    }

    .products_left_img_ph {
        display: block;
    }
}

/*seo article*/
.seo_row {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0px;
}

.seo_row .seo_title_box {
    width: 300px;
}

.seo_article_row {
    width: calc(100% - 320px);
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.seo_row .seo_title_box .h1_title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: .03em;
}

.seo_row .seo_title_box .h2_title {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
}

.seo_article_list {
    width: calc(100% / 3 - 20px);
    margin: 10px 10px 15px 10px;
    border-left: 1px solid #e9e9e9;
    padding: 0px 15px 40px 15px;
}

.seo_article_list .date_title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.seo_article_list .date_title .date {
    width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #b0b0b0;
    color: #707070;
    text-align: center;
}

.seo_article_list .date_title .date .day {
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
}

.seo_article_list .date_title .date .txt_m_y {}

.seo_article_list .date_title .title {
    width: calc(100% - 55px);
    padding-top: 5px;
    padding-left: 30px;
    line-height: 1.8;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.seo_article_list .date_text_box {
    font-size: 12px;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media only screen and (max-width: 1200px) {

    .seo_row .seo_title_box,
    .seo_article_row {
        width: 100%;
        margin-left: 0px;
    }

    .seo_row .seo_title_box {
        text-align: center;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 860px) {
    .seo_article_list {
        width: calc(100% / 2 - 20px);
    }

    .seo_article_list .date_title .date {
        width: 100%;
        text-align: left;
    }

    .seo_article_list .date_title .date .day {
        font-size: 12px;
    }

    .seo_article_list .date_title .title {
        width: 100%;
        padding-left: 0px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 760px) {
    .seo_article_list {
        width: 100%;
        border-left: 0px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }
}

/*article*/
.article_row_box {
    width: calc(100% - 320px);
}

.article_row {
    display: flex;
    flex-wrap: wrap;
}

.article_row .seo_article_list {
    width: calc(100% / 2 - 20px);
    margin: 0px 10px 0px 10px;
    border-left: 1px solid #e9e9e9;
    padding: 0px 15px 40px 15px;
}

.article_row .seo_article_list:nth-child(odd) {
    border-left: 0px solid #e9e9e9;
}

@media only screen and (max-width: 760px) {
    .article_row_box {
        width: 100%;
        padding: 20px 0px;
    }

    .article_row .seo_article_list {
        width: 100%;

    }
}

/*article ii*/
.article_container_row {
    display: flex;
    flex-wrap: wrap;
}

.article_menu_box {
    position: relative;
    width: 320px;
    border-right: 1px solid #f2f2f2;
}

.article_text_box {
    width: calc(100% - 640px);
    margin-right: auto;
}

.article_menu_title {
    position: relative;
    padding-left: 40px;
    padding-top: 30px;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: .05em;
    color: #343434;
}

.menu_ul_box {
    padding: 20px 0;
}

.menu_ul_box .menu_ul {
    list-style: none;
    padding-left: 0px;
}

.menu_ul_box .menu_ul li a {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    letter-spacing: .05em;
    color: #676767;
    border-bottom: 1px solid #f2f2f2;
}

.menu_ul_box .menu_ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #f80034;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.menu_ul_box .menu_ul li a:hover::after,
.menu_ul_box .menu_ul li a.active::after {
    width: 100%;
}

.article_top_title_box {
    display: flex;
    padding: 37.5px 6%;
    border-bottom: 1px solid #f2f2f2;
}

.article_top_title_box .date {
    width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
}

.article_top_title_box .date .day {
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.article_top_title_box .date .txt_m_y {}

.article_top_title_box .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 25px;
}

.article_top_title_box .text .txt {
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
    letter-spacing: .02em;
}

.article_top_title_box .text .title {
    font-size: 3rem;
    line-height: 1;
    color: #181414;
    font-weight: bold;
    letter-spacing: .02em;
}

.article_edit_box {
    padding-left: 16%;
    padding-right: 16%;
}

.catalog_box {
    padding: 20px;
    background: #f1f1f1;
    margin: 10px 0;
}

.catalog_box .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.catalog_box ul>li {
    margin-top: 0.75rem;
}

.catalog_box ul a {
    color: #159347;
    line-height: 1.5;
    font-size: 18px;
}

.edit.tag_edit {}

.edit_title {
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: .25rem;
    line-height: 1.5;
    color: #c0392b;
    margin: 20px 0;

}

@media only screen and (max-width: 1300px) {
    .article_edit_box {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media only screen and (max-width: 760px) {
    .article_edit_box {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/*切換分頁按鈕*/
.page_btn_box {
    position: relative;
    margin: 35px 0px;
    width: 100%;
    height: 45px;
}

.page_btn_box:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 10px);
    background: #a59595;
    left: 50%;
}

.page_btn {
    position: relative;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.page_btn_box .page_btn.left {
    justify-content: flex-start;
    padding-right: 10px;
    padding-left: 35px;
    text-align: left;
    float: left;
}

.page_btn_box .page_btn.right {
    padding-right: 35px;
    padding-left: 10px;
    text-align: right;
    float: right;
}

.page_btn_box .page_btn.left .icon {
    left: 0px;
}

.page_btn_box .page_btn.right .icon {
    right: 0px;
}

.page_btn>.icon {
    position: absolute;
    font-size: 20px;
    top: 10px;
}

.page_btn>.text {
    width: 100%;
    font-size: 18px;
    color: #108696;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.page_btn>.title {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*右側文章列表*/
.article_fixed_box {
    position: fixed;
    right: 0;
    top: 0;
    padding-top: 90px;
    height: 100%;
    width: 320px;
    border-left: 1px solid #f2f2f2;
}

.article_fixed_row {
    display: flex;
    flex-wrap: wrap;
}

.article_fixed_list {
    width: 100%;
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 35px;
    border-bottom: 1px solid #f2f2f2;
}

.article_fixed_list .date {
    width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
}

.article_fixed_list .date .day {
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.article_fixed_list .date .txt_m_y {}

.article_fixed_list .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px;
    padding-top: 8px;
}

.article_fixed_list .text .txt {
    padding-bottom: 3px;
    font-size: 14px;
}

.article_fixed_list .text .title {
    display: block;
    font-size: 16px;
    letter-spacing: .05em;
    color: #2f2b2b;
    line-height: 1.5;
    max-height: 50px;
}

/*tag2*/
.article_text_box.tag2 {
    width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
}

.article_left_box {
    width: calc(100% - 320px);
}

.article_right_box {
    height: 100%;
    width: 320px;
    border-left: 1px solid #f2f2f2;
}

.article_right_box .article_fixed_row {
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 90px;
}

.tag_edit .edit img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.tag_edit .edit p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    font-weight: 300;
}

@media only screen and (max-width: 1300px) {

    .article_text_box {
        width: calc(100% - 320px);
        margin-right: auto;
    }

    .article_fixed_box {
        position: relative;
        width: 100%;
    }

    /*tag2*/
    .article_text_box.tag2 {
        width: calc(100% - 320px);
        display: flex;
        flex-wrap: wrap;
    }

    .article_left_box {
        width: 100%;
    }

    .article_right_box {
        width: 100%;
        height: auto;
    }

    .article_right_box .article_fixed_row {
        position: relative;
        top: 0px;
    }
}

@media only screen and (max-width: 760px) {

    .article_menu_box,
    .article_text_box {
        width: 100%;
    }

    .article_menu_box {
        background: #f80034;
    }

    .article_menu_title {
        color: #fff;
        margin-bottom: 20px;
    }

    .article_menu_title:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\2b";
        position: absolute;
        top: 50%;
        right: 10%;
        font-size: 22px;
        transition: .3s;
    }

    .article_menu_title.active:after {
        transform: rotate(45deg);
    }

    .menu_ul_box {
        width: 100%;
        height: 0px;
        padding: 0px;
        background: #e9e9e9;
        overflow: hidden;
        position: absolute;
        top: 100%;
        z-index: 8;
        transition: all .5s ease;
    }

    .menu_ul_box.active {
        height: auto;
    }

    /*tag2*/
    .article_top_title_box .text .title {
        font-size: 1.875rem !important;
    }

    .article_text_box.tag2 {
        width: 100%;
    }

    .tag_edit .edit img {
        max-width: 100%;
    }
}

/*down tag*/
.tag_box {
    display: flex;
    flex-wrap: wrap;

}

.tag_box,
.tag_box a {}

.tag_box .slogan {
    width: 200px;
    padding-right: 30px;
}

.tag_box .tag {
    width: 70%;
    text-align: center;
    margin: 20px auto;
}

.copyright {
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0px 10px 0px;
    padding-bottom: 5px;
}

.tag_box .tag a {
    display: inline-block;

}

.tag_box .tag>a,
.tag_box .tag>a>h2,
.copyright {
    font-size: 12px;
    color: #000;

    font-weight: 200;
    margin-bottom: 0px;
}

.tag_box .tag>a {
    padding: 5px;
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    margin-right: 6px;
    margin-bottom: 5px;
}

.footer_ContactBtn_box {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 40px 0px
}

.footer_ContactBtn_box .btn {
    width: calc(60% - 50px);
    border-radius: 35px !important;
    background-image: -webkit-linear-gradient(345deg, #e22410, #f30063);
    background-image: -o-linear-gradient(345deg, #e22410, #f30063);
    background-image: linear-gradient(105deg, #e22410, #f30063);
    -webkit-box-shadow: 0 15px 15px -15px rgba(229, 58, 40, 0.8) !important;
    box-shadow: 0 15px 15px -15px rgba(229, 58, 40, 0.8) !important;
    color: #fff;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 13px 28px !important;
    border-color: transparent;
    line-height: 1;
}

.footer_ContactBtn_box .btn:hover {
    background-image: -webkit-linear-gradient(315deg, #e22410, #e50093);
    background-image: -o-linear-gradient(315deg, #e22410, #e50093);
    background-image: linear-gradient(135deg, #e22410, #e50093);
    -webkit-box-shadow: 0 15px 20px -15px rgba(229, 58, 40, 0.8) !important;
    box-shadow: 0 15px 20px -15px rgba(229, 58, 40, 0.8) !important;
}

.footer_ContactBtn_box .btn.ph {
    display: none;
}

@media only screen and (max-width: 760px) {
    .footer_ContactBtn_box .btn.pc {
        display: none;
    }

    .footer_ContactBtn_box .btn.ph {
        display: block;
        width: calc(100% - 50px);
    }
}

.index_item_box {
    padding: 25px 0px;
}

.item_img_box .title {
    position: relative;
    font-size: 28px;
}

.index_about_box {
    display: flex;
    flex-wrap: wrap;
}

.index_about_box .text_box {
    padding: 45px 130px 45px 20px;
    width: 50%;
}

.index_about_box .img {
    width: calc(50% - 30px);
    margin-left: 30px;
    text-align: center;
}

.index_about_box .text_box .title {
    position: relative;
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    display: inline-block;
}

.index_about_box .text_box .title:after {
    content: "";
    width: 80%;
    height: 4px;
    bottom: 0%;
    left: 0px;
    position: absolute;
    margin: auto;
    background: var(--web-txt);
}

.index_about_box .text_box .text {
    margin-bottom: 30px;
}

.index_about_box .img img {
    width: 100%;
}

@media only screen and (max-width: 760px) {

    .index_about_box .text_box,
    .index_about_box .img {
        width: 100%;
    }

    .index_about_box .text_box {
        padding: 15px;
    }

    .index_about_box .img {
        margin-left: 0px;
    }
}

.news_row {
    display: flex;
    flex-wrap: wrap;
}

.news_list {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    padding: 25px;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    position: relative;
}

.news_list .img {
    position: relative;
    display: block;
    overflow: hidden;
}

.news_list .img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.news_list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.news_list .text_box {
    padding-top: 15px;
}

.news_list .text_box .time_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.news_list .text_box .time_box .text1 {
    color: var(--web-txt);
    font-size: 28px;
    font-weight: 900;
    margin-right: 10px;
    line-height: 35px;
}

.news_list .text_box .time_box .text2 {
    color: var(--web-txt);
    font-size: 16px;
    font-weight: 900;

}

.news_list .text_box .title {
    color: #000;
    font-size: 24px;
    margin: 10px 0px;
    font-weight: 900;
    padding-bottom: 15px;
    border-bottom: 1px solid #b2b2b2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news_list .text_box .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news_list .text_box .more_btn_box {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.news_list .text_box .more_btn_box .more_btn {
    font-size: 24px;
    font-weight: 700;
    color: #a1a1a1;
}

.news_list:hover {
    border: 1px solid var(--web-txt);
}

.news_list:hover .text_box .title {
    border-bottom: 1px solid var(--web-txt);
}

@media only screen and (max-width: 760px) {
    .news_list {
        width: 100%;
    }
}

.page_menu_down_box {
    width: 100%;
    margin: 0px;
    padding: 2px 10px;
    color: #000;
    background-color: #fafafa;
}

.page_menu_down {
    margin: 0px auto;
    padding: 5px 20px;
}

.page_menu_down span.icon {
    padding: 0px 5px;
}

.page_menu_down a {
    color: #312927;
}

.page_top_menu_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 15px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.page_top_menu_box a {
    display: block;
    position: relative;
    padding: 10px 15px;
    margin: 0px 5px;
}

.page_top_menu_box a.active {
    background: var(--web-txt);
    color: #fff;
}

.page_top_menu_box a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: var(--web-txt);
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.page_top_menu_box a:hover:before {
    left: 0;
    right: 0;
}

.page_top_ph_menu_box {
    display: none;
    margin-bottom: 10px;
}

.page_top_ph_menu_box select {
    width: 100%;
    padding: 10px 15px;
    color: var(--web-txt);
    font-size: 22px;
    font-weight: 900;
    border: none;
    border-bottom: 2px solid var(--web-txt);
    text-align: center;
}

@media only screen and (max-width: 760px) {
    .page_top_menu_box {
        display: none;
    }

    .page_top_ph_menu_box {
        display: block;
    }
}

.news_ii_title_box {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    align-items: flex-start;
}

.news_ii_title_box .back_btn {
    display: flex;
    align-items: center;
    width: 100px;
    height: 40px;
    margin-right: 50px;
    padding: 10px 10px 10px 10px;
    position: relative;
    border: 2px solid var(--web-txt);
    border-radius: 10px;
    justify-content: center;
}

.news_ii_title_box .title {
    width: calc(100% - 150px);
    font-size: 34px;
    margin-bottom: 0px;
    color: var(--web-txt);
    font-weight: 900;
}

.news_ii_time {
    display: block;
    padding: 5px 15px;
    margin: 20px 0px;
    text-align: end;
    width: 100%;
    font-size: 18px;
    font-weight: 900;
}

.page_back_btn {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}

.page_back_btn a {
    padding: 5px 15px;
    border: 2px solid #000000;
    color: #000000;
    font-size: 18px;
}

.page_back_btn a:hover {
    color: #fff;
    background: var(--web-txt);
    border: 2px solid var(--web-txt);
}

/**/
.hidden_box {
    overflow: hidden;
}

.lys_content {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0px;
}

.lys_content>.img {
    position: relative;
    width: 500px;
    min-height: 550px;
}

.lys_content>.img img {
    width: 100%;
    position: absolute;
    left: -120px;
    border-radius: 10%;
}

.lys_content .text_box {
    position: relative;
    width: calc(100% - 500px);
    padding: 15px;
}

.edit_row_bg {
    position: relative;
    padding: 60px 95px 60px 100px;
}

.lys_content .edit_row_bg::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 30px 0 0 30px;
    width: 100vw;
    height: 100%;
    background-color: #f3f9ff;
    top: 0;
    left: 0;
    z-index: -1;
}

.lys_content .text_box .title {
    color: var(--web-txt);
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0px auto 45px auto;
    line-height: 1.15;
}

.lys_content .text_box .title2 {
    color: var(--web-txt);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.15;
}

.lys_content .text_box .edit_row {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0px;
}

.lys_content .text_box .edit_row .edit {
    width: 50%;
}

.lys_content .text_box .edit_row .award_row {
    width: calc(50% - 20px);
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.edit_row .btn_row {
    justify-content: center;
}

.edit_row .btn_row a {
    font-size: 18px;
    padding: 0px 30px;
}

.lys_content .text_box .edit_row:nth-child(odd) .edit {
    order: 1;
    margin-left: 20px
}

.lys_content .text_box .edit_row:nth-child(odd) .award_row {
    order: 0;
    margin-left: 0px
}

.award_row .img {
    width: 100%;
    margin: 10px;
}

.award_row .img img {
    width: 100%;
}

.counter-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.counter-items>div {
    text-align: center;
    width: auto;
    margin: 15px;
}

.number_texr {
    display: flex;
    align-items: flex-end;
}

.number_texr>span {
    color: #a7a7a7;
    padding-left: 5px;
}

.number_texr>h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 0px;
    color: red;
}

.ActivitySwiper {
    margin-top: 35px;
}

.ActivitySwiperLink {
    display: block;
}

.ActivitySwiperLink .img {
    position: relative;
    display: block;
    width: 100%;
}

.ActivitySwiperLink .img::after {
    content: "";
    display: block;
    padding-top: 45%;
}

.ActivitySwiperLink .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #eceef2;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: transform 0.3s ease;
}

.ActivitySwiperLink .title {
    width: 100%;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 900;
}

.Activity.swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 35px;
}

@media only screen and (max-width: 760px) {
    .edit_row_bg {
        position: relative;
        padding: 60px 15px 60px 15px;
    }

    .lys_content .text_box .edit_row .edit {
        width: 100%;
    }

    .lys_content .text_box .edit_row .award_row {
        width: 100%;
    }

    .lys_content .text_box .edit_row:nth-child(odd) .edit {
        order: 0;
        margin-left: 0px
    }

    .lys_content .text_box .edit_row:nth-child(odd) .award_row {
        order: 0;
        margin-left: 0px
    }
}

.product_row {
    display: flex;
    flex-wrap: wrap;
}

.product_list {
    display: block;
    width: calc(100% / 4 - 30px);
    margin: 15px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;

}

.product_list:hover {
    border: 1px solid var(--web-txt);
}

.product_list .img {
    position: relative;
    display: block;
    overflow: hidden;
}

.product_list .img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.product_list .img .type {
    position: absolute;
    padding: 5px;
    background: #d8a12b;
    right: 0px;
    bottom: 0px;
    color: #fff;
}

.product_list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.product_list .text_box {
    width: 100%;
    margin: 0px;
    padding: 10px 15px;
}

.product_list .text_box .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product_list .text_box .title {
    font-size: 18px;
    height: 25px;
    line-height: 1.875rem;
    color: #2c2c2c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text_box .price_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.text_box .price_box .price {
    color: var(--web-txt);
    font-weight: 900;
    font-size: 18px;
}

.text_box .price_box .price.origin {
    color: #c9c9c9;
    text-decoration: line-through;
}

@media only screen and (max-width: 960px) {
    .product_list {
        display: block;
        width: calc(100% / 2 - 30px);
        margin: 15px;
        border-radius: 10px;
        border: 1px solid #dfdfdf;
    }
}

@media only screen and (max-width: 760px) {
    .product_list {
        width: 100%;
    }
}

.page_menu_row {
    display: flex;
    flex-wrap: wrap;
}

.page_menu_box {
    width: 250px;
    margin-right: 25px;
}

.page_box {
    width: calc(100% - 275px);
}

.page_menu_title {
    position: relative;
    font-size: 26px;
    color: var(--web-txt);
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-weight: 900;
}

.page_menu_title::after {
    content: '';
    display: block;
    width: 70px;
    height: 5px;
    background: linear-gradient(to right, #ffffff 0%, var(--web-txt) 100%);
    margin-top: 0.35em;
}

.products_menu {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
    font-size: 16px;
}

.products_menu_list {
    margin: 10px 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000000;
}

.products_menu_class {
    display: flex;
    justify-content: space-between;
}

.products_menu_class a {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.products_menu_list.active .products_menu_class a {
    color: #dd1a24;
}

.products_menu_down {
    display: none;
    position: relative;
    width: 100%;
    margin: 10px 0px;
    padding-left: 5px;
}

.products_menu_down.active {
    display: block;
}

.products_menu_down a {
    position: relative;
    color: black;
    display: block;
    margin: 10px 0px;
    padding-left: 20px;
}

.products_menu_down a:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 16px;
    left: 0px;
    top: calc(50% - 13px);
}

.products_menu_down a:hover {
    color: var(--web-txt);
}

.products_menu_down a:hover:before {
    color: var(--web-txt);
}

.products_menu_down a.active {
    color: var(--web-txt);
}

.products_menu_down a.active:before {
    color: var(--web-txt);
}

.menu_down_btn.active {
    transform: rotate(-180deg)
}

@media only screen and (max-width: 760px) {
    .page_menu_box {
        width: 100%;
        margin-right: 0px;
    }

    .page_box {
        width: 100%;
    }

    .page_menu_box {
        width: 100%;
        position: relative;
    }

    .page_menu_box.ph_menu .page_menu_title:after {
        width: 100%;
    }

    .page_menu_box.ph_menu .page_menu_title:before {
        position: absolute;
        content: '+';
        right: 10px;
        top: calc(50% - 25px);
    }

    .page_menu_box.ph_menu .page_menu_title.active:before {
        content: '-';
    }

    .products_menu.ph_menu {
        display: none;
        position: absolute;
        top: 45px;
        background: #5b8158;
        width: 100%;
        padding: 15px;
        z-index: 9;
    }

    .products_menu.ph_menu .products_menu_class a {
        color: #ffffff;
    }

    .products_menu.ph_menu .products_menu_down a {
        color: #ffffff;
    }

    .products_menu.ph_menu .products_menu_down a.active {
        color: #d8a12b
    }

    .products_menu.ph_menu .products_menu_down:before {
        background: #fff;
    }

    .products_menu.ph_menu .products_menu_down a:before {
        color: #fff;
    }
}

/*產品資訊*/
.product_h1_box {
    width: 100%;
}

.product_h1 {
    font-size: 23px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    padding: 0 10px;
    margin: 5px 0 20px;
    position: relative;
    border-left: 3px solid #144d9d;
}

.product_col-12 {
    width: 100%;
}

.product_h2 {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    font-weight: 900;
}

.product_top_edit {
    font-size: 14px;
    margin-bottom: 15px;
}

.product_describe {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
    padding: 0 70px;
    font-size: 20px;
    font-weight: 600;
}

.product_describe span {
    position: relative;
}

.product_describe span:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    left: -60px;
    border-bottom: 1px solid #878787;
}

.product_describe span:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    right: -60px;
    border-bottom: 1px solid #878787;
}

.menu_edit_ul {
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0 0 12px 0px;
    margin: 10px 0px 20px 0px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
}

.menu_edit_ul>li {
    position: relative;
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 2px solid #818181;
    margin: 10px;
}

.menu_edit_ul>li:last-child {
    border-right: 1px solid #ddd;
}

.menu_edit_ul>li a {
    font-size: 16px;
    color: #423885;
}

.menu_edit_ul>li.active {
    border-top: 2px solid #423885;
}

.menu_edit_ul>li.active:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: #000;
}

.menu_edit_ul>li.active:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: calc(50% - 2px);
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

@media only screen and (max-width: 760px) {
    .menu_edit_ul>li {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

.products_row_title {
    font-size: 22px;
    text-align: center;
    color: #1da539;
    margin-top: 40px;
}

.products_row.products_ii {
    margin-top: 40px;
    background: #f3f3f3;
    padding-top: 20px;
}

/**/
.modal_product_introduction {
    color: red;
    padding: 5px;
    box-shadow: 3px 3px 10px 0px rgb(225 225 225);
}

.modal_product_price {
    margin: 25px 0px;
    color: red;
}

.modal_product_specification {
    margin: 10px 0px;
}

.modal_product_specification a {
    display: inline-block;
    border: 1px solid #00B09A;
    padding: 5px 8px;
    border-radius: 5px;
    margin-top: 10px;

}

.modal_product_specification a.active {
    border: 1px solid #ff0002;
    color: #ff0002;
}

.modal_price {
    display: block;
    color: red;
    font-weight: 900;
    font-size: 20px;
}

.modal_original_price {
    color: #4a4a4a;
    font-weight: 300;
    text-decoration: line-through;
}

/*購物車數量*/
.btn_group_product {
    max-width: 300px;
    display: flex;
}

.products_calculate_btn {
    background: none;
    border-style: none;
    color: var(--web-txt);
    font-size: 30px;
}

.products_quantity {
    border-style: none;
    text-align: center;
    font-size: 40px;
    width: 70%;
}

.modal_product_btn_row {
    width: 100%;
    display: inline-flex;
    margin: 20px 0px;
}

.modal_product_cart {
    font-size: 14px;
    padding: 5px 15px;
    background-color: var(--web-txt);
    color: white;
    border-radius: 15px;
    margin-right: 20px;
}

.modal_product_cart:hover {
    color: white;
    opacity: 0.7;
}

.modal_product_buy {
    font-size: 14px;
    padding: 5px 15px;
    background-color: #ff2f2f;
    color: white;
    border-radius: 15px;
}

.modal_product_buy:hover {
    color: white;
    opacity: 0.7;
}

#previewMultiple img {
    width: 100%;
    padding: 15px;
}

.modal_productSwiper5 .swiper-slide {
    text-align: center;
}

.modal_productSwiper5 img {
    max-height: 500px;
}

/*QA*/
#qaContent {
    width: 100%;
    font-size: 16px;
}

#qaContent h3 {
    width: 500px;
    height: 22px;
    text-indent: -9999px;
}

#qaContent h3.qa_group_1 {}

#qaContent h3.qa_group_2 {}

#qaContent ul.accordionPart {
    list-style: none;
    padding-left: 0px;
}

#qaContent ul.accordionPart li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e2e2e2;
}

#qaContent ul.accordionPart li:first-child {
    margin-top: 10px;
}

#qaContent ul.accordionPart li .qa_title {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    color: var(--web-txt);
    font-weight: bold;
    padding-left: 45px;
}

#qaContent ul.accordionPart li .qa_title:after {
    font-weight: 900;
    content: "Q.";
    position: absolute;
    top: -10px;
    left: 5px;
    font-size: 26px;
    color: #d5a035;
    transition: .3s;
}

#qaContent ul.accordionPart li .qa_content {
    padding-bottom: 10px;
    display: none;
}

@media only screen and (max-width: 760px) {
    #qaContent ul.accordionPart {
        margin-top: 45px;
    }

    #qaContent ul.accordionPart li .qa_title {
        font-size: 22px;
    }

    #qaContent ul.accordionPart li .qa_title:after {
        font-size: 30px;
    }
}

.bg_item_box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.index_ad_banner {
    position: relative;
    max-width: 1160px;
    width: 100%;
    margin: 45px auto;
    padding-left: 90px;
}

.index_ad_banner img {
    width: 100%;
}

.index_ad_banner .text_box {
    width: 30%;
    height: auto;
    margin: 15px 0px;
    padding: 25px;
    left: 0px;
    bottom: -50px;
    position: absolute;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, .1);
    transition: all 0.3s;
}

.ad_btn_box a {
    cursor: pointer;
    width: 100%;
    max-width: 220px;
    height: 3rem;
    line-height: 3rem;
    display: inline-block;
    margin: 20px auto;
    position: relative;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34);
    background: var(--web-txt);
    color: #fff;
    border-radius: 30px;
    z-index: 1;
    transition: .3s;
}

.ad_btn_box a span {
    display: block;
    width: 100%;
    position: relative;
    padding: 0px 130px 0px 15px;
}

.ad_btn_box a span::before {
    content: '';
    display: block;
    width: calc(100% - 145px);
    height: 2px;
    position: absolute;
    top: 50%;
    right: 50px;
    background: #fff;
    transition: .3s;
}

.ad_btn_box a span::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: calc(50% - 1.25px);
    right: 25px;
    background: #fff;
    border-radius: 30px;
    transition: .3s;
}

.ad_btn_box a:hover {
    color: #fff;
    background: #d2a035;
}

.ad_btn_box a:hover span::before {
    width: calc(100% - 130px);
    right: 35px;
}

@media only screen and (max-width: 980px) {
    .index_ad_banner {
        padding: 15px;
    }

    .index_ad_banner .text_box {
        position: relative;
        width: 100%;
        bottom: 0px;
        margin-top: 0px;
        border-radius: 0px 0px 15px 15px;
    }
}

/*contact*/
.contact_page_row {
    display: flex;
    flex-wrap: wrap;
}

.contact_left {
    width: 260px;
}

.contact_right {
    width: calc(100% - 260px);
}

.contact_page_title {
    position: relative;
    color: #333;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 45px;
}

.contact_page_title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 80px;
    border-top: 3px solid var(--web-txt);
}

.contact_page_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    border-top: 3px solid var(--web-txt);
}

.contact_data_list {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    margin-right: 40px;
    margin-bottom: 30px;
}

.contact_data_list .icon {
    width: 40px;
    text-align: center;
    font-size: 22px;
    color: var(--web-txt);
}

.contact_data_list .text_box {
    width: calc(100% - 40px);
}

.contact_data_list .text_box .title {
    color: #222;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.contact_data_list .text_box .text {
    font-size: 16px;
    line-height: 1.6;
    color: #9e9e9e;
}

.contact_data_list .text_box .text a {
    color: #9e9e9e;
}

.contact_row {
    display: flex;
    flex-wrap: wrap;
}

.contact_list {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.contact_list.w_6 {
    width: 50%;
}

.contact_list.w_12 {
    width: 100%;
}

.contact_list label {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact_list input[type="text"],
.contact_list input[type="password"],
.contact_list textarea,
.contact_list select {
    width: 100%;
    font-size: 14px;
    border-width: 0;
    height: 45px;
    line-height: 45px;
    padding: 0px 10px;
    background: #fafafb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
}

.contact_list textarea {
    height: auto;
    line-height: normal;
}

.cont_b01 {
    margin-top: 15px;
    text-align: center;
}

.cont_b01 a {
    display: inline-block;
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    background: var(--web-txt);
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.cont_b01 a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 760px) {
    .contact_list.w_6 {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .contact_left {
        width: 100%;
    }

    .contact_right {
        width: 100%;
    }
}

.about_bg_box {
    background: url('images/img/208054415_xl_normal_none.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
}

.about_bg_2box {
    background: url('images/img/208054415_xl_normal_none.jpg');
    background-size: 100% auto;
}

.index_product_box {
    padding: 0px;
}

.about_box {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px;
}

.about_box .text_box {
    padding: 45px 130px 45px 20px;
    width: 50%;
}

.about_box .img {
    width: calc(50% - 30px);
    margin-left: 30px;
    text-align: center;
}

.about_box .text_box .title {
    position: relative;
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    display: inline-block;
}

.about_box .text_box .title:after {
    content: "";
    width: 80%;
    height: 4px;
    bottom: 0%;
    left: 0px;
    position: absolute;
    margin: auto;
    background: var(--web-txt);
}

.about_box .text_box .text {
    margin-bottom: 30px;
}

.about_box .img img {
    width: 100%;
}

@media screen and (max-width: 760px) {
    .about_box .text_box {
        padding: 15px;
        width: 100%;
    }

    .about_box .img {
        width: 100%;
        margin: 0px;
    }
}

.item_title_2box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
}

.item_title_2box .ch {
    width: 100%;
    text-align: center;
    color: #004fa2;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 900;
}

.item_title_2box .en {
    width: 100%;
    text-align: center;
    color: #d8a129;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 900;
}

.item_title_2box .line {
    display: block;
    width: 100%;
    height: 2px;
    background: #004fa2;
    margin-bottom: 10px;
}

.about_info_box {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.index_product_box {
    padding: 0px;
}

/*service*/
.service_row {
    display: flex;
    flex-wrap: wrap;
}

.service_list {
    width: calc(100% / 3 - 80px);
    margin: 40px;
    padding: 25px;
    position: relative;
    border: 1px solid #eeeeee;
}

.service_list .img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.service_list .img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.service_list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.service_list .text_box {
    padding-top: 15px;
    text-align: center;
}

.service_list .text_box .title {
    color: #000;
    font-size: 24px;
    margin: 5px 0px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.service_list .text_box .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media only screen and (max-width: 760px) {
    .service_list {
        width: calc(100% / 2 - 20px);
        margin: 10px;
        padding: 15px;
        position: relative;
    }
}

/*case*/
.case_row {
    display: flex;
    flex-wrap: wrap;
    background: #e4e4e4;
    padding: 45px;
}

.case_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px;
    padding: 25px;
    position: relative;
    background: #ffffff;
}

.case_list .text_box .title {
    color: #555;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 15px;
}

.case_list .text_box .title2 {
    color: #555;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
}

.case_list .text_box {
    width: 60%;
    padding: 15px;
}

.case_list .img {
    width: 40%;
}

.case_list .swiper-slide img {
    width: 100%;
}

.case_list .text_box .text {
    font-size: 16px;
    padding: 15px 0px;
    border-bottom: 1px solid #dfdfdf;
}

.case_row .case_list:nth-child(odd) .text_box {
    order: 1;
}

.case_row .case_list:nth-child(odd) .img {
    order: 0;
}

@media only screen and (max-width: 760px) {
    .case_row {
        padding: 15px;
    }

    .case_list {
        margin: 10px 0px;
    }

    .case_list .text_box {
        width: 100%;
    }

    .case_list .img {
        width: 100%;
        padding: 15px;
    }

    .case_row .case_list .text_box {
        order: 1;
    }

    .case_row .case_list .img {
        order: 0;
    }
}

.index_product_box {
    padding: 0px;
}

.swiper_row {
    display: flex;
    padding: 0 30px;
    margin: 0 auto;
}

.swiper_box {
    position: relative;
    width: 100%;
    margin: 0 52px 0 0;
}

.swiper_ad_box {
    position: relative;
    width: 22.7%;
    margin: 0 0 0 auto;
    padding: 2.8% 2% 2% 2%;
    border-radius: 15px;
    background-color: #f4f6fa;
}

.swiper_ad_box>.title {
    display: block;
    color: #333333;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.ad_menu_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
}

.ad_menu_row>a {
    display: block;
    width: calc(50% - 10px);
    margin-top: 17px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 15px;
    padding: 5% 10%;
    background-color: #fff;
}

.ad_menu_row>a:hover {
    opacity: .5;
}

.ad_menu_row>a>.title {
    font-size: 16px;
    margin-top: 15px;
}

@media only screen and (max-width: 760px) {
    .swiper_row {
        flex-wrap: wrap;
    }

    .swiper_box {
        width: 100%;
        margin: 0px;
    }

    .swiper_ad_box {
        width: 100%;
        margin: 10px 0px;
    }
}

.hot_pd_row {
    display: flex;
    flex-wrap: wrap;
    counter-reset: hot-counter;
}

.hot_pd_list {
    width: calc(100% / 6 - 20px);
    margin: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.hot_pd_list .top {
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.hot_pd_list .hot_number::before {
    counter-increment: hot-counter;
    content: "TOP" counter(hot-counter);
    font-weight: bold;
    color: #ababab;
    font-size: 22px;
}

.hot_pd_list .img {
    position: relative;
    display: block;
    width: 100%;
}

.hot_pd_list .img::before {
    content: "";
    display: block;
    padding-top: 120%;
}

.hot_pd_list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: transform 0.3s ease;
}

.hot_pd_list .title_box {
    padding: 15px;
}

.hot_pd_list .title_box .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media only screen and (max-width: 960px) {
    .hot_pd_list {
        width: calc(100% / 3 - 20px);
    }
}

@media only screen and (max-width: 760px) {
    .hot_pd_list {
        width: calc(100% / 2 - 20px);
    }
}

/*index news*/

.index_news_ad_bg {
    position: relative;
    padding: 0 0 3.45% 0;
    background-color: #f4f6fa;
}

.index_news_ad_bg .content_box {
    padding: 0px 10px;
}

.index_news_ad_bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
}

.index_news_ad_row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    margin-top: 15px;
}

.index_news_box {
    width: 100%;
    padding: 0px 35px;
}

.index_news_menu_box {
    display: flex;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
}

.index_news_menu_box a {
    color: #8f8e8e;
    font-size: 22px;
    font-weight: 900;
    margin-left: 27px;
    white-space: nowrap;
}

.index_news_menu_box a.active {
    color: #2d306b;
    font-size: 22px;
}

.index_news_row {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    margin-top: 17px;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 5px 5px 5px #d7d7d7;
}

.index_news_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.index_news_list .time_box {
    width: 110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.index_news_list .time_box .type {
    color: #fff;
    background: #2d306b;
    font-size: 14px;
    text-align: center;
    padding: 6px 5px;
    border-radius: 20px;
}

.index_news_list {}

.index_news_list .time_box .time {
    display: none;
}

.index_news_list .time_box .time .day {}

.index_news_list .time_box .time .year_month {}

.index_news_list .title_box {
    width: calc(100% - 110px);
}

.index_news_list .title_box .title {
    font-size: 16px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_news_list .title_box time {}

.index_news_list:first-child .title_box .title {
    font-size: 26px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_news_list:first-child .time_box .time {
    display: flex;
    flex-wrap: wrap;
    font-weight: 900;

}

.index_news_list:first-child .time_box .time .day {
    width: 100%;
    font-size: 28px;
    text-align: center;
}

.index_news_list:first-child .time_box .time .year_month {
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.index_news_list:first-child {
    margin-bottom: 27px;
    padding-bottom: 24px;
    border-bottom: 1px solid #edf0f3;
}

.index_news_list:first-child .title_box {
    padding-left: 29px;
    border-left: 1px solid #edf0f3;
}

.index_news_list:first-child .title_box time {
    display: none;
}

@media only screen and (max-width: 760px) {
    .index_news_box {
        width: 100%;
        padding: 0px 10px;
    }

    .index_news_row {
        margin-bottom: 40px;
    }
}

/*index ad*/
.index_ad_box {
    width: 100%;
}

.index_ad_menu_box {
    display: flex;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
}

.index_ad_menu_box::-webkit-scrollbar {
    height: 15px;
}

.index_ad_menu_box::-webkit-scrollbar-thumb {
    background-color: #2d306b;
    border-radius: 10px;
    border: solid 2px #dfe7eb;
}

.index_ad_menu_box::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.index_ad_menu_box a {
    color: #8f8e8e;
    font-size: 22px;
    font-weight: 900;
    margin-left: 27px;
    white-space: nowrap;
}

.index_ad_menu_box a.active {
    color: #2d306b;
    font-size: 22px;
}

.index_ad_row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.index_ad_list {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 15px;
}

.index_ad_list .img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.index_ad_list .img::before {
    content: "";
    display: block;
    height: 215px;
}

.index_ad_list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #eceef2;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease;
}


.index_ad_list .title {
    font-size: 18px;
    font-weight: 900;
    color: var(--web-txt);
    text-align: center;
    padding: 15px;
}

.index_ad_list:hover img {
    transform: scale(1.1);
}

.index_ad_list:hover .title {
    color: var(--web-color);
}

@media only screen and (max-width: 960px) {
    .index_ad_list {
        width: calc(100% / 3 - 20px);
    }
}

@media only screen and (max-width: 960px) {
    .index_ad_list {
        width: calc(100% / 2 - 20px);
    }
}

.banner_ad_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0px;
    overflow: hidden;
}

.ad_img_box {
    width: 400px;
    position: relative;
    transition: all 0.3s;
}

.ad_img_box::before {
    content: "";
    display: block;
    height: 450px;
}

.ad_img_box::after {
    content: "";
    position: absolute;
    top: -50%;
    left: 0px;
    background-image: url(images/img/ADBG.png);
    background-size: cover;
    width: 200%;
    height: 200%;
    z-index: 2;
}

.ad_img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #eceef2;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: transform 0.3s ease;
}

.ad_img_swiper_box {
    width: calc(100% - 420px);
    margin-left: 20px;
}

.AdImgSwiper .swiper-slide::before {
    content: "";
    display: block;
    height: 450px;
}

.AdImgSwiper .swiper-slide img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #eceef2;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: transform 0.3s ease;
}

.ad_text_box {
    position: absolute;
    left: 145px;
    z-index: 4;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 400px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.ad_text_box .title1 {
    font-size: 59px;
    font-weight: 900;
}

.ad_text_box .title2 {
    font-size: 59px;
    font-weight: 900;
}

.ad_text_box .txt {
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 900;
    font-size: 22px;
}

@media only screen and (max-width: 960px) {

    .ad_img_box,
    .ad_img_swiper_box {
        width: 100%;
    }

    .ad_text_box {
        position: absolute;
        right: 15px;
        left: auto;
        bottom: 45%;
        height: auto;
    }

    .ad_img_box::after {
        z-index: 1
    }

    .ad_img_swiper_box {
        margin: 0px;
        padding: 15px;
    }
}

.index_video_line_bg {
    padding: 45px 15px;
}

.line_section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/square.png);
    background-size: cover;
}

.line_section svg {
    width: 100%;

    overflow: visible;
}

.line_section path,
.line_section polygon {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
}

.line_section .arrow {
    fill: #00bcd4;
    opacity: 0;
}

.index_iframe {
    display: flex;
    align-items: center;
    height: 100%;
}

.iframe iframe,
.iframe video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.bottomSwiper_bg {
    padding: 45px 0px;
    background: aliceblue;
}

.bottomSwiperLlink {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px -10px #69686c;
}

.bottomSwiperLlink .img {
    position: relative;
    display: block;
    width: 100%;
}

.bottomSwiperLlink .img::before {
    content: "";
    display: block;
    padding-top: 45%;
}

.bottomSwiperLlink .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: transform 0.3s ease;
}

.bottomSwiperLlink .title {
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.Google_content_box {
    max-width: 1100px;
    margin: auto;
    padding: 15px;
}

.Google_content_box .title1 {
    margin-bottom: 0px;
    color: #BABABA;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 2.8px;
}

.Google_content_box .title2 {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #000000;
}

.Google_content_box .title1 .icon {
    margin-right: 10px;
    font-size: 28px;
    color: #004c99;
}

.index_google_row {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 40px auto;
    background: #F2EEF1;
    padding: 30px;
    border-radius: 5px;
}

.index_google_row .text_box {
    width: 300px;
    display: flex;
    padding-top: 45px;
}

.index_google_row .google_reviews_box {
    width: calc(100% - 310px);
    margin-left: 10px;
}

.googleReviewsSwiper .swiper-slide img {
    width: 100%;
}

.index_google_row .text_box .text {
    width: calc(100% - 80px);
}

.index_google_row .text_box .img {
    width: 80px;
}

.index_google_row .text_box .img img {
    width: 100%;
}

.index_google_row .text_box .star {
    margin-top: 5px;
    color: #f5bd05;
}

@media only screen and (max-width: 960px) {

    .index_google_row .text_box,
    .index_google_row .google_reviews_box {
        width: 100%;
    }

    .index_google_row .text_box {
        margin-bottom: 45px;
    }
}

/*footer*/
footer {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    background: #f9f9f9;
    color: #000;
}

.footer_box {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    z-index: 1;
}

footer a {
    color: #000;
}

.footer_title {
    font-size: 22px;
    padding: 15px 0px;
    font-weight: 900;
    margin-bottom: 5px;
}

.footer_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_logo_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
}

.footer_menu_box {
    width: calc((100% - 700px) / 2);
    padding: 0px 15px;
}

.footer_follow_contact_box {
    width: 100%;
    padding: 0px 15px;
    display: flex;
    flex-wrap: wrap;
}

.footer_contact_box {
    width: 500px;
}

.footer_follow_box {
    width: calc(100% - 500px);
}

.footer_logo_box img {
    width: 100%;

    padding: 10px;
}

.footer_qr_box {
    width: 100%;
    margin-bottom: 15px;
}

.footer_qr_box img {
    max-width: 150px;
}

.footer_menu_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu_list {
    width: calc(100% / 2);
    line-height: 2;
    font-weight: 900;
}

.footer_contact_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_contact_list,
.footer_contact_list a {
    color: #595959;
}

.footer_contact_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;

}

.footer_contact_list .title {
    padding-right: 10px;
    font-weight: 900;
}

.footer_contact_list .text {}

.footer_follow_row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.footer_follow_list {
    width: 45px;
    height: 45px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px 5px 0px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
}

.footer_follow_list.zalo_footer {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.footer_follow_list.zalo_footer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_follow_QR {
    width: 100%;
}

.footer_follow_QR img {
    max-width: 170px;
    max-height: 120px;
}

.footer_bottom_box {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px auto 0px auto;
    /* margin-top: 30px; */
    padding-top: 5px;
    padding-bottom: 15px;
    border-top: 1px solid #dfdfdf;
}

.footer_bottom_unmber img {
    height: 26px;
    padding-right: 5px;
}

.footer_bottom_Copyright {
    padding-left: 15px;
}

@media only screen and (max-width: 760px) {
    .footer_logo_box {
        width: 100%;
        text-align: center;
    }

    .footer_logo_box img {
        max-width: 200px;
    }

    .footer_title {
        border-bottom: 1px solid #dfdfdf36;
    }

    .footer_menu_box,
    .footer_contact_box,
    .footer_follow_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer_menu_list {
        line-height: 2.5;
    }

    .footer_bottom_unmber,
    .footer_bottom_Copyright {
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }
}

/*右側固定*/
.fixed_right {
    overflow: hidden;
    position: fixed;
    bottom: 0%;
    right: 2%;
    z-index: 10;
    width: 50px;
    height: auto;
    text-align: center;
    line-height: 40px;
    color: #9ba47b;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: 0.2s;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.2s ease-in;
}

.fixed_right_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    margin-bottom: 10px;
    opacity: .8;
    transition: all 0.2s ease-in;
    margin-left: auto;
    margin-right: auto;
}

.fixed_right.boxoff .fixed_right_icon {
    right: -50px;
}

.fixed_right_icon a {
    color: white;
}

.fixed_right_on_off {
    position: relative;
    background-color: #bfbfbf;
    right: -50px;
    transition: all 0.2s ease-in;
}

.fixed_right_on_off a {
    color: white;
}

.fixed_right:hover .fixed_right_on_off {
    right: 0px;
}

/*icon */
.fixed_right_facebook {
    background-color: #4267B2;
}

.fixed_right_line {
    background-color: #00c300;
}

.fixed_right_mail {
    background-color: #7d7d7d;

}

.fixed_right_youtube {
    background-color: #ff0033;
}

.fixed_right_instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
}

.fixed_right_zalo {
    background-color: transparent;
    padding: 0;
}

.fixed_right_zalo img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.fixed_right_whatsapp {
    background-color: #25d366;
}

.fixed_right_wechat {
    background-color: #09b83e;
}

.fixed_right_icon .cart_number {
    position: absolute;
    top: 0px;
    right: 0%;
    font-size: 15px;
    width: 15px;
    height: 15px;
    background: red;
    color: #fff;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media only screen and (max-width: 760px) {
    .fixed_right {
        font-size: 20px;
        bottom: 80px;
        width: 42px;
        right: 10px;
    }

    .fixed_right_icon {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }

    .fixed_right a {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 600px) {
    .fixed_right {
        bottom: 20px;
    }
}

.item_row_box {
    position: relative;
    margin: 135px 0px 100px 0px;
}

.item_text_box {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.item_text_box .text_box {
    background: #f7f8fa;
    position: absolute;
    width: calc(100% + 10%);
    left: 10%;
    padding: 90px 70px;
    transition: .3s;
}

.item_text_box .text_box .edit {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.index_item_box_box_btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.index_item_box_box_btn .more_btn {
    position: relative;
    padding: 5px 45px 5px 10px;
    color: #000;
    border-bottom: 1px solid #000;
}

.index_item_box_box_btn .more_btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    position: absolute;
    top: 5px;
    right: 4px;
}

.item_img_box {
    background: white;
    z-index: 2;
    padding: 20px 20px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    border-left: 5px solid var(--web-color);
}

.item_img_box .img img {
    width: 100%;
}

.item_text_box .text_box:hover {
    background: #fff;
    left: 5%;
    color: var(--web-color);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.item_text_box .text_box:hover .index_item_box .title {
    color: var(--web-color);
}

.item_text_box .text_box:hover .edit {
    color: var(--web-color);
}

.item_text_box .text_box:hover .index_item_box_box_btn .more_btn {
    color: var(--web-color);
    border-bottom: 1px solid var(--web-color);
}

@media only screen and (max-width: 768px) {
    .item_row_box {
        margin: 40px 0px;
    }

    .item_text_box .text_box {
        width: 100%;
        position: relative;
        left: 0px;
    }
}

/* News */
.news-container {
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'Noto Sans TC', 'Arial', sans-serif;
    padding: 0 20px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}

.news-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--web-txt);
    margin-bottom: 20px;
}

.news-date {
    display: flex;
    flex-direction: column;
}

.news-year {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    color: var(--web-color);
    letter-spacing: -1px;
}

.news-month-day {
    font-size: 14px;
    color: var(--web-color);
    font-weight: bold;
    margin-top: 5px;
}

.news-category {
    font-size: 14px;
    color: var(--web-txt);
    font-weight: bold;
}

.news-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-excerpt {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-image {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    margin-top: auto;
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}

/* Product  */
.smart-product-catalog {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Noto Sans TC', sans-serif;
    background-color: #f6fafe;
}

.catalog-header {
    text-align: center;
    margin-bottom: 40px;
}

.catalog-header h2 {
    font-size: 28px;
    color: var(--web-txt);
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.catalog-header p {
    color: #666;
    font-size: 14px;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.filter-btn {
    padding: 8px 24px;
    border: 1px solid #dce8f6;
    background: transparent;
    color: #666;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
    background-color: #fff;
    border-color: #dce8f6;
    color: #1a2b4c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.product-image-wrap {
    position: relative;
    padding-top: 70%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
}

.product-image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    z-index: 0;
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ebf3ff;
    color: var(--web-txt);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}

.product-image-title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #333;
    font-size: 14px;
    z-index: 1;
}

.product-info {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.product-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.product-title {
    font-size: 22px;
    font-weight: bold;
    color: var(--web-txt);
    margin: 0;
}

.product-flow {
    text-align: right;
    font-size: 12px;
    color: #888;
}

.product-flow span {
    display: block;
    color: #1a49a0;
    font-weight: bold;
    font-size: 15px;
    margin-top: 4px;
}

.product-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 25px;
}

.spec-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #555;
    gap: 8px;
}

.spec-item i {
    color: #666;
    width: 14px;
    text-align: center;
}

.product-action {
    margin-top: auto;
}

.btn-detail {
    display: block;
    width: 100%;
    padding: 14px;
    background-color: var(--web-txt);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.btn-detail:hover {
    background-color: #2c3e50;
    color: #fff;
}

@media (max-width: 768px) {
    .filter-buttons {
        flex-wrap: wrap;
    }
}

/*  Download */
.download-container {
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'Noto Sans TC', 'Arial', sans-serif;
    padding: 0 20px;
}

.download-list {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border-top: 2px solid #cc0000;
}

.download-list-header {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    align-items: center;
}

.download-row {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    transition: background-color 0.2s;
}

.download-row:nth-child(odd) {
    background-color: #f1f2f4;
}

.col-date {
    width: 200px;
    text-align: center;
    color: #444;
    font-size: 15px;
    padding: 20px 15px;
}

.download-list-header .col-date {
    font-weight: 500;
    color: #111;
    font-size: 16px;
    padding: 0 15px;
}

.col-title {
    flex-grow: 1;
    color: #333;
    font-size: 15px;
    padding: 20px 15px;
}

.download-list-header .col-title {
    font-weight: 500;
    color: #111;
    font-size: 16px;
    padding: 0 15px;
}

.col-file {
    width: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px 15px;
}

.download-list-header .col-file {
    font-weight: 500;
    color: #111;
    font-size: 16px;
    padding: 0 15px;
}

.pdf-icon-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 40px;
    color: #cc0000;
    text-decoration: none;
    transition: all 0.2s;
    background: transparent;
    border: 1px solid #cc0000;
    border-radius: 4px;
}

.pdf-icon-box:hover {
    background-color: #cc0000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(204, 0, 0, 0.2);
}

.pdf-icon-box .fa-file-pdf {
    font-size: 20px;
}


@media (max-width: 768px) {
    .download-list-header {
        display: none;
    }

    .download-list {
        background: transparent;
        border-top: none;
    }

    .download-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 15px;
        background-color: #fff !important;
        border-bottom: 1px solid #eee;
    }

    .download-row:first-child {
        border-top: 2px solid #cc0000;
    }

    .col-date,
    .col-title,
    .col-file {
        width: 100%;
        text-align: left;
        padding: 4px 0;
    }

    .col-date {
        font-size: 14px;
        color: #111;
    }

    .col-title {
        font-size: 15px;
        color: #333;
    }

    .col-file {
        justify-content: flex-start;
        padding-top: 10px;
    }

    .pdf-icon-box img {
        width: 28px;
    }
}

/*  Product Page */
.spec-container {
    max-width: 900px;
    margin: 40px auto;
    font-family: 'Noto Sans TC', sans-serif;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.spec-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.spec-header h2 {
    font-size: 22px;
    color: #1a2b4c;
    font-weight: bold;
    margin: 0;
}

.spec-header .close-btn {
    font-size: 24px;
    color: #666;
    text-decoration: none;
    line-height: 1;
}

.spec-content {
    display: flex;
    gap: 40px;
}

.spec-left {
    width: 35%;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.spec-img-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.spec-img-box img {
    max-width: 100%;
    height: auto;
}

.spec-product-title {
    font-size: 24px;
    color: #1a49a0;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.spec-product-subtitle {
    font-size: 15px;
    color: #555;
    margin: 0 0 20px 0;
}

.spec-highlight-box {
    background: #2F6FE1;
    color: #fff;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    margin-top: auto;
}

.spec-highlight-box p {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
}

.spec-highlight-box strong {
    display: block;
    font-size: 24px;
    margin-top: 5px;
}

.spec-right {
    width: 65%;
}

.spec-right-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.spec-table th,
.spec-table td {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 15px;
}

.spec-table th {
    color: #777;
    font-weight: normal;
    width: 30%;
}

.spec-table td {
    color: #222;
    font-weight: 500;
}

.spec-features {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.feature-box {
    flex: 1;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-box .f-title {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.feature-box .f-desc {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.feature-box.green {
    background: #eefaf2;
}

.feature-box.green .f-title {
    color: #2e8b57;
}

.feature-box.yellow {
    background: #fff9e6;
}

.feature-box.yellow .f-title {
    color: #b8860b;
}

@media (max-width: 768px) {
    .spec-content {
        flex-direction: column;
    }

    .spec-left,
    .spec-right {
        width: 100%;
    }
}

/* Multi-Product Comparison Floating Bar */
.comparison-bar {
    position: fixed;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1000px;
    background: #fff;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
    border-radius: 15px 15px 0 0;
    z-index: 1000;
    transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
}

.comparison-bar.active {
    bottom: 0;
}

.comparison-items {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 5px;
}

.comparison-item {
    position: relative;
    width: 60px;
    text-align: center;
    flex-shrink: 0;
}

.comparison-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.comparison-item .remove-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4757;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.comparison-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-start-compare {
    background: #2d306b;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
    white-space: nowrap;
}

.btn-start-compare:hover {
    background: #1a1c3d;
}

.compare-count-badge {
    background: #ff4757;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 5px;
}

/* Comparison Checkbox Styles */
.compare-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    margin-right: 15px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s;
}

.compare-btn:hover {
    border-color: #2d306b;
    color: #2d306b;
}

.compare-btn input[type="checkbox"] {
    margin: 0;
}

/* Multi-Column Spec Table */
.spec-table-multi {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #fff;
}

.spec-table-multi th,
.spec-table-multi td {
    padding: 15px;
    border: 1px solid #eee;
    text-align: center;
    min-width: 150px;
}

.spec-table-multi th.spec-name {
    text-align: left;
    background: #f9f9f9;
    color: #333;
    width: 150px;
    font-weight: bold;
    position: sticky;
    left: 0;
    z-index: 1;
}

.spec-table-multi .product-header {
    vertical-align: top;
}

.spec-table-multi .product-header img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.spec-table-multi .product-header h4 {
    margin: 0;
    font-size: 16px;
    color: #2d306b;
}

.spec-table-multi tr:nth-child(even) {
    background: #fafafa;
}

.spec-multi-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
    border: 1px solid #eee;
}

@media only screen and (max-width: 760px) {
    .comparison-bar {
        width: 100%;
        border-radius: 0;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    .comparison-items {
        width: 100%;
        justify-content: center;
    }
}



/* Product List Layout Updates */
.product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.product-image-wrap img {
    max-width: 100%;
    height: 200px;
    object-fit: contain;
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f0f5ff;
    color: #4a6fa5;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #d0deff;
}

.product-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.product-title {
    font-size: 20px;
    color: #2d306b;
    margin: 0;
    flex: 1;
}

.product-flow {
    text-align: right;
    font-size: 12px;
    color: #999;
}

.product-flow span {
    display: block;
    font-size: 18px;
    color: #2d306b;
    font-weight: bold;
}

.product-specs {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.spec-item {
    font-size: 14px;
    color: #666;
}

.product-action {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.compare-btn {
    flex: 1;
    justify-content: center;
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s;
}

.compare-btn:hover {
    border-color: #2d306b;
    color: #2d306b;
}

.btn-detail {
    flex: 2;
    background: #2d306b;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-detail:hover {
    background: #1a1c3d;
}



.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}