@charset "UTF-8";
@import url(help/reset.css);
@import url(awesomefont4.7/css/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
.catalog-download-btn, .heavy-btn a, .contact-box span, .social a, .tab a, .textEditor .rwd-list li {
  box-sizing: border-box;
}

header, header .language .g_trans a, .catalog-download-btn, .heavy-btn a, .bread .back-btn, ul.classLink a::after, .tab a, .side_menu a::after, ul.side_album li a, .slick-dots button {
  transition: all .5s ease-out;
}

body {
  font-family: 'Anaheim', Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #010101;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

/*css3*/
a {
  cursor: pointer;
  color: #15284b;
  transition: all 0.4s ease;
}

a:hover {
  color: #d5142a;
}

[class*='col-'] {
  float: left;
  box-sizing: border-box;
}

.b-box {
  box-sizing: border-box;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  /*按鈕主色1*/
  background: #15284b;
  color: #fff;
}

a.btn_color1:hover {
  opacity: .8;
}

a.btn_color2 {
  /*按鈕主色2*/
  background: #a0a0a0;
  color: #fff;
}

a.btn_color2:hover {
  background: #999;
}

input[type="text"], textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
}

.wrap {
  width: 1160px;
  margin: 0 auto;
}

#gmap {
  display: none;
  height: 400px;
}

.label {
  padding: 5px 7px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

/***↓↓↓購物車↓↓↓***/
.cartArea {
  display: none;
  width: 360px !important;
  background: #fff;
  border: 5px solid #d8d8d8;
}

.cartArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
}

.cartArea .countBox {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
}

.cartArea .countBox b {
  font-size: 18px;
  color: #7ea830;
}

.cartArea .countBox b em {
  font-weight: normal;
  font-size: 12px;
  color: #7ea830;
}

.cartArea .countBox a.btn_pay {
  display: inline-block;
  margin-left: 15px;
  padding: 7px 15px;
  font-size: 13px;
  color: #fff;
  transition: none;
}

.cartArea ul {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}

.cartArea ul li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 10px;
  text-align: left;
}

.cartArea ul li .Img {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.cartArea ul li .Img img {
  display: block;
  height: 100%;
}

.cartArea ul li .Txt {
  overflow: hidden;
}

.cartArea ul li .Txt strong {
  margin-bottom: 10px;
  display: block;
}

.cartArea ul li .Txt strong a {
  display: block;
  font-size: 15px;
  color: #272727;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cartArea ul li .Txt b {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
}

.cartArea ul li .Txt b.price {
  font-size: 15px;
  color: #E83336;
}

.cartArea ul li i {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  color: #949494;
}

/*訂單查詢*/
.orderCheckArea {
  display: none;
  width: 320px;
  background: #fff;
  border: 5px solid #D8D8D8;
}

.orderCheckArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
  text-align: center;
}

#closeOrder, #closeCart, #closePrice, #closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}

.orderCheckArea h4 {
  font-family: "微軟正黑體", "新細明體", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #222;
  text-align: left;
  margin-bottom: 10px;
}

.orderCheckArea input[type="text"], .orderCheckArea input[type="password"] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: 2px solid #ccc;
  padding: 5px;
  box-sizing: border-box;
}

.orderCheckArea a.btn {
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  .cartArea, .orderCheckArea {
    width: 300px !important;
  }
  #closeOrder, #closeCart, #closePrice, #closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.loginArea {
  display: none;
  width: 300px !important;
  background: #fff;
  border: 5px solid #d8d8d8;
}

.loginArea .box {
  position: relative;
  padding: 40px 20px 20px 20px;
  background: #fff;
}

a#closeLogin {
  font-size: 18px;
  color: #666;
  position: absolute;
  right: 10px;
  top: 10px;
}

.loginArea input[type="text"], .loginArea input[type="password"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 7px;
}

.loginArea .forget b a {
  font-size: 18px;
  font-weight: normal;
  color: #09F;
  text-decoration: underline;
}

.loginArea .forgetCheck {
  display: none;
}

.loginArea .forgetCheck a.btn_relog {
  display: block;
  font-size: 15px;
  color: #09F;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 15px;
}

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

header .wrap, header .topBox {
  position: relative;
}

header h1 {
  float: left;
  margin: 0 auto;
}

header h1 a {
  display: block;
  width: 190px;
  height: 38px;
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-indent: -9999px;
}

header .topBox .leftBox {
  position: absolute;
  left: 15px;
  top: 0;
}

header .topBox .leftBox .cartBox {
  display: inline-block;
}

header .topBox .leftBox .loginBox {
  display: inline-block;
  position: relative;
}

header .topBox .leftBox .loginBox .submenu {
  width: 100px;
  position: absolute;
  left: 0;
  top: 100%;
}

header .topBox .leftBox .loginBox .submenu a {
  display: block;
  background: #fff;
  padding: 5px 10px;
}

header .topBox .rightBox {
  float: right;
}

header .topBox .rightBox .cartBox {
  display: inline-block;
}

header .topBox .rightBox .cartBox a {
  display: inline-block;
}

header .topBox .rightBox .loginBox {
  display: inline-block;
}

header .language {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

header .language .g_trans {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header .language .g_trans a {
  display: block;
  border: 1px solid rgba(22, 40, 76, 0.3);
  line-height: 28px;
  padding: 2px 21px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #15284b;
  box-sizing: border-box;
}

header .language .g_trans a i {
  margin-left: 10px;
}

header .language .g_trans a:hover {
  border-color: #16284c;
}

header .language .g_trans ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}

header .language .g_trans ul a {
  display: block;
  border: 1px solid rgba(22, 40, 76, 0.3);
  background: #2a3e65;
  line-height: 28px;
  padding: 2px 21px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  box-sizing: border-box;
}

header .language .g_trans ul a:hover {
  text-decoration: underline;
}

header.scroll {
  background-color: rgba(255, 255, 255, 0.9);
}

/*logo*/
/*語系選擇*/
/*menu*/
.menuBox {
  display: inline-block;
  vertical-align: middle;
}

ul.menu {
  text-align: center;
}

ul.menu > li {
  position: relative;
  display: inline-block;
  margin: 0 14px;
}

ul.menu li > a {
  display: block;
  font-size: 18px;
  padding: 3px 0;
  color: #15284b;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
}

ul.menu li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: #15284b;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
}

ul.menu li a:hover:after, ul.menu li a.current:after {
  opacity: 1;
  bottom: 0;
}

ul.menu > li .submenu {
  display: none;
  width: 150px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}

ul.menu > li .submenu a {
  display: block;
  background: #fff;
  padding: 10px;
  font-size: 15px;
  color: #666;
  border-bottom: 1px solid #dadada;
}

ul.menu > li .submenu a:hover {
  background: #516190;
  color: #fff;
}

.catalog-download-btn {
  position: relative;
  display: inline-block;
  width: 125px;
  padding: 7px 25px 7px 20px;
  font-size: 15px;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: #2a3e65;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2a3e65 0%, #142649 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3e65', endColorstr='#142649',GradientType=1 );
  /* IE6-9 */
}

.catalog-download-btn::before {
  content: url("../images/download_icon.png");
  position: absolute;
  top: 7px;
  right: 20px;
}

.catalog-download-btn:hover {
  color: #fff;
  opacity: .8;
}

/*手機menu*/
.m_menu {
  display: none;
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}

.bannerArea .marqueeBox .wrap {
  max-width: 1160px;
}

.bannerArea .bx-controls-direction .bx-prev, .bannerArea .bx-controls-direction .bx-next {
  font-size: 26px;
  text-indent: 0;
  background-image: none;
}

.bannerArea .bx-controls-direction .bx-prev:hover, .bannerArea .bx-controls-direction .bx-next:hover {
  color: #15284b;
  opacity: .8;
}

.bannerArea .bx-controls-direction .bx-prev {
  left: 30px;
}

.bannerArea .bx-controls-direction .bx-next {
  right: 30px;
}

.marqueeBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  background-color: rgba(21, 40, 75, 0.9);
  z-index: 52;
}

.marqueeBox a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
}

.marquee-title {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
}

.marquee-title + .bx-wrapper {
  display: inline-block;
  width: calc(100% - 160px);
  vertical-align: middle;
}

/*文字跑馬燈*/
.marqueeArea {
  box-shadow: inset 0 10px 15px #283458;
  background: #061540;
  padding: 15px 0;
}

.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}

.marqueeArea h2 em {
  margin-left: 5px;
}

.marqueeArea .marqueeBox {
  overflow: hidden;
  max-height: 30px;
}

.marqueeArea ul {
  overflow: hidden;
}

.marqueeArea ul li .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 13px;
  color: #DBDBDB;
}

.marqueeArea ul li h3 {
  display: inline-block;
  vertical-align: middle;
}

.marqueeArea ul li h3 a {
  display: block;
  font-size: 15px;
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title-box {
  line-height: 100px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
}

.title-box h2 {
  color: #15284b;
}

.heavy-btn {
  margin: 40px auto 50px;
  text-align: center;
}

.heavy-btn a {
  display: inline-block;
  width: 355px;
  line-height: 45px;
  font-size: 18px;
  background-color: #15284b;
  color: #fff;
  font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
}

.heavy-btn a:hover {
  opacity: .8;
}

/*頁尾資訊*/
footer {
  padding: 110px 0;
  background: #e7e7e7;
  font-size: 0;
}

footer * {
  font-size: 15px;
}

footer .downLogo, footer .copyright-box, footer .contact-box, footer .social {
  display: inline-block;
  vertical-align: top;
  color: #8f8f8f;
}

.copyright-box, .contact-box, .social {
  margin-left: 86px;
}

ul.downMenu {
  border: 1px solid #142f79;
  border-left: none;
  border-right: none;
}

ul.downMenu li {
  display: inline-block;
}

ul.downMenu li a {
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  color: #142f79;
}

.contact-box {
  color: #8f8f8f;
}

.contact-box span {
  position: relative;
  display: inline-block;
  width: 55px;
  padding-right: 5px;
}

.contact-box span::after {
  content: ':';
  position: absolute;
  right: 3px;
  top: 0;
}

.contact-box a {
  color: #8f8f8f;
}

.contact-box a:hover {
  color: #15284b;
}

.copyright-box .translateIbest a {
  font-size: 15px;
  color: #8f8f8f;
}

.copyright-box .translateIbest a:hover {
  color: #15284b;
}

/*share*/
.social a {
  display: inline-block;
  margin-left: 5px;
  width: 45px;
  height: 45px;
  padding-top: 11px;
  font-size: 21px;
  color: #fff;
  text-align: center;
  background-color: #15284b;
  border-radius: 50%;
}

.social a:hover {
  opacity: 0.8;
}

footer .qrcode {
  display: inline-block;
  vertical-align: middle;
}

footer .fbBox {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

footer h5.copyright {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
  color: #313131;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}

.translateIbest .design span {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
}

.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  text-decoration: none;
}

.translateIbest .design a:hover {
  text-decoration: underline;
}

/*********內頁**********/
/**********************/
.bannerArea .wrap {
  width: 100%;
  padding: 0;
}

.bannerBox img {
  display: block;
  width: 100%;
}

.page-title {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  color: #15284b;
  font-size: 40px;
  text-transform: uppercase;
  z-index: 52;
  font-family: 'Archivo Narrow', Helvetica, Arial,  "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

.page-title .wrap {
  max-width: 1155px;
  margin: auto;
}

.page-title h2 {
  font-weight: normal;
}

/*bx小圓點*/
.bannerArea .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 120px;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px;
  height: 15px;
  border: 1px solid #15284b;
  border-radius: 100%;
  background-color: transparent;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #15284b;
  opacity: .8;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #15284b;
}

.mainArea {
  padding: 30px 0 100px;
}

.mainArea .wrap {
  position: relative;
}

.mainArea .titleBox {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 25px;
}

.mainArea .titleBox h2 {
  font-size: 27px;
  color: #061540;
  text-align: center;
}

.mainArea .titleBox h2 strong {
  font-weight: normal;
}

.mainArea .titleBox h2 em {
  margin-left: 8px;
  font-size: 15px;
  color: #bababa;
}

.mainArea .contentBox {
  clear: both;
}

.mainArea .contentBox h3.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  border-bottom: 4px solid #15284b;
  padding: 10px 0 5px;
  font-size: 24px;
  font-weight: normal;
  color: #15284b;
  font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
}

.mainArea .contentBox .textEditor {
  font-size: 15px;
  line-height: 1.5;
}

.bread {
  font-size: 15px;
  color: #8f8f8f;
  position: absolute;
  right: 0;
  top: -50px;
}

.bread a {
  color: #aaa;
}

.bread a i {
  font-size: 20px;
}

.bread a:hover {
  color: #15284b;
}

.bread span {
  padding: 0 3px;
  color: #8f8f8f;
}

.bread .back-btn {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 15px;
  background-color: #2b539b;
  color: #fff;
  vertical-align: top;
  border-radius: 5px;
  font-size: 13px;
}

.bread .back-btn:hover {
  opacity: .8;
}

/*網站導覽bread*/
table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url(../images/plus.png) no-repeat 5px center;
  padding-left: 40px;
}

/*類別*/
.m_classLink {
  display: none;
}

ul.classLink {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

ul.classLink li {
  display: inline-block;
  margin: 0 1px;
}

ul.classLink a {
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
}

ul.classLink a::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #15284b transparent transparent transparent;
  z-index: -1;
}

ul.classLink a:hover {
  color: #15284b;
  border-color: #d5142a;
}

ul.classLink a.current {
  background: #15284b;
  border-color: #15284b;
  color: #fff;
}

ul.classLink a.current::after {
  bottom: -5px;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}

.tagBox b {
  display: inline-block;
  margin-right: 10px;
  color: #15284b;
  font-size: 21px;
  font-weight: normal;
  font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
}

.tagBox ul {
  display: inline-block;
}

.tagBox ul li {
  display: inline-block;
}

.tagBox ul li a {
  display: block;
  margin: 0 1px;
  font-size: 14px;
  padding: 5px 15px;
  color: #15284b;
  border: 1px solid #ccc;
  position: relative;
  background-color: #fff;
}

.tagBox ul li a:hover {
  border-color: #d5142a;
  color: #15284b;
}

.tagBox ul li a.current {
  border-color: #15284b;
  background: #15284b;
  color: #fff;
}

.tagBox ul li a.current:hover {
  opacity: .8;
}

.tagBox ul li a.current:before {
  content: "\f292";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-right: 5px;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  color: #15284b;
  padding: 5px 0 10px;
  border-bottom: 2px solid #15284b;
  font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
}

.sectionTitle strong {
  font-weight: normal;
  display: block;
  position: relative;
}

.sectionTitle strong a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/******頁籤*******/
.tab {
  margin-top: 80px;
}

.tab a {
  float: left;
  width: 25%;
  float: left;
  padding: 12px 20px;
  font-size: 18px;
  color: #15284b;
  text-align: center;
  background-color: #eee;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  font-family: 'Archivo Narrow', Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
}

.tab a.current {
  background-color: #15284b;
  color: #fff;
}

.tab a.current:hover {
  background-color: #15284b;
}

.tab a:hover {
  background-color: #d2def3;
}

ul.tabContent {
  border-top: 3px solid #15284b;
  padding: 20px 5px;
}

ul.tabContent > li {
  display: none;
}

ul.tabContent li .textEditor {
  margin: 0;
}

ul.tabContent h3.sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.side_menu li {
  display: inline-block;
  margin: 0 3px;
}

.side_menu a {
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.side_menu a::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #15284b transparent transparent transparent;
  z-index: -1;
}

.side_menu a:hover {
  color: #15284b;
  border-color: #d5142a;
}

.side_menu a.current {
  background: #15284b;
  border-color: #15284b;
  color: #fff;
}

.side_menu a.current::after {
  bottom: -5px;
}

.side_menu a b {
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #808080;
}

.side_menu dl {
  padding-left: 25px;
}

.side_menu dl dt a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu dl dt a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
ul.side_album {
  margin-right: -10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #8f8f8f;
}

ul.side_album li {
  float: left;
  width: 20%;
  padding: 0 10px 10px 0;
}

ul.side_album li a {
  display: block;
}

ul.side_album li a:hover {
  box-shadow: 2px 2px 5px #c3c3c3;
}

ul.side_album li a img {
  display: block;
  width: 100%;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}

.side_booking a {
  display: block;
  background: #f05b8f;
  border-radius: 4px;
  box-shadow: 0 1px 1px #8d2121;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  transition: none;
}

.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  box-shadow: 1px 0 #f38a8a;
}

.side_booking a:hover {
  box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo ul li {
  margin-bottom: 20px;
}

.side_contactInfo ul li a {
  font-size: 16px;
  color: #414141;
}

.side_contactInfo ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #a5a5a5;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.side_contactInfo ul li a b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}

.side_room ul li .Img img {
  width: 100%;
}

.side_room ul li .Txt {
  margin-top: 5px;
}

.side_room ul li .Txt h3 strong a {
  font-size: 16px;
  font-weight: normal;
}

.side_room ul li .Txt p {
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  max-height: 100px;
  overflow: hidden;
}

.side_room .bx-wrapper .bx-controls-direction a {
  width: 25px !important;
  height: 25px !important;
  top: 0 !important;
  right: 0;
  margin: 0 !important;
}

.side_room .bx-wrapper .bx-prev {
  left: auto;
  right: 25px !important;
  background: url(../images/bx_arrow_square_prev.png) !important;
}

.side_room .bx-wrapper .bx-next {
  background: url(../images/bx_arrow_square_next.png) !important;
}

/*側邊_分享*/
.side_share {
  clear: both;
  display: none;
  margin-top: 30px;
}

.side_share a {
  width: 100%;
  margin-top: 5px;
  display: block;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -web-box-sizing: border-box;
  box-sizing: border-box;
}

.side_share a.line {
  box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1);
}

.side_share a.fb {
  box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8DCFF5;
  background: #5da0ea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0);
  /* IE6-8 */
}

.side_share a.gPlus {
  box-shadow: 0 0 0 1px #874138;
  border-top: 1px solid #fd816b;
  background: #d65130;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d65130', endColorstr='#d0442b', GradientType=0);
  /* IE6-8 */
}

.side_share a i {
  padding-right: 5px;
  font-size: 18px;
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}

.side_news ul {
  margin-top: 20px;
}

.side_news ul li {
  margin-bottom: 25px;
}

.side_news ul li .Img {
  float: left;
  margin-right: 12px;
  width: 60px;
  overflow: hidden;
  line-height: 0;
}

.side_news ul li .Img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.side_news ul li .Txt {
  overflow: hidden;
}

.side_news ul li .Txt a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side_news ul li .Txt a:hover {
  text-decoration: underline;
}

.side_news ul li .Txt b {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  margin-top: 5px;
}

.slick-dots {
  margin: 10px 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li.slick-active button {
  background-color: #15284b;
}

.slick-dots button {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 3px;
  outline: none;
  text-indent: 100%;
  overflow: hidden;
  border: 2px solid #15284b;
  border-radius: 50%;
  background-color: #fff;
}

.textEditor .rwd-list {
  list-style: none;
  padding-left: 0;
}

.textEditor .rwd-list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.textEditor .rwd-list li {
  float: left;
  width: 50%;
}

.ps-caption {
  display: none !important;
}

/**********適應性**********/
@media (max-width: 1350px) {
  .bannerArea .bx-controls-direction {
    display: none;
  }
}

@media (max-width: 1225px) {
  .copyright-box, .contact-box, .social {
    margin-left: 84px;
  }
}

@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  header {
    display: none;
  }
  /*手機menu*/
  .m_menu {
    display: block;
    width: 100%;
    box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .m_menu .mask {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .m_menu .controlBox {
    background: #fff;
    position: relative;
    z-index: 99;
  }
  .m_menu .controlBox a.main {
    display: block;
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 60px;
    font-size: 20px;
    color: #15284b;
    line-height: 60px;
    text-align: center;
    background: #fff;
  }
  .m_menu .controlBox .m_logo {
    float: left;
  }
  .m_menu .controlBox .m_logo img {
    display: block;
    width: 170px;
    padding-top: 14px;
  }
  .m_menu .controlBox .right {
    float: right;
    margin-right: 10px;
    line-height: 60px;
  }
  .m_menu .controlBox .right a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    color: #fff;
    position: relative;
  }
  .m_menu .controlBox .right .btn_cart {
    display: inline-block;
    vertical-align: middle;
  }
  .m_menu .controlBox .right a em {
    display: none;
  }
  .m_menu .controlBox .right a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #799a1b;
  }
  .m_menu .controlBox .right b {
    display: block;
    font-size: 13px;
    color: #fff;
    background: #c40000;
    line-height: normal;
    border-radius: 5px;
    padding: 3px 5px;
    position: absolute;
    top: 6px;
    right: -5px;
  }
  .m_menu .controlBox .language:hover .submenu {
    display: block;
  }
  .m_menu .hideBox {
    /*手機menu內容*/
    display: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
    background: #15284b;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #15284b 0%, #0a1323 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#650e13', endColorstr='#b2181b', GradientType=0);
    /* IE6-9 */
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    box-sizing: border-box;
  }
  .m_menu .hideBox p.sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background: #c80303;
  }
  .searchBox_m {
    text-align: center;
    padding: 20px 0;
  }
  .searchBox_m input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
  }
  .searchBox_m a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    background: #9cc720;
    color: #fff;
  }
  /*手機翻譯*/
  .m_menu .hideBox .m_trans {
    text-align: center;
    padding-top: 30px;
    position: relative;
    width: 105px;
    margin: 0 auto;
  }
  .m_menu .hideBox .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
  }
  .m_menu .hideBox .m_trans > a i {
    margin-left: 5px;
  }
  .m_menu .hideBox .m_trans ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
  }

  .m_menu .hideBox .m_trans ul a {
    display: block;
    border: 1px solid rgba(22, 40, 76, 0.3);
    background: #2a3e65;
    line-height: 28px;
    padding: 2px 21px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    box-sizing: border-box;
  }

  .m_menu .hideBox .m_trans ul a:hover {
    text-decoration: underline;
  }
  .m_menu .loginBox {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .loginBox a {
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #fff;
  }
  .m_menu .loginBox a i {
    margin-right: 3px;
  }
  .m_menu .loginBox .submenu {
    margin-top: 10px;
    color: #ccc;
  }
  .m_menu .loginBox .submenu span {
    margin: 0 5px;
  }
  .m_menu .mfun {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .mfun a {
    margin: 0 5px;
    display: inline-block;
    font-size: 20px;
    background: #b21d26;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
  }
  .m_menu ul.nav li {
    border-top: 1px solid #0a1323;
  }
  .m_menu ul.nav li a {
    padding: 20px 10px;
    display: block;
    font-size: 19px;
    color: #fff;
    text-align: center;
    position: relative;
    text-transform: uppercase;
  }
  .m_menu ul.nav li a:hover {
    background: #d5142a;
  }
  .m_menu ul.nav li a i {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .m_menu ul.nav li .submenu {
    display: none;
  }
  .m_menu ul.nav li .submenu a {
    padding: 10px 20px;
  }
  .m_menu ul.nav li .submenu a:hover {
    background: #999;
  }
  .bannerArea .bx-pager {
    display: none;
  }
  .bread {
    right: 20px;
  }
  footer {
    text-align: center;
  }
  footer .contact-box, footer .copyright-box {
    text-align: left;
  }
  footer .social {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .marqueeBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .marqueeBox .marquee-title {
    display: none;
  }
  .marqueeBox .marquee-title + .bx-wrapper {
    width: 100%;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .contact-box, footer .copyright-box {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }
  .tab a {
    width: 50%;
  }
}

@media (max-width: 767px) {
  footer h5.copyright {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  footer .fbBox {
    display: block;
    margin: 0;
    text-align: center;
  }
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  .mainArea .wrap {
    padding: 0 20px;
  }
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  /*footer*/
  .translateIbest {
    float: none;
  }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .textEditor .rwd-list li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

/*640*/
@media (max-width: 640px) {
  .marqueeArea h2, .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: none;
  }
  ul.classLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #222;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: #eee;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #eee 0%, #eee 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#eee', GradientType=0);
    /* IE6-9 */
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
}

/*480*/
@media (max-width: 480px) {
  footer .downLogo {
    width: 150px;
  }
  footer .downLogo img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  footer .copyright-box, footer .contact-box, footer .social {
    margin-top: 15px;
  }
  .m_menu .controlBox .m_logo {
    width: 135px;
    float: left;
  }
  .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
  .page-title {
    display: none;
  }
  /*頁籤*/
  .tab a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
  .textEditor img {
    max-width: 100% !important;
    height: auto !important;
  }
  .heavy-btn a {
    width: 100%;
  }
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background: #15284b;
  overflow: hidden;
}

.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background: #000;
  overflow: hidden;
}

.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_detail a:before {
  display: block;
  content: "Details+";
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -80px;
  z-index: 99;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  background: #000;
  overflow: hidden;
  position: relative;
}

.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
  display: block;
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 18px;
  color: #fff;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  transition: all 0.4s ease;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
