﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');

/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

:root {
    --pic-wh: 71.5%;
    /* 照片寬高比 高÷寬 */
}

body {
    font-size: 16px;
    color: #333;
    font-family: 'Noto Sans TC', 'Noto Sans SC', '微軟正黑體', sans-serif;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
    transition: all .3s ease;
}

a:hover {
    color: #52CED5;
}

.wow {
    visibility: hidden;
}

.h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    color: #000;
    margin-bottom: 30px;
}

.h2 > span {
    position: relative;
    display: inline-block;
    padding-bottom: 13px;
}

.h2 > span:before {
    position: absolute;
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.h3 {
    text-align: center;
    font-size: 2.5rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.h4 {
    font-size: 2rem;
    color: #000;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 30px;
    position: relative;
}

.h4:before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #f7b52d;
    bottom: 0;
    left: 0;
}

.h4 .date {
    font-size: 1rem;
    color: #98c3e8;
    font-weight: normal;
    margin-bottom: 5px;
}

.btn.btn-primary {
    background-color: #009fdf;
    border: none;
}

.btn:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show > .btn.dropdown-toggle,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
    background-color: #009fdf;
}

.btn-search {
    width: 25px;
    height: 25px;
    background: url(../images/all/icon_search.png) center center no-repeat;
    transition: all .3s ease;
    cursor: pointer;
}

.btn-search.btn-close {
    background-image: url(../images/all/icon_close.png);
}

.btn.btn-iblue {
    background: #009fdf;
    color: #fff;
}

.btn.btn-iblue:hover {
    transform: scale(1) !important;
    background: #f7b52c;
}

.btn.btn-white {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 13px 10px;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    border: none;
}

.btn.btn-white > span {
    position: relative;
    z-index: 1;
}

.btn.btn-white:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #009fdf;
    transition: all .3s ease;
    transform: scaleY(0);
    left: 0;
    top: 0;
    z-index: 0;
}

.btn.btn-white:hover {
    color: #fff;
}

.btn.btn-white:hover:before {
    transform: scaleY(1);
}

.btn.btn-bord {
    border: solid 1px #373737;
    border-radius: 0;
    background-color: #fff;
    color: #373737;
}

.btn.btn-bord:hover {
    background-color: #009fdf;
    color: #fff;
}

.btn.btn-bord.st {
    width: 100%;
    padding: 20px 10px;
    border-color: #c5c5c5;
    color: #6f6f6f;
}

.btn.btn-bord.st:hover {
    color: #fff;
}

.btn.btn-bord.st.t2 {
    padding: 10px;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon.iglobal {
    width: 25px;
    height: 25px;
    background-image: url(../images/all/icon_global.png);
}

.icon.youtube,
.icon.fb,
.icon.ig {
    width: 25px;
    height: 25px;
}

.icon.youtube {
    background-image: url(../images/all/icon_youtube.png);
}

.icon.fb {
    background-image: url(../images/all/icon_fb.png);
}

.icon.ig {
    background-image: url(../images/all/icon_ig.png);
}

.txt-red {
    color: #f72c2c !important;
}

a.txt-red:hover {
    color: #f7b52c !important;
}

.txt-blue {
    color: #48749a !important;
}

a.txt-blue:hover {
    color: #ad8967 !important;
}

.txt-black {
    color: #000 !important;
}

a.txt-black:hover {
    color: #f7b52c !important;
}

.txt-underline {
    text-decoration: underline;
}

.kind-txt {
    font-size: 0.875rem;
    color: #757575;
    border: solid 1px #757575;
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 10px;
}

.t-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.editor-wrapper {
    color: #4e4e4e;
    line-height: 1.8;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.breadcrumb,
.breadcrumb a {
    font-size: 0.875rem;
    color: #b9b9b9;
}

.breadcrumb li.active {
    color: #98c3e8;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #b9b9b9;
}

.form-control {
    transition: all .3s ease;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #9ac4e9;
}

.img-obcover {
    object-fit: cover;
    width: 100%;
}

.img-obcontain {
    object-fit: contain;
    width: 100%;
}

.embed-responsive-bysquar::before {
    padding-top: 100%;
}

.embed-responsive-byProcus::before {
    padding-top: 100%;
}

.embed-responsive-bybannerSlickVideo::before {
    padding-top: 40%;
}

.pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: var(--pic-wh);
}

.pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/********************* Header *********************/
.header {}

.header > .navbar {
    transition: all .3s ease;
}

.header .navbar .nav-disp {
    flex-direction: column-reverse;
    display: flex;
    flex-wrap: wrap;
}

/* header logo */
.header .navbar .navbar-brand {
    width: 271px;
    height: 40px;
    background: url(../images/all/logo.svg) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    margin: 15px 0 18px;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

.header .navbar .navbar-brand img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.header .navbar .navbar-brand.upload {
    background: none;
    text-indent: 0;
}

/* header 主選單 */
.header .navbar .navbar-nav {
    align-items: inherit;
}

.header .navbar .navbar-nav > li > a {
    background: none;
    font-size: 0.9375rem;
}

.header .navbar .navbar-nav > li:not(:first-child) > a {
    padding: 17px .5rem;
}

.header .navbar .navbar-nav li a:hover {
    color: #009fdf;
}

.header .navbar .navbar-nav li ul li a:hover {
    background-color: #009fdf;
    color: #fff;
}

.header .navbar .navbar-nav > li + li > a {}

.header .navbar .navbar-nav > li ul li a {
    padding: 5px;
}

.header .navbar .small-btn-box > ul > li {
    position: relative;
    line-height: 1;
}

.header .navbar .small-btn-box > ul > li + li {
    padding-left: 10px;
}

.header .navbar .small-btn-box > ul > li + li:before {
    position: absolute;
    /* content: ""; */
    display: block;
    width: 1px;
    height: 17px;
    background: #dddddd;
    top: 5px;
    left: 0;
}

.header .navbar .small-btn-box > ul > li.nav-lang::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 70%;
    top: 15%;
    left: 0;
    background-color: #dddddd;
}

.header .navbar .nav-sharebox .f-item + .f-item {
    margin-left: 10px;
}

.header .navbar .nav-sharebox .f-item .icon {
    font-size: 15px;
    background-color: #0072ce;
    color: #fff;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    padding: 5px;
}

.header .navbar .small-btn-box > ul > li.nav-share {
    margin-left: 16px;
}

.header .navbar .small-btn-box > ul > li.nav-share:before {
    display: none;
}

.header .navbar .small-btn-box > ul > li a,
.header .navbar .btn-default,
.footer-share a .icon {
    transition: all .3s ease;
}

.header .navbar .small-btn-box > ul > li .btn-search {
    margin-top: 2px;
}

.header .navbar .small-btn-box > ul > li a:hover,
.header .navbar .btn-default:hover,
.footer-share a:hover .icon {
    transform: scale(1.1);
}

.header .navbar .small-btn-box > ul > li.head-lead-brand img {
    width: 180px;
}

.header .navbar .small-btn-box > ul > li.head-lead-brand {
    margin-right: 15px;
}


/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: 15px;
    top: 20px;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    color: #b9b9b9;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    line-height: 1;
}

.header .navbar .btn-group.lang .btn-default:focus {
    background: none;
}

.header .navbar .nav-lang .btn-default:after {
    vertical-align: middle;
    margin-top: -11px;
    margin-left: 0;
}

.header .navbar .lang {}

.header .navbar .lang .dropdown-menu {
    background: #009fdf;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    min-width: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 300;
    padding: 10px;
    display: block;
}

.header .navbar .lang .dropdown-menu li + li a {
    border-top: solid 1px #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #f7b52c;
    transform: scale(1);
}

.header .navbar .search-box {
    right: 30px;
    top: -5px;
    width: 200px;
    transition: all .3s ease;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right center;
    pointer-events: none;
}

.header .navbar .search-box.open {
    opacity: 1;
    transform: scaleX(1);
    pointer-events: fill;
}

.header .nav-item.dropdown > .navbar-nav {
    background: transparent;
    padding-top: 8px;
    transition: all .3s ease;
}

.header .nav-item.dropdown > .navbar-nav .nav-item {
    background: #fff;
}


.header .small-btn-box {
    transition: all .3s ease;
    opacity: 1;
}

body.is_scroll .header > .navbar {
    padding-top: 0;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.5);
}

.header .navbar-collapse {
    transition: all .3s ease;
}

body.is_scroll .header .navbar-collapse {
    transform: translateY(-10px);
}

body.is_scroll .header .nav-item.dropdown > .navbar-nav {
    background: transparent;
    padding-top: 16px;
}

.slick .slick-dots,
.slick .slick-dots li,
.slick .slick-dots button {
    height: 10px;
    line-height: 10px;
}

.slick .slick-dots li,
.slick .slick-dots button {
    width: 10px;
    margin: 0 7px;
    vertical-align: top;
}

.slick .slick-dots button {
    margin: 0;
    background: #c5c5c5;
}

.slick .slick-dots .slick-active button {
    background: #009fdf;
}

.slick .slick-dots li button:before {
    display: none;
}

.slick .slick-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    transition: all .3s ease;
    top: auto;
    bottom: 0;
    background: none;
    opacity: .4;
}

.slick .slick-arrow:hover {
    opacity: 1;
}

.slick .slick-arrow::before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #c5c5c5;
    top: -12px;
}

.slick .slick-prev {
    border-width: 10px 15px 10px 0;
    border-color: transparent #c5c5c5 transparent transparent;
    left: 0;
}

.slick .slick-next {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #c5c5c5;
    right: 0;
}

.slick .slick-next::before {
    right: 20px;
}

.slick .slick-prev::before {
    left: 20px;
}

/************** bsnav ***************/
.bsnav .navbar-toggler {
    width: 25px;
    height: 20px;
}

.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
    height: 2px;
    background: #009fdf;
}

.navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 8px;
}

.navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 17px;
}

.bsnav .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.bsnav-mobile {
    z-index: 9999;
}

.bsnav-mobile .navbar {
    border: none;
}

.bsnav-mobile.left .navbar {
    right: auto;
    left: 0;
    transform: translate3d(-300px, 0, 0);
}

.bsnav-mobile.left.in .navbar {
    transform: translate3d(0, 0, 0);
}

.bsnav-mobile.full .navbar {
    width: 100%;
    transform: scale(0);
    transition: all .3s ease;
    opacity: 0;
    background: #000;
}

.bsnav-mobile.full .navbar-nav .nav-item .nav-link {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    border: none;
}

.bsnav-mobile.full .navbar-nav .nav-item .navbar-nav {
    background: rgba(56, 56, 56, 0.8);
}

.bsnav-mobile.full.in .navbar {
    transform: scale(1);
    opacity: 1;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}

.header .bsnav-mobile .navbar {
    background: #eeeeef;
    padding: 10px;
    justify-content: start;
}

.bsnav-mobile .bsnav-mobile-overlay {
    background: rgba(0, 0, 0, 0.6);
    transition: all .3s ease;
    visibility: visible;
    opacity: 0;
}

.bsnav-mobile.in .bsnav-mobile-overlay {
    opacity: 1;
}

.bsnavclose.close-btn {
    position: fixed;
    width: 30px;
    height: 30px;
    right: 13px;
    top: 14px;
    cursor: pointer;
    z-index: 99999;
    transform: scale(0);
    transition: all .3s ease;
}

.bsnavclose.close-btn.active {
    transform: scale(1);
}

.bsnav .navbar-nav .nav-item.active > .nav-link,
.bsnav .navbar-nav .nav-item:active:focus > .nav-link,
.bsnav .navbar-nav .nav-item:active > .nav-link,
.bsnav .navbar-nav .nav-item:focus > .nav-link,
.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .nav-item:active:focus > .nav-link,
.navbar-nav .nav-item:active > .nav-link,
.navbar-nav .nav-item:focus > .nav-link,
.navbar-nav .nav-item:hover > .nav-link {
    color: #009fdf;
}

.bsnav-mobile .navbar-mobile {
    padding: 0;
}

.bsnav-mobile .navbar-nav .nav-item .nav-link {
    width: 100%;
    border-bottom: solid 1px #cecece;
    padding: 10px 0;
}

.bsnav-mobile .navbar-nav .nav-item .navbar-nav {
    background: #dedede;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
}

.bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-link {
    padding: 10px 10px;
}

.bsnav-mobile .navbar-nav .nav-item {
    width: 100%;
}

.header .bsnav-mobile .navbar .navbar-nav > li > a {
    padding: 10px;
}

.bsnav-mobile .nav-sharebox {
    margin-top: 40px;
}


/*------- Banner -------*/

.banner .banner-box,
.about-intro-box .slick {
    visibility: hidden;
}

.banner .banner-box.slick-initialized,
.banner .banner-box.oneMode,
.about-intro-box .slick.slick-initialized {
    visibility: visible;
}

html.no-js .banner .banner-box,
html.no-js .banner .banner-box img,
html.no-js .about-intro-box .slick,
html.no-js .about-intro-box .slick img {
    display: none;
}

html.js .banner .banner-box,
html.js .about-intro-box .slick {
    display: block;
}


.banner {
    position: relative;
}


.banner .banner-box .item {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .banner-box .item a {
    display: block;
}

.banner .banner-box .item img {
    width: 100%;
    display: none;
}

.banner .banner-box .item {}

.banner .slick {
    white-space: nowrap;
}

.banner .slick .item {
    display: inline-block;
}

/********************* Footer *********************/
.footer_top {
    display: none;
    visibility: hidden;
}

.footer_top .siteinfo2 ul {
    margin-bottom: 0;
}

.footer .footer_content {
    background-color: #0061af;
    padding: 20px 0 20px;
    color: #fff;
    line-height: 1.6;
}

.footer .epaper-txt {
    line-height: 2;
}

.footer .footer_content .f-logo {
    background-color: #fff;
    -webkit-mask: url(../images/all/f-logo.svg) no-repeat center;
    mask: url(../images/all/f-logo.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;

    width: 190px;
    height: 30px;
    text-indent: 999px;
    overflow: hidden;
}

/* siteinfo2 */
.footer .siteinfo2 {
    text-align: right;
    border-bottom: solid 1px rgba(255, 255, 255, 40%);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer .footer_content .siteinfo2 > ul {
    margin: auto;
}

.footer .footer_content .siteinfo2 > ul > li {
    margin-bottom: 15px;
}

.footer .siteinfo2 ul li {
    color: #888;
    padding: 0;
}

.footer .siteinfo2 ul > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #fff;
}

.footer .siteinfo2 ul li a {
    color: #fff;
    padding: 10px 0;
}




.footer .siteinfo2 ul li a:hover {
    color: #009fdf;
}

/* siteinfo */

.footer ul.sitemap,
.footer ul.sitemap a {
    color: rgba(255, 255, 255, 0.8);
}

.footer .siteinfo ul {
    list-style: none;
    padding-left: 0;
}

.footer .siteinfo ul > li {
    padding: 0;
}

.footer .siteinfo ul > li > .title::after {
    content: "：";
}

.footer .foo-other-info {
    position: relative;
    margin-top: 30px;
}

.footer .foo-other-info .benQ {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 15px;
}

.footer .copyright {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer .foo-other-info .cookieList li a {
    color: #fff;
    font-size: 0.8em;
}

.footer .foo-other-info .cookieList li a:hover {
    color: #009fdf;
}

.footer-share a .icon {
    font-size: 15px;
    background-color: #fff;
    color: #0061af;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    padding: 5px;
}

#msgs > .msgbox {
    display: none;
    z-index: 9999;
    position: relative;
}

#msgs > .msgbox > .msgbox-bg {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#msgs > .msgbox > .msgbox-bg > .msgbox-body {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border-style: solid;
    border-color: #fff;
    border-top-width: 15px;
    border-right-width: 20px;
    border-bottom-width: 15px;
    border-left-width: 20px;
    max-width: 800px;
    text-align: left;
    width: 80%;
    height: 80%;
    color: #000;
}

#msgs > .msgbox > .msgbox-bg > .msgbox-body .box-header {
    position: relative;
}

#msgs > .msgbox > .msgbox-bg > .msgbox-body .box-main {
    overflow: auto;
    height: 100%;
}

#msgs > .msgbox > .msgbox-bg > .msgbox-body .tit {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ddd;
}

#msgs > .msgbox > .msgbox-bg > .msgbox-body .btn-close {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
    top: -30px;
    right: -40px;
    margin: 0;
    padding: 1px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: 0.3s all;
}

#msgs > .msgbox > .msgbox-bg > .msgbox-body .btn-close:hover {
    color: #666;
}

#msgs > .msgbox > .msgbox-bg > .msgbox-body ul,
#msgs > .msgbox > .msgbox-bg > .msgbox-body ol {
    padding-left: 2em;
}

#msgs > .msgbox > .msgbox-bg > .msgbox-body .txt img {
    max-width: 100%;
}

.cookie_sec {
    background-color: rgba(0, 0, 0, 0.7);
    /*border-bottom: solid 1px #0072c9;*/
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.cookie_sec p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.cookie_sec .btn {
    color: #fff;
    text-decoration: underline;
    vertical-align: baseline;
}

.cookie_sec .btn_sec {
    float: right;
    margin-top: -35px;
}

.cookie_sec .btn_sec .btn {
    transition: all .3s ease;
    text-decoration: none;
}

.cookie_sec .btn:hover,
.cookie_sec .btn:hover {
    color: #666;
}

.cookie_sec .btn_sec .btn {
    transition: all .3s ease;
    text-decoration: none;
}

.cookie_sec .btn_sec .agree {
    border: solid 1px #fff;
}

.cookie_sec .btn_sec .btn:hover {
    text-decoration: underline;
}

.cookie_sec .btn_sec .agree:hover {
    background: #fff;
    text-decoration: initial;
}

body.cookie_agree .footer_content {
    padding-bottom: 70px;
}

/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 15px;
    color: #23989f;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
}

.side .nav > li + li {
    border-top: 1px solid #ABCFDB;
}

.side .nav > li a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 22px;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    background: url(../images/all/list_icon.png) no-repeat 0 10px;
    color: #02b7c1;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}



.side .side-item {
    border: solid 1px #e0e0e0;
}

.side .side-item + .side-item {
    margin-top: 10px;
}

.side .side-item a {
    display: block;
    font-size: 1rem;
    color: #000;
}

.side .side-item .mcont ul {
    padding: 10px;
    border-top: solid 1px #e0e0e0;
    position: relative;
}

.side .side-item .mcont ul:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #e0e0e0;
    right: 0;
    top: 0;
}

.side .side-item .mcont a {
    font-size: 0.9375rem;
    color: #5a5a5a;
    padding: 3px 3px 3px 15px;
    /* padding-left: 10px; */
    position: relative;
}

.side .side-item .mcont a:before {
    position: absolute;
    content: "◆";
    font-size: 0.75rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.5);
    color: #98c3e8;
    line-height: 1;
    transition: all .3s ease;
}

.side .side-item .mcont a:hover:before {
    color: #f7b52d;
    transform: translateY(-50%) scale(0.6);
}

.side .side-item .mcont a:hover {
    color: #f7b52d;
}

.side .side-item .mtitle a {
    position: relative;
    font-size: 1rem;
    color: #000;
    padding: 10px;
}

.side .side-item .mtitle a:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #e0e0e0;
    z-index: -1;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    transition: width .3s;
}

.side .side-item .mtitle a:hover:before {
    width: 100%;
    left: 0;
}

/*----------------------- Content -----------------------*/
.content > h1 {
    color: #36b9c0;
    font-size: 30px;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-top: 0;
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240, 240, 240, 0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #36B9C0;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    border-top: 1px solid #ACE7EB;
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/* gallery-list */
.content .gallery-list .slider-nav .slick-track {
    margin: 10px auto 0;
}

.content .gallery-list .slider-nav .pic-item {
    cursor: pointer;
    padding: 0 5px;
}

.content .gallery-list .info .small-pic {
    width: 100%;
}

.content .gallery-list .info .small-pic img {
    display: inline-block;
    width: 25%;
    max-width: 50px;
}

.content .gallery-list .info .title {
    align-items: flex-start;
}

.content .gallery-list .info .title .sub {
    white-space: nowrap;
    padding: 0 .4em;
    line-height: 1.4em;
    margin-right: .4em;
    color: #fff;
    background-color: #000;
    transition: 0.3s all;
}

.content .gallery-list .item:hover .info .title .sub {
    background-color: #009fdf;
}

.content .gallery-list .item .pic-img::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    transform: scale(0);
    transition: all .3s ease;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}

.content .gallery-list .item:hover .pic-img::after {
    transform: scale(1);
    border-radius: 0;
    /* opacity: 1; */
}

.content .gallery-list .slider-for .slick-arrow {
    width: 20px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    /* background-color: rgba(0, 0, 0, 0.1); */
    z-index: 10;
    opacity: .3;
    transition: all .3s ease;
}

.content .gallery-list .slider-for .slick-arrow:hover {
    opacity: 1;
}

.content .gallery-list .slider-for .slick-arrow::before {
    display: none;
}

.content .gallery-list .slider-for .slick-prev {
    background-image: url(../images/all/chevron-left.svg);
    left: -5px;
}

.content .gallery-list .slider-for .slick-next {
    background-image: url(../images/all/chevron-right.svg);
    right: -5px;
}

.content .gallery-list .slider-for .slick-dots {
    --dot-size: 16px;
    bottom: -15px;
}

.content .gallery-list .slider-for .slick-dots li {
    width: var(--dot-size);
    height: var(--dot-size);
    margin: 0 3px;
}

.content .gallery-list .slider-for .slick-dots li button {
    width: var(--dot-size);
    height: var(--dot-size);
    padding: 3px;
}

.content .gallery-list .slider-for .slick-dots li button:before {
    font-size: 10px;
    line-height: var(--dot-size);
    width: var(--dot-size);
    height: var(--dot-size);
}

.page-box {
    background: #eeeeef;
    padding: 10px;
}

.page-box .page-link {
    color: #373737;
    border: none;
    background: transparent;
    font-size: 1.125rem;
}

.page-box .form-control {
    border-radius: 0;
    height: 35px;
    padding: 3px 10px;
    border-color: #373737;
}

.page-box .page-link:hover {
    color: #009fdf;
    transform: scale(1.1);
}

.page-box .form-control:focus {
    border-color: #009fdf;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
    margin: 30px auto;
}

body.home .content section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.home .content section .container > .h1 {
    position: relative;
    font-size: 32px;
    text-align: center;
    line-height: 1.4em;
    padding-bottom: 10px;
    margin: 0 auto 50px;
}

body.home .content section .container > .h1::before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 50%;
    transform-origin: center;
    transform: translateX(-50%);
    width: 1em;
    height: 1px;
    background-color: #000;
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}

body.home .content section {
    padding: 30px 0;
}

body.home .content section.about {
    position: relative;
    background-size: 100% auto;
}

body.home .content section.news .slick {
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 60px;
}

body.home .content section.news .slick .slick-dots {
    bottom: 15px;
    width: auto;
    left: 50%;
    transform-origin: center;
    transform: translateX(-50%);
}

body.home .content section.news .slick .item {
    display: inline-block;
    white-space: normal;
    transition: 0.3s all;
}

body.home .content section.news .slick .item:hover {
    opacity: 0.6;
}

body.home .content section.news .info {
    font-size: 16px;
}

body.home .content section.news .date,
body.home .content section.news .kind {
    font-size: 0.9em;
    line-height: 1.4em;
}

body.home .content section.news .date {
    color: #98c3e8;
}

body.home .content section.news .kind {
    color: #757575;
    float: right;
    line-height: 1.4em;
    padding: 0 .4em;
    border: solid 1px;
}

body.home .content section.news .title {
    position: relative;
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: bold;
    margin: .8em 0 1em;
    padding: 0 0 .8em;
    color: #000;
    border-bottom: solid 1px #ddd;
}

body.home .content section.news .title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4em;
    height: 3px;
    background-color: #f7b52d;
}

body.home .content section.news .desc {
    font-size: 1em;
    color: #4a4a4a;
}

body.home .content section.news .desc ul,
body.home .content section.news .desc ol {
    padding-left: 1.5em;
}

body.home .content section.video .home-video-wrap {
    border-radius: 5px;
    padding: 9px;
    border: solid 1px #ddd;
    background-color: #fff;
}

body.home .content .gallery-list .info .small-pic img {
    width: 25%;
    max-width: 80px;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}

/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.gallery-list .pic .small-pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}



.gallery-list .pic {
    position: relative;
    /*padding-bottom: 40px;*/
}

.gallery-list.st .pic {
    padding-bottom: 0;
}

.gallery-list .pic .pic-img:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    transform: scale(0);
    transition: all .3s ease;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}

.gallery-list .item {
    padding: 10px;
    /*box-shadow: 0 0 4px rgba(0,0,0,0.2);*/
    margin-bottom: 15px;
}

.gallery-list .info {
    margin-top: 10px;
    color: #646464;
    font-size: 0.75rem;
}

.gallery-list .info .title {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    /* border-bottom: solid 1px #ccc; */
    /* padding-bottom: 8px; */
    margin-bottom: 6px;
    transition: all .3s ease;
    position: relative;
    display: flex;
}

.gallery-list .info .small-pic {
    width: 80px;
    flex: 0 0 80px;
}

.gallery-list .info .title .txt {
    flex-grow: 1;
}


.gallery-list .item:hover .pic .pic-img:after {
    transform: scale(1);
    border-radius: 0;
    /* opacity: 1; */
}

.gallery-list .item:hover .pic .small-pic {
    -webkit-animation-name: updown;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    animation-name: updown;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes updown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes updown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.gallery-list .item:hover .info .title {
    color: #009fdf;
}


.about-intro-section {
    background: #eeeeef;
    /*padding-top: 70px;
    margin-top: 30px;*/
}

.about-intro-section > h1 {
    padding-top: 70px;
}

.about-intro-section .store-link-box .link-list {
    padding-bottom: 60px;
}

.about-intro-section .about-intro-box .item .title {
    color: #010101;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 20px;
}

.about-intro-section .about-intro-box .item {

    color: #373737;
}

.about-intro-section .about-intro-box .item .desc {
    line-height: 1.8;
}

.about-intro-box .slick {
    margin-bottom: 0;
}

.about-intro-box .slick .slick-dots li button:before {
    display: none;
}

.about-intro-box .slick .slick-dots button {
    width: 50px;
    height: 8px;
    border-radius: 0;
    padding: 0;
    border: solid 3px #fff;
    background: #dddddd;
}

.about-intro-box .slick .slick-dots li {
    width: auto;
    height: auto;
}

.about-intro-box .slick .slick-dots .slick-active button {
    background: #009fdf;
}

.about-intro-box .slick .slick-dots {
    bottom: 50px;
    margin-bottom: 0;
}

.about-intro-box .slick {
    padding-bottom: 80px;
}

.home-product-section {
    padding-bottom: 70px;
}

.store-link-section {
    padding: 50px 0;
}

.link-list {
    margin-top: 30px;
}

.link-list .item {
    margin-bottom: 10px;
}

.link-list .item .pic {
    position: relative;
    overflow: hidden;
}

.link-list .item .pic:before,
.link-list .item .pic:after {
    position: absolute;
    content: "";
    display: block;
    transition: all .3s ease;
}

.link-list .item .pic:before {
    width: 30px;
    height: 30px;
    background: url(../images/all/icon_store.svg) center center no-repeat;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    opacity: 0;

}

.link-list .item .pic:after {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #009fdf;
    right: -30px;
    bottom: -30px;
    z-index: 0;
    transform: scale(0);
}

.link-list .item .pic img {
    object-fit: contain;
    transition: all .3s ease;
}

.link-list .item:hover .pic img {
    opacity: 0.5;
}

.link-list .item:hover .pic:before {
    opacity: 1;
    transition-delay: 0.2s;
}

.link-list .item:hover .pic:after {
    transform: scale(1);
}

/*** product ***/

.product-intro .pro-pic .small-pic .slider-nav .slick-prev:before,
.product-intro .pro-pic .small-pic .slider-nav .slick-next:before {
    display: none;
}

.product-intro .pro-pic .small-pic .slider-nav .slick-prev,
.product-intro .pro-pic .small-pic .slider-nav .slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    transition: all .3s ease;
}

.product-intro .pro-pic .small-pic .slider-nav .slick-prev {
    border-width: 10px 15px 10px 0;
    border-color: transparent #dddddd transparent transparent;
    left: 0;
}

.product-intro .pro-pic .small-pic .slider-nav .slick-next {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #dddddd;
    right: 0;
}

.product-intro .pro-pic .small-pic .slider-nav .slick-prev:hover {
    border-color: transparent #009fdf transparent transparent;
}

.product-intro .pro-pic .small-pic .slider-nav .slick-next:hover {
    border-color: transparent transparent transparent #009fdf;
}

.product-intro .pro-pic .small-pic .slider-nav {
    padding: 0 30px;
}

.product-intro .pro-pic .small-pic .slider-nav .item {
    margin: 5px 5px;
}

.product-intro .pro-pic .small-pic .slider-nav img {
    transition: all .3s ease;
}

.product-intro .pro-pic .small-pic .slider-nav .item.slick-slide.slick-current.slick-active img {
    opacity: 0.5;
}

.product-intro .pro-info .title {
    font-size: 2.5rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

html[lang='vn'] .product-intro .pro-info .title {
    font-size: 2rem;
}

.product-intro .pro-info .title .sub-txt {
    font-size: 2rem;
}

.product-intro .pro-info .feature {
    font-size: 1.125rem;
    text-align: right;
    color: #646464;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 5px;
    margin-bottom: 40px;
    position: relative;
}

.product-intro .pro-info .feature:before {
    position: absolute;
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-color: #dddddd;
    left: 0;
    bottom: -17px;
}

.product-intro .pro-info .desc {
    color: #000;
    /*padding-bottom: 55px;*/
    padding-bottom: 35px;
}

.product-intro .pro-info .price {
    font-size: 1.875rem;
    color: #000;
    /*position: absolute;
    right: 15px;
    bottom: 0;*/
    text-align: right;
}

.product-intro .pro-info .price .small {
    font-size: 1.125rem;
}

.product-editor {
    padding-top: 50px;
    border-top: solid 1px #c5c5c5;
    margin-top: 30px;
}

/********* news *********/
.article-list .item {
    margin-bottom: 20px
}

.article-list .item .date {
    right: 0;
    top: 0;
    background: #f7b52d;
    font-size: 0.75rem;
    padding: 5px;
    color: #fff;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.3);
}

.article-list .item .date > span {
    position: relative;
}

.article-list .item .date:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background-color: #98c3e8;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}

.article-list .item .pic img {
    transition: all .3s ease;
}

.article-list .item .title {

    color: #000;
    transition: all .3s ease;
}

.article-list .item .info {
    padding: 10px 0;
    border-bottom: solid 1px #dddddd;
    position: relative;
}

.article-list .item .info:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #dddddd;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}

.article-list .item:hover .title {
    color: #f7b52d;
}

.article-list .item:hover .info:before {
    width: 100%;
    height: 5px;
}

.article-list .item:hover .date:before {
    height: 100%;
}

.article-list .item:hover .pic img {
    opacity: 0.8;
}

body.news.show .content > .h5 {
    margin-top: -.6em;
    font-size: 1.8em;
    margin-bottom: 1em;
    color: #333;
}

body.news.show .content > .h5 .date {
    font-size: .6em;
    font-weight: normal;
    opacity: .6;
    float: right;
    line-height: 34px;
}

body.news.show .content > .h5 .date::before {
    content: "[ ";
}

body.news.show .content > .h5 .date::after {
    content: " ]";
}

/** article **/
.article-list.st .item .info {
    background: #ececec;
    padding: 10px;
    border: none;
    transition: all .3s ease;
}

.article-list.st .item .info:before {
    background: #98c3e8;
    width: 0;
    height: 3px;
}

.article-list.st .item:hover .info:before {
    width: 100%;
}

.article-list.st .item .pic {
    overflow: hidden;
}

.article-list.st .item:hover .pic img {
    transform: scale(1.2);
}

.article-list.st .item:hover .title {
    color: #000;
}

.article-list.st .item:hover .info {
    background: #f7b52d;
}

/*** store ***/
body.store .link-list .item {
    margin-bottom: 20px;
}

.store-list .item {
    margin-bottom: 20px;
}

.store-list .item .title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #009fdf;
    margin-bottom: 18px;
    padding-left: 30px;
    background: url(../images/all/icon_store2.svg) left 5px no-repeat;
    background-size: 25px;
}

.store-list .item,
.store-list .item a {
    color: #646464;
}

.store-list .item a:hover {
    color: #98c3e8;
}

.store-list .item .desc .std-item {
    display: flex;
    padding-left: 30px;
    background-size: 20px;
    background-position: left 3px;
    background-repeat: no-repeat;
}

.store-list .item .desc .std-item.map {
    background-image: url(../images/all/icon_map.svg);
}

.store-list .item .desc .std-item.tel {
    background-image: url(../images/all/icon_tel.svg);
}

.store-list .item .desc .std-item.time {
    background-image: url(../images/all/icon_time.svg);
}

.store-list .item .desc .std-item .lab-txt {
    width: 80px;
    flex: 0 0 80px;
    position: relative;
}

.store-list .item .desc .std-item .det-txt {
    flex-grow: 1;
    padding-left: 10px;
}

.store-list .item .desc .std-item + .std-item {
    margin-top: 8px;
}

.store-list .item .desc ul {
    margin-bottom: 0;
}

.store-list .item .desc .std-item .lab-txt:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 19px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #b9b9b9;
}

.store-list .item .item-box {
    padding: 10px;
    border: solid 1px #e2e2e2;
    border-left-width: 5px;
}

.store-list .item .desc {
    margin-bottom: 10px;
}

/*** banner slick ***/
.banner .slick-prev:before,
.banner .slick-next:before {
    display: none;
}

.banner .slick .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 123, 255, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    transition: all .5s ease;
}

.banner .slick-prev {
    background-image: url(../images/all/arrow_prev.svg);
}

.banner .slick-next {
    background-image: url(../images/all/arrow_next.svg);
}

.banner .slick-prev {
    left: 10px;
}

.banner .slick-next {
    right: 10px;
}