@import url(animate.css);


/* ===== Default Setting ===== */
*,
body {
    font-family: 微軟正黑體, sans-serif;
}

html,
body{
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}
body{
    overflow-x: hidden;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none !important
}

a,
button,
input {
    outline: none !important;
}

ul{
    margin: 0;
    list-style: none;
    color: #4D4D4D;
    padding-left: 15px;
}

img {
    -moz-user-select: none;
    /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none;
    /* From IE10 only */
    -webkit-user-drag: none;
    /* Prevents dragging of images/divs etc */
    user-drag: none;
}

/* ===== Custom General Styles ===== */
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    letter-spacing: 1px;
}

h1{
    font-size: 35px;
    line-height: 40px;
}
h2{
    font-size: 30px;
    line-height: 35px;
}
h3{
    font-size: 25px;
    line-height: 35px;
}
h4{
    font-size: 20px;
    line-height: 25px;
}
h5{
    font-size: 18px;
    line-height: 25px;
}


p {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #4d4d4d;
    margin: 0!important;
    text-align: center;
}
b{
    color: #000;
    font-weight: 900;
}
li{
    font-size: 14px;
    margin-top: 20px;
}
a {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    color: #e6ae49;
}

section{
    margin-bottom: 150px;
}
.inner_title{
    margin-top: 120px;
}

.con-title{
    text-align: center;
    color: #6e5220;
    margin-bottom: 50px;
}
.con-title h3{
    font-weight: 700;
    padding: 5px 0;
}
.con-title .con_small_title{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.con-title .link{
    margin-top: 10px;
}
.con-title .link a{
    font-weight: 700;
    font-size: 14px;
    color: #606060;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.con-title .link a:hover{
    color: #a87e3b;
}
.con-title .link span{
    color: #606060;
    margin: 0 5px;
}


.small_title{
    font-size: 12px;
    font-weight: 700;
    color: #606060;
}
.inner_introduce .img_box{
    width: 100%;
    height: 100%;
}
.inner_introduce .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_introduce_content h3{
    color: #a87e3b;
    font-weight: 700;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 3px solid #a87e3b;
    padding-left: 15px;
}

.more_btn{
    text-transform: uppercase;
}

.img_right{
    object-position: 80%;
}

/* ===== header ===== */
/* ===== 首頁 -  header ===== */
header{
    height: 100px;
    margin: 0;
    padding: 0;
    /* background-image: url('../img/banner1.jpg'); */
    /* -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative; */
}
header .logo{
    padding-top: 5px;
    padding-bottom: 10px;
}
header .logo a{
   padding: 20px;
}

.banner_text h1,
.banner_text h4{
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

header .line{
    width: 350px;
    height: 2px;
    background-color: #fff;
    opacity: .5;
    display: inline-block;
    position: relative;
    top: 40px;
    left: -400px;
}

header nav,
header nav ul{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

header nav {
  /* box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); */
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

header nav ul li {
  display: table;
  width: 100%;
  height: calc(100% /8);
  border-bottom: 1px solid rgba(0,0,0,0.3);
  background: rgba(0,0,0,.9);
  -webkit-perspective: 0px; /* 透視 */
          perspective: 0px;
  -webkit-transform: rotateX(-90deg) scale(0.5);
          transform: rotateX(-90deg) scale(0.5);
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  margin-top: 0;
}
header nav ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
}
header nav ul li a:hover {
  background: rgba(255,255,255,0.1);
}
header #toggle {
  display: none;
}
header #toggle + #toggle-btn,
header .nav-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 3px;
  cursor: pointer;
}
header #toggle + #toggle-btn {
  height: 40px;
  width: 40px;
  z-index: 1000;
  background: transparent;
}
header .nav-icon,
header .nav-icon:before,
header .nav-icon:after {
  position: absolute;
  height: 2px;
  width: 30px;
  margin: 18px 0;
  z-index: 900;
  border-radius: 3px;
  background: #6e5220 ;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
header .nav-icon:before {
  content: "";
  margin-top: -10px;
}
header .nav-icon:after {
  content: "";
  margin-top: 10px;
}
header #toggle:checked ~ nav {
  opacity: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
header #toggle:checked ~ .nav-icon {
  background: rgba(255,0,0,0);
}
header #toggle:checked ~ .nav-icon:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  margin-top: 0;
}
header #toggle:checked ~ .nav-icon:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: 0;
}
header #toggle:checked ~ nav ul li {
  -webkit-transform: rotateY(0deg) scale(1);
          transform: rotateY(0deg) scale(1);
}

/* ===== 內頁 - header ===== */
.inner_header{
    height: 100px;
    margin: 0;
    padding: 0;
}
.inner_header .logo{
   padding-top: 5px;
    padding-bottom: 10px;
}

.custom_navbar{   
    width: 100%;
    background-color: #000;
}
.custom_navbar .nav-item{
    margin-left: 25px;
    margin-right: 25px;
}

/* ===== 影片 ===== */
.video_custom{
    margin-top: 150px;
}


/* ===== 首頁 - 因你的微笑 品牌更微笑(品牌故事) ===== */
.home_brand .vertical_line{
    height: 100px;
    width: 2px;
    background-color: #000;
}

.home_brand .carousel-control-next{
    right: -220px;
}

.home_brand .carousel-control-prev{
    left: -220px;
}

.home_brand .prev_text,
.home_brand .next_text{
    text-transform: uppercase;
    color: #000;
}

.home_brand .prev_text{
    left: -50px;
    text-transform: uppercase;
    color: #000;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.home_brand .next_text{
    text-transform: uppercase;
    color: #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* ===== 內頁 - 品牌故事 ===== */
.inner_introduce .img_box{
    width: 100%;
    height: 100%;
}
.inner_introduce .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_introduce_content p{
    padding-bottom: 8px;
}
.inner_introduce_content .img_box{
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-right: 5px;
    width: 80px;
    height: 80px;
    vertical-align: top;
    position: relative;
}
.inner_introduce_content .img_box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.inner_introduce_content .img_box .line{
    width: 430px;
    height: 2px;
    background-color: #606060;
    position: absolute;
    left: 90px;
    top: 50%;
    opacity: .5;
}

.inner_slide{
    margin-bottom: 0;
}
.inner_slide .carousel-item{
    position: relative;
}
.inner_slide .carousel-caption{
    position: absolute;
    left:50%;
    top: 200px;
    width: 800px;
    height: 150px;
    padding: 20px;
    background-color: #e0e0e0;
}


.inner_experience{
    margin-bottom: 50px;
}
.inner_experience .inner_introduce_content{
    text-align: center;
    margin-bottom: 50px;
}
.inner_experience .inner_introduce_content h3{
    border-left: none;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.inner_experience .inner_introduce_content h3 span{
    position: absolute;
    left: 36%;
    top: 0;
    font-size: 90px;
    font-family: sans-serif;
    opacity: .3;
}
.inner_experience .inner_introduce_content p{
    text-align: center;
    padding: 0 180px;
}

.inner_experience .img_box{
    width: 100%;
    height: 360px;
}

.inner_experience .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 55%;
}
.inner_experience .text_box .line{
    width: 80px;
    height: 1px;
    background-color: #606060;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
    opacity: .5;
}
.inner_experience .text_box .small_title{
    padding: 15px 0;
}

.inner_experience .text_box h4{
    font-weight: 700;
    color: #a87e3b;
    margin-bottom: 15px;
}
.inner_experience .text_box p{
    line-height: 28px;
    opacity: .8;
}


/* ===== 首頁 - 英國機能香氛精品(暢銷產品) ===== */
.home_product .home_product_content{
    width: 100%;
    height: 350px;
    position: relative;
}
.home_product .home_product_content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_product .home_product_content .linear_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top,#000 10%,rgba(0, 0, 0, 0) 90%);
    opacity: 0.8;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home_product .home_product_content:hover .linear_cover{
    opacity: 1;
    background-image: linear-gradient(to top,#000 50%,rgba(0, 0, 0, 0) 90%);
}

.home_product .home_product_content .text_box{
    text-align: center;
    color: #e6ae49;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
}
.home_product .home_product_content .text_box h2{
    margin-bottom: 15px;
}

.home_product .home_product_content:hover .text_box{
    opacity: 0;
}

.home_product .home_product_content .text_box_hover{
    position: absolute;
    top: 50%;
    left: 0px;
    padding-left: 25px;
    padding-right: 25px;
   -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 50px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.home_product .home_product_content:hover .text_box_hover{
    margin-top: 0px;
    opacity: 1;
}
.home_product .home_product_content .text_box_hover h2,
.home_product .home_product_content .text_box_hover h5{
    color: #e6ae49;
    font-weight: 700;
    margin-bottom: 10px;
}

.home_product .home_product_content .text_box_hover p{
    color: #fff;
    opacity: .8;
}
.home_product .home_product_content .text_box_hover .more_btn{
    text-align: right;
    margin-top: 30px;
    position: relative;
}
.home_product .home_product_content .text_box_hover a{
    color: #e6ae49;
    text-transform: uppercase;
}

.home_product .home_product_content .text_box_hover .line{
    position: absolute;
    right: 140px;
    bottom: 48%;
    width: 100px;
    height: 1px;
    background-color: #6e5220;
}

/* ===== 內頁 - 暢銷產品介紹頁 ===== */
.inner_product_info .row_gap{
    margin-top: 150px;
}

.inner_product_info .con-title{
    margin-bottom: 30px;
}

.inner_product_info .img_box h5{
    font-weight: 700;
    color: #6e5220;
}
.inner_product_info .img_box .small-title{
    color: #a87e3b;
}

.inner_product_info .img_box img{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.inner_product_info .text_box span{
    display: block;
}

.inner_product_info .text_box .text_title{
    font-weight: 700;
    color: #6e5220;
}

.inner_product_info .text_box ul{
    list-style-type: circle;
    padding-left: 30px;
}
.inner_product_info .text_box li{
    text-align: justify;
}

.inner_product_info .text_box h5,
.inner_product_info .text_box h6{
    color: #606060;
}

.inner_product_info .vertical_line{
    height: 100px;
    width: 2px;
    background-color: #000;
}

.inner_product_info .carousel-control-next{
    right: -220px;
}

.inner_product_info .carousel-control-prev{
    left: -220px;
}

.inner_product_info .prev_text,
.inner_product_info .next_text{
    text-transform: uppercase;
    color: #000;
}

.inner_product_info .prev_text{
    left: -50px;
    text-transform: uppercase;
    color: #000;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.inner_product_info .next_text{
    text-transform: uppercase;
    color: #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.inner_product .more_btn{
    color: #6d6d6d;
    font-size: 14px;

    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.inner_product .more_btn:hover{
    color: #6e5220;
}
.inner_product2 .img_box{
    width: 100%;
    height: 100%;
}
.inner_product2 .img_box .img-fluid{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner_product_info .simple_product{
    width: 100%;
    height: 400px;
    object-fit: contain;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0)!important;
}
.inner_product_info .simple_product_text h6{
    color: #6e5220;
    font-weight: 700;
}
.inner_product_info .simple_product_text span{
    display: block;
}
.inner_product_info .simple_product_text .line{
    width: 100%;
    height: 1px;
    background-color: #6e5220;
    margin-top: 10px;
    margin-bottom: 5px;
}
.inner_product_info .simple_product_text p{
    /* color: #606060; */
    /* font-weight: 500; */
    padding: 10px;
    background-color: transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.inner_product_info .simple_product_text p:hover{
    /* color: #6e5220; */
    /* font-weight: 700; */
    background-color: rgba(230, 174, 73, .3);

}

/* ===== 首頁 - 獨特的精品價值(專業認證) ===== */
.home_license .computer_content{
    width: 100%;
    position: relative;
}
.home_license .computer_content .img_box{
    width: 1000px;
    height: 650px;
}
.home_license .computer_content .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_license .computer_content .text_box{
    position: absolute;
    right: 0;
    bottom: -50px;
    background-color: #6e5220;
    width: 1000px;
    height: 650px;
    z-index: -1;
}

.home_license .computer_content .text_box::before{
    content: "";
    position: absolute;
    right: 50px;
    bottom: 50px;
    border: 2px solid #e6ae49;
    background-color: transparent;
    width: 540px;
    height: 550px;
    z-index: -1;
}

.home_license .computer_content .text_box .con-title{
    padding: 20px 0;
    display: inline-block;
    width: 500px;
    position: absolute;
    text-align: left;
    left: 400px;
    bottom: 100px;
    z-index: 3;
    color: #fff;
    background-color: #6e5220;
}

.home_license .computer_content .text_box .con-title p{
    padding: 30px 200px 0 0;
    color: #fff;
}

.home_license .mobile_content p{
    padding: 0 20px;
}


/* ===== 內頁 - 專業認證 ===== */
.inner_license_slide{
    margin-bottom: 0;
    background-image: linear-gradient(-28.8deg,#000,#33281d);
    padding: 50px 0;
}
.inner_license_slide .title_box div{
    color: #fff;
    font-size: 12px;
    margin: 10px 10px 13px 10px;
}
/* .inner_license_slide .inner_lightbox{
    padding: 0!important;
}
 */

/* ===== 首頁 - 產品饗宴(銷售通路) ===== */
.home_sales{
    margin-top: 200px;
    overflow-x: hidden; 
}

.home_sales .home_sales_content{
    width: 100%;
    height: 350px;
    position: relative;
}
.home_sales .home_sales_content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.home_sales .home_sales_content:hover img{
   -webkit-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    transform: scaleX(1.2);
}

.home_sales .home_sales_content .cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home_sales .home_sales_content:hover .cover{
    opacity: .95;
    -webkit-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    transform: scaleX(1.2);
}

.home_sales .home_sales_content .text_box{
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.home_sales .home_sales_content .text_box h5{
    line-height: 40px;
    border-bottom: 2px solid #fff;
}

.home_sales .home_sales_content:hover .text_box{
    bottom: 120px;
    color: #e6ae49;
}

.home_sales .home_sales_content:hover .text_box h5{
    border-bottom: 2px solid #e6ae49;
}

.home_sales .home_sales_content .logo_hover{
    position: absolute;
    width: 250px;
    height: 100px;
    bottom: 50px;
    left: 50%;
   -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.home_sales .home_sales_content .logo_hover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home_sales .home_sales_content:hover .logo_hover{
    bottom: 150px;
    opacity: 1;
}


/* ===== 內頁 - 銷售通路 =====  */
.sale_tab .nav{
    z-index: 99;
}
.sale_tab .nav-pills .nav-link.active{
    background-color: #000;
    color: #e6ae49;
    position: relative;
}
.sale_tab .nav-pills .nav-link.active::before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: -15px;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}
.sale_tab .nav-pills .nav-link{
    background-color: #000;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 1.5px;
    position: relative;
}
.sale_tab .nav-pills .nav-link:first-child{
    border-left: 1px solid #e6ae49;
}

.sale_tab .nav-link{
    padding: 10px 30px;
}

.sale_tab .sale_white_bg,
.sale_tab .sale_brown_bg{
    padding-top: 50px;
    padding-bottom: 50px;
}

.sale_tab .sale_white_bg{
    border-top: 2px solid #6e5220;
    margin-top: -40px;
}
.sale_tab .sale_brown_bg{
    background-color: #6e5220;
}
.sale_tab .container_max_width{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.sale_tab .map_info{
    padding: 20px 25px;
}

.sale_tab .map_info i,
.sale_tab .map_info p,
.sale_tab .map_info h5{
    color: #6e5220 ;
    text-align: center;
}
.sale_tab .sale_brown_bg i,
.sale_tab .sale_brown_bg p,
.sale_tab .sale_brown_bg h5{
    color: #fff;
}
.sale_tab .map_info i{
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.sale_tab .map_info h5{
    margin-bottom: 15px;
    font-weight: 700;
}
.sale_tab .map_info p{
    font-size: 14px;
}
.sale_tab a{
    font-size: 14px;
    color: #6e5220;
}
.sale_tab .sale_brown_bg a{
    color: #fff;
}

/* ===== 首頁 - 即時的產品消息(最新消息) ===== */
.home_news .img_box{
    width: 100%;
    height: 260px;
}

.home_news .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 55%;
}
.home_news .text_box .line{
    width: 80px;
    height: 1px;
    background-color: #606060;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
    opacity: .5;
}
.home_news .text_box .small_title{
    padding: 15px 0;
}

.home_news .text_box h5{
    font-weight: 700;
    color: #a87e3b;
    margin-bottom: 15px;
    line-height: 25px;
}
.home_news .text_box p{

    line-height: 23px;
    opacity: .8;
}

.home_news .more_btn{
    margin-top: 100px;
    background-color: #a87e3b;
    padding: 10px 10px;
    text-align: center;
    box-shadow: 0 0 5px transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.home_news .more_btn:hover{
   box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

.home_news .text_more_btn{
    margin-top: 15px;
}
.home_news .text_more_btn a{
    color: #606060;
    font-size: 14px;
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.home_news .text_more_btn a:hover{
    color: #a87e3b;
    opacity: .8;
}

.phone_home_news .text_box{
    padding: 20px;
    height: 250px;
}
.phone_home_news .text_box .line{
    width: 80px;
    height: 1px;
    background-color: #606060;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
    opacity: .5;
}
.phone_home_news .text_box .small_title,
.phone_home_news .text_box p{
    color: #606060;
}
.phone_home_news .text_box .small_title{
    margin-bottom: 10px;
}
.phone_home_news .text_box h5{
    color: #a87e3b;
    margin-bottom: 10px;
}

.phone_home_news .carousel-control-next, 
.phone_home_news .carousel-control-prev{
    top: -200px;
}

/* ===== 內頁 - 最新消息 ===== */
.inner_news h6{
    font-weight: 700;
    margin-bottom: 30px;
    color: #a87e3b;
    text-align: center;
}
.inner_news p,
.inner_news p a{
    color: #606060;
    font-size: 14px;
}
.inner_news p{
    padding-top: 20px;
}
.active_new{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner_news .new_video_custom{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}


/* ===== 內頁 - 全球市場 ===== */
.inner_global_map{
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-container {
  padding: 3.2rem .8rem;
  position: relative;
  display: inline-block;
}
.map-container img {
  width: 100%;
  opacity: .8;
}
.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #a87e3b;
  border-radius: 50%;
  transition: all .3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(168, 126, 59, 0.4);
  animation: pulse 3s infinite;
}
.map-container .point:hover{
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.map-container .venezuela {
  top: 54%;
  left: 24%;
}
.map-container .brasil {
  top: 64%;
  left: 28%;
}
.map-container .argentina {
  top: 77%;
  left: 27%;
}
.map-container .colombia {
  top: 55%;
  left: 21%;
}
.map-container .panama {
  top: 51%;
  left: 18%;
}
.map-container .mexico {
  top: 38%;
  left: 12%;
}
.map-container .usa {
  top: 26%;
  left: 17%;
}
.map-container .arabia {
  top: 40%;
  left: 53%;
}
.map-container .turquia {
  top: 31%;
  left: 57%;
}
.map-container .rusia {
  top: 16%;
  left: 67%;
}
.map-container .china {
  top: 40%;
  left: 72%;
}
.map-container .japon {
  top: 34%;
  left: 86%;
}
.map-container .australia {
  top: 72%;
  left: 86%;
}
.map-container .indonesia {
  top: 73%;
  left: 88%;
}
.map-container .uk {
  top: 30%;
  left: 45%;
}
.map-container .taiwan {
  top: 45%;
  left: 82%;
}
.map-container .hk {
  top: 40%;
  left: 80%;
}
.map-container .malaysia {
  top: 55%;
  left: 80%;
}
.map-container .singapore {
  top: 60%;
  left: 85%;
}
.map-container .thailand {
  top: 50%;
  left: 70%;
}
.map-container .korea {
  top: 30%;
  left: 80%;
}
.map-container .canda {
  top: 15%;
  left: 35%;
}

/* 歐洲 */
.map-container .albania {
  top: 15%;
  left: 50%;
}
.map-container .bulgaria {
  top: 16%;
  left: 60%;
}
.map-container .estonia {
  top: 13%;
  left: 70%;
}
.map-container .hungary {
  top: 15%;
  left: 80%;
}
.map-container .norway {
  top: 18%;
  left: 90%;
}
.map-container .romania {
  top: 20%;
  left: 55%;
}
.map-container .sweden {
  top: 18%;
  left: 65%;
}
.map-container .deutschland {
  top: 23%;
  left: 75%;
}
.map-container .belgique {
  top: 20%;
  left: 85%;
}
.map-container .croatia {
  top: 25%;
  left: 45%;
}
.map-container .finland {
  top: 26%;
  left: 53%;
}
.map-container .italia {
  top: 23%;
  left: 60%;
}
.map-container .polska {
  top: 25%;
  left: 67%;
}
.map-container .serbia {
  top: 27%;
  left: 78%;
}
.map-container .switzerland {
  top: 30%;
  left: 48%;
}
.map-container .espana {
  top: 32%;
  left: 52%;
}
.map-container .bosnia {
  top: 31%;
  left: 55%;
}
.map-container .czech {
  top: 33%;
  left: 62%;
}
.map-container .france {
  top: 35%;
  left: 76%;
}
.map-container .lithuania {
  top: 33%;
  left: 83%;
}
.map-container .portugal {
  top: 33%;
  left: 67%;
}
.map-container .slovakia {
  top: 40%;
  left: 55%;
}
.map-container .turkey {
  top: 42%;
  left: 60%;
}
.map-container .greece {
  top: 41%;
  left: 63%;
}
.map-container .nederland {
  top: 43%;
  left: 77%;
}
.map-container .poccnr {
  top: 44%;
  left: 70%;
}
.map-container .slovenia {
  top: 30%;
  left: 72%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(168, 126, 59, 0.4);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}


/* ===== 內頁 - 聯絡我們 ===== */
.inner_contact_form .form-control{
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
}
.inner_contact_form .form-control:focus{
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}

.inner_contact_form .btn{
    background-color: #606060;
    border-radius: 0;
    padding: 10px 30px;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.inner_contact_form .btn:hover{
    background-color: #a87e3b;
}

.inner_contact_map iframe{
    filter: grayscale(100%);
}

/* ===== Footer ===== */
footer{
    background-color: #000;
    text-align: center;
    color: #fff;
}
footer p{
    text-align: center;
    padding: 10px 0;
    color: #e6ae49;
    border-bottom: 1px solid #e6ae49;
}

footer p span img{
    width: 20px;
    height: 20px;
    margin-right: 1px;
    margin-bottom: 3px;
}
footer p span img:first-child{
    margin-left: 5px;
}

footer .copyright{
    font-size: 14px;
    padding: 10px 0;
}
footer .copyright a{
    font-size: 14px;
}

/* 選擇語系 */
.home_lang .dropdown_content{
    height: 300px;
    overflow-y: auto;

}
.home_lang .dropdown-toggle{
    background-color: #606060;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.home_lang .dropdown-toggle:hover{
    background-color: #6e5220;
}
.home_lang .dropdown-toggle:focus{
    box-shadow: 0 0 0 0.2rem transparent;
    
}
.home_lang .dropdown_title{
    color: #6e5220;
    font-weight: 700;
}
.home_lang .nav-pills .nav-link.active{
    background-color: transparent;
    color: #6e5220;
    font-weight: 900;
}
.home_lang .nav-pills .nav-link{
    color: #606060;
    text-transform: uppercase;
}
.home_lang .nav-pills{
    display: inline-block;
    border-right: 1.5px solid #6e5220;
}
.home_lang .tab-content{
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-top: 10px;
}
.home_lang .tab-content a{
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 8px;
}
.home_lang .tab-content a:hover{
    color: #6e5220;
}

/* 英文版 */
body.english_style {
    letter-spacing: 0px;
}
body.english_style h2{
    font-size: 30px;
    letter-spacing: 0px;
}
body.english_style h2{
    font-size: 25px;
    letter-spacing: 0px;
}
body.english_style h3{
    font-size: 20px;
    letter-spacing: 0px;
}
body.english_style h4{
    font-size: 18px;
    letter-spacing: 0px;
}
body.english_style h5{
    font-size: 16px;
    letter-spacing: 0px;
}
body.english_style h6{
    font-size: 15px;
    letter-spacing: 0px;
}
body.english_style p{
    font-size: 14px;
    letter-spacing: 0px;
}
body.english_style .custom_navbar .nav-link{
    font-size: 12px;
    letter-spacing: 0px;
}

body.english_style .custom_navbar li{
    margin-top: 0px;
    letter-spacing: 0px;
}

body.english_style header nav ul li a{
    font-size: 20px;
    letter-spacing: 0px;
}

body.english_style .home_product .home_product_content {
    width: 100%;
    height: 450px;
    position: relative;
}