@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/**
 *
 */
/* line 42, ../scss/scss.scss */
html.fix {
  position: fixed;
  width: 100%;
}

/* line 51, ../scss/scss.scss */
* {
  font-family: '微軟正黑體';
}

/* line 55, ../scss/scss.scss */
body {
  padding-top: 74px;
  -moz-user-select: none;
  -webkit-user-select: none;
}

/* line 61, ../scss/scss.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 0 5px;
}

/* line 76, ../scss/scss.scss */
h1, h2, h3, h4 {
  color: #666;
}

/* line 78, ../scss/scss.scss */
.row {
  margin: 0;
}

/* line 82, ../scss/scss.scss */
.sj_none {
  display: none;
}

/* line 86, ../scss/scss.scss */
.margin-bottom-10 {
  margin-bottom: 10px;
}

/* line 87, ../scss/scss.scss */
.margin-bottom-20 {
  margin-bottom: 20px;
}

/* line 88, ../scss/scss.scss */
.margin-bottom-30 {
  margin-bottom: 30px;
}

/* line 89, ../scss/scss.scss */
.margin-bottom-40 {
  margin-bottom: 40px;
}

/* line 91, ../scss/scss.scss */
img.img-bordered {
  padding: 3px;
  border: 1px solid #eee;
}

/* line 96, ../scss/scss.scss */
a,
h3,
h3:after,
h4,
li,
.slider-img,
img,
.navbar > div a,
.lang_select,
.lang,
.section-block,
.section-block a img,
.video-bg,
.video-icon,
.search,
.cbp_tmtime span,
.cbp_tmicon,
.more, .more:after,
.social-icons li a,
input {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 119, ../scss/scss.scss */
a:hover {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

/* line 123, ../scss/scss.scss */
p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
}

/* line 129, ../scss/scss.scss */
input[type=text]:focus {
  overflow: auto;
  outline: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

/* line 135, ../scss/scss.scss */
.form-control {
  border: none;
}

/* line 139, ../scss/scss.scss */
.inline-group > div {
  display: inline-block;
}

/* line 143, ../scss/scss.scss */
header {
  background: #fff;
  border-bottom: 2px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

/* topbar
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 157, ../scss/scss.scss */
.topbar {
  margin-bottom: 2px;
  margin-top: 6px;
}
/* line 160, ../scss/scss.scss */
.topbar .container {
  position: relative;
  z-index: 4;
  text-align: right;
}
/* line 164, ../scss/scss.scss */
.topbar .container > div {
  position: relative;
}
/* line 166, ../scss/scss.scss */
.topbar .container > div a {
  padding: 10px;
  text-align: left;
  color: #aaa;
}
/* line 170, ../scss/scss.scss */
.topbar .container > div a:hover {
  color: #f00;
}
/* line 174, ../scss/scss.scss */
.topbar .container > div:first-child {
  border-left: none;
}
/* line 177, ../scss/scss.scss */
.topbar .container > div:last-child {
  border-right: none;
}
/* line 179, ../scss/scss.scss */
.topbar .container > div:last-child a {
  padding-right: 0;
}
/* line 183, ../scss/scss.scss */
.topbar .container > div:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #ccc;
  right: -1px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
/* line 193, ../scss/scss.scss */
.topbar .container > div:last-child:after {
  background: #fff;
}
/* line 197, ../scss/scss.scss */
.topbar .container .lang {
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding: 3px 15px;
  color: #aaa;
  background: #fff;
  cursor: pointer;
}
/* line 205, ../scss/scss.scss */
.topbar .container .lang:hover {
  color: #fff;
  background: #000;
}
/* line 208, ../scss/scss.scss */
.topbar .container .lang:hover:after {
  color: #fff;
}
/* line 212, ../scss/scss.scss */
.topbar .container .lang i,
.topbar .container .lang img {
  margin-right: 10px;
}
/* line 216, ../scss/scss.scss */
.topbar .container .lang .lang_select {
  position: absolute;
  z-index: -1;
  top: -700%;
  left: 0;
  width: 100%;
  background: #eee;
}
/* line 223, ../scss/scss.scss */
.topbar .container .lang .lang_select a {
  display: block;
  padding: 10px 12px;
  color: #000;
  background: #eee;
  font-size: 12px;
}
/* line 229, ../scss/scss.scss */
.topbar .container .lang .lang_select a.lang-english {
  font-size: 15px;
}
/* line 232, ../scss/scss.scss */
.topbar .container .lang .lang_select a img {
  width: 18px;
}
/* line 235, ../scss/scss.scss */
.topbar .container .lang .lang_select a:hover {
  color: #fff;
  background: #b11d29;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 241, ../scss/scss.scss */
.topbar .container .lang .lang_select.click {
  background: #000;
}
/* line 246, ../scss/scss.scss */
.topbar .container .lang:hover .lang_select {
  top: 100%;
}
/* line 253, ../scss/scss.scss */
.topbar .lang-list .lang-icon {
  margin-right: 10px;
  width: 15px;
}
/* line 257, ../scss/scss.scss */
.topbar .lang-list.on {
  display: none;
}
/* line 260, ../scss/scss.scss */
.topbar .lang-list span {
  display: inline-block;
  vertical-align: middle;
}

/* menu
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 271, ../scss/scss.scss */
nav {
  height: 42px;
}
/* line 273, ../scss/scss.scss */
nav .nav_bg {
  position: absolute;
  z-index: 3;
  top: 145px;
  width: 100%;
  background: transparent;
}
/* line 279, ../scss/scss.scss */
nav .nav_bg.show {
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
/* line 284, ../scss/scss.scss */
nav .container {
  position: relative;
  z-index: 3;
}
/* line 287, ../scss/scss.scss */
nav .container .logo {
  float: left;
  margin-top: -7px;
}
/* line 291, ../scss/scss.scss */
nav .container .navbar {
  position: absolute;
  right: 0;
  top: -18px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 296, ../scss/scss.scss */
nav .container .navbar > div {
  position: relative;
  float: left;
  margin: 1px 8px;
  border-bottom: 4px solid transparent;
}
/* line 301, ../scss/scss.scss */
nav .container .navbar > div:last-child {
  margin-right: 0;
}
/* line 304, ../scss/scss.scss */
nav .container .navbar > div:last-child a {
  padding-right: 0;
}
/* line 307, ../scss/scss.scss */
nav .container .navbar > div > a {
  font-size: 19px;
  text-decoration: none;
  color: #666;
  padding: 6px 15px 10px;
  border-bottom: 2px solid transparent;
}
/* line 313, ../scss/scss.scss */
nav .container .navbar > div > a:hover, nav .container .navbar > div > a.active {
  border-color: #e51a19;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 319, ../scss/scss.scss */
nav .container .navbar > div.nav_sitemap {
  display: none;
}
/* line 324, ../scss/scss.scss */
nav .container .navbar .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  background: #fff;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 2px solid #e51a19;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
}
/* line 334, ../scss/scss.scss */
nav .container .navbar .submenu div a {
  font-size: 16px;
  padding: 5px 90px 5px 15px;
  display: block;
  white-space: nowrap;
  color: #666;
  border-bottom: 1px solid #eee;
}
/* line 342, ../scss/scss.scss */
nav .container .navbar .submenu div:hover {
  background: #666;
}
/* line 344, ../scss/scss.scss */
nav .container .navbar .submenu div:hover a {
  color: #fff;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 351, ../scss/scss.scss */
nav .container .navbar .search {
  position: relative;
  height: 25px;
  margin: 0 0 0 15px;
  padding: 0 15px;
  /*background: $red;*/
}
/* line 357, ../scss/scss.scss */
nav .container .navbar .search:hover {
  background: #fff;
}
/* line 360, ../scss/scss.scss */
nav .container .navbar .search.click {
  background: none;
}
/* line 362, ../scss/scss.scss */
nav .container .navbar .search.click i {
  color: #e51a19;
  background: #fff;
}
/* line 367, ../scss/scss.scss */
nav .container .navbar .search i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px;
  padding: 5px 7px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  background: #e51a19;
  transition: all .5s;
}
/* line 379, ../scss/scss.scss */
nav .container .navbar .search i.fa-close {
  font-size: 17px;
}
/* line 383, ../scss/scss.scss */
nav .container .navbar .search .search-open {
  position: absolute !important;
  top: 102%;
  right: 0;
  display: none;
  width: 300px;
  margin-top: 5px;
  padding: 10px;
  background: #fff;
}
/* line 394, ../scss/scss.scss */
nav .container .navbar .search .search-open .input-group input[type='text'] {
  width: 100%;
  padding-left: 5px;
  color: #666;
  border: 1px solid #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 402, ../scss/scss.scss */
nav .container .navbar .search .search-open .input-group .input-group-btn input[type='submit'] {
  width: 40px;
  height: 34px;
  border: none;
  background: url(../images/_base/search-btn.png) 50% 50% no-repeat #e51a19;
  border-radius: 0;
}
/* line 409, ../scss/scss.scss */
nav .container .navbar .search .search-open .input-group .input-group-btn:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 411, ../scss/scss.scss */
nav .container .navbar .search .search-open .input-group .input-group-btn:hover input[type='submit'] {
  background-color: #b11d29;
}

/* 首頁 slick
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 428, ../scss/scss.scss */
.index-slider {
  margin-top: -2px;
}
/* line 430, ../scss/scss.scss */
.index-slider .slider-img {
  height: 600px;
}
/* line 432, ../scss/scss.scss */
.index-slider .slider-img .container {
  position: relative;
  height: 100%;
  display: none;
}
/* line 436, ../scss/scss.scss */
.index-slider .slider-img .container .slider-info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
/* line 441, ../scss/scss.scss */
.index-slider .slider-img .container .slider-info h3 {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
}
/* line 449, ../scss/scss.scss */
.index-slider .slick-next {
  right: 40px;
}
/* line 452, ../scss/scss.scss */
.index-slider .slick-prev {
  left: 20px;
}
/* line 455, ../scss/scss.scss */
.index-slider .slick-prev,
.index-slider .slick-next {
  z-index: 1;
}
/* line 459, ../scss/scss.scss */
.index-slider .slick-prev:before,
.index-slider .slick-next:before {
  font-size: 35px;
}

/* line 464, ../scss/scss.scss */
.mobilebanner {
  display: none;
}

/* 首頁最新產品列表 slick
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 473, ../scss/scss.scss */
.slider.productlist-slider .slick-prev:before,
.slider.productlist-slider .slick-next:before {
  font-size: 28px;
  color: #666;
}
/* line 478, ../scss/scss.scss */
.slider.productlist-slider .slick-prev {
  top: -40px;
  left: calc(100% - 65px);
}
/* line 481, ../scss/scss.scss */
.slider.productlist-slider .slick-prev:hover:before {
  color: #e51a19;
}
/* line 484, ../scss/scss.scss */
.slider.productlist-slider .slick-prev.slick-disabled:before {
  color: #666;
}
/* line 488, ../scss/scss.scss */
.slider.productlist-slider .slick-next {
  top: -40px;
  right: 15px;
}
/* line 491, ../scss/scss.scss */
.slider.productlist-slider .slick-next:hover:before {
  color: #e51a19;
}
/* line 494, ../scss/scss.scss */
.slider.productlist-slider .slick-next.slick-disabled:before {
  color: #666;
}
/* line 498, ../scss/scss.scss */
.slider.productlist-slider .section-block {
  text-align: center;
}
/* line 501, ../scss/scss.scss */
.slider.productlist-slider .section-block a h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: 5px 0;
}
/* line 508, ../scss/scss.scss */
.slider.productlist-slider .section-block a h4 {
  font-style: italic;
  font-size: 16px;
}
/* line 513, ../scss/scss.scss */
.slider.productlist-slider .section-block a:hover img {
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* line 519, ../scss/scss.scss */
.slider.productlist-slider .slick-dots {
  bottom: -25px;
}

/* 各頁面通用設定
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 528, ../scss/scss.scss */
.main-wrapper {
  padding: 30px 0;
}
/* line 530, ../scss/scss.scss */
.main-wrapper.product-list-type {
  padding: 0;
}

/* line 535, ../scss/scss.scss */
.main-wrapper .paragraph-style {
  padding: 13px 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: block;
  color: #888;
  margin-top: 15px;
}

/* line 545, ../scss/scss.scss */
.headline {
  margin-bottom: 20px;
}
/* line 547, ../scss/scss.scss */
.headline h2 {
  font-size: 28px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
/* line 551, ../scss/scss.scss */
.headline h2 span {
  border-bottom: 2px solid #e51a19;
  padding-bottom: 4px;
}
/* line 555, ../scss/scss.scss */
.headline h2 span.link {
  float: right;
  border-bottom: none;
  padding-bottom: 0;
  color: #e51a19;
  font-size: 0.6em;
  padding-top: 10px;
}

/* line 566, ../scss/scss.scss */
.headline {
  margin-bottom: 20px;
}
/* line 569, ../scss/scss.scss */
.headline.main h2 {
  font-size: 22px;
  color: #e51a19;
  font-weight: bold;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 11px;
}
/* line 576, ../scss/scss.scss */
.headline.main h2 span {
  border-bottom: 2px solid #e51a19;
  padding-bottom: 10px;
}

/* line 584, ../scss/scss.scss */
.breadcrumb {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  margin-top: -1px;
  background: #fcfcfc;
  margin-bottom: 0;
}
/* line 591, ../scss/scss.scss */
.breadcrumb .container {
  position: relative;
}
/* line 593, ../scss/scss.scss */
.breadcrumb .container h2 {
  font-size: 26px;
  color: #666;
}
/* line 597, ../scss/scss.scss */
.breadcrumb .container ul {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
/* line 603, ../scss/scss.scss */
.breadcrumb .container ul li {
  float: left;
  position: relative;
  padding: 0 12px;
  color: #e51a19;
  font-size: 16px;
}
/* line 609, ../scss/scss.scss */
.breadcrumb .container ul li a {
  color: #777;
}
/* line 612, ../scss/scss.scss */
.breadcrumb .container ul li:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 1px;
  height: 10px;
  background: #ccc;
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1;
}
/* line 623, ../scss/scss.scss */
.breadcrumb .container ul li:first-child {
  padding-left: 0;
}
/* line 626, ../scss/scss.scss */
.breadcrumb .container ul li:last-child {
  padding-right: 0;
}
/* line 628, ../scss/scss.scss */
.breadcrumb .container ul li:last-child:after {
  background: none;
}

/* line 637, ../scss/scss.scss */
.sidebar {
  margin-right: 20px;
}
/* line 639, ../scss/scss.scss */

/* line 644, ../scss/scss.scss */
.sidebar h2 {
  background: #e51a19;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 8px;
  font-style: italic;
}
/* line 653, ../scss/scss.scss */
.sidebar ul li {
  /*border: 1px solid #ccc;*/
  /*border-bottom: none;*/
  border-bottom: 1px solid #ccc;
}
/* line 657, ../scss/scss.scss */
.sidebar ul li a {
  color: #777;
  font-size: 16px;
  display: block;
  padding: 8px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 664, ../scss/scss.scss */
.sidebar ul li:last-child {
  /*border-bottom: 1px solid #ccc;*/
}
/* line 667, ../scss/scss.scss */
.sidebar ul li.active {
  color: #e51a19;
  border-bottom: 1px solid #e51a19;
  font-weight: bold;
}
/* line 671, ../scss/scss.scss */
.sidebar ul li.active a {
  color: #e51a19;
}
/* line 675, ../scss/scss.scss */
.sidebar ul li.active:hover {
  /*background: $red;
  border-color: $red;*/
  color: #e51a19;
  border-bottom: 1px solid #e51a19;
}
/* line 680, ../scss/scss.scss */
.sidebar ul li.active:hover a {
  color: #fff;
}
/* line 684, ../scss/scss.scss */
.sidebar ul li:hover {
  background: #c9100f;
  border-color: #e51a19;
}
/* line 687, ../scss/scss.scss */
.sidebar ul li:hover a {
  color: #fff;
}

/* line 697, ../scss/scss.scss */
.pagination li a {
  border-radius: 0 !important;
  color: #777;
}
/* line 700, ../scss/scss.scss */
.pagination li a:hover {
  background: #c9100f;
  border-color: #e51a19;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #fff;
}
/* line 706, ../scss/scss.scss */
.pagination li a:active, .pagination li a:focus {
  background: #e51a19;
  border-color: #e51a19;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #fff;
}
/* line 716, ../scss/scss.scss */
.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus {
  background: #e51a19;
  border-color: #e51a19;
}

/* line 725, ../scss/scss.scss */
.gotop {
  position: fixed;
  right: 5px;
  bottom: 5px !important;
  cursor: pointer;
  display: none;
}

/* line 732, ../scss/scss.scss */
.pageh1 {
  width: 50px;
  height: 500px;
  background: #fff;
  margin-right: 10px;
  margin-top: 0;
  /*text-indent: -999px;*/
  float: left;
  padding-top: 10px;
  border-top: 3px solid #e51a19;
}
/* line 742, ../scss/scss.scss */
.pageh1 p {
  color: #e51a19;
  font-weight: bolder;
  font-size: 27px;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  line-height: 50px;
  font-style: italic;
  letter-spacing: 1px;
}

/* line 753, ../scss/scss.scss */
.list-group {
  width: 202px;
  float: left;
}

/* line 757, ../scss/scss.scss */
.list-group-item {
  background: none;
  border: 0;
}

/* line 762, ../scss/scss.scss */
.sidebar-nav-v1 li.active {
  background: #e51a19;
  color: #fff;
}

/* line 767, ../scss/scss.scss */
.shadow-wrapper {
  z-index: 1;
  position: relative;
}

/* line 771, ../scss/scss.scss */
.margin-bottom-50 {
  margin-bottom: 50px;
  clear: both;
}

/* line 775, ../scss/scss.scss */
.shadow-effect-2 {
  position: relative;
}
/* line 777, ../scss/scss.scss */
.shadow-effect-2:after, .shadow-effect-2:before {
  display: block;
  content: '';
  box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  -webkit-box-shadow: 0 15px 10px #999;
}
/* line 784, ../scss/scss.scss */
.shadow-effect-2:after {
  right: 5px;
  transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}
/* line 792, ../scss/scss.scss */
.shadow-effect-2:before {
  left: 5px;
  transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}

/* line 801, ../scss/scss.scss */
.box-shadow {
  background: #fff;
  position: relative;
}
/* line 804, ../scss/scss.scss */
.box-shadow:after, .box-shadow:before {
  top: 80%;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #999;
  position: absolute;
}

/* line 817, ../scss/scss.scss */
.carousel-v1 .carousel-arrow a.carousel-control {
  opacity: 1;
  font-size: 30px;
  height: inherit;
  width: inherit;
  background: none;
  text-shadow: none;
  position: inherit;
}

/* line 831, ../scss/scss.scss */
.carousel-v1 .carousel-arrow a i {
  top: 50%;
  background: #000;
  margin-top: -18px;
  padding: 2px 12px;
  position: absolute;
  opacity: 0.8;
}
/* line 838, ../scss/scss.scss */
.carousel-v1 .carousel-arrow a i.agents-arrows {
  top: 180px;
}
/* line 843, ../scss/scss.scss */
.carousel-v1 .carousel-arrow a.left {
  left: 0;
}
/* line 847, ../scss/scss.scss */
.carousel-v1 .carousel-arrow a.right i {
  right: 0;
}

/* line 854, ../scss/scss.scss */
.carousel-indicators {
  text-align: center;
  left: 0;
  margin-left: 0;
  width: 100%;
}

/* line 861, ../scss/scss.scss */
.playericon {
  position: relative;
  background: #000;
}
/* line 864, ../scss/scss.scss */
.playericon img {
  opacity: .5;
}
/* line 867, ../scss/scss.scss */
.playericon .icon {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/_temp/play_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  z-index: 99;
  opacity: 1;
  transition: all .5s;
}
/* line 884, ../scss/scss.scss */
.playericon:hover img {
  opacity: 1;
}
/* line 887, ../scss/scss.scss */
.playericon:hover .icon {
  opacity: 0;
}

/* line 892, ../scss/scss.scss */
.btnbox {
  text-align: center;
}
/* line 894, ../scss/scss.scss */
.btnbox a {
  display: inline-block;
  padding: 10px 20px;
  background: #e51a19;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}

/* line 905, ../scss/scss.scss */
#single_1 .img-responsive {
  max-height: 150px;
  width: auto;
  margin: 0 auto;
}

/* 首頁
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 916, ../scss/scss.scss */
section {
  margin-bottom: 50px;
}
/* line 920, ../scss/scss.scss */
section.index-about .container .row {
  margin: 0 -10px 6px -10px;
}
/* line 923, ../scss/scss.scss */
section.index-about .container .section-block {
  padding: 0 15px;
}
/* line 925, ../scss/scss.scss */
section.index-about .container .section-block img {
  margin-bottom: 0;
}
/* line 928, ../scss/scss.scss */
section.index-about .container .section-block h3 {
  font-size: 24px;
  margin: 15px 0 10px;
  color: #000;
}
/* line 932, ../scss/scss.scss */
section.index-about .container .section-block h3 .red {
  color: #e51a19;
}
/* line 936, ../scss/scss.scss */
section.index-about .container .section-block p {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* line 947, ../scss/scss.scss */
section.news-video .col-md-8.index-news {
  padding-right: 20px;
}
/* line 950, ../scss/scss.scss */
section.news-video .col-md-8.index-news .col-md-5 img {
  margin-bottom: 20px;
}
/* line 954, ../scss/scss.scss */
section.news-video .col-md-8.index-news .col-md-7 {
  padding-left: 20px;
}
/* line 956, ../scss/scss.scss */
section.news-video .col-md-8.index-news .col-md-7 .index-news-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
/* line 961, ../scss/scss.scss */
section.news-video .col-md-8.index-news .col-md-7 .index-news-item a h3 {
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/* line 966, ../scss/scss.scss */
section.news-video .col-md-8.index-news .col-md-7 .index-news-item a p.date {
  color: #999;
  font-size: 14px;
  line-height: 15px;
}
/* line 972, ../scss/scss.scss */
section.news-video .col-md-8.index-news .col-md-7 .index-news-item:last-child {
  margin-bottom: 0;
  border: none;
}
/* line 980, ../scss/scss.scss */
section.news-video .col-md-4.index-video .index-video-item {
  position: relative;
}
/* line 982, ../scss/scss.scss */
section.news-video .col-md-4.index-video .index-video-item a:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 985, ../scss/scss.scss */
section.news-video .col-md-4.index-video .index-video-item .video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/* line 993, ../scss/scss.scss */
section.news-video .col-md-4.index-video .index-video-item .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: url(../images/_base/video-icon.png) left top no-repeat;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
/* line 1004, ../scss/scss.scss */
section.news-video .col-md-4.index-video .index-video-item:hover .video-bg {
  background: rgba(0, 0, 0, 0.3);
}
/* line 1008, ../scss/scss.scss */
section.news-video .col-md-4.index-video .index-video-item:hover .video-icon {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 1016, ../scss/scss.scss */
section.client img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
/* line 1020, ../scss/scss.scss */
section.client img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* line 1028, ../scss/scss.scss */
.newsbox {
  margin-bottom: 30px;
}
/* line 1030, ../scss/scss.scss */
.newsbox img {
  margin-bottom: 0;
  width: 100%;
  height: 270px;
}
/* line 1035, ../scss/scss.scss */
.newsbox h3 {
  font-size: 24px;
  margin: 15px 0 10px;
  color: #000;
}
/* line 1039, ../scss/scss.scss */
.newsbox h3 .red {
  color: #e51a19;
}
/* line 1043, ../scss/scss.scss */
.newsbox p {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* line 1047, ../scss/scss.scss */
.newsbox .outbox {
  overflow: hidden;
  position: relative;
  height: 335px;
}
/* line 1051, ../scss/scss.scss */
.newsbox .outbox .infomation {
  position: absolute;
  top: calc(100% - 68px);
  left: 0;
  background: #fff;
  width: calc(100% - 6px);
  height: 100%;
  transition: all .5s;
}
/* line 1059, ../scss/scss.scss */
.newsbox .outbox .infomation .place {
  opacity: 0;
  transition: all .3s;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
}
/* line 1066, ../scss/scss.scss */
.newsbox .outbox .infomation .booth_no {
  opacity: 0;
  transition: all .3s;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
}
/* line 1073, ../scss/scss.scss */
.newsbox .outbox .infomation .link {
  opacity: 0;
  transition: all .3s;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
/* line 1079, ../scss/scss.scss */
.newsbox .outbox .infomation .link a {
  color: #e51a19;
}
/* line 1083, ../scss/scss.scss */
.newsbox .outbox .infomation:hover {
  top: 0;
}
/* line 1085, ../scss/scss.scss */
.newsbox .outbox .infomation:hover .place {
  opacity: 1;
}
/* line 1088, ../scss/scss.scss */
.newsbox .outbox .infomation:hover .booth_no {
  opacity: 1;
}
/* line 1091, ../scss/scss.scss */
.newsbox .outbox .infomation:hover .link {
  opacity: 1;
}
/* line 1095, ../scss/scss.scss */
.newsbox .outbox .infomation .date {
  float: left;
  background: #e51a19;
  padding: 10px;
  height: 100%;
}
/* line 1100, ../scss/scss.scss */
.newsbox .outbox .infomation .date p {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  height: 50px;
}
/* line 1106, ../scss/scss.scss */
.newsbox .outbox .infomation .date p:after {
  content: '';
  display: inline-block;
  height: 50px;
  vertical-align: middle;
}
/* line 1114, ../scss/scss.scss */
.newsbox .outbox .infomation .txtbox {
  background: #f1f1f1;
  height: 100%;
  padding-right: 30px;
}
/* line 1118, ../scss/scss.scss */
.newsbox .outbox .infomation .txtbox .newstitle {
  color: #000;
  display: block;
  padding-top: 24px;
  padding-left: 10px;
  padding-bottom: 12px;
  padding-right: 30px;
  opacity: 1;
}
/* line 1126, ../scss/scss.scss */
.newsbox .outbox .infomation .txtbox .newstitle:after {
  content: '>';
  line-height: 20px;
  text-align: center;
  display: block;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #e51a19;
  position: absolute;
  right: 10px;
  top: 22px;
}
/* line 1141, ../scss/scss.scss */
.newsbox .outbox .infomation .txtbox p {
  padding-left: 85px;
  display: block;
}
/* line 1144, ../scss/scss.scss */
.newsbox .outbox .infomation .txtbox p:before {
  content: attr(data-title);
  float: left;
  margin-left: -75px;
}
/* line 1156, ../scss/scss.scss */
.newsbox.section-block img {
  height: 228px;
}
/* line 1159, ../scss/scss.scss */
.newsbox.section-block .outbox {
  height: 228px;
}
/* line 1161, ../scss/scss.scss */
.newsbox.section-block .outbox .infomation {
  height: 100%;
  top: calc(100% - 68px);
}
/* line 1164, ../scss/scss.scss */
.newsbox.section-block .outbox .infomation:hover {
  top: 0;
}
/* line 1174, ../scss/scss.scss */
.newsbox.newproduct .outbox .infomation:hover {
  top: calc(100% - 68px);
}
/* line 1180, ../scss/scss.scss */
.newsbox.newproduct .outbox .infomation .txtbox .newstitle:after {
  display: none;
}

/* line 1191, ../scss/scss.scss */
.shadow-box, .main-wrapper.about .about-img:before, .main-wrapper.about .about-img:after {
  top: 80%;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #999;
  position: absolute;
  -webkit-box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  box-shadow: 0 15px 10px #999;
}

/*  About 關於我們
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 1207, ../scss/scss.scss */
.main-wrapper.about {
  text-align: center;
  /*.headline {
      h3 {
          font-size:$h2;
          span {
              color:$red;
          }
      }
  }*/
}
/* line 1217, ../scss/scss.scss */
.main-wrapper.about p {
  line-height: 21px;
}
/* line 1221, ../scss/scss.scss */
.main-wrapper.about .about-img {
  margin-top: 40px;
  position: relative;
}
/* line 1223, ../scss/scss.scss */
.main-wrapper.about .about-img:before {
  left: 5px;
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1;
}
/* line 1228, ../scss/scss.scss */
.main-wrapper.about .about-img:after {
  right: 5px;
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1;
}

/* line 1236, ../scss/scss.scss */
section.module.parallax {
  height: 360px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
}
/* line 1242, ../scss/scss.scss */
section.module.parallax p {
  color: #333;
}
/* line 1245, ../scss/scss.scss */
section.module.parallax .row {
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
}
/* line 1249, ../scss/scss.scss */
section.module.parallax .row .about-item {
  padding: 0 20px;
  text-align: left;
}
/* line 1252, ../scss/scss.scss */
section.module.parallax .row .about-item > div {
  vertical-align: top;
}
/* line 1255, ../scss/scss.scss */
section.module.parallax .row .about-item .about-icon {
  width: 46px;
  margin-right: 20px;
}
/* line 1258, ../scss/scss.scss */
section.module.parallax .row .about-item .about-icon i {
  color: #fff;
  padding: 11px;
  min-width: 46px;
  font-size: 22px;
  text-align: center;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 1268, ../scss/scss.scss */
section.module.parallax .row .about-item .about-list {
  width: calc(100% - 66px);
}
/* line 1270, ../scss/scss.scss */
section.module.parallax .row .about-item .about-list h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
/* line 1275, ../scss/scss.scss */
section.module.parallax .row .about-item .about-list p {
  font-size: 16px;
  color: #fff;
  line-height: 19px;
}

/* line 1287, ../scss/scss.scss */
section.about-life .row {
  margin-top: 30px;
}
/* line 1289, ../scss/scss.scss */
section.about-life .row div {
  margin-bottom: 50px;
}

/* line 1295, ../scss/scss.scss */
section.history {
  padding: 20px;
  background: #f7f7f7;
}
/* line 1297, ../scss/scss.scss */
section.history .history-info {
  padding-left: 10px;
}

/* line 1302, ../scss/scss.scss */
.title-box-v2 h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #585f69;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  line-height: 33px;
  margin-bottom: 10px;
}
/* line 1313, ../scss/scss.scss */
.title-box-v2 p {
  margin-bottom: 10px;
}

/* line 1317, ../scss/scss.scss */
.content.about {
  padding: 40px 0;
}

/* line 1322, ../scss/scss.scss */
.banner-info i {
  float: left;
  color: #333333;
  padding: 11px;
  min-width: 40px;
  font-size: 22px;
  text-align: center;
  margin: 7px 20px 0 0;
}

/* line 1335, ../scss/scss.scss */
.carousel-inner.agents .map-txt {
  padding: 20px 15px;
  background: #f1f1f1;
  /*height: 415px;*/
}
/* line 1339, ../scss/scss.scss */
.carousel-inner.agents .map-txt .imgbox {
  float: left;
}
/* line 1342, ../scss/scss.scss */
.carousel-inner.agents .map-txt .country {
  padding-left: 170px;
}
/* line 1345, ../scss/scss.scss */
.carousel-inner.agents .map-txt .country ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(100%/4 - 37px);
  padding: 5px;
  font-size: 18px;
  box-sizing: border-box;
}
/* line 1355, ../scss/scss.scss */
.carousel-inner.agents .map-txt .country ul.chau li.title {
  font-size: 17px;
  font-weight: bold;
  color: #e51a19;
  display: block;
}

/* line 1365, ../scss/scss.scss */
.carousel-indicators.agents {
  bottom: auto;
  top: 400px;
}

/* News 最新消息
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 1374, ../scss/scss.scss */
.news-item {
  padding-bottom: 20px;
  padding-top: 20px;
  /*margin-bottom: 40px;*/
  border-bottom: 1px solid #eee;
}
/* line 1379, ../scss/scss.scss */
.news-item:last-child {
  border: none;
}
/* line 1383, ../scss/scss.scss */
.news-item .news-img img {
  width: 100%;
  height: auto;
}
/* line 1388, ../scss/scss.scss */
.news-item .news-info {
  padding-left: 20px;
  margin-top: 1px;
}
/* line 1391, ../scss/scss.scss */
.news-item .news-info h3 {
  font-size: 26px;
}
/* line 1394, ../scss/scss.scss */
.news-item .news-info .news-date {
  margin: 10px 0;
  font-size: 16px;
  position: relative;
  padding-left: 23px;
}
/* line 1399, ../scss/scss.scss */
.news-item .news-info .news-date:before {
  content: "\f073";
  font-family: 'fontAwesome';
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  color: #e51a19;
}
/* line 1409, ../scss/scss.scss */
.news-item .news-info p {
  margin-bottom: 3px;
}
/* line 1412, ../scss/scss.scss */
.news-item .news-info i {
  font-size: 15px;
  color: #e51a19;
  width: 15px;
  margin-right: 2px;
}
/* line 1418, ../scss/scss.scss */
.news-item .news-info i.fa-link:before {
  margin-left: 3px;
}
/* line 1422, ../scss/scss.scss */
.news-item .news-info a {
  color: #e51a19;
  font-size: 16px;
}
/* line 1426, ../scss/scss.scss */
.news-item .news-info .more {
  background: #e51a19;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
  position: relative;
}
/* line 1434, ../scss/scss.scss */
.news-item .news-info .more:after {
  position: absolute;
  font-family: 'fontAwesome';
  content: "\f105";
  left: 0;
  top: 50%;
  font-size: 11px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
/* line 1448, ../scss/scss.scss */
.news-item:hover .more {
  background: #c9100f;
  padding: 5px 30px 5px 15px;
}
/* line 1452, ../scss/scss.scss */
.news-item:hover .more:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  left: 100%;
  margin-left: -20px;
}

/* line 1462, ../scss/scss.scss */
.news-view .news-title h3 {
  color: #666;
  font-size: 24px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #e51a19;
  margin-bottom: 20px;
}
/* line 1470, ../scss/scss.scss */
.news-view .news-title .news-date {
  margin-bottom: 10px;
}
/* line 1475, ../scss/scss.scss */
.news-view .video-img {
  position: relative;
}
/* line 1477, ../scss/scss.scss */
.news-view .video-img .video-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1485, ../scss/scss.scss */
.news-view .video-img .video-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../images/video-icon.png) left top no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* line 1495, ../scss/scss.scss */
.news-view .video-img a:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 1497, ../scss/scss.scss */
.news-view .video-img a:hover .video-bg {
  background: rgba(0, 0, 0, 0.3);
}

/* Product 產品
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 1510, ../scss/scss.scss */
.product-list .row {
  margin-right: -10px;
  margin-left: -10px;
}
/* line 1514, ../scss/scss.scss */
.product-list .product-item {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 50px;
}
/* line 1519, ../scss/scss.scss */
.product-list .product-item a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 1522, ../scss/scss.scss */
.product-list .product-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
}
/* line 1526, ../scss/scss.scss */
.product-list .product-item h3:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  content: attr(data-more);
  color: #fff;
  font-size: 16px;
  background: #e51a19;
  padding: 5px 10px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
/* line 1540, ../scss/scss.scss */
.product-list .product-item:hover h3 {
  color: #c9100f;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 1543, ../scss/scss.scss */
.product-list .product-item:hover h3:after {
  right: 20px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 1548, ../scss/scss.scss */
.product-list .product-item:hover img {
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: FlipH;
  -ms-filter: "FlipH";
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* product 產品列表頁
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 1560, ../scss/scss.scss */
.product-list-new {
  width: 100%;
  height: auto;
  padding: 140px 0;
  position: relative;
  margin-top: -1px;
}
/* line 1573, ../scss/scss.scss */
.product-list-new .container {
  position: relative;
  z-index: 9;
}
/* line 1579, ../scss/scss.scss */
.product-list-new .bg-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 1587, ../scss/scss.scss */
.product-list-new .bg-wrap .bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  will-change: transform;
}
/* line 1600, ../scss/scss.scss */
.product-list-new .imagebox {
  /*background: url(../images/_temp/product/proimgbg.png) no-repeat 0 0;*/
  background-size: contain;
  float: left;
}
/* line 1605, ../scss/scss.scss */
.product-list-new .information {
  color: #fff;
  padding-top: 20px;
  float: right;
}
/* line 1609, ../scss/scss.scss */
.product-list-new .information .title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
/* line 1614, ../scss/scss.scss */
.product-list-new .information p {
  color: #fff;
  margin-bottom: 25px;
}
/* line 1619, ../scss/scss.scss */
.product-list-new .information ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 1623, ../scss/scss.scss */
.product-list-new .information ul li a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 15px;
}
/* line 1628, ../scss/scss.scss */
.product-list-new .information ul li a:hover {
  background: #e51a18;
  border: 1px solid #e51a18;
}
/* line 1637, ../scss/scss.scss */
.product-list-new:nth-child(even) .imagebox {
  float: right;
}
/* line 1640, ../scss/scss.scss */
.product-list-new:nth-child(even) .information {
  float: left;
}

/* Product 產品內頁
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 1650, ../scss/scss.scss */
.product-img,
.about-img {
  margin-bottom: 20px;
}
/* line 1655, ../scss/scss.scss */
.product-img .product-slider .slick-dots,
.product-img .about-slider .slick-dots,
.about-img .product-slider .slick-dots,
.about-img .about-slider .slick-dots {
  display: none !important;
}
/* line 1658, ../scss/scss.scss */
.product-img .product-slider .slick-prev,
.product-img .about-slider .slick-prev,
.about-img .product-slider .slick-prev,
.about-img .about-slider .slick-prev {
  left: 0;
  z-index: 1;
}
/* line 1661, ../scss/scss.scss */
.product-img .product-slider .slick-prev:before,
.product-img .about-slider .slick-prev:before,
.about-img .product-slider .slick-prev:before,
.about-img .about-slider .slick-prev:before {
  content: "\f104";
  font-family: 'fontAwesome';
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 14px;
}
/* line 1668, ../scss/scss.scss */
.product-img .product-slider .slick-next,
.product-img .about-slider .slick-next,
.about-img .product-slider .slick-next,
.about-img .about-slider .slick-next {
  right: 0;
}
/* line 1670, ../scss/scss.scss */
.product-img .product-slider .slick-next:before,
.product-img .about-slider .slick-next:before,
.about-img .product-slider .slick-next:before,
.about-img .about-slider .slick-next:before {
  content: "\f105";
  font-family: 'fontAwesome';
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 14px;
  margin-left: -15px;
}

/* line 1682, ../scss/scss.scss */
.description ul li {
  display: inline-block;
  margin-bottom: 8px;
  padding-left: 20px;
  width: 100%;
}
/* line 1688, ../scss/scss.scss */
.description ul li:before {
  content: '●';
  display: inline-block;
  color: #e51a19;
  text-indent: -20px;
}

/* line 1696, ../scss/scss.scss */
h2.product_title {
  font-size: 22px;
  margin-bottom: 40px;
  color: #e51a19;
  font-weight: bold;
}
/* line 1701, ../scss/scss.scss */
h2.product_title img {
  width: auto;
  height: 30px;
  margin-right: 10px;
}
/* line 1706, ../scss/scss.scss */
h2.product_title span, h2.product_title img {
  display: inline-block;
  vertical-align: middle;
}

/* line 1711, ../scss/scss.scss */
.product-des {
  padding-left: 30px;
}
/* line 1713, ../scss/scss.scss */
.product-des h3 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 1719, ../scss/scss.scss */
.product-des h4 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #666;
}
/* line 1724, ../scss/scss.scss */
.product-des p {
  margin-bottom: 10px;
}
/* line 1727, ../scss/scss.scss */
.product-des .download {
  font-size: 16px;
  margin-top: 20px;
}
/* line 1730, ../scss/scss.scss */
.product-des .download a {
  color: #666;
  font-size: 16px;
}
/* line 1733, ../scss/scss.scss */
.product-des .download a i {
  color: #c9100f;
  margin-right: 5px;
}
/* line 1739, ../scss/scss.scss */
.product-des .download:hover a {
  color: #c9100f;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 1745, ../scss/scss.scss */
.product-des .inquire {
  margin-top: 15px;
}
/* line 1747, ../scss/scss.scss */
.product-des .inquire a {
  padding: 8px 13px;
  color: #fff;
  background: #e51a19;
  font-size: 15px;
}
/* line 1752, ../scss/scss.scss */
.product-des .inquire a:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background: #c9100f;
}

/* line 1761, ../scss/scss.scss */
.specification ul.tabs {
  width: 100%;
  border-bottom: 2px solid #e51a19;
  display: inline-block;
}
/* line 1765, ../scss/scss.scss */
.specification ul.tabs li {
  line-height: 38px;
  position: relative;
  float: left;
  margin-right: 2px;
  background: #fff;
}
/* line 1771, ../scss/scss.scss */
.specification ul.tabs li a {
  font-size: 17px;
  display: block;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  color: #666;
}
/* line 1778, ../scss/scss.scss */
.specification ul.tabs li a h5 {
  line-height: 38px;
}
/* line 1783, ../scss/scss.scss */
.specification ul.tabs li.active a {
  color: #fff;
  background: #e51a19;
}
/* line 1788, ../scss/scss.scss */
.specification ul.tabs li:last-child {
  margin-right: 0;
}
/* line 1791, ../scss/scss.scss */
.specification ul.tabs li:hover {
  background: #e51a19;
}
/* line 1793, ../scss/scss.scss */
.specification ul.tabs li:hover a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #fff;
}
/* line 1800, ../scss/scss.scss */
.specification .tab_container {
  width: 100%;
  padding-top: 10px;
}
/* line 1803, ../scss/scss.scss */
.specification .tab_container .pro-table-group {
  position: relative;
  overflow: auto !important;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
/* line 1809, ../scss/scss.scss */
.specification .tab_container .pro-table-group .pro-table-scroll {
  position: absolute;
  z-index: 99;
  top: 30px;
  left: 50%;
  width: 300px;
  height: 150px;
  margin-left: -150px;
  background: url(../images/scroll.png) left top no-repeat;
  display: none;
}
/* line 1820, ../scss/scss.scss */
.specification .tab_container .pro-table-group .pro-table {
  width: 100%;
  min-width: 900px;
  border: 1px solid #e3e3e3;
  border-spacing: 0;
}
/* line 1827, ../scss/scss.scss */
.specification .tab_container .pro-table-group .pro-table thead tr th {
  padding: 8px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #f2f2f2;
  background: #333;
  text-align: center;
}
/* line 1834, ../scss/scss.scss */
.specification .tab_container .pro-table-group .pro-table thead tr th:last-child {
  border-right: 0;
}
/* line 1837, ../scss/scss.scss */
.specification .tab_container .pro-table-group .pro-table thead tr th:first-child {
  text-align: left;
}
/* line 1845, ../scss/scss.scss */
.specification .tab_container .pro-table-group .pro-table tbody tr td {
  padding: 8px;
  white-space: nowrap;
  color: #666;
  border-right: 1px solid #e2e2e2;
  text-align: center;
}
/* line 1851, ../scss/scss.scss */
.specification .tab_container .pro-table-group .pro-table tbody tr td:first-child {
  white-space: nowrap;
  text-align: left;
}
/* line 1855, ../scss/scss.scss */
.specification .tab_container .pro-table-group .pro-table tbody tr td:last-child {
  border-right: none;
}
/* line 1859, ../scss/scss.scss */
.specification .tab_container .pro-table-group .pro-table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
/* line 1865, ../scss/scss.scss */
.specification .tab_container .pro-table-group p.remark {
  margin-top: 10px;
}
/* line 1869, ../scss/scss.scss */
.specification .tab_container ul {
  margin-left: 10px;
}
/* line 1871, ../scss/scss.scss */
.specification .tab_container ul li {
  margin-bottom: 4px;
  list-style-type: disc;
  list-style-position: inside;
}

/* line 1881, ../scss/scss.scss */
section:last-child {
  margin-bottom: 0;
}

/* line 1885, ../scss/scss.scss */
.videolist {
  display: inline-block !important;
  vertical-align: top;
  float: none !important;
  margin-right: -3px;
  margin-bottom: 20px;
}
/* line 1891, ../scss/scss.scss */
.videolist .video_title, .videolist .video_info {
  display: block;
  padding: 0 5px;
}
/* line 1895, ../scss/scss.scss */
.videolist .video_title {
  font-weight: bold;
  font-size: 120%;
  margin: 5px 0;
}

/* Contact 聯絡我們
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 1906, ../scss/scss.scss */
.map {
  /*padding-right: 20px;*/
  padding: 0 0;
  border-right: 1px solid #fff;
}
/* line 1910, ../scss/scss.scss */
.map iframe {
  width: 100%;
  height: 600px;
  border: 0;
  /*margin-bottom: 20px;*/
}
/* line 1916, ../scss/scss.scss */
.map:last-child {
  border-right: 0;
}
/* line 1919, ../scss/scss.scss */
.map .inquiry {
  padding-bottom: 20px;
}
/* line 1921, ../scss/scss.scss */
.map .inquiry .listbox {
  padding: 0 20px 20px 0;
  width: 50%;
  display: inline-block;
  margin-right: -3px;
}
/* line 1926, ../scss/scss.scss */
.map .inquiry .listbox:last-child {
  padding: 0 0 20px 0;
}
/* line 1929, ../scss/scss.scss */
.map .inquiry .listbox:nth-child(2) {
  padding: 0 0 20px 0;
}
/* line 1932, ../scss/scss.scss */
.map .inquiry .listbox:nth-child(4) {
  padding: 0 0 20px 0;
}
/* line 1935, ../scss/scss.scss */
.map .inquiry .listbox:nth-child(5) {
  padding: 0 0 20px 0;
}
/* line 1938, ../scss/scss.scss */
.map .inquiry .listbox:nth-child(6) {
  padding: 0 0 20px 0;
}
/* line 1941, ../scss/scss.scss */
.map .inquiry .listbox .form-text,
.map .inquiry .listbox .form-textarea,
.map .inquiry .listbox .form-select,
.map .inquiry .listbox .form-code {
  width: 100%;
  height: 30px;
  padding-left: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
}
/* line 1950, ../scss/scss.scss */
.map .inquiry .listbox .form-text:hover,
.map .inquiry .listbox .form-textarea:hover,
.map .inquiry .listbox .form-select:hover,
.map .inquiry .listbox .form-code:hover {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
/* line 1956, ../scss/scss.scss */
.map .inquiry .listbox.listbox-mail {
  width: 100%;
}
/* line 1959, ../scss/scss.scss */
.map .inquiry .listbox.listbox-textarea {
  width: 100%;
}
/* line 1961, ../scss/scss.scss */
.map .inquiry .listbox.listbox-textarea .form-textarea {
  height: 180px;
  width: 100%;
}
/* line 1966, ../scss/scss.scss */
.map .inquiry .listbox.listbox-submit {
  padding: 0;
  text-align: right;
}
/* line 1969, ../scss/scss.scss */
.map .inquiry .listbox.listbox-submit input {
  width: 150px;
  height: auto;
  margin: 0;
  background: #e51a19;
  border-radius: 0;
  border: 1px solid #e51a19;
  padding: 5px 25px;
  font-size: 15px;
  color: #fff;
}
/* line 1981, ../scss/scss.scss */
.map .inquiry .listbox.listbox-submit:hover input {
  background: #c9100f;
  border: 1px solid #c9100f;
}
/* line 1987, ../scss/scss.scss */
.map .inquiry .listbox .form-code {
  width: 150px !important;
}
/* line 1990, ../scss/scss.scss */
.map .inquiry .listbox .form-title {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 1995, ../scss/scss.scss */
.map .inquiry .listbox .form-star {
  color: #c00;
}
/* line 2000, ../scss/scss.scss */
.map section {
  background: #000;
  opacity: .8;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
  padding: 20px;
  margin-bottom: 0;
}
/* line 2009, ../scss/scss.scss */
.map section .headline {
  margin-bottom: 0;
}
/* line 2011, ../scss/scss.scss */
.map section .headline h2 {
  border-bottom: none;
  font-size: 22px;
  color: #e51a19;
  font-weight: bold;
}
/* line 2016, ../scss/scss.scss */
.map section .headline h2 span {
  border-bottom: none;
}

/* line 2024, ../scss/scss.scss */
.map-info {
  padding-top: 20px;
}
/* line 2026, ../scss/scss.scss */
.map-info p {
  font-size: 15px;
  margin-bottom: 5px;
}
/* line 2029, ../scss/scss.scss */
.map-info p i {
  color: #e51a19;
  font-size: 13px;
  min-width: 15px;
  text-align: center;
}

/* line 2038, ../scss/scss.scss */
.contact-title {
  font-size: 36px;
  font-weight: bold;
  color: #111;
  border-left: 3px solid #111;
  padding-left: 20px;
  line-height: 1;
}

/* line 2047, ../scss/scss.scss */
.main-wrapper.contact {
  padding: 0 0;
  margin-top: -2px;
}

/* line 2053, ../scss/scss.scss */
.maplist .infoimg {
  padding: 0 0;
}
/* line 2055, ../scss/scss.scss */
.maplist .infoimg img {
  height: 200px;
  width: 100%;
}
/* line 2061, ../scss/scss.scss */
.maplist .infotxt ul {
  width: 100%;
  display: table;
}
/* line 2064, ../scss/scss.scss */
.maplist .infotxt ul li {
  padding: 10px;
  display: table-cell;
  background: #f1f1f1;
}
/* line 2068, ../scss/scss.scss */
.maplist .infotxt ul li:nth-child(1) {
  display: block;
  width: 100%;
}
/* line 2072, ../scss/scss.scss */
.maplist .infotxt ul li:nth-child(2n) {
  background: #ddd;
}
/* line 2075, ../scss/scss.scss */
.maplist .infotxt ul li i {
  color: #e51a19;
  margin-right: 5px;
}

/* Search Result 搜尋結果
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 2090, ../scss/scss.scss */
.search-result p.keyword {
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 2093, ../scss/scss.scss */
.search-result p.keyword span {
  color: #e51a19;
  font-weight: bold;
  font-size: 21px;
  padding: 1px;
  border-bottom: 1px solid #e51a19;
}

/* Sitemap
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 2107, ../scss/scss.scss */
.sitemap {
  min-height: calc(100vh - 525px);
}
/* line 2109, ../scss/scss.scss */
.sitemap .col-md-3 {
  float: none;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  background: #fcfcfc;
  width: calc((100% - 60px) / 4);
  vertical-align: top;
}
/* line 2118, ../scss/scss.scss */
.sitemap .col-md-3:last-child {
  margin-right: 0;
}
/* line 2121, ../scss/scss.scss */
.sitemap .col-md-3 .headline {
  margin-bottom: 10px;
}
/* line 2123, ../scss/scss.scss */
.sitemap .col-md-3 .headline h2 {
  position: relative;
  padding-left: 22px;
  padding-bottom: 0;
  border-bottom: none;
}
/* line 2128, ../scss/scss.scss */
.sitemap .col-md-3 .headline h2 :before {
  position: absolute;
  content: "\f039";
  font-family: 'fontAwesome';
  font-size: 15px;
  color: #666;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  margin-top: 3px;
}
/* line 2139, ../scss/scss.scss */
.sitemap .col-md-3 .headline h2 a {
  font-size: 20px;
  color: #e51a19;
}
/* line 2145, ../scss/scss.scss */
.sitemap .col-md-3 ul {
  margin-left: 20px;
}
/* line 2148, ../scss/scss.scss */
.sitemap .col-md-3 ul li a {
  display: block;
  font-size: 15px;
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
}
/* line 2156, ../scss/scss.scss */
.sitemap .col-md-3 ul li:first-child a {
  padding-top: 0;
}

/* gallery
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 2168, ../scss/scss.scss */
.gallery-pdf-list {
  display: block !important;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
/* line 2172, ../scss/scss.scss */
.gallery-pdf-list i {
  margin-right: 10px;
}

/* line 2176, ../scss/scss.scss */
.gallerylist {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}

/* footer
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－
－－－－－－－－－－－－－－－－－－－－－－*/
/* line 2186, ../scss/scss.scss */
footer {
	padding-top: 20px;
	padding-bottom: 20px;
  background: #272727;
 
}
/* line 2190, ../scss/scss.scss */
footer .container .footer-item {
  padding-right: 30px;
}
/* line 2193, ../scss/scss.scss */
footer .container .footer-item .headline h2 {
  color: #dadada;
  font-weight: normal;
  border-style: dotted;
  font-size: 26px;
}
/* line 2198, ../scss/scss.scss */
footer .container .footer-item .headline h2 span {
  padding-bottom: 5px;
}
/* line 2203, ../scss/scss.scss */
footer .container .footer-item p {
  color: #dadada;
  margin-top: 20px;
  font-size: 15px;
  line-height: 19px;
}
/* line 2210, ../scss/scss.scss */
footer .container .footer-item ul.footer-exhi li {
  border-bottom: 1px solid #aaa;
  padding: 5px 0 10px;
  margin-bottom: 10px;
}
/* line 2214, ../scss/scss.scss */
footer .container .footer-item ul.footer-exhi li h3 {
  color: #dadada;
  font-size: 16px;
  margin-bottom: 5px;
}
/* line 2219, ../scss/scss.scss */
footer .container .footer-item ul.footer-exhi li p {
  color: #aaa;
  margin-top: 0;
}
/* line 2224, ../scss/scss.scss */
footer .container .footer-item ul.footer-exhi li:last-child {
  border-bottom: 0;
}
/* line 2230, ../scss/scss.scss */
footer .container .footer-item ul.footer-link li {
  border-bottom: 1px solid #333;
  width: 49%;
  display: inline-block;
  margin-right: calc(2% - 6px);
}
/* line 2235, ../scss/scss.scss */
footer .container .footer-item ul.footer-link li a {
  color: #aaa;
  display: block;
  padding: 5px 0;
  font-size: 16px;
}
/* line 2240, ../scss/scss.scss */
footer .container .footer-item ul.footer-link li a:hover {
  color: #e51a19;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 2246, ../scss/scss.scss */
footer .container .footer-item ul.footer-link li:nth-child(2n) {
  margin-right: 0px;
}
/* line 2250, ../scss/scss.scss */
footer .container .footer-item .footer-contact {
  color: #dadada;
  line-height: 25px;
  font-size: 16px;
}
/* line 2254, ../scss/scss.scss */
footer .container .footer-item .footer-contact > div {
  margin-bottom: 5px;
}
/* line 2257, ../scss/scss.scss */
footer .container .footer-item .footer-contact i {
  font-size: 12px;
  margin-right: 5px;
}
/* line 2261, ../scss/scss.scss */
footer .container .footer-item .footer-contact a {
  color: #dadada;
}
/* line 2263, ../scss/scss.scss */
footer .container .footer-item .footer-contact a:hover {
  color: #e51a19;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* line 2271, ../scss/scss.scss */
footer .copyright {
  clear: both;
  padding: 20px 0;
  margin-top: 20px;
  background: #222;
}
/* line 2276, ../scss/scss.scss */
footer .copyright .container {
  position: relative;
}
/* line 2278, ../scss/scss.scss */
footer .copyright .container p {
  font-size: 14px;
}
/* line 2280, ../scss/scss.scss */
footer .copyright .container p a {
  color: #777;
}
/* line 2284, ../scss/scss.scss */
footer .copyright .container .social {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  margin-top: 4px;
}
/* line 2290, ../scss/scss.scss */
footer .copyright .container .social ul.social-icons {
  float: right;
}
/* line 2292, ../scss/scss.scss */
footer .copyright .container .social ul.social-icons li {
  display: inline-block;
  margin-left: 4px;
}
/* line 2295, ../scss/scss.scss */
footer .copyright .container .social ul.social-icons li a {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* line 2301, ../scss/scss.scss */
footer .copyright .container .social ul.social-icons li a.rounded-x {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 2304, ../scss/scss.scss */
footer .copyright .container .social ul.social-icons li a.social_facebook {
  background: url(../images/_temp/social/facebook.png) no-repeat;
}
/* line 2307, ../scss/scss.scss */
footer .copyright .container .social ul.social-icons li a.social_twitter {
  background: url(../images/_temp/social/twitter.png) no-repeat;
}
/* line 2310, ../scss/scss.scss */
footer .copyright .container .social ul.social-icons li a.social_googleplus {
  background: url(../images/_temp/social/googleplus.png) no-repeat;
}
/* line 2313, ../scss/scss.scss */
footer .copyright .container .social ul.social-icons li a.social_linkedin {
  background: url(../images/_temp/social/linkedin.png) no-repeat;
}
/* line 2316, ../scss/scss.scss */
footer .copyright .container .social ul.social-icons li a:hover {
  background-position: 0 -38px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  /* line 2330, ../scss/scss.scss */
  .container {
    width: 1170px;
    padding: 0;
  }

  /* line 2335, ../scss/scss.scss */
  nav .nav_bg.show {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  /* line 2342, ../scss/scss.scss */
  .main-wrapper {
    padding: 70px 0 30px 0;
  }

  /* line 2345, ../scss/scss.scss */
  .container {
    width: 100%;
    padding: 0 20px;
  }

  /* line 2350, ../scss/scss.scss */
  .topbar {
    width: auto;
    background: #393939;
    margin-top: 0;
  }
  /* line 2354, ../scss/scss.scss */
  .topbar .container {
    padding: 0;
    text-align: left;
  }
  /* line 2357, ../scss/scss.scss */
  .topbar .container > div {
    display: none;
  }
  /* line 2359, ../scss/scss.scss */
  .topbar .container > div.lang {
    font-size: 16px;
    display: block;
    float: left;
    padding: 14px 16px;
    color: #fff;
    background: #393939;
  }
  /* line 2366, ../scss/scss.scss */
  .topbar .container > div.lang:after {
    color: #fff;
  }
  /* line 2370, ../scss/scss.scss */
  .topbar .container > div:after {
    background: none;
  }
  /* line 2374, ../scss/scss.scss */
  .topbar .container .lang-list {
    display: inline-block;
    height: 50px;
    font-size: 16px;
  }
  /* line 2379, ../scss/scss.scss */
  .topbar .container .lang-list a {
    padding: 10px 5px 10px 10px;
  }
  /* line 2382, ../scss/scss.scss */
  .topbar .container .lang-list .lang-icon {
    margin-right: 0;
    width: 20px;
  }
  /* line 2386, ../scss/scss.scss */
  .topbar .container .lang-list.on {
    display: none;
  }
  /* line 2389, ../scss/scss.scss */
  .topbar .container .lang-list span {
    display: block;
	margin-left: 10px;
  }

  /* line 2396, ../scss/scss.scss */
  nav {
    margin-top: 10px;
  }
  /* line 2398, ../scss/scss.scss */
  nav .logo {
    position: relative;
    top: 2px;
    left: 2px;
    margin-top: 24px;
  }
  /* line 2404, ../scss/scss.scss */
  nav .container {
    padding: 0 10px;
  }
  /* line 2406, ../scss/scss.scss */
  nav .container .navbar {
    position: absolute;
    z-index: 1;
    top: -47px;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
  }
  /* line 2415, ../scss/scss.scss */
  nav .container .navbar > div {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    float: left;
    width: 50%;
    margin: 0;
  }
  /* line 2421, ../scss/scss.scss */
  nav .container .navbar > div:last-child {
    border: none;
  }
  /* line 2424, ../scss/scss.scss */
  nav .container .navbar > div:nth-child(2n+1) {
    border-left: none;
  }
  /* line 2427, ../scss/scss.scss */
  nav .container .navbar > div > a {
    display: block;
    text-align: center;
    margin-top: 0;
    padding: 10px 17px;
    color: #393939;
    font-size: 19px;
  }
  /* line 2434, ../scss/scss.scss */
  nav .container .navbar > div > a.active, nav .container .navbar > div > a:hover {
    border-color: transparent;
    color: #e51a19;
  }
  /* line 2440, ../scss/scss.scss */
  nav .container .navbar > div.search {
    width: calc(100% + 1px);
    height: auto;
    min-height: 50px;
    padding: 0;
    margin: 0;
  }
  /* line 2446, ../scss/scss.scss */
  nav .container .navbar > div.search i {
    display: none;
  }
  /* line 2449, ../scss/scss.scss */
  nav .container .navbar > div.search .search-open {
    position: relative !important;
    display: block;
    width: calc(100% + 1px);
    margin-top: 0;
    padding: 15px 10px;
    top: 0;
    box-shadow: none;
  }
  /* line 2457, ../scss/scss.scss */
  nav .container .navbar > div.search .search-open div:hover {
    text-decoration: none;
    background: #e51a19;
  }
  /* line 2463, ../scss/scss.scss */
  nav .container .navbar > div.nav_sitemap {
    display: block;
  }

  /* line 2471, ../scss/scss.scss */
  .breadcrumb {
    padding: 15px 30px 15px 0;
  }

  /* line 2475, ../scss/scss.scss */
  .index-slider {
    margin-top: 8px;
    height: 350px;
  }
  /* line 2478, ../scss/scss.scss */
  .index-slider .slider-img {
    height: 350px;
  }
  /* line 2480, ../scss/scss.scss */
  .index-slider .slider-img img {
    display: none;
  }
  /* line 2484, ../scss/scss.scss */
  .index-slider .slider-img .container .slider-info {
    left: 15px;
  }

  /* line 2495, ../scss/scss.scss */
  section.index-about .container .section-block a p {
    font-size: 17px;
  }

  /* line 2503, ../scss/scss.scss */
  .sitemap {
    min-height: calc(100vh - 575px);
  }
  /* line 2505, ../scss/scss.scss */
  .sitemap .col-md-3 {
    width: calc((100% - 40px) / 3);
  }
  /* line 2507, ../scss/scss.scss */
  .sitemap .col-md-3:nth-child(3n) {
    margin-right: 0;
  }


}
@media screen and (max-width: 1366px) {
  /* line 2524, ../scss/scss.scss */
  .map section {
    height: 180px;
  }

  /* line 2532, ../scss/scss.scss */
  .carousel-inner.agents .map-txt .country ul li {
    font-size: 15px;
  }
  /* line 2537, ../scss/scss.scss */
  .carousel-inner.agents .map-txt .country ul.chau li.title {
    font-size: 17px;
    font-weight: bold;
    color: #e51a19;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  /* line 2551, ../scss/scss.scss */
  .carousel-inner.agents .map-txt {
    padding: 20px 15px;
    background: #f1f1f1;
    /*height: 260px;*/
  }
  /* line 2555, ../scss/scss.scss */
  .carousel-inner.agents .map-txt .imgbox {
    float: left;
  }
  /* line 2558, ../scss/scss.scss */
  .carousel-inner.agents .map-txt .country {
    padding-left: 150px;
  }
  /* line 2561, ../scss/scss.scss */
  .carousel-inner.agents .map-txt .country ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(100%/3 - 47px);
    padding: 5px;
    font-size: 15px;
    box-sizing: border-box;
  }
  /* line 2571, ../scss/scss.scss */
  .carousel-inner.agents .map-txt .country ul.chau li.title {
    font-size: 17px;
    font-weight: bold;
    color: #e51a19;
    display: block;
  }

  /* line 2585, ../scss/scss.scss */
  .carousel-v1 .carousel-arrow a i.agents-arrows {
    top: 150px;
  }

  /* line 2595, ../scss/scss.scss */
  .newsbox {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
    float: none;
  }
  /* line 2601, ../scss/scss.scss */
  .newsbox img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
    border: 3px solid #f1f1f1;
    border-bottom: none;
    box-sizing: border-box;
  }
  /* line 2609, ../scss/scss.scss */
  .newsbox h3 {
    font-size: 24px;
    margin: 15px 0 10px;
    color: #000;
  }
  /* line 2613, ../scss/scss.scss */
  .newsbox h3 .red {
    color: #e51a19;
  }
  /* line 2617, ../scss/scss.scss */
  .newsbox p {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  /* line 2621, ../scss/scss.scss */
  .newsbox .outbox {
    overflow: inherit;
    position: relative;
    height: auto;
  }
  /* line 2625, ../scss/scss.scss */
  .newsbox .outbox .infomation {
    position: relative;
    background: #fff;
    width: 100%;
  }
  /* line 2629, ../scss/scss.scss */
  .newsbox .outbox .infomation .date {
    float: none;
    padding: 0;
    height: auto;
    text-align: center;
  }
  /* line 2634, ../scss/scss.scss */
  .newsbox .outbox .infomation .date p {
    display: block;
    height: auto;
  }
  /* line 2637, ../scss/scss.scss */
  .newsbox .outbox .infomation .date p br {
    display: none;
  }
  /* line 2642, ../scss/scss.scss */
  .newsbox .outbox .infomation .txtbox {
    background: #f1f1f1;
    height: auto;
    padding-right: 0;
    padding: 0 10px 20px 10px;
    width: 100%;
  }
  /* line 2648, ../scss/scss.scss */
  .newsbox .outbox .infomation .txtbox .newstitle {
    color: #000;
    display: block;
    padding-top: 24px;
    padding-left: 0;
    padding-bottom: 12px;
    padding-right: 0;
    opacity: 1;
    font-weight: bold;
  }
  /* line 2657, ../scss/scss.scss */
  .newsbox .outbox .infomation .txtbox .newstitle:after {
    display: none;
  }
  /* line 2661, ../scss/scss.scss */
  .newsbox .outbox .infomation .txtbox p {
    padding-left: 75px;
    display: block;
  }
  /* line 2664, ../scss/scss.scss */
  .newsbox .outbox .infomation .txtbox p:before {
    content: attr(data-title);
    float: left;
    margin-left: -75px;
  }
  /* line 2670, ../scss/scss.scss */
  .newsbox .outbox .infomation .txtbox .place {
    opacity: 1;
  }
  /* line 2673, ../scss/scss.scss */
  .newsbox .outbox .infomation .txtbox .booth_no {
    opacity: 1;
  }
  /* line 2676, ../scss/scss.scss */
  .newsbox .outbox .infomation .txtbox .link {
    opacity: 1;
    border-bottom: none;
  }

  /* line 2687, ../scss/scss.scss */
  .newsbox.section-block {
    margin-bottom: 30px;
    float: left;
  }
  /* line 2690, ../scss/scss.scss */
  .newsbox.section-block img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }
  /* line 2695, ../scss/scss.scss */
  .newsbox.section-block h3 {
    font-size: 24px;
    margin: 15px 0 10px;
    color: #000;
  }
  /* line 2699, ../scss/scss.scss */
  .newsbox.section-block h3 .red {
    color: #e51a19;
  }
  /* line 2703, ../scss/scss.scss */
  .newsbox.section-block p {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  /* line 2707, ../scss/scss.scss */
  .newsbox.section-block .outbox {
    overflow: hidden;
    position: relative;
    height: auto;
  }
  /* line 2711, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation {
    position: absolute;
    top: calc(100% - 68px);
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: all .5s;
  }
  /* line 2719, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .place {
    opacity: 0;
    transition: all .3s;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  /* line 2727, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .booth_no {
    opacity: 0;
    transition: all .3s;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  /* line 2735, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .link {
    opacity: 0;
    transition: all .3s;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  /* line 2742, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .link a {
    color: #e51a19;
  }
  /* line 2746, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation:hover {
    top: 0;
  }
  /* line 2748, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation:hover .place {
    opacity: 1;
  }
  /* line 2751, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation:hover .booth_no {
    opacity: 1;
  }
  /* line 2754, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation:hover .link {
    opacity: 1;
  }
  /* line 2758, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .date {
    float: left;
    background: #e51a19;
    padding: 10px;
    height: auto;
  }
  /* line 2763, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .date p {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    height: 50px;
  }
  /* line 2769, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .date p:after {
    content: '';
    display: inline-block;
    height: 50px;
    vertical-align: middle;
  }
  /* line 2775, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .date p br {
    display: block;
  }
  /* line 2780, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox {
    background: #f1f1f1;
    height: 100%;
    padding-right: 30px;
  }
  /* line 2784, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox .newstitle {
    color: #000;
    display: block;
    padding-top: 24px;
    padding-left: 10px;
    padding-bottom: 12px;
    padding-right: 30px;
    opacity: 1;
    margin-bottom: 15px;
  }
  /* line 2793, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox .newstitle:after {
    content: '>';
    line-height: 20px;
    text-align: center;
    display: block;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #e51a19;
    position: absolute;
    right: 10px;
    top: 22px;
  }
  /* line 2808, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox p {
    padding-left: 85px;
    display: block;
  }
  /* line 2811, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox p:before {
    content: attr(data-title);
    float: left;
    margin-left: -75px;
  }
}
@media screen and (max-width: 991px) {
  /* line 2827, ../scss/scss.scss */
  .mobilebanner {
    display: block;
  }

  /* line 2830, ../scss/scss.scss */
  .pcbanner {
    display: none;
  }

  /* line 2833, ../scss/scss.scss */
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }

  /* line 2841, ../scss/scss.scss */
  .main-wrapper section.index-about .container .section-block {
    margin-bottom: 40px;
    width: 100%;
  }
  /* line 2844, ../scss/scss.scss */
  .main-wrapper section.index-about .container .section-block:last-child {
    margin-bottom: 0;
  }
  /* line 2851, ../scss/scss.scss */
  .main-wrapper section.news-video .col-md-8.index-news {
    margin-bottom: 40px;
  }
  /* line 2853, ../scss/scss.scss */
  .main-wrapper section.news-video .col-md-8.index-news .col-md-7 {
    padding-left: 3px;
  }
  /* line 2857, ../scss/scss.scss */
  .main-wrapper section.news-video .col-md-8.index-news .col-md-7 .index-news-item a h3 {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
  }

  /* line 2867, ../scss/scss.scss */
  .main-wrapper.bgnone {
    background: url();
  }

  /* line 2870, ../scss/scss.scss */
  .sidebar {
    margin: 0 0 30px 0;
  }

  /* About 關於我們
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－*/
  /* line 2878, ../scss/scss.scss */
  section.module.parallax {
    height: auto;
  }
  /* line 2880, ../scss/scss.scss */
  section.module.parallax .row {
    margin-top: 50px;
  }
  /* line 2882, ../scss/scss.scss */
  section.module.parallax .row .about-item {
    margin-bottom: 30px;
    width: 100%;
  }
  /* line 2885, ../scss/scss.scss */
  section.module.parallax .row .about-item:last-child {
    margin-bottom: 0;
  }

  /* line 2893, ../scss/scss.scss */
  section.history .history-info {
    padding-left: 5px;
    margin-top: 15px;
  }

  /* News 最新消息
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－*/
  /* line 2904, ../scss/scss.scss */
  .news-item .news-info {
    padding-left: 10px;
    margin-top: 10px;
  }

  /* Product 產品內頁
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－*/
  /* line 2915, ../scss/scss.scss */
  .product-list .product-item {
    text-align: center;
  }

  /* Product 產品內頁
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－*/
  /* line 2924, ../scss/scss.scss */
  .product-des {
    padding: 0;
  }

  /* Contact 聯絡我們
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－*/
  /* line 2932, ../scss/scss.scss */
  .map-info {
    display: none;
  }

  /* line 2934, ../scss/scss.scss */
  .contact-title {
    margin-bottom: 30px;
  }
  /* line 2936, ../scss/scss.scss */
  .contact-title br {
    display: none;
  }

  /* sitemap
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－*/
  /* line 2946, ../scss/scss.scss */
  .sitemap .col-md-3 {
    width: calc((100% - 20px) / 2);
  }
  /* line 2948, ../scss/scss.scss */
  .sitemap .col-md-3:nth-child(2n) {
    margin-right: 0;
  }
  /* line 2951, ../scss/scss.scss */
  .sitemap .col-md-3:nth-child(3n) {
    margin-right: 20px;
  }

  /* footer
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－*/
  /* line 2963, ../scss/scss.scss */
  footer .footer-item .headline {
    margin-top: 20px;
  }

  /* line 2970, ../scss/scss.scss */
  .carousel-inner.agents .map-txt {
    padding: 20px 15px;
    background: #f1f1f1;
    /*height: 180px;*/
  }
  /* line 2974, ../scss/scss.scss */
  .carousel-inner.agents .map-txt .imgbox {
    float: none;
    margin-bottom: 20px;
  }
  /* line 2977, ../scss/scss.scss */
  .carousel-inner.agents .map-txt .imgbox img {
    margin: 0 auto;
  }
  /* line 2981, ../scss/scss.scss */
  .carousel-inner.agents .map-txt .country {
    padding-left: 0;
    text-align: center;
  }
  /* line 2985, ../scss/scss.scss */
  .carousel-inner.agents .map-txt .country ul li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 5px;
    font-size: 15px;
    box-sizing: border-box;
  }
  /* line 2995, ../scss/scss.scss */
  .carousel-inner.agents .map-txt .country ul.chau li.title {
    font-size: 17px;
    font-weight: bold;
    color: #e51a19;
    display: block;
  }

  /* line 3008, ../scss/scss.scss */
  .newsbox.section-block {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
    float: none;
  }
  /* line 3014, ../scss/scss.scss */
  .newsbox.section-block img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
    border: 3px solid #f1f1f1;
    border-bottom: none;
    box-sizing: border-box;
  }
  /* line 3022, ../scss/scss.scss */
  .newsbox.section-block h3 {
    font-size: 24px;
    margin: 15px 0 10px;
    color: #000;
  }
  /* line 3026, ../scss/scss.scss */
  .newsbox.section-block h3 .red {
    color: #e51a19;
  }
  /* line 3030, ../scss/scss.scss */
  .newsbox.section-block p {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  /* line 3034, ../scss/scss.scss */
  .newsbox.section-block .outbox {
    overflow: inherit;
    position: relative;
    height: auto;
  }
  /* line 3038, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation {
    position: relative;
    background: #fff;
    width: 100%;
  }
  /* line 3042, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .date {
    float: none;
    padding: 0;
    height: auto;
    text-align: center;
  }
  /* line 3047, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .date p {
    display: block;
    height: auto;
  }
  /* line 3050, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .date p br {
    display: none;
  }
  /* line 3055, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox {
    background: #f1f1f1;
    height: auto;
    padding-right: 0;
    padding: 0 10px 20px 10px;
    width: 100%;
  }
  /* line 3061, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox .newstitle {
    color: #000;
    display: block;
    padding-top: 24px;
    padding-left: 0;
    padding-bottom: 12px;
    padding-right: 0;
    opacity: 1;
    font-weight: bold;
  }
  /* line 3070, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox .newstitle:after {
    display: none;
  }
  /* line 3074, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox p {
    padding-left: 75px;
    display: block;
  }
  /* line 3077, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox p:before {
    content: attr(data-title);
    float: left;
    margin-left: -75px;
  }
  /* line 3083, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox .place {
    opacity: 1;
  }
  /* line 3086, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox .booth_no {
    opacity: 1;
  }
  /* line 3089, ../scss/scss.scss */
  .newsbox.section-block .outbox .infomation .txtbox .link {
    opacity: 1;
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) {
  /* line 3103, ../scss/scss.scss */
  .product-list .product-item {
    width: 100%;
  }
  /* line 3105, ../scss/scss.scss */
  .product-list .product-item:nth-child(odd) {
    margin-right: 0;
  }

  /* line 3112, ../scss/scss.scss */
  .specification ul.tabs li {
    width: calc((100% - 16px) / 4);
    float: none;
    display: inline-block;
    background: #f1f1f1;
  }
  /* line 3117, ../scss/scss.scss */
  .specification ul.tabs li a {
    padding: 0;
  }

  /* line 3127, ../scss/scss.scss */
  .carousel-v1 .carousel-arrow a i.agents-arrows {
    top: 130px;
  }

  /* sitemap
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－
  －－－－－－－－－－－－－－－－－－－－－－*/
  /* line 3139, ../scss/scss.scss */
  .sitemap .col-md-3 {
    width: 100%;
  }
  /* line 3141, ../scss/scss.scss */
  .sitemap .col-md-3:nth-child(2n) {
    margin-right: 0;
  }

  /*contact*/
  /* line 3148, ../scss/scss.scss */
  .map .inquiry {
    padding-bottom: 20px;
  }
  /* line 3150, ../scss/scss.scss */
  .map .inquiry .listbox {
    padding: 0 0 20px;
    width: 100%;
  }
  /* line 3153, ../scss/scss.scss */
  .map .inquiry .listbox:last-child {
    padding: 0 0 20px 0;
  }
  /* line 3156, ../scss/scss.scss */
  .map .inquiry .listbox:nth-child(2) {
    padding: 0 0 20px 0;
  }
  /* line 3159, ../scss/scss.scss */
  .map .inquiry .listbox:nth-child(4) {
    padding: 0 0 20px 0;
  }
  /* line 3162, ../scss/scss.scss */
  .map .inquiry .listbox:nth-child(5) {
    padding: 0 0 20px 0;
  }
  /* line 3165, ../scss/scss.scss */
  .map .inquiry .listbox:nth-child(6) {
    padding: 0 0 20px 0;
  }
  /* line 3169, ../scss/scss.scss */
  .map .inquiry .listbox.listbox-submit {
    text-align: center;
  }
  /* line 3171, ../scss/scss.scss */
  .map .inquiry .listbox.listbox-submit input {
    width: 100%;
  }
  /* line 3175, ../scss/scss.scss */
  .map .inquiry .listbox .form-code {
    width: 50% !important;
  }
}
@media screen and (max-width: 540px) {
  /* line 3184, ../scss/scss.scss */
  .breadcrumb {
    padding: 10px 0 0 0;
    text-align: center;
  }
  /* line 3188, ../scss/scss.scss */
  .breadcrumb .container ul {
    position: relative;
    margin-top: 15px;
  }

  /* line 3196, ../scss/scss.scss */
  .specification ul.tabs li {
    width: calc((100% - 8px) / 2);
    margin-bottom: 4px;
  }

  /*.carousel-inner.agents{
      .map-txt{
          height: 210px;
      }
  }*/
  /* line 3211, ../scss/scss.scss */
  .carousel-v1 .carousel-arrow a i.agents-arrows {
    top: 90px;
  }

  /* line 3227, ../scss/scss.scss */
  nav .container .navbar > div > a {
    display: block;
    text-align: center;
    margin-top: 0;
    padding: 7px 10px;
    color: #393939;
    font-size: 15px;
  }
  /* line 3236, ../scss/scss.scss */
  nav .container .navbar > div.search .search-open {
    padding: 7px 10px;
  }
}
@media screen and (max-width: 479px) {
  /* line 3248, ../scss/scss.scss */
  .carousel-inner.agents .map-txt {
    /*height: 400px;*/
    padding: 20px 40px;
  }

  /* line 3257, ../scss/scss.scss */
  .carousel-v1 .carousel-arrow a i.agents-arrows {
    top: 55px;
  }
}
/* ------------------------------------------------------------
    c-hamburger
--------------------------------------------------------------*/
/* line 3268, ../scss/scss.scss */
.c-hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  height: 51px\9;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 1;
}
/* line 3270, ../scss/scss.scss */
.c-hamburger:focus {
  outline: none;
}
/* line 3273, ../scss/scss.scss */
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  right: 11px;
  height: 4px;
  background: white;
  transform: translateY(-50%);
}
/* line 3275, ../scss/scss.scss */
.c-hamburger span:before, .c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}
/* line 3278, ../scss/scss.scss */
.c-hamburger span:before {
  top: -9px;
}
/* line 3281, ../scss/scss.scss */
.c-hamburger span:after {
  bottom: -9px;
}

/* line 3287, ../scss/scss.scss */
.c-hamburger--htx {
  background-color: #CE2E3B;
}
/* line 3289, ../scss/scss.scss */
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
/* line 3291, ../scss/scss.scss */
.c-hamburger--htx span:before, .c-hamburger--htx span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
/* line 3294, ../scss/scss.scss */
.c-hamburger--htx span:before {
  transition-property: top, transform;
}
/* line 3297, ../scss/scss.scss */
.c-hamburger--htx span:after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
/* line 3304, ../scss/scss.scss */
.c-hamburger--htx.is-active {
  background-color: #B1222D;
}
/* line 3306, ../scss/scss.scss */
.c-hamburger--htx.is-active span {
  background: none;
}
/* line 3308, ../scss/scss.scss */
.c-hamburger--htx.is-active span:before, .c-hamburger--htx.is-active span:after {
  transition-delay: 0s, 0.3s;
}
/* line 3311, ../scss/scss.scss */
.c-hamburger--htx.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
/* line 3314, ../scss/scss.scss */
.c-hamburger--htx.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1200px) {
  /* line 3321, ../scss/scss.scss */
  .c-hamburger {
    display: block;
    position: absolute;
    right: 17px;
    top: 0;
    z-index: 5;
  }
}
/**/
/*.parallax-window {
    min-height: 600px;
    background: transparent;
}*/
/* line 3331, ../scss/scss.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
