@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexhei.css);
*,
*:active,
*:focus,
*:hover,
*:link,
*:visited {
  -o-transition: background-color 0.2s linear, border-color 0.1s linear;
  -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
  -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
  transition: background-color 0.2s linear, border-color 0.1s linear; }

/* ------- 標頭設計(字級,字距,顏色) ------- */
/* -------  彈性排版 ------- */
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .row-flex * {
    -ms-flex: 0 1 auto; }
  .row-flex .width-100 {
    width: 100%;
    -ms-flex: 0 1 auto; }
  .row-flex .height-100 {
    height: 100%; }

.f-wrap {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .f-wrap .width-4 {
    width: 25%;
    -ms-flex: 0 1 auto; }

.f-nowrap {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .f-nowrap * {
    -ms-flex: 0 1 auto; }

.f-colwrap {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .f-colwrap * {
    -ms-flex: 0 1 auto; }

.f-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.f-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.f-justify-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-flex-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-push {
  order: 2; }

.flex-pull {
  order: 1; }

@media (max-width: 992px) {
  .flex-push {
    order: 1; }
  .flex-pull {
    order: 2; }
  .f-nowrap,
  .row-flex {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .f-nowrap .width-sm-2,
    .row-flex .width-sm-2 {
      width: 50% !important; }
  .f-nowrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .f-nowrap * {
      -ms-flex: 0 1 auto; } }

/* 預設留白、間距 */
.margin-top-50 {
  margin-top: 50px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.wrap-normal {
  white-space: normal !important; }

.margin-inle70 {
  margin-left: -70px; }

/* color */
.color-blue {
  color: #2d237c; }

.color-red {
  color: #dd0235; }

/* End color */
[class*=" fa-"],
[class^="fa-"] {
  font-family: FontAwesome !important; }

body {
  font-family: "微軟正黑體", 'cwTeXHei', sans-serif; }

a {
  font-size: 17px;
  letter-spacing: 1px; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

p {
  font-size: 17px;
  letter-spacing: 1px;
  color: #555;
  line-height: 1.7;
  margin: 0 0 24px; }

li {
  font-size: 17px; }

strong {
  font-size: 17px;
  letter-spacing: 1px;
  color: #555;
  display: block; }

/*Top Bar v3 (currency, language, account etc.)
------------------------------------*/
.topbar-v3 {
  z-index: 99;
  padding: 7px 0;
  position: relative;
  background: #2a2a2a; }

.header-fixed .header-FAL.header-fixed-shrink .topbar-v3 {
  padding: 0; }

@media (max-width: 768px) {
  .topbar-v3 .left-topbar,
  .topbar-v3 .right-topbar {
    text-align: center;
    float: none !important; } }

/*Left Top Bar*/
.topbar-v3 ul.left-topbar {
  padding-left: 0;
  margin-bottom: 1px; }

.topbar-v3 ul.left-topbar > li {
  display: inline;
  list-style: none;
  position: relative;
  margin-right: 15px;
  padding-bottom: 15px; }

.topbar-v3 ul.left-topbar > li > a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase; }

.topbar-v3 ul.left-topbar > li > a:hover {
  cursor: pointer; }

/*Currency & Language*/
.topbar-v3 ul.currency,
.topbar-v3 ul.language {
  top: 27px;
  left: -5px;
  z-index: 1;
  display: none;
  padding: 4px 0;
  list-style: none;
  min-width: 125px;
  position: absolute;
  background: #2a2a2a; }

@media (max-width: 768px) {
  .topbar-v3 ul.currency,
  .topbar-v3 ul.language {
    top: 20px; } }

.topbar-v3 li:hover ul.currency,
.topbar-v3 li:hover ul.language {
  display: block; }

.topbar-v3 ul.currency:after,
.topbar-v3 ul.language:after {
  top: -4px;
  width: 0;
  height: 0;
  left: 8px;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 6px solid #2a2a2a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/ }

.topbar-v3 ul.currency li a,
.topbar-v3 ul.language li a {
  color: #d1d1d1;
  display: block;
  font-size: 10px;
  padding: 2px 12px;
  margin-bottom: 1px;
  text-transform: uppercase; }

.topbar-v3 ul.currency li.active a i,
.topbar-v3 ul.language li.active a i {
  color: #d1d1d1;
  float: right;
  margin-top: 2px; }

.topbar-v3 ul.currency li a:hover,
.topbar-v3 ul.currency li.active a,
.topbar-v3 ul.language li a:hover,
.topbar-v3 ul.language li.active a {
  background: #333; }

.topbar-v3 ul.currency li a:hover,
.topbar-v3 ul.language li a:hover {
  text-decoration: none; }

/*Right Top Bar*/
.topbar-v3 .right-topbar {
  margin-bottom: 1px; }

.topbar-v3 .right-topbar li {
  margin-left: 3px; }

.topbar-v3 .right-topbar li:first-child {
  margin-left: 0; }

.topbar-v3 .right-topbar li,
.topbar-v3 .right-topbar li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase; }

/*Search*/
.topbar-v3 .search {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  display: inline-block; }

.topbar-v3 .search:hover {
  color: #bbb; }

.topbar-v3 .search-open {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background: #333; }

.topbar-v3 .search-open .container {
  position: relative; }

.topbar-v3 .search-open .search-close {
  top: 10px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  position: absolute; }

.topbar-v3 .search-open .form-control {
  padding: 0;
  color: #eee;
  border: none;
  min-height: 35px;
  font-weight: 200;
  background: #333; }

.topbar-v3 .search-open .form-control:focus {
  box-shadow: none; }

.topbar-v3 .search-open .form-control::-moz-placeholder {
  color: #eee;
  font-weight: 200; }

.topbar-v3 .search-open .form-control:-ms-input-placeholder {
  color: #eee;
  font-weight: 200; }

.topbar-v3 .search-open .form-control::-webkit-input-placeholder {
  color: #eee;
  font-weight: 200; }

/*Shop Badge
------------------------------------*/
/*Badge Lists*/
.header-FAL .shop-badge {
  position: relative;
  margin-left: 20px;
  padding: 28px 15px 25px 5px; }

.header-fixed .header-FAL.header-fixed-shrink .shop-badge {
  padding-top: 30px; }

.header-FAL .shop-badge span.badge {
  top: 20px;
  right: 3px;
  position: absolute; }

.header-fixed .header-FAL.header-fixed-shrink .shop-badge span.badge {
  top: 22px; }

/*Badge Icons*/
.header-FAL .shop-badge.badge-icons span.badge {
  min-width: 12px;
  padding: 3px 6px; }

.header-FAL .shop-badge.badge-icons i {
  color: #687074;
  font-size: 24px;
  min-width: 25px; }

/*Badge*/
.header-FAL .shop-badge span.badge {
  font-weight: 400;
  padding: 4px 7px; }

.header-FAL .shop-badge span.badge-sea {
  background: #238c6c; }

/*Scrollbar*/
.header-FAL .mCustomScrollbar {
  height: 300px; }

/*Badge Open*/
.header-FAL .shop-badge:hover .badge-open {
  display: block; }

.header-FAL .badge-open {
  top: 83px;
  right: 0;
  display: none;
  list-style: none;
  min-width: 300px;
  background: #fff;
  position: absolute;
  border-top: 2px solid #238c6c;
  box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.075); }

.header-FAL .badge-open li {
  margin-top: 15px;
  padding: 15px 20px 0;
  border-top: 1px solid #dedede; }

.header-FAL .badge-open li:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 20px; }

.header-FAL .badge-open li:after,
.header-FAL .badge-open li:before {
  content: " ";
  display: table; }

.header-FAL .badge-open li:after {
  clear: both; }

.header-FAL .badge-open img {
  float: left;
  width: 100px;
  height: auto;
  margin-right: 15px; }

.header-FAL .badge-open .close {
  line-height: 1.9; }

.header-FAL .badge-open span {
  margin: 7px 0;
  color: #687074;
  display: block;
  font-size: 14px; }

.header-FAL .badge-open small {
  color: #999;
  font-size: 14px; }

/*Subtotal*/
.header-FAL .subtotal {
  padding: 3px 15px 20px;
  background: #fff; }

.header-FAL .subtotal span {
  color: #555;
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
  text-transform: uppercase; }

.header-FAL .subtotal .subtotal-cost {
  color: #238c6c; }

.header-FAL .subtotal .btn-u {
  font-size: 12px; }

.header-FAL .subtotal .col-xs-6:first-child {
  padding-right: 8px; }

.header-FAL .subtotal .col-xs-6:last-child {
  padding-left: 8px; }

/*Header v5
------------------------------------*/
.header-FAL {
  z-index: 99;
  position: relative; }

.header-FAL .navbar {
  margin: 0; }

.header-FAL .navbar-default {
  border: none;
  background: none; }

/*Navbar Header*/
@media (max-width: 991px) {
  .header-FAL .navbar-header {
    margin-bottom: 10px; }
  .header-FAL .shop-badge {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 14px 10px 18px 0; }
  .header-FAL .shop-badge span.badge {
    top: 5px;
    right: 0; }
  .header-FAL .badge-open {
    top: 57px; }
  .header-FAL .shop-badge:hover .badge-open {
    display: none; } }

@media (min-width: 993px) and (max-width: 999px) {
  .header-FAL .navbar-header {
    margin-top: 15px; } }

.header-FAL .navbar-brand {
  z-index: 1;
  padding: 0; }

.header-FAL .navbar-default .navbar-toggle {
  color: #333;
  border: none;
  font-size: 19px;
  margin-top: 10px; }

.header-FAL .navbar-default .navbar-toggle .icon-bar {
  background: #222; }

.header-FAL .navbar-default .navbar-toggle:focus,
.header-FAL .navbar-default .navbar-toggle:hover {
  background: inherit; }

/*Navbar Collapse*/
.header-FAL .navbar-collapse {
  position: relative;
  border-left: 1px solid none;
  border-right: 1px solid none; }

/*Navbar Nav set to centre*/
@media (min-width: 992px) {
  .header-FAL .navbar-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex !important; }
    .header-FAL .navbar-collapse * {
      -ms-flex: 0 1 auto; }
  .header-FAL .navbar-nav {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    table-layout: auto; }
    .header-FAL .navbar-nav li:first-child {
      position: relative; }
      .header-FAL .navbar-nav li:first-child .dropdown-menu {
        left: 0 !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important; } }

/*Navbar Menu*/
.header-FAL .navbar-default .navbar-nav > li > a {
  display: block;
  color: #687074;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase; }

/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
  .header-FAL .navbar-header {
    float: none; }
  .header-FAL .navbar-toggle {
    display: block; }
  .header-FAL .navbar-collapse.collapse {
    display: none !important; }
  .header-FAL .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important; }
  .header-FAL .navbar-nav {
    margin: 0;
    float: none !important; }
  .header-FAL .navbar-nav > li {
    float: none; }
  .header-FAL .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px; }
  /*Dropdown Menu Slide Down Effect*/
  .header-FAL .navbar-nav .dropdown-menu.show {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    padding: 12px 25px;
    position: static;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 2px solid #3ab390; }
  .header-FAL .navbar-nav .open .dropdown-menu .dropdown-header,
  .header-FAL .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }
  .header-FAL .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .header-FAL .navbar-nav .open .dropdown-menu > li > a:focus,
  .header-FAL .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; }
  .header-FAL .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .header-FAL .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .header-FAL .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }
  .header-FAL .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .header-FAL .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .header-FAL .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .header-FAL .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .header-FAL .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .header-FAL .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; }
  .header-FAL .navbar-default .dropdown-menu.no-bottom-space {
    padding-bottom: 0; }
  /*Design for max-width: 991px*/
  .header-FAL .navbar-collapse,
  .header-FAL .navbar-collapse .container {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .header-FAL .navbar-default .navbar-nav > li > a {
    font-size: 19px !important;
    line-height: 20px;
    padding: 12px 10px !important;
    letter-spacing: 1px;
    border-bottom: solid 1px #eee; }
  .header-FAL .equal-height-list > ol {
    padding: 0;
    margin: 10px 0;
    list-style: none; }
    .header-FAL .equal-height-list > ol > li > a {
      color: #555;
      font-size: 17px;
      position: relative;
      padding: 5px 15px 5px 45px !important;
      line-height: 1.5;
      letter-spacing: 1px;
      display: block; }
      .header-FAL .equal-height-list > ol > li > a:before {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transform: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        content: "";
        font-family: FontAwesome;
        display: block;
        font-size: 17px;
        position: absolute;
        top: 0;
        left: 25px; }
  .header-FAL .mega-menu .dropdown-menu > li,
  .header-FAL .mega-menu .equal-height-list > li {
    margin-bottom: 10px !important;
    padding: 0 !important; }
  .header-FAL .navbar-default .navbar-nav > li > a:focus {
    background: none; }
  .header-FAL .navbar-default .navbar-nav > li > a:hover {
    color: #238c6c; }
  .header-FAL .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #333 !important;
    text-transform: uppercase; } }

@media (min-width: 992px) {
  /*Navbar Collapse*/
  .header-FAL .navbar-collapse {
    padding: 0; }
  .header-FAL #nav-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 4px 17px rgba(0, 0, 0, 0.1); }
    .header-FAL #nav-flex .navbar-header {
      height: 100%; }
  .header-FAL .navbar-default .navbar-nav > li > a {
    line-height: 1;
    padding: 27px 15px;
    letter-spacing: 1px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: keep-all; }
  .header-FAL .navbar-default .navbar-nav > .active > a,
  .header-FAL .navbar-default .navbar-nav > .active > a:focus,
  .header-FAL .navbar-default .navbar-nav > .active > a:hover,
  .header-FAL .navbar-default .navbar-nav > li > a,
  .header-FAL .navbar-default .navbar-nav > li > a:focus,
  .header-FAL .navbar-default .navbar-nav > li > a:hover {
    background: none; }
  .header-FAL .navbar-default .navbar-nav > li:hover > a {
    color: #238c6c;
    background: #f2f2f2; }
  /*Dropdown Menu*/
  .header-FAL .dropdown-menu {
    /*margin-top: -1px !important;*/
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 2px #238c6c;
    box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.075); }
  .header-FAL .dropdown-menu li a {
    color: #687074;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px; }
  .header-FAL .dropdown-menu > li > a {
    /*Transition for fixed header*/
    transition: all 0.2s ease; }
  .header-FAL .dropdown-menu .active > a,
  .header-FAL .dropdown-menu li > a:hover {
    color: #fff;
    background: #238c6c;
    filter: none !important; }
  .header-FAL .dropdown-menu li > a:focus {
    color: inherit;
    background: none;
    filter: none !important; }
  .header-FAL .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block; }
  .header-FAL .open > .dropdown-menu {
    display: none; }
  .header-FAL .dropdown-menu li.dropdown-submenu:hover > a {
    color: #fff;
    background: #238c6c; } }

/*Dropdown Submenu for BS3
------------------------------------*/
.header-FAL .dropdown-submenu {
  position: relative; }

.header-FAL .dropdown > a:after,
.header-FAL .dropdown-submenu > a:after {
  top: 8px;
  right: 9px;
  font-size: 20px;
  content: "";
  color: #238c6c;
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
  border: none; }

@media (max-width: 991px) {
  .header-FAL .dropdown-submenu > a:after {
    content: " "; }
  .header-FAL .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: ""; } }

@media (min-width: 992px) {
  .header-FAL .dropdown > a:after {
    content: " "; } }

.header-FAL .dropdown-submenu > .dropdown-menu {
  top: 3px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0; }

/*Submenu comes from LEFT side*/
.header-FAL .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%; }

.header-FAL .dropdown-submenu:hover > .dropdown-menu {
  display: block; }

@media (max-width: 991px) {
  .header-FAL .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px; } }

.header-FAL .dropdown-submenu.pull-left {
  float: none; }

.header-FAL .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px; }

.header-FAL .dropdown-menu li [class*=" fa-"],
.header-FAL .dropdown-menu li [class^="fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block; }

.header-FAL .dropdown-menu li .fa-lg[class*=" fa-"],
.header-FAL .dropdown-menu li .fa-lg[class^="fa-"] {
  /* increased font size for fa-lg */
  width: 1.5625em; }

/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header-FAL.header-fixed-shrink {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  position: fixed;
  height: 95px;
  margin-top: -23.5px;
  border-bottom: none;
  box-shadow: 0 0 3px #bbb;
  background: rgba(255, 255, 255, 0.96);
  transition: background 0.4s; }

/*Topbar*/
.header-fixed .header-FAL.header-fixed-shrink .topbar {
  display: none; }

/*No Topbar*/
.header-fixed .header-FAL.no-topbar {
  height: 78px; }

.header-fixed .header-FAL.no-topbar.header-fixed-shrink {
  height: 95px;
  margin-top: -35px; }

.header-fixed .header-FAL.no-topbar.header-fixed-shrink .navbar-brand {
  top: 46px; }

.header-fixed .header-FAL.no-topbar.header-fixed-shrink .shop-badge .badge-open {
  top: 69px; }

.header-fixed .header-FAL.no-topbar.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
  margin-top: -1px; }

/*Brand*/
.header-fixed .header-FAL.header-fixed-shrink .navbar-brand {
  top: 15px;
  z-index: 1;
  position: relative;
  padding: 4px 10px 10px; }

.header-fixed .header-FAL.header-fixed-shrink .navbar-brand img {
  width: 90%; }

/*Fixed in v1.9*/
.header-fixed .header-FAL.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
  margin-top: -11px; }

/*Badge List*/
.header-fixed .header-FAL.header-fixed-shrink .shop-badge {
  margin-top: -3px; }

.header-fixed .header-FAL.header-fixed-shrink .shop-badge .badge-open {
  top: 76px; }

@media (max-width: 991px) {
  /*Header*/
  .header-fixed .header-FAL,
  .header-fixed .header-FAL.header-fixed-shrink,
  .header-fixed .header-FAL.no-topbar,
  .header-fixed .header-FAL.no-topbar.header-fixed-shrink {
    height: inherit;
    position: relative; } }

@media (min-width: 992px) {
  .header-fixed .header-FAL.header-fixed-shrink .navbar-nav > li > a {
    font-size: 15px;
    margin-top: 2px;
    padding: 19px 18px 26px; }
  /*No Topbar*/
  .header-fixed .header-FAL.no-topbar.header-fixed-shrink .navbar-nav > li > a {
    margin-top: 35px;
    padding: 14px 17px 16px; } }

/*Mega Menu
------------------------------------*/
.header-FAL .mega-menu .collapse,
.header-FAL .mega-menu .dropdown,
.header-FAL .mega-menu .dropup,
.header-FAL .mega-menu .nav {
  position: static; }

.header-FAL .mega-menu .container,
.header-FAL .mega-menu .navbar-inner {
  position: relative; }

.header-FAL .mega-menu .dropdown-menu {
  left: auto; }

.header-FAL .mega-menu .dropdown-menu > li {
  display: block; }

.header-FAL .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%; }

.header-FAL .mega-menu .nav.pull-right .dropdown-menu {
  right: 0; }

.header-FAL .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 20px 10px; }

.header-FAL .mega-menu .mega-menu-content:after,
.header-FAL .mega-menu .mega-menu-content:before {
  content: "";
  display: table;
  line-height: 0; }

.header-FAL .mega-menu .mega-menu-content:after {
  clear: both; }

.header-FAL .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-FAL .mega-menu.navbar .nav > li > .dropdown-menu:before {
  display: none; }

.header-FAL .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden; }

@media (min-width: 992px) {
  .header-FAL .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    margin-left: 10px;
    margin-right: 15px; } }

@media (max-width: 991px) {
  .header-FAL .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: auto; }
  .header-FAL .mega-menu .mega-menu-content {
    padding-right: 0; }
  .header-FAL .mega-menu .mega-menu-content [class^="col-"] {
    padding-right: 25px; }
  .header-FAL .mega-menu .dropdown-menu > li > ul {
    display: block; } }

/*Bootstrap Container*/
@media (min-width: 768px) {
  .header-FAL .mega-menu .mega-menu-content .container {
    width: 708px; } }

@media (min-width: 992px) {
  .header-FAL .mega-menu .mega-menu-content .container {
    width: 910px; } }

@media (min-width: 1200px) {
  .header-FAL .mega-menu .mega-menu-content .container {
    width: 1110px; } }

/*Dropdown Menu*/
.header-FAL .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li {
  padding-bottom: 5px; }

.header-FAL .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li a {
  padding: 0;
  border-bottom: none; }

/*Product Offers*/
.header-FAL img.product-offers:hover {
  opacity: 0.9; }

/*Style List*/
.header-FAL h3.mega-menu-heading {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #dedede; }

.header-FAL h3.mega-menu-heading.margin-bottom-10 {
  margin-bottom: 10px !important; }

.header-FAL .style-list {
  margin-bottom: 20px; }

.header-FAL .style-list li a {
  color: #888;
  font-size: 14px;
  margin-right: 5px; }

.header-FAL .style-list li a:hover {
  color: #238c6c;
  background: none;
  text-decoration: none; }

.header-FAL .style-list li .label {
  top: -2px;
  position: relative; }

/*Label Danger Shop added v1.9*/
.label.label-danger-shop {
  color: #fff;
  font-size: 9px;
  padding: 1px 5px;
  background: #c9253c;
  text-transform: uppercase; }

/*added v1.9*/
.boxed-layout.header-fixed .header-FAL.header-sticky {
  left: inherit;
  width: inherit; }

.header-FAL .navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 50px; }
  .header-FAL .navbar-brand > img {
    width: 160px; }

.header-FAL #nav-flex .navbar-nav {
  border-left: 1px solid #ddd;
  background: #eee;
  color: #fff;
  position: relative; }

.header-FAL #nav-flex .navbar-nav > li:hover > a {
  background: #fff;
  color: #555; }

.header-FAL #nav-flex .navbar-nav > li + li > a {
  position: relative;
  border-left: 1px solid #fff; }

.header-FAL #nav-flex .right-quick-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .header-FAL #nav-flex .right-quick-link * {
    -ms-flex: 0 1 auto; }
  .header-FAL #nav-flex .right-quick-link > li {
    width: 100%; }
    .header-FAL #nav-flex .right-quick-link > li + li > a {
      border: none; }
    .header-FAL #nav-flex .right-quick-link > li:nth-child(1) a {
      background-color: #238c6c; }
    .header-FAL #nav-flex .right-quick-link > li:nth-child(2) a {
      background-color: #3ab390; }
    .header-FAL #nav-flex .right-quick-link > li:nth-child(3) a {
      background-color: #3b9538; }
    .header-FAL #nav-flex .right-quick-link > li:nth-child(4) a {
      background-color: #69a535; }
    .header-FAL #nav-flex .right-quick-link > li:nth-child(5) a {
      background-color: #bcb755; }
    .header-FAL #nav-flex .right-quick-link > li > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 8.5px 10px;
      height: 100%;
      border: none !important;
      color: #555;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transform: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header-FAL #nav-flex .right-quick-link > li > a:hover {
        opacity: 0.8; }
      .header-FAL #nav-flex .right-quick-link > li > a i,
      .header-FAL #nav-flex .right-quick-link > li > a span {
        width: 100%;
        display: block;
        line-height: 1.2;
        text-align: center;
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px; }
      .header-FAL #nav-flex .right-quick-link > li > a i {
        font-size: 28px; }

.header-FAL #nav-flex .logo-icon {
  width: 25px;
  margin-right: 5px; }

.header-FAL #in-search {
  position: relative; }
  .header-FAL #in-search .fa-times {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
  .header-FAL #in-search .form-group {
    opacity: 0; }
  .header-FAL #in-search:before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transform: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 0;
    height: 100%; }
  .header-FAL #in-search.on_search {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }
    .header-FAL #in-search.on_search .fa-times {
      display: block;
      color: #238c6c; }
    .header-FAL #in-search.on_search .form-group {
      opacity: 1; }
      .header-FAL #in-search.on_search .form-group:before {
        transition-delay: 0.2s;
        width: 100%; }
    .header-FAL #in-search.on_search a {
      color: #3ab390;
      background: #f2f2f2 !important; }
  .header-FAL #in-search .form-group {
    position: absolute;
    width: 350px;
    height: 100%;
    margin-bottom: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .header-FAL #in-search .form-group:before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transform: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: "";
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 20px;
      width: 0;
      height: 35px;
      background-color: #fff; }
    .header-FAL #in-search .form-group .form-control {
      position: absolute;
      width: 350px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      border: none;
      margin-left: 20px;
      background: none; }
  .header-FAL #in-search:hover a {
    color: #3ab390 !important;
    background: #f2f2f2 !important; }

.header-FAL a.menu-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .header-FAL a.menu-title * {
    -ms-flex: 0 1 auto; }
  .header-FAL a.menu-title:hover {
    text-decoration: none; }
    .header-FAL a.menu-title:hover:after {
      padding-left: 25px; }
    .header-FAL a.menu-title:hover:before {
      width: 100%; }
  .header-FAL a.menu-title:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 15px;
    font-size: 21px !important;
    top: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transform: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .header-FAL a.menu-title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -2px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transform: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 0;
    height: 100%;
    background-color: #3ab390 !important; }

.header-FAL .menu-title {
  width: 100%;
  font-size: 19px !important;
  letter-spacing: 1px;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1;
  padding-left: 15px !important;
  position: relative;
  border-left: 2px solid #DB812E !important;
  color: #fff !important; }

@media (min-width: 992px) {
  .header-FAL .dropdown-menu {
    padding: 12px 0;
    position: absolute;
    background-color: rgba(35, 140, 108, 0.9);
    border-top: none;
    border-bottom: 2px solid #c2ce00; }
    .header-FAL .dropdown-menu > li + li {
      margin-top: 18px; }
      .header-FAL .dropdown-menu > li + li a {
        border-left: none; }
    .header-FAL .dropdown-menu a.menu-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      -o-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transform: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header-FAL .dropdown-menu a.menu-title * {
        -ms-flex: 0 1 auto; }
      .header-FAL .dropdown-menu a.menu-title:hover {
        text-decoration: none; }
        .header-FAL .dropdown-menu a.menu-title:hover:after {
          padding-left: 25px; }
        .header-FAL .dropdown-menu a.menu-title:hover:before {
          width: 100%; }
      .header-FAL .dropdown-menu a.menu-title:after {
        content: "";
        font-family: FontAwesome;
        padding-left: 15px;
        font-size: 28px;
        top: 2px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transform: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .header-FAL .dropdown-menu a.menu-title:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: -2px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transform: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 0;
        height: 100%;
        background-color: #3ab390 !important; }
    .header-FAL .dropdown-menu > li > a {
      padding: 2px 10px;
      color: #fff; }
    .header-FAL .dropdown-menu > .active > a, .header-FAL .dropdown-menu > li > a, .header-FAL .dropdown-menu > li > a:focus, .header-FAL .dropdown-menu > li > a:hover {
      background: none; }
  .header-FAL .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 50%;
    right: inherit;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 0; }
    .header-FAL .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li {
      padding-bottom: 0; }
  .header-FAL .mega-menu .mega-menu-content {
    padding: 0; }
  .header-FAL .equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .header-FAL .equal-height .equal-height-in {
      overflow: hidden;
      width: calc(100vw / 6);
      min-height: 100%;
      padding: 35px 25px; }
      .header-FAL .equal-height .equal-height-in + .equal-height-in {
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
      .header-FAL .equal-height .equal-height-in .equal-height-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
        .header-FAL .equal-height .equal-height-in .equal-height-list > li {
          width: 100%; }
          .header-FAL .equal-height .equal-height-in .equal-height-list > li > a {
            background: none !important; }
        .header-FAL .equal-height .equal-height-in .equal-height-list + .equal-height-list {
          margin-top: 35px; }
        .header-FAL .equal-height .equal-height-in .equal-height-list > ol {
          margin-top: 15px;
          list-style: none;
          padding: 0;
          height: 200px; }
          .header-FAL .equal-height .equal-height-in .equal-height-list > ol > li > a {
            color: #fff;
            font-size: 17px;
            position: relative;
            padding: 5px 15px 5px 25px !important;
            line-height: 1.5;
            letter-spacing: 1px;
            display: block; }
            .header-FAL .equal-height .equal-height-in .equal-height-list > ol > li > a:hover {
              background-color: #3ab390;
              text-decoration: none; }
              .header-FAL .equal-height .equal-height-in .equal-height-list > ol > li > a:hover:before {
                left: 15px; }
            .header-FAL .equal-height .equal-height-in .equal-height-list > ol > li > a:before {
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -ms-transform: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out;
              content: "";
              font-family: FontAwesome;
              display: block;
              font-size: 17px;
              position: absolute;
              top: 4px;
              left: 10px; } }

@media (max-width: 1280px) {
  .header-FAL #nav-flex .right-quick-link > li > a {
    padding: 9px 0; }
  .header-FAL .equal-height .equal-height-in .equal-height-list > ol > li > a {
    padding: 0 15px 0 25px !important; }
    .header-FAL .equal-height .equal-height-in .equal-height-list > ol > li > a:before {
      left: 0; }
    .header-FAL .equal-height .equal-height-in .equal-height-list > ol > li > a:hover:before {
      left: 5px; }
  .header-FAL .equal-height .equal-height-in {
    padding: 35px 10px; }
  .header-FAL .navbar-default .navbar-nav > li > a {
    font-size: 17px;
    padding: 25px 5px; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background: transparent; } }

@media (max-width: 1024px) {
  .header-FAL .navbar-default .navbar-nav > li > a {
    padding: 28px 4px;
    font-size: 15px; } }

@media (max-width: 992px) {
  .header-FAL .equal-height .equal-height-in {
    padding: 0; }
  .header-FAL #in-search {
    position: relative; }
    .header-FAL #in-search .form-group {
      width: 70%; }
      .header-FAL #in-search .form-group:before {
        left: 35px; }
      .header-FAL #in-search .form-group .form-control {
        margin-left: 30px; }
    .header-FAL #in-search.on_search {
      position: relative;
      width: 100%; }
  .header-FAL .menu-title {
    padding: 5px 15px !important;
    color: #555 !important;
    line-height: 20px; }
  .header-FAL .mega-menu .mega-menu-content {
    padding: 0; }
  .header-FAL a.menu-title {
    padding: 5px 15px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 20px;
    color: #555 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transform: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .header-FAL a.menu-title * {
      -ms-flex: 0 1 auto; }
    .header-FAL a.menu-title:hover {
      text-decoration: none; }
    .header-FAL a.menu-title:before {
      display: none; }
    .header-FAL a.menu-title:after {
      content: "";
      font-family: FontAwesome;
      padding-left: 15px !important;
      font-size: 17px;
      top: 2px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transform: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; } }

.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  right: 15px; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 30px;
  height: 3px;
  background-color: #238c6c;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner {
  background-color: #238c6c; }
  .hamburger-inner:after {
    background-color: #238c6c; }
  .hamburger-inner:before {
    background-color: #c2ce00; }

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

footer a {
  color: #fff; }

footer .customer_service {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 18%;
  z-index: 9; }
  footer .customer_service li {
    width: 100%;
    position: relative;
    -moz-transform: translateX(140px);
    -webkit-transform: translateX(140px);
    -o-transform: translateX(140px);
    -ms-transform: translateX(140px);
    transform: translateX(140px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    footer .customer_service li:nth-child(1) a {
      background-color: #a8833e; }
    footer .customer_service li:nth-child(2) a {
      background-color: #f08300; }
    footer .customer_service li:nth-child(3) a {
      background-color: #eda900; }
    footer .customer_service li a {
      font-size: 18px;
      letter-spacing: 2px;
      display: block;
      padding: 12px;
      color: #fff;
      padding-right: 150px;
      height: 54px; }
      footer .customer_service li a > span {
        position: absolute;
        right: 5px;
        top: 50%;
        width: 65%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        footer .customer_service li a > span em {
          font-size: 12px;
          font-style: normal;
          white-space: nowrap;
          display: block; }
      footer .customer_service li a i {
        font-size: 28px; }
    footer .customer_service li:hover {
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

footer .quick-link_list {
  padding: 15px 15px 45px;
  background-color: #535353; }
  footer .quick-link_list ul {
    padding: 0;
    margin: 0; }
    footer .quick-link_list ul li {
      padding-left: 30%; }
      footer .quick-link_list ul li + li {
        margin-top: 20px; }
      footer .quick-link_list ul li.icon-link a {
        width: 40px;
        height: 40px;
        border-left: none;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px;
        border: 1px solid #fff;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        footer .quick-link_list ul li.icon-link a:hover {
          color: #3ab390;
          border-color: #3ab390;
          text-decoration: none; }
        footer .quick-link_list ul li.icon-link a + a {
          margin-left: 10px; }
        footer .quick-link_list ul li.icon-link a i {
          font-size: 22px; }
      footer .quick-link_list ul li a {
        color: #fff;
        display: block;
        font-size: 17px;
        letter-spacing: 2px;
        padding-left: 15px;
        border-left: 2px solid #fff; }
        footer .quick-link_list ul li a:hover {
          color: #3ab390;
          border-color: #3ab390; }
  footer .quick-link_list h2.head-title {
    color: #fff !important; }
    footer .quick-link_list h2.head-title:after {
      background-color: #fff !important; }

footer .copy_right {
  background-color: #333;
  padding: 15px; }
  footer .copy_right p {
    line-height: 1;
    color: #eee;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    opacity: 0.8; }
    
    footer .copy_right p + p {
      margin-top: 10px; }
    footer .copy_right p a {
      text-decoration: underline; 
      font-size: 14px;
    }

      footer .copy_right p a:hover {
        color: #238c6c; }

h2.head-title {
  display: block;
  text-align: center;
  letter-spacing: 2px;
  color: #00573d;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 45px;
  font-size: 26px; }
  h2.head-title.default {
    color: #fff; }
    h2.head-title.default:after {
      background-color: #fff; }
  h2.head-title.theme-1 span {
    display: block;
    font-size: 19px;
    padding-bottom: 10px;
    color: #3ab390; }
  h2.head-title.theme-1:after {
    background-color: #DB812E; }
  h2.head-title.theme-1 ~ p.in-text {
    width: 640px;
    margin: 0 auto;
    font-size: 17px;
    letter-spacing: 1px;
    color: #555;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 2em; }
    h2.head-title.theme-1 ~ p.in-text.nospace {
      letter-spacing: 0; }
  h2.head-title:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #c2ce00;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media (max-width: 992px) {
  h2.head-title {
    color: #00573d !important; }
    h2.head-title:after {
      background-color: #c2ce00 !important; } }

h2.head-title_row {
  display: block;
  text-align: left;
  letter-spacing: 2px;
  color: #238c6c;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 40px;
  font-size: 26px; }
  h2.head-title_row:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    width: 3px;
    height: 100%;
    background-color: #DB812E; }
  h2.head-title_row .date {
    display: block;
    font-size: 17px;
    color: #999;
    margin-top: 10px; }

h3 {
  font-size: 19px;
  letter-spacing: 1px;
  color: #238c6c; }
  h3.sub-title {
    width: unset;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
    padding: 6px 0;
    margin: 0 0 15px;
    border-bottom: 2px solid rgba(35, 140, 108, 0.5); }

.banner-img, .banner-news {
  width: 100%;
  background-size: cover !important; }

.banner-news {
  background: url("../../assets/img/news/banner.jpg") no-repeat center right;
  background-position: 87% 0;
  height: 200px; }

.btn-green {
  background: #c2ce00;
  padding: 5px 10px;
  color: #fff;
  display: block;
  text-align: center; }
  .btn-green:active, .btn-green:focus, .btn-green:hover {
    background: #aab500;
    color: #fff; }
  .btn-green i {
    font-size: 28px; }

.more-link {
  text-align: center;
  margin-top: 30px;
  font-size: 19px;
  letter-spacing: 1px;
  background-color: #238c6c;
  color: #fff;
  position: relative;
  text-align: right;
  padding: 10px 45px 10px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .more-link:hover, .more-link:focus {
    text-decoration: none;
    padding-right: 55px;
    color: #fff;
    cursor: pointer; }
    .more-link:hover:before, .more-link:focus:before {
      width: 25px;
      opacity: 1;
      -moz-transform: translateX(0) translateY(-50%);
      -webkit-transform: translateX(0) translateY(-50%);
      -o-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%); }
  .more-link:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transform: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform: translateX(-20px) translateY(-50%);
    -webkit-transform: translateX(-20px) translateY(-50%);
    -o-transform: translateX(-20px) translateY(-50%);
    -ms-transform: translateX(-20px) translateY(-50%);
    transform: translateX(-20px) translateY(-50%);
    right: 20px;
    width: 5px;
    height: 3px;
    -ms-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    background-color: #fff; }
  .more-link:after {
    content: "";
    font-family: FontAwesome;
    font-size: 28px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px; }

section {
  margin-top: 50px; }

main {
  overflow: hidden;
  padding: 0 0 50px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d4f1e9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #d4f1e9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d4f1e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#ffffff', endColorstr='#d4f1e9', GradientType=0); }

main.unstyle {
  background: transparent;
  filter: none;
  padding: 0; }

#index-theme {
  background: none;
  position: relative;
  padding-bottom: 100px;
  padding-top: 0; }
  #index-theme:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../../assets/img/pattern/index-pattern.svg") no-repeat center center;
    background-size: 200%;
    background-position: 60% 45%;
    opacity: 1; }

.color-orange {
  color: #f77e2e; }

.bg-main {
  padding: 0 0 50px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d4f1e9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #d4f1e9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d4f1e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#ffffff', endColorstr='#d4f1e9', GradientType=0); }

.video_wrap {
  position: relative;
  height: 500px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  @media (min-width: 1200px) {
    .video_wrap {
      height: 600px; } }
  .video_wrap .video_COVER {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .video_wrap .video_COVER .img-wrap {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      background-image: url("../img/video-cover.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .video_wrap .video_COVER .img-wrap:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .video_wrap .video_COVER .img-wrap img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        object-position: center center;
        transform-origin: center center;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .video_wrap .video_COVER .in_text {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #fff; }
      .video_wrap .video_COVER .in_text h3 {
        color: #fff;
        font-size: 21px; }
      .video_wrap .video_COVER .in_text .wave, .video_wrap .video_COVER .in_text .play:after, .video_wrap .video_COVER .in_text .play:before {
        z-index: -1;
        transform-origin: center center;
        position: absolute;
        background: #fff;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 50px;
        height: 50px;
        content: "";
        display: block;
        border-radius: 50%;
        -webkit-backface-visibility: hidden; }
      .video_wrap .video_COVER .in_text .play:before {
        animation: wave-animate 2s infinite ease-out; }
      .video_wrap .video_COVER .in_text .play:after {
        opacity: 0;
        animation: wave-animate 1.5s infinite ease-out; }

@keyframes wave-animate {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0.5; }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) scale(2.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(2.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(2.1);
    transform: translateX(-50%) translateY(-50%) scale(2.1);
    opacity: 0; } }
      .video_wrap .video_COVER .in_text .play {
        width: 100%;
        text-align: center;
        display: block;
        width: 70px;
        height: 70px;
        margin: 0 auto;
        position: relative; }
        .video_wrap .video_COVER .in_text .play i {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transform: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          position: absolute;
          top: 50%;
          left: 50%;
          -moz-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          font-size: 6rem;
          color: #fff; }
          .video_wrap .video_COVER .in_text .play i:after {
            content: none;
            background: rgba(255, 255, 255, 0.4);
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .video_wrap p {
    font-size: 23px;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 1;
    text-shadow: 0px 0px 20px #333;
    letter-spacing: 2px;
    padding: 0 20px;
    text-align: center;
    width: 100%; }
  .video_wrap iframe {
    width: 100%;
    height: 500px; }

.breadcrumb {
  margin-bottom: 0;
  background-color: #eee;
  padding: 0 20px; }
  .breadcrumb li a i {
    font-size: 21px;
    color: #7d7d7d; }
  .breadcrumb > .active, .breadcrumb > .active > a {
    color: #238c6c;
    font-size: 17px;
    letter-spacing: 1px; }
  .breadcrumb li {
    padding: 10px 15px;
    position: relative; }
    .breadcrumb li a {
      color: #7d7d7d;
      font-size: 17px;
      letter-spacing: 1px; }
  .breadcrumb > li + li:before {
    display: none; }
  .breadcrumb > li + li:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 2px;
    height: 110%;
    background-color: #fff;
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg); }

.iframe-wrap {
  padding: 15px 0;
  background: #fff; }
  .iframe-wrap .form-default {
    padding: 15px 10px;
    background: #fff;
    border: none; }

nav[aria-label="Page navigation"] {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  nav[aria-label="Page navigation"] .pagination {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  nav[aria-label="Page navigation"] .pagination {
    margin: 0;
    flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-flex-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    z-index: 1; }
  nav[aria-label="Page navigation"] .pagination > li > a,
  nav[aria-label="Page navigation"] .pagination > li > span {
    border: none;
    color: #555;
    background: none;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 12px; }
    nav[aria-label="Page navigation"] .pagination > li > a:hover,
    nav[aria-label="Page navigation"] .pagination > li > span:hover {
      background-color: #3ab390;
      color: #fff; }
  nav[aria-label="Page navigation"] .pagination > li {
    display: inline-block;
    margin: 0 1px; }
  nav[aria-label="Page navigation"] .pagination > .active > a,
  nav[aria-label="Page navigation"] .pagination > .active > a:focus,
  nav[aria-label="Page navigation"] .pagination > .active > a:hover,
  nav[aria-label="Page navigation"] .pagination > .active > span,
  nav[aria-label="Page navigation"] .pagination > .active > span:focus,
  nav[aria-label="Page navigation"] .pagination > .active > span:hover {
    background-color: #3ab390;
    color: #fff; }
  nav[aria-label="Page navigation"] .form-default {
    background: none;
    padding: 0;
    border: none;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto; }
    nav[aria-label="Page navigation"] .form-default fieldset {
      padding: 0;
      background: none; }
      nav[aria-label="Page navigation"] .form-default fieldset section {
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        nav[aria-label="Page navigation"] .form-default fieldset section label:first-child {
          max-width: 100px;
          text-align: right; }
        nav[aria-label="Page navigation"] .form-default fieldset section label + label {
          margin: 0 6px;
          width: 56px;
          height: 36px; }
        nav[aria-label="Page navigation"] .form-default fieldset section input.form-control {
          height: inherit !important; }
        nav[aria-label="Page navigation"] .form-default fieldset section .btn-FAL {
          padding: 5px 14px; }

.min-height-220 {
  min-height: 220px; }

.alert {
  background: #f77e2e;
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 100px;
  border-radius: 0;
  padding: 20px 10px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 2px 2px 10px #555;
  -ms-box-shadow: 2px 2px 10px #555;
  box-shadow: 2px 2px 10px #555; }
  .alert p {
    color: #fff; }
  .alert span {
    color: #fff;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: -5px 5px;
    cursor: pointer;
    opacity: 0.7; }
    .alert span:before {
      content: "";
      position: absolute;
      background: #fff;
      width: 2px;
      height: 15px;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
    .alert span:after {
      content: "";
      position: absolute;
      background: #fff;
      width: 2px;
      height: 15px;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
  .alert i {
    margin: 0 10px; }

.blockarran {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .blockarran > div {
    text-align: center;
    width: 20%; }
    .blockarran > div + div {
      margin-left: 44px; }
    .blockarran > div a {
      overflow: hidden;
      height: auto;
      display: inherit;
      background: #000; }
    .blockarran > div h3 {
      padding: 10px;
      position: relative;
      margin-top: 0; }
      .blockarran > div h3:before {
        content: "";
        background: #238c6c;
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .blockarran > div img {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transform: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .blockarran > div:hover img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0.8; }
    .blockarran > div:hover h3:before {
      width: 2em; }

.block-step ul, .border-nostep ul {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .block-step ul li, .border-nostep ul li {
    padding: 10px 15px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    margin: 0 20px; }
    .block-step ul li + li:before, .border-nostep ul li + li:before {
      content: "";
      font-family: FontAwesome;
      position: absolute;
      top: 50%;
      left: -20px;
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }

.border-nostep ul {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .border-nostep ul li + li:before {
    content: none; }
  .border-nostep ul li {
    color: #3ab390;
    width: 100%;
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    margin: 10px;
    padding: 10px 0; }
    .border-nostep ul li i {
      font-size: 60px;
      display: block;
      padding: 20px 0; }
    .border-nostep ul li.theme-1 {
      color: #BBC63D; }
    .border-nostep ul li.theme-2 {
      color: #238c6c; }

.step-green ul li {
  color: #238c6c; }
  .step-green ul li:before {
    color: #238c6c; }

.step-orange ul li {
  color: #DB812E; }
  .step-orange ul li:before {
    color: #DB812E; }

.step-blue ul li {
  color: #bcb755; }
  .step-blue ul li:before {
    display: none; }

.conversation {
  background: #fff;
  padding: 20px; }
  .conversation p {
    margin: 0; }

.cube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  -ms-flex-pack: center;
  justify-content: space-between; }
  .cube .cube-con-1,
  .cube .cube-con-2 {
    -webkit-box-shadow: 5px 5px 0 rgba(58, 179, 144, 0.3);
    -ms-box-shadow: 5px 5px 0 rgba(58, 179, 144, 0.3);
    box-shadow: 5px 5px 0 rgba(58, 179, 144, 0.3);
    width: 49%;
    padding: 35px 40px 10px;
    margin: 10px 0;
    background: #fff;
    -moz-transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg); }
    .cube .cube-con-1 .list_item,
    .cube .cube-con-2 .list_item {
      -moz-transform: skewY(5deg);
      -webkit-transform: skewY(5deg);
      -o-transform: skewY(5deg);
      -ms-transform: skewY(5deg);
      transform: skewY(5deg); }

.proper-nouns {
  color: #f77e2e;
  white-space: nowrap; }

.font-sm {
  font-size: 21px; }

.radiusimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px; }
  .radiusimg div {
    width: 100%;
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    margin: 0 5px; }
  .radiusimg h3 {
    text-align: center; }
    .radiusimg h3 span {
      display: block;
      font-size: 15px;
      margin: 10px 0; }
  .radiusimg .rounded {
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 248px;
    overflow: hidden;
    border: 2px solid #3ab390; }
  .radiusimg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* @media (min-width:641px) {
   .claimitem,
   .claimicon{
     &#setp-one{order: 4;}
     &#setp-two{order: 3;}
     &#setp-three{order: 2;}
     &#setp-four{order: 1;}
   }
 }*/
@media (max-width: 1200px) {
  /* nav[aria-label="Page navigation"] {
     .pagination{
       flex: 6 1 auto;
       -ms-flex: 6 1 auto;
     }
   }*/ }

@media (max-width: 992px) {
  main {
    padding: 0 0 50px; }
  .blockarran > div + div {
    margin-left: 20px; }
  nav[aria-label="Page navigation"] .form-default {
    width: 100%;
    margin-top: 15px; }
    nav[aria-label="Page navigation"] .form-default fieldset section {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      -o-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      nav[aria-label="Page navigation"] .form-default fieldset section * {
        -ms-flex: 0 1 auto; }
      nav[aria-label="Page navigation"] .form-default fieldset section label {
        width: 100% !important; }
        nav[aria-label="Page navigation"] .form-default fieldset section label:first-child {
          text-align: center; }
      nav[aria-label="Page navigation"] .form-default fieldset section .btn {
        width: 100%; } }

@media (max-width: 768px) {
  nav[aria-label="Page navigation"] {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    nav[aria-label="Page navigation"] .pagination {
      width: 100%;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -o-flex-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.contract-detail {
  padding: 15px 20px;
  background-color: #fff; }

.claim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .claim * {
    -ms-flex: 0 1 auto; }
  .claim .claimitem {
    width: 100%;
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    text-align: center; }
    .claim .claimitem i {
      font-size: 100px;
      display: block;
      color: #238c6c; }
    .claim .claimitem p {
      margin: 10px; }
    .claim .claimitem > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -o-flex-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
      list-style-type: none;
      width: 60%;
      margin: 0 auto;
      /*&.update{
        li{
          &:before{
            @include fa-icon("\f0d9",$icon);
            right: 0;
            left: inherit;
            @include transform-display(translateX(-50%) rotate(-90deg));
          }
        }
      }*/ }
      .claim .claimitem > ul > li {
        width: 100%;
        flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        margin: 90px 0 0;
        position: relative; }
        .claim .claimitem > ul > li:before {
          content: "";
          font-family: FontAwesome;
          position: absolute;
          left: 50%;
          top: -100px;
          font-size: 80px;
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          color: #00573d; }
  .claim .claimicon i {
    font-size: 80px;
    color: #00573d; }

.circle {
  border-radius: 100%;
  display: inline-block;
  width: 27px;
  height: 27px;
  color: #f77e2e;
  margin: 0 5px;
  font-size: 21px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .circle i {
    font-size: 1em !important;
    color: #f77e2e !important; }
  .circle:hover {
    cursor: pointer;
    text-decoration: none;
    color: #DB812E; }

.explan {
  display: none;
  border: 2px solid #f77e2e;
  padding: 10px;
  width: 340px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
  color: #f77e2e;
  text-align: left;
  left: 50%;
  top: 50%; }

.bulletin {
  background: rgba(255, 255, 255, 0.6);
  padding: 30px 100px;
  display: inline-block;
  letter-spacing: 1px; }
  .bulletin h3 {
    position: relative;
    color: #3ab390;
    font-size: 50px; }
    .bulletin h3 i {
      position: absolute;
      top: 50%;
      left: -75px;
      font-size: 60px;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

@media (min-width: 993px) {
  .explan.open {
    display: block; } }

@media (max-width: 992px) {
  .explan {
    width: 100%; }
    .explan.active {
      display: block !important; } }

@media (max-width: 768px) {
  .claim .claimitem ul {
    width: 100%; } }

@media (max-width: 640px) {
  /*.claim{
    @include flex(column,nowrap);
    .claimitem{
      ul{
        @include flexbox;
        @include justify-content(center,center);
        li.arrow{
          width: 100%;
          flex:0 1 auto;
          -ms-flex: 0 1 auto;
          &:before{
            left: 50%;
            top: -55px;
            font-size: $md-font + 22;
            @include transform-display(translateX(-50%)rotate(90deg));
          }
        }
        &.update{
          li{
            &:before{
              @include transform-display(translateX(-50%) rotate(-90deg));
            }
          }
        }
      }
    }
    .fa-caret-right{
      @include transform-display(rotate(90deg));
    }
    .fa-caret-left{
      @include transform-display(rotate(-90deg));
    }
  }*/ }

@media (max-width: 480px) {
  /* .process-wrap .arrow-wrap i {
       margin: -5px 50px;
   }*/ }

@media (max-width: 320px) {
  /* .process-wrap .step-wrap.three-col .step-block {
       width: 100%;
       margin: 26px 3px 9px;
   }
   .process-wrap .arrow-wrap i {
       margin: -5px 35px;
   }*/ }

.jumbotron {
  padding: 0;
  margin: 0; }
  .jumbotron .owl-index_FAL {
    z-index: 1;
    height: 80vh; }
    .jumbotron .owl-index_FAL .owl-nav {
      display: none; }
    .jumbotron .owl-index_FAL .owl-nav.disabled {
      display: block;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      pointer-events: none; }
      .jumbotron .owl-index_FAL .owl-nav.disabled .owl-next,
      .jumbotron .owl-index_FAL .owl-nav.disabled .owl-prev {
        pointer-events: auto;
        position: absolute;
        cursor: pointer; }
        .jumbotron .owl-index_FAL .owl-nav.disabled .owl-next i,
        .jumbotron .owl-index_FAL .owl-nav.disabled .owl-prev i {
          font-size: 28px;
          color: #fff; }
      .jumbotron .owl-index_FAL .owl-nav.disabled .owl-prev {
        left: 20px; }
      .jumbotron .owl-index_FAL .owl-nav.disabled .owl-next {
        right: 20px; }
    .jumbotron .owl-index_FAL .img-wrap {
      height: 80vh;
      display: block;
      position: relative; }
      .jumbotron .owl-index_FAL .img-wrap:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .jumbotron .owl-index_FAL .img-wrap:hover:before {
        background-color: #238c6c;
        opacity: 0.4; }
      .jumbotron .owl-index_FAL .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .jumbotron .owl-index_FAL .img-wrap span {
        display: block;
        width: 100%;
        position: absolute;
        left: 50%;
        bottom: 12%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        color: #fff;
        font-size: 28px;
        letter-spacing: 2px;
        text-shadow: 0 0 10px black; }

@media (max-width: 992px) {
  .jumbotron .owl-index_FAL .img-wrap:before,
  .jumbotron .owl-index_FAL .img-wrap:hover:before {
    display: none; } }

/*.mouse {
  @include bgGradient;
  position: relative;
  margin: 0 auto;
  width: $widthMouse;
  height: $heightMouse;
  background-size: 100% 100%;
  border-radius: 100px;
  background-size: 225%;
  animation: colorSlide $animDuration linear infinite, nudgeMouse $animDuration ease-out infinite;

  &:after,
  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  &:before {
    width: $widthMouse - $borderMouse;
    height: $heightMouse - $borderMouse;
    background-color: $colorOutline;
    border-radius: 100px;
  }

  &:after {
    background-color: $colorOutlineFade;
    width: $sizeTrackball;
    height: $sizeTrackball;
    border-radius: 100%;
    animation: trackBallSlide $animDuration linear infinite;
  }
}*/
@keyframes colorSlide {
  0% {
    background-position: 0 100%; }
  20% {
    background-position: 0 0; }
  21% {
    background-color: #ddd; }
  29.99% {
    background-color: #ffffff;
    background-position: 0 0; }
  30% {
    background-color: #ddd;
    background-position: 0 100%; }
  50% {
    background-position: 0 0; }
  51% {
    background-color: #ddd; }
  59.99% {
    background-color: #ffffff;
    background-position: 0 0; }
  60% {
    background-color: #ddd;
    background-position: 0 100%; }
  80% {
    background-position: 0 0; }
  81% {
    background-color: #ddd; }
  100%,
  89.99% {
    background-color: #ffffff; } }

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px); }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px); }
  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px); }
  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px); }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px); }
  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px); }
  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px); }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px); }
  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px); }
  100%,
  88% {
    opacity: 1;
    transform: scale(1) translateY(-20px); } }

@keyframes nudgeMouse {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(8px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(8px); }
  60% {
    transform: translateY(0); }
  80% {
    transform: translateY(8px); }
  90% {
    transform: translateY(0); } }

@keyframes nudgeText {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(2px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(2px); }
  60% {
    transform: translateY(0); }
  80% {
    transform: translateY(2px); }
  90% {
    transform: translateY(0); } }

@keyframes colorText {
  21% {
    color: #ddd; }
  30% {
    color: #ffffff; }
  51% {
    color: #ddd; }
  60% {
    color: #ffffff; }
  81% {
    color: #ddd; }
  90% {
    color: #ffffff; } }

.back_to_top {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .back_to_top.show_arrow {
    opacity: 1 !important; }
  .back_to_top a {
    display: block;
    background: #fff;
    border: 1px solid #238c6c;
    padding: 15px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 50px;
    height: 50px; }
    .back_to_top a:hover {
      background-color: #238c6c; }
      .back_to_top a:hover i {
        color: #fff; }
    .back_to_top a i {
      color: #238c6c;
      font-size: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }

.table-striped > tbody > tr:nth-child(even) {
  background-color: #fff; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  background-color: inherit;
  vertical-align: middle; }

.table > thead > tr > th {
  background-color: inherit;
  vertical-align: middle; }

.table-default {
  /*.theme-title{
    background: $base-orange;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin: 0;
  }*/ }
  .table-default .table {
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3), 0 4px 17px rgba(0, 0, 0, 0.1); }
    .table-default .table caption {
      background-color: #f2f2f2;
      padding: 0; }
      .table-default .table caption span {
        letter-spacing: 1px;
        font-size: 17px;
        padding: 20px 12px;
        color: #fff;
        display: block;
        text-align: center; }
    .table-default .table tfoot .pagination {
      margin: 0; }
    .table-default .table tfoot .pagination > li > a,
    .table-default .table tfoot .pagination > li > span {
      padding: 6px; }
    .table-default .table .form-inline {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -o-flex-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .table-default .table .text-center {
      text-align: center; }
    .table-default .table .theme-1 label,
    .table-default .table .theme-2 label {
      color: #fff; }
  .table-default .map {
    display: block;
    text-align: left;
    position: relative;
    padding-left: 20px;
    color: #555; }
    .table-default .map:hover {
      color: #DB812E; }
    .table-default .map:before {
      content: "";
      font-family: FontAwesome;
      position: absolute;
      left: 0;
      color: #DB812E; }
  .table-default .theme-1 {
    background-color: #238c6c !important;
    color: #fff; }
  .table-default .theme-2 {
    background-color: #3ab390 !important;
    color: #fff; }
  .table-default .theme-3 {
    border-top: 1px solid #fff; }
  .table-default .theme-4 {
    border-right: 1px solid #fff; }
  .table-default .theme-borright {
    border-right: 1px solid #fff; }
  .table-default > tbody > tr > td, .table-default > tbody > tr > th, .table-default > tfoot > tr > td, .table-default > tfoot > tr > th, .table-default > thead > tr > td, .table-default > thead > tr > th {
    border-top: none; }
  .table-default td {
    text-align: left;
    vertical-align: middle;
    letter-spacing: 1px;
    font-size: 17px;
    color: #555; }
  .table-default thead tr + tr td {
    border-top: 1px solid #fff; }
  .table-default thead td {
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 15px 12px;
    text-align: center;
    color: #fff; }
    .table-default thead td + td {
      border-left: 1px solid #fff; }
  .table-default thead th {
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    border-bottom: none !important; }
    .table-default thead th + th {
      border-left: 1px solid #fff; }
  .table-default tbody.text-center tr td,
  .table-default tbody.text-center tr th {
    text-align: center !important;
    vertical-align: middle; }
  .table-default tbody th {
    text-align: left;
    vertical-align: middle;
    letter-spacing: 1px;
    font-size: 17px;
    color: #555; }
  .table-default tbody.text-center tr td,
  .table-default tbody.text-center tr th {
    text-align: center !important; }
  .table-default tbody td.first-title {
    color: #238c6c; }
  .table-default .table .bd-b {
    border-bottom: 1px solid #fff !important; }
  .table-default .table .bd-l {
    border-left: 1px solid #fff !important; }
  .table-default .table .bd-r {
    border-right: 1px solid #fff !important; }
  .table-default .table .bd-t {
    border-top: 1px solid #fff !important; }
  .table-default.border td {
    border: 1px solid #ddd; }
  .table-default .productstyle tbody tr th {
    text-align: left !important; }

.table-fixed-top {
  position: relative;
  overflow: scroll; }
  .table-fixed-top thead {
    top: -150px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transform: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .table-fixed-top.table-scroll-fixing table {
    display: table;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .table-fixed-top.table-scroll-fixing table tr {
      position: relative;
      left: 200px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .table-fixed-top.table-scroll-fixing table tr > th {
        position: absolute;
        left: -200px;
        width: 200px;
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      .table-fixed-top.table-scroll-fixing table tr td {
        width: 100%;
        text-align: center !important; }
  .table-fixed-top.table-scroll-fixing thead {
    position: fixed;
    top: 0;
    width: 1140px;
    overflow: scroll;
    z-index: 11;
    pointer-events: none; }
    .table-fixed-top.table-scroll-fixing thead::-webkit-scrollbar {
      display: none; }
    .table-fixed-top.table-scroll-fixing thead tr {
      width: 100%; }
      .table-fixed-top.table-scroll-fixing thead tr th {
        height: 83px; }

@media (max-width: 1200px) {
  .table-fixed-top.table-scroll-fixing thead {
    width: 940px; } }

@media (max-width: 992px) {
  .table-fixed-top.table-scroll-fixing thead {
    width: 720px; } }

@media (max-width: 768px) {
  .table-fixed-top.table-scroll-fixing thead {
    width: calc(100% - 30px); } }

@media (max-width: 720px) {
  .table-fixed-top.table-scroll-fixing tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 992px !important; }
    .table-fixed-top.table-scroll-fixing tr td,
    .table-fixed-top.table-scroll-fixing tr th {
      width: 100%;
      display: block; }
  .table-fixed-top.table-scroll-fixing thead {
    left: 15px;
    overflow: scroll;
    display: initial; }
  .table-fixed-top.table-scroll-fixing tbody {
    table-layout: fixed; } }

@media only screen and (max-width: 992px) {
  .table-default .table td {
    text-align: left !important; }
  .table-default {
    /* Hide table headers (but not display: none;, for accessibility) */ }
    .table-default .break-table {
      background-color: transparent !important;
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .table-default .break-table,
    .table-default .break-table tbody,
    .table-default .break-table td,
    .table-default .break-table th,
    .table-default .break-table thead,
    .table-default .break-table tr {
      display: block; }
    .table-default .break-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .table-default .break-table tr {
      background-color: #ffffff;
      border: 1px solid #ddd;
      box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3), 0 4px 17px rgba(0, 0, 0, 0.1); }
      .table-default .break-table tr + tr {
        margin-top: 20px; }
    .table-default .break-table td {
      /* Behave  like a "row" */
      border: none !important;
      border-bottom: 1px solid #eee !important;
      position: relative;
      padding-left: 36% !important;
      white-space: normal;
      text-align: left; }
    .table-default .break-table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 0;
      left: 0;
      width: 30%;
      height: 100%;
      text-align: left;
      font-weight: bold;
      color: #fff;
      padding: 0 15px;
      background: #00573d;
      border-right: 1px solid #eee;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .table-default .break-table td:before {
      content: attr(data-title); } }

@media only screen and (max-width: 480px) {
  .hide-column .small {
    display: none; } }

.FAL_tabs-wrap {
  /* Ceres */ }
  .FAL_tabs-wrap .menu_tabs {
    line-height: 1;
    margin: 0 auto 3em; }
  .FAL_tabs-wrap .list {
    padding: 0 5%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    position: relative; }
    .FAL_tabs-wrap .list:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #ddd; }
  .FAL_tabs-wrap .item {
    display: block; }
  .FAL_tabs-wrap .link {
    font-size: 1.05em;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .FAL_tabs-wrap .link > span {
      color: #555;
      font-size: 17px;
      letter-spacing: 1px; }
    .FAL_tabs-wrap .link:focus, .FAL_tabs-wrap .link:hover {
      outline: none; }
  .FAL_tabs-wrap .FAL_tabs .item {
    position: relative; }
    .FAL_tabs-wrap .FAL_tabs .item:after, .FAL_tabs-wrap .FAL_tabs .item:before {
      content: "";
      position: absolute;
      bottom: 0;
      background: #ddd;
      width: 2px;
      height: 100%;
      opacity: 0;
      -webkit-transform: scale3d(1, 0, 1);
      transform: scale3d(1, 0, 1);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transition: -webkit-transform 0s 0.1s, opacity 0.1s;
      transition: transform 0s 0.1s, opacity 0.1s;
      z-index: 98; }
    .FAL_tabs-wrap .FAL_tabs .item:before {
      left: 0; }
    .FAL_tabs-wrap .FAL_tabs .item:after {
      right: 0; }
  .FAL_tabs-wrap .FAL_tabs .link {
    position: relative;
    height: 50px;
    padding: 1em 1.5em;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    border-bottom: 2px solid transparent; }
    .FAL_tabs-wrap .FAL_tabs .link:after {
      content: "";
      position: absolute;
      bottom: 0;
      background: #ddd;
      left: 0;
      width: 100%;
      height: 0;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      z-index: 99; }
    .FAL_tabs-wrap .FAL_tabs .link:focus, .FAL_tabs-wrap .FAL_tabs .link:hover {
      color: #929292;
      text-decoration: none; }
  .FAL_tabs-wrap .FAL_tabs .item:has(a.active):after, .FAL_tabs-wrap .FAL_tabs .item:has(a.active):before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .FAL_tabs-wrap .FAL_tabs .active.link {
    background-color: #fff;
    border-bottom: 2px solid #fff;
    z-index: 9; }
    .FAL_tabs-wrap .FAL_tabs .active.link > span {
      color: #DB812E; }
    .FAL_tabs-wrap .FAL_tabs .active.link:after {
      height: 3px;
      background-color: #3ab390;
      -webkit-transform: translate3d(0, -48px, 0);
      transform: translate3d(0, -48px, 0);
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

@media (max-width: 992px) {
  .FAL_tabs-wrap .FAL_tabs .item {
    width: 100%; }
    .FAL_tabs-wrap .FAL_tabs .item a span {
      display: block;
      width: 100%;
      text-align: center; } }

.form-caption {
  width: 100%; }

.select_inline {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .select_inline * {
    -ms-flex: 0 1 auto; }
  .select_inline + .arrow {
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-style: normal; }
    .select_inline + .arrow:before {
      content: "";
      font-family: FontAwesome;
      color: #555;
      font-size: 21px; }

.form-default {
  background-color: #f2f2f2;
  padding: 12px 0; }
  .form-default.form-clear {
    background: none;
    border: none; }
    .form-default.form-clear fieldset {
      background: none;
      padding: 0; }
  .form-default select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .form-default select::-ms-expand {
    display: none; }
  .form-default section {
    margin-top: 0; }
  .form-default fieldset {
    background: #fff; }
    .form-default fieldset .icon-prepend {
      z-index: 9;
      width: 43px;
      height: 43px;
      line-height: 42px;
      left: 0;
      border-color: #999;
      background: #999; }
      .form-default fieldset .icon-prepend:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    .form-default fieldset .icon-append {
      height: 34px;
      background-color: #ccc;
      color: #f2f2f2;
      border: none; }
      .form-default fieldset .icon-append:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    .form-default fieldset .input input:focus,
    .form-default fieldset .select select:focus,
    .form-default fieldset .textarea textarea:focus {
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      border: none; }
    .form-default fieldset .input .icon-prepend + input,
    .form-default fieldset .textarea .icon-prepend + textarea {
      padding-left: 55px; }
    .form-default fieldset .consent-zone .verification {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      -o-flex-wrap: nowrap;
      flex-wrap: nowrap;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .form-default fieldset .consent-zone .verification * {
        -ms-flex: 0 1 auto; }
      .form-default fieldset .consent-zone .verification .input {
        margin: 0; }
        .form-default fieldset .consent-zone .verification .input > a:hover .icon-append {
          background-color: #b3b3b3; }
        .form-default fieldset .consent-zone .verification .input .icon-append {
          height: 34px;
          background-color: #999;
          color: #fff;
          border: none; }
        .form-default fieldset .consent-zone .verification .input .form-control {
          height: 35px !important; }
    .form-default fieldset .consent-zone .text_check {
      border-left: 1px solid #eee; }
  .form-default .search-summit {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    background-color: #3ab390;
    z-index: 9; }
    .form-default .search-summit:hover {
      background-color: #238c6c; }
    .form-default .search-summit i {
      height: 43px;
      font-size: 21px;
      position: static;
      background: none; }
  .form-default .input-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-default .input-inline .input {
      width: 100%; }
  .form-default .form-control {
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #999 !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 45px !important; }
  .form-default textarea.form-control {
    height: auto !important; }
  .form-default option,
  .form-default select {
    text-align: center;
    min-width: 80px; }
  .form-default select + i:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    position: absolute;
    right: 12px;
    top: 50%;
    color: #ddd;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .form-default label {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 17px;
    color: #555;
    letter-spacing: 1px;
    display: block;
    position: relative; }
  .form-default .select_group {
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    position: relative; }
    .form-default .select_group > i {
      font-style: normal; }
      .form-default .select_group > i:before {
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 10px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #ddd; }
  .form-default .form-date {
    position: relative; }
    .form-default .form-date + i {
      text-align: center;
      padding: 10px;
      display: block; }
  .form-default.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
    .form-default.form-inline .input_group {
      width: 100%;
      flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .form-default.form-inline .form-group {
      margin: 0 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      flex: 0 1 auto;
      -ms-flex: 0 1 auto; }
      .form-default.form-inline .form-group label {
        margin: 10px;
        display: block;
        word-break: keep-all;
        text-align: right; }
        .form-default.form-inline .form-group label + .form-control, .form-default.form-inline .form-group label + .input_group, .form-default.form-inline .form-group label + .select_group {
          margin-left: 10px; }
        .form-default.form-inline .form-group label.input {
          width: 100%; }
      .form-default.form-inline .form-group .form-control {
        width: 100%;
        font-size: 14px;
        flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        font: -moz-document;
        padding: 0 20px 0 10px;
        text-align: left; }
  .form-default.form-incontent {
    background: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    -ms-flex-pack: left;
    justify-content: flex-start; }

.form-title {
  display: block;
  margin: 4px;
  padding: 20px;
  text-align: center;
  font-size: 21px;
  letter-spacing: 2px;
  color: #fff;
  background-color: #238c6c; }

.sky-form .radio {
  display: inline-block; }

.sky-form {
  border-color: #cccccc; }

.sky-form .icon-append,
.sky-form .icon-prepend {
  color: #fff; }

@media (max-width: 1024px) {
  .form-default {
    padding: 15px; } }

@media (max-width: 992px) {
  .form-default .select_group {
    width: 100%; }
  .form-caption {
    display: block; }
  .sky-form fieldset {
    padding-left: 15px;
    padding-right: 15px; }
  .form-default .btn {
    width: 100%; }
  .form-default.form-inline {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .form-default.form-inline .form-group {
      width: 100%;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0; }
      .form-default.form-inline .form-group .form-control {
        width: 100%; }
      .form-default.form-inline .form-group .input_group {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
      .form-default.form-inline .form-group label {
        text-align: left;
        margin-bottom: 5px;
        padding: 4px; }
        .form-default.form-inline .form-group label + .form-control, .form-default.form-inline .form-group label + .input_group, .form-default.form-inline .form-group label + .select_group {
          margin-left: 0; }
      .form-default.form-inline .form-group + .form-group {
        margin-top: 15px; } }

@media (max-width: 768px) {
  .form-default fieldset .consent-zone .text_check {
    border-top: 1px solid #eee;
    border-left: none;
    padding: 15px;
    margin-top: 15px; } }

.btn-FAL {
  color: #fff !important;
  background-color: #238c6c;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 17px;
  letter-spacing: 1px; }
  .btn-FAL:hover {
    color: #fff;
    background-color: #00573d; }

.btn--FAL {
  color: #fff !important;
  background-color: #f77e2e;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 17px;
  letter-spacing: 1px; }
  .btn--FAL:hover {
    color: #fff;
    background-color: #f99c5f; }

.pdf_download, .product_inpage_wrap .download_file li > a.video_download, .product_inpage_wrap .download_file li > a.open_link {
  color: #f77e2e;
  position: relative; }
  .pdf_download .icon-FAL_PDF-download, .product_inpage_wrap .download_file li > a.video_download .icon-FAL_PDF-download, .product_inpage_wrap .download_file li > a.open_link .icon-FAL_PDF-download {
    vertical-align: middle;
    color: #f77e2e;
    font-size: 28px; }
  .pdf_download:hover, .product_inpage_wrap .download_file li > a.video_download:hover, .product_inpage_wrap .download_file li > a.open_link:hover, .pdf_download:focus, .product_inpage_wrap .download_file li > a.video_download:focus, .product_inpage_wrap .download_file li > a.open_link:focus, .pdf_download:active, .product_inpage_wrap .download_file li > a.video_download:active, .product_inpage_wrap .download_file li > a.open_link:active {
    text-decoration: none;
    color: #f99c5f; }
    .pdf_download:hover .icon-FAL_PDF-download, .product_inpage_wrap .download_file li > a.video_download:hover .icon-FAL_PDF-download, .product_inpage_wrap .download_file li > a.open_link:hover .icon-FAL_PDF-download, .pdf_download:focus .icon-FAL_PDF-download, .product_inpage_wrap .download_file li > a.video_download:focus .icon-FAL_PDF-download, .product_inpage_wrap .download_file li > a.open_link:focus .icon-FAL_PDF-download, .pdf_download:active .icon-FAL_PDF-download, .product_inpage_wrap .download_file li > a.video_download:active .icon-FAL_PDF-download, .product_inpage_wrap .download_file li > a.open_link:active .icon-FAL_PDF-download {
      color: #f99c5f; }

a.btn-link {
  color: #f77e2e; }
  a.btn-link:hover {
    color: #DB812E; }

.btn_group {
  margin-top: 50px;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .btn_group * {
    -ms-flex: 0 1 auto; }
  .btn_group .btn {
    min-width: 180px;
    margin: 0 10px; }

@media (max-width: 992px) {
  .btn_group {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .btn_group .btn {
      margin: 0 0 15px; } }

.list_item .strong {
  font-weight: bold;
  color: #f77e2e;
  font-size: 18px; }

.list_item li {
  font-size: 17px;
  letter-spacing: 1px;
  color: #555; }
  .list_item li .table-default {
    margin: 15px 0; }

.list_item > ul {
  padding-left: 1em;
  list-style: none; }
  .list_item > ul > li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px; }
    .list_item > ul > li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 4px;
      height: 4px;
      -ms-border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-color: #238c6c; }

.list_item ol {
  margin: 15px 0; }
  .list_item ol > li {
    margin-bottom: 4px; }
    .list_item ol > li > ul {
      padding-left: 30px;
      list-style: upper-latin;
      margin: 15px 0; }
      .list_item ol > li > ul > li {
        position: relative;
        margin-bottom: 4px; }
        .list_item ol > li > ul > li > ul {
          list-style-type: none; }
          .list_item ol > li > ul > li > ul > li {
            position: relative; }
            .list_item ol > li > ul > li > ul > li:before {
              content: "";
              position: absolute;
              left: -1em;
              top: 10px;
              width: 10px;
              height: 2px;
              background-color: #238c6c; }

ul.fine-item {
  list-style-type: none; }

.fine-item li span {
  width: 120px;
  display: inline-block;
  vertical-align: text-top; }

.search_cube_wrap .inpage_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none; }
  .search_cube_wrap .inpage_search li {
    width: 100%;
    margin-bottom: 10px; }
    .search_cube_wrap .inpage_search li a {
      letter-spacing: 1px;
      line-height: 1.7;
      padding: 15px 120px 15px 20px;
      display: block;
      width: 100%;
      background-color: #fff;
      border: 1px solid #f2f2f2;
      -webkit-box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.075);
      -ms-box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.075);
      box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.075);
      -ms-border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      font-size: 18px;
      color: #238c6c;
      border: 1px solid #238c6c;
      position: relative;
      cursor: pointer;
      font-weight: 700; }
      .search_cube_wrap .inpage_search li a:after {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 0;
        opacity: 0;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transform: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-size: 38px;
        color: #fff;
        transition-delay: 0.2s; }
      .search_cube_wrap .inpage_search li a:before {
        content: "";
        background-color: #3ab390;
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .search_cube_wrap .inpage_search li a span {
        display: block;
        color: #555;
        letter-spacing: 1px;
        font-weight: normal; }
      .search_cube_wrap .inpage_search li a:hover {
        color: #fff;
        background: #238c6c;
        text-decoration: none; }
        .search_cube_wrap .inpage_search li a:hover:before {
          width: 100px; }
        .search_cube_wrap .inpage_search li a:hover:after {
          right: 35px;
          opacity: 1; }
        .search_cube_wrap .inpage_search li a:hover span {
          color: #fff; }

.slogan {
  list-style-type: none;
  padding: 0; }
  .slogan p {
    display: inline-block; }
  .slogan i {
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 38px;
    padding: 10px;
    color: #fff;
    margin-right: 30px; }
  .slogan .icon-FAL_sun {
    background: #7ecef4; }
  .slogan .icon-FAL_umbrella {
    background: #ffa800; }
  .slogan li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0; }
    .slogan li:nth-child(even) p {
      color: #7ecef4; }
    .slogan li:nth-child(odd) p {
      color: #ffa800; }

.check-list {
  list-style: none;
  padding: 0;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  .check-list li {
    position: relative;
    padding-left: 30px;
    width: 50%;
    font-size: 18px;
    line-height: 2;
    flex: 0 1 auto;
    -ms-flex: 0 1 auto; }
    .check-list li::before {
      content: "";
      font-family: FontAwesome;
      color: #BBC63D;
      position: absolute;
      left: 0;
      top: 0; }

.green-disc {
  padding: 0;
  list-style-type: none; }
  .green-disc li {
    position: relative;
    padding-left: 20px;
    color: #555;
    letter-spacing: 1px;
    margin: 1em 0;
    font-weight: bold; }
    .green-disc li:before {
      content: "";
      -ms-border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      position: absolute;
      left: 0;
      top: 6px;
      width: 10px;
      height: 10px;
      background: #3ab390; }

.FAL_acc .panel-heading {
  padding: 0; }

.FAL_acc .panel + .panel {
  margin-top: 12px; }

.FAL_acc .panel-body > p {
  margin-bottom: 0; }
  .FAL_acc .panel-body > p + p {
    margin-top: 6px; }

.FAL_acc .panel-title > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: stretch;
  -ms-flex-align: center;
  align-items: stretch;
  background-color: #238c6c;
  color: #fff;
  font-size: 18px;
  position: relative; }
  .FAL_acc .panel-title > a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-family: FontAwesome; }
  .FAL_acc .panel-title > a[aria-expanded="true"]:after {
    content: "";
    font-family: FontAwesome; }
  .FAL_acc .panel-title > a:focus, .FAL_acc .panel-title > a:hover {
    text-decoration: none; }

.faq-acc .panel-title > a > span {
  letter-spacing: 2px;
  line-height: 1.4;
  padding-right: 30px;
  margin: 10px; }
  .faq-acc .panel-title > a > span.faq_num {
    background-color: #3ab390;
    color: #fff;
    padding: 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    width: 70px;
    text-align: center;
    margin: 0; }

.pro-acc .panel-title > a {
  padding: 10px 15px 10px 45px;
  background-color: #3ab390;
  border-bottom: 3px solid #6bcfb2; }
  .pro-acc .panel-title > a > span {
    letter-spacing: 2px;
    line-height: 1.6;
    position: relative;
    display: block; }
    .pro-acc .panel-title > a > span.have_video:before {
      content: "";
      font-family: FontAwesome;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -30px; }

.theme-pattern, .theme02-pattern, .theme01-pattern {
  position: relative;
  background-position: center;
  z-index: 1; }
  .theme-pattern:before, .theme02-pattern:before, .theme01-pattern:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1; }

.theme01-pattern:before {
  background: url("../../assets/img/pattern/theme01-pattern.svg") no-repeat center center;
  background-size: cover; }

.theme02-pattern:before {
  background: url("../../assets/img/pattern/theme02-pattern.svg");
  background-size: 100%;
  background-position: 100% 0;
  background-repeat: no-repeat; }

.theme02-pattern.bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  background: url("../../assets/img/pattern/theme03-pattern.svg");
  background-size: 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  bottom: -4%; }

#shutdown {
  background: url(../img/pattern/bg-photo.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 80vh; }

.news-zone {
  background-color: #f6f6f6;
  border: 1px solid #eee;
  margin: 0 10px;
  padding-top: 30px;
  padding-bottom: 100px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #555;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  .news-zone .more-link,
  .news-zone .tags {
    text-align: center;
    margin-top: 30px;
    font-size: 19px;
    letter-spacing: 1px; }
  .news-zone .tags {
    color: #c2ce00; }
  .news-zone .more-link {
    background-color: #238c6c;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 30px;
    text-align: right;
    padding: 10px 45px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transform: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .news-zone .more-link:hover {
      text-decoration: none;
      padding-right: 55px; }
      .news-zone .more-link:hover:before {
        width: 25px;
        opacity: 1;
        -moz-transform: translateX(0) translateY(-50%);
        -webkit-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%); }
    .news-zone .more-link:before {
      opacity: 0;
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transform: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -moz-transform: translateX(-20px) translateY(-50%);
      -webkit-transform: translateX(-20px) translateY(-50%);
      -o-transform: translateX(-20px) translateY(-50%);
      -ms-transform: translateX(-20px) translateY(-50%);
      transform: translateX(-20px) translateY(-50%);
      right: 20px;
      width: 5px;
      height: 3px;
      -ms-border-radius: 1.5px;
      -moz-border-radius: 1.5px;
      -webkit-border-radius: 1.5px;
      border-radius: 1.5px;
      background-color: #fff; }
    .news-zone .more-link:after {
      content: "";
      font-family: FontAwesome;
      font-size: 28px;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 15px; }
  .news-zone span {
    padding: 0 30px;
    font-size: 19px;
    letter-spacing: 1px; }
  .news-zone h3 {
    padding: 10px 30px;
    color: #238c6c;
    font-size: 24px;
    margin: 0;
    letter-spacing: 1px; }
  .news-zone p {
    padding: 0 30px;
    font-size: 17px;
    letter-spacing: 1px; }

.news_list_wrap {
  position: relative;
  margin-bottom: 60px;
  padding-top: 50px; }
  .news_list_wrap > ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news_list_wrap > ul li {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transform: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .news_list_wrap > ul li:nth-child(1) {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .news_list_wrap > ul li:nth-child(2) {
        -moz-transform: translateY(25%);
        -webkit-transform: translateY(25%);
        -o-transform: translateY(25%);
        -ms-transform: translateY(25%);
        transform: translateY(25%); }
      .news_list_wrap > ul li:nth-child(3) {
        -moz-transform: translateY(37.5%);
        -webkit-transform: translateY(37.5%);
        -o-transform: translateY(37.5%);
        -ms-transform: translateY(37.5%);
        transform: translateY(37.5%);
        -moz-transform: translateY(calc(25% + 25% / 2));
        -webkit-transform: translateY(calc(25% + 25% / 2));
        -o-transform: translateY(calc(25% + 25% / 2));
        -ms-transform: translateY(calc(25% + 25% / 2));
        transform: translateY(calc(25% + 25% / 2)); }
      .news_list_wrap > ul li:nth-child(4) {
        -moz-transform: translateY(12.5%);
        -webkit-transform: translateY(12.5%);
        -o-transform: translateY(12.5%);
        -ms-transform: translateY(12.5%);
        transform: translateY(12.5%);
        -moz-transform: translateY(calc(25% / 2));
        -webkit-transform: translateY(calc(25% / 2));
        -o-transform: translateY(calc(25% / 2));
        -ms-transform: translateY(calc(25% / 2));
        transform: translateY(calc(25% / 2)); }
      .news_list_wrap > ul li .theme-1 {
        background-color: #238c6c; }
      .news_list_wrap > ul li .theme-2 {
        background-color: #3ab390; }
      .news_list_wrap > ul li .theme-3 {
        background-color: #c2ce00; }
      .news_list_wrap > ul li .theme-4 {
        background-color: #BBC63D; }
      .news_list_wrap > ul li .news-item {
        height: 300px;
        padding: 30px 20px;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .news_list_wrap > ul li .news-item:hover {
          opacity: 0.8;
          text-decoration: none; }
        .news_list_wrap > ul li .news-item span {
          display: block;
          width: 100%;
          text-align: center;
          letter-spacing: 1px; }
          .news_list_wrap > ul li .news-item span.tags {
            font-size: 19px;
            position: relative;
            padding: 0 0 10px;
            margin-bottom: 10px; }
          .news_list_wrap > ul li .news-item span.date {
            font-size: 18px;
            margin-bottom: 10px;
            padding: 0 0 10px;
            position: relative; }
            .news_list_wrap > ul li .news-item span.date i {
              position: absolute;
              left: 0;
              top: -10px;
              font-size: 36px; }
          .news_list_wrap > ul li .news-item span.summary {
            text-align: justify; }
  .news_list_wrap nav[aria-label="Page navigation"] {
    margin-top: 150px; }

.news-img-v2, .news-img {
  position: relative;
  z-index: 1;
  margin: 10px auto 30px; }
  .news-img-v2 img, .news-img img {
    margin: 0 auto;
    width: 100%; }

.news-img {
  width: 50%; }

.news-img-v2 {
  width: 100%; }

@media (max-width: 1200px) {
  .news_list_wrap > ul li .news-item span.date {
    padding-left: 30px; } }

@media (max-width: 992px) {
  .news_list_wrap > ul li .news-item span.date {
    padding-left: 45px; }
    .news_list_wrap > ul li .news-item span.date:after {
      left: 45px;
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .news-img {
    margin-bottom: 15px;
    min-height: inherit; }
    .news-img:after {
      display: none; }
  .news-zone + .news-zone {
    margin-top: 15px; }
  .news_list_wrap > ul li {
    width: 100%; }
    .news_list_wrap > ul li .news-item {
      height: 180px; }
      .news_list_wrap > ul li .news-item span {
        text-align: left; }
        .news_list_wrap > ul li .news-item span.tags::after {
          left: 0;
          -moz-transform: translateX(0);
          -webkit-transform: translateX(0);
          -o-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
    .news_list_wrap > ul li:nth-child(1), .news_list_wrap > ul li:nth-child(2), .news_list_wrap > ul li:nth-child(3), .news_list_wrap > ul li:nth-child(4) {
      -moz-transform: translateY(0);
      -webkit-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

.product_cube_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .product_cube_wrap * {
    -ms-flex: 0 1 auto; }
  .product_cube_wrap .left_cube,
  .product_cube_wrap .right_cube {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .product_cube_wrap .left_cube *,
    .product_cube_wrap .right_cube * {
      -ms-flex: 0 1 auto; }
    .product_cube_wrap .left_cube .item_block,
    .product_cube_wrap .right_cube .item_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transform: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      height: 250px;
      text-decoration: none; }
      .product_cube_wrap .left_cube .item_block:hover,
      .product_cube_wrap .right_cube .item_block:hover {
        text-decoration: none; }
        .product_cube_wrap .left_cube .item_block:hover .title,
        .product_cube_wrap .right_cube .item_block:hover .title {
          background-color: #00573d; }
          .product_cube_wrap .left_cube .item_block:hover .title:after,
          .product_cube_wrap .right_cube .item_block:hover .title:after {
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
        .product_cube_wrap .left_cube .item_block:hover .img_wrap:before,
        .product_cube_wrap .right_cube .item_block:hover .img_wrap:before {
          opacity: 0.5; }
      .product_cube_wrap .left_cube .item_block span,
      .product_cube_wrap .right_cube .item_block span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 50%;
        height: 100%; }
        .product_cube_wrap .left_cube .item_block span *,
        .product_cube_wrap .right_cube .item_block span * {
          -ms-flex: 0 1 auto; }
        .product_cube_wrap .left_cube .item_block span.title,
        .product_cube_wrap .right_cube .item_block span.title {
          background-color: #238c6c;
          color: #fff;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -o-flex-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 26px;
          letter-spacing: 2px;
          position: relative; }
          .product_cube_wrap .left_cube .item_block span.title:after,
          .product_cube_wrap .right_cube .item_block span.title:after {
            content: "";
            font-family: FAL-fonticon;
            position: absolute;
            right: 15px;
            bottom: 15px;
            font-size: 17px;
            transform-origin: center center;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transform: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
        .product_cube_wrap .left_cube .item_block span.img_wrap,
        .product_cube_wrap .right_cube .item_block span.img_wrap {
          position: relative; }
          .product_cube_wrap .left_cube .item_block span.img_wrap:before,
          .product_cube_wrap .right_cube .item_block span.img_wrap:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #3ab390;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transform: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .product_cube_wrap .left_cube .item_block span.img_wrap img,
          .product_cube_wrap .right_cube .item_block span.img_wrap img {
            object-fit: cover;
            object-position: center center;
            /* 多的代碼 */
            width: 100%;
            height: 100%; }
  .product_cube_wrap .left_cube {
    width: 60%; }
    .product_cube_wrap .left_cube .item_block:nth-child(2n) .title {
      order: 2; }
    .product_cube_wrap .left_cube .item_block:nth-child(2n) .img_wrap {
      order: 1; }
    .product_cube_wrap .left_cube .item_block span {
      width: 50%; }
      
      .product_cube_wrap .left_cube .item_block span.img_wrap img {
        object-position: center center;
      }
  .product_cube_wrap .right_cube {
    width: 40%; }
    .product_cube_wrap .right_cube .item_block:nth-child(2n) .title {
      order: 2;
      width: calc(100% - 250px); }
    .product_cube_wrap .right_cube .item_block:nth-child(2n) .img_wrap {
      order: 1;
      width: 250px; }
    .product_cube_wrap .right_cube .item_block .title {
      width: 250px; }
    .product_cube_wrap .right_cube .item_block .img_wrap {
      width: calc(100% - 250px); }

.img_wrap.object-fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .img_wrap.object-fit img {
    display: none; }

.product_inpage_wrap {
  padding: 0 15px; }
  .product_inpage_wrap h5 {
    color: #555;
    position: relative;
    margin: 5px 0 20px;
    padding: 4px 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px; }
    .product_inpage_wrap h5:before {
      content: "";
      font-family: FontAwesome;
      position: absolute;
      top: 3px;
      left: 0;
      color: #3ab390; }
  .product_inpage_wrap .product_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -o-flex-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start; }
    .product_inpage_wrap .product_icon .pro-item {
      position: relative;
      width: calc(100% / 4 - 10px);
      height: 135px;
      margin: 5px;
      padding: 12px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -o-flex-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      z-index: 1; }
      .product_inpage_wrap .product_icon .pro-item i,
      .product_inpage_wrap .product_icon .pro-item p {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 1.2;
        color: #fff; }
      .product_inpage_wrap .product_icon .pro-item p {
        font-size: 16px; }
      .product_inpage_wrap .product_icon .pro-item i {
        font-size: 60px; }
        .product_inpage_wrap .product_icon .pro-item i:after {
          -ms-border-radius: 2px;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: #ccc;
          z-index: -1; }
  .product_inpage_wrap .download_file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none; }
    .product_inpage_wrap .download_file li {
      width: calc(100% / 3 - 10px); }
      .product_inpage_wrap .download_file li + li {
        margin-bottom: 15px; }
      .product_inpage_wrap .download_file li > a {
        color: #555;
        letter-spacing: 1px;
        font-size: 17px;
        padding: 4px 10px;
        position: relative;
        display: block; }
        .product_inpage_wrap .download_file li > a.pdf_download, .product_inpage_wrap .download_file li > a.video_download, .product_inpage_wrap .download_file li > a.open_link {
          padding-left: 20px; }
          .product_inpage_wrap .download_file li > a.pdf_download:hover, .product_inpage_wrap .download_file li > a.video_download:hover, .product_inpage_wrap .download_file li > a.open_link:hover {
            color: #f08300; }
          .product_inpage_wrap .download_file li > a.pdf_download:before, .product_inpage_wrap .download_file li > a.video_download:before, .product_inpage_wrap .download_file li > a.open_link:before {
            content: "";
            font-family: FAL-fonticon;
            font-family: 'FAL-fonticon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 6px;
            left: 0;
            color: #f08300; }
        .product_inpage_wrap .download_file li > a.video_download, .product_inpage_wrap .download_file li > a.open_link {
          color: #dd0235; }
          .product_inpage_wrap .download_file li > a.video_download:before, .product_inpage_wrap .download_file li > a.open_link:before {
            content: "";
            font-family: FAL-fonticon;
            color: #dd0235; }
          .product_inpage_wrap .download_file li > a.video_download:hover, .product_inpage_wrap .download_file li > a.open_link:hover {
            color: #dd0235; }
        .product_inpage_wrap .download_file li > a.open_link:before {
          content: "";
          font-family: FAL-fonticon; }

@media (max-width: 1280px) {
  .product_cube_wrap {
    padding-top: 0; }
  .product_cube_wrap .left_cube,
  .product_cube_wrap .right_cube,
  .product_cube_wrap .right_cube .item_block .img_wrap,
  .product_cube_wrap .right_cube .item_block .title,
  .product_cube_wrap .right_cube .item_block:nth-child(2n) .img_wrap,
  .product_cube_wrap .right_cube .item_block:nth-child(2n) .title {
    width: 50%; } }

@media (max-width: 992px) {
  .product_cube_wrap .left_cube .item_block span.title,
  .product_cube_wrap .right_cube .item_block span.title {
    font-size: 21px; }
  .product_cube_wrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product_cube_wrap .left_cube,
    .product_cube_wrap .right_cube {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .product_cube_wrap .left_cube .item_block,
      .product_cube_wrap .right_cube .item_block {
        position: relative;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 200px; }
  .product_cube_wrap .left_cube,
  .product_cube_wrap .right_cube {
    width: 50%; }
  .item_block span {
    width: 100% !important; }
    .item_block span.title {
      order: 1 !important;
      z-index: 99;
      background-color: transparent !important; }
    .item_block span.img_wrap {
      order: 2 !important;
      position: absolute !important;
      top: 0;
      height: 200px; }
      .item_block span.img_wrap:before {
        background-color: #00573d !important; } }

@media (max-width: 768px) {
  .product_cube_wrap .left_cube,
  .product_cube_wrap .right_cube {
    width: 100%; } }

.about_vision {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -moz-transform: skewY(-4deg);
  -webkit-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  transform: skewY(-4deg); }
  .about_vision:first-child {
    margin-top: 50px; }
  .about_vision .img-wrap {
    width: 60%;
    min-height: 400px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .about_vision .img-wrap.sm-height {
      min-height: 300px; }
    .about_vision .img-wrap span {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 300px;
      background-size: cover !important; }
  .about_vision section + section > .about_vision {
    padding-top: 0; }
  .about_vision .company_block {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40%;
    background: #085840;
    background: -moz-linear-gradient(left, #085840 0%, #238c6c 100%);
    background: -webkit-linear-gradient(left, #085840 0%, #238c6c 100%);
    background: linear-gradient(to right, #085840 0%, #238c6c 100%);
    padding: 20px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden; }
    .about_vision .company_block:after {
      content: "";
      background: url("../../assets/img/pattern/about-pattern.svg") no-repeat center center;
      width: 500px;
      height: 500px;
      background-size: contain;
      position: absolute;
      top: 0;
      right: 0;
      -moz-transform: translateX(50%) translateY(-40%) skewY(4deg);
      -webkit-transform: translateX(50%) translateY(-40%) skewY(4deg);
      -o-transform: translateX(50%) translateY(-40%) skewY(4deg);
      -ms-transform: translateX(50%) translateY(-40%) skewY(4deg);
      transform: translateX(50%) translateY(-40%) skewY(4deg);
      opacity: 0.3; }
    .about_vision .company_block h3,
    .about_vision .company_block p {
      -moz-transform: skewY(4deg);
      -webkit-transform: skewY(4deg);
      -o-transform: skewY(4deg);
      -ms-transform: skewY(4deg);
      transform: skewY(4deg);
      color: #fff; }
    .about_vision .company_block h3 {
      margin-top: 20px;
      line-height: 1.1;
      font-size: 24px;
      letter-spacing: 3px;
      position: relative; }
      .about_vision .company_block h3:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -50px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        height: 2px;
        background-color: #DB812E; }
    .about_vision .company_block .slogn {
      font-size: 17px;
      padding: 30px 0;
      letter-spacing: 1px; }
    .about_vision .company_block p {
      font-size: 17px;
      letter-spacing: 1px;
      line-height: 1.7;
      margin: 0; }

.about_timeline {
  position: relative;
  z-index: 1; }
  .about_timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(50px);
    -webkit-transform: translateX(-50%) translateY(50px);
    -o-transform: translateX(-50%) translateY(50px);
    -ms-transform: translateX(-50%) translateY(50px);
    transform: translateX(-50%) translateY(50px);
    width: 3px;
    height: 150%;
    background-color: #ddd;
    z-index: -1; }
  .about_timeline ul {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style: none;
    padding: 0;
    margin: 0; }
    .about_timeline ul li {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transform: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      margin-bottom: 35px;
      z-index: 1; }
      .about_timeline ul li .time_item {
        background-color: #3ab390;
        -ms-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .about_timeline ul li .time_item:after {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transform: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgba(58, 179, 144, 0.2);
          z-index: -2;
          top: 10px;
          right: -10px; }
        .about_timeline ul li .time_item .item_wrap {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transform: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          padding: 20px 30px;
          position: relative; }
          .about_timeline ul li .time_item .item_wrap h3,
          .about_timeline ul li .time_item .item_wrap p {
            color: #fff; }
          .about_timeline ul li .time_item .item_wrap h3 {
            text-align: center;
            margin: 0;
            padding-bottom: 12px;
            margin-bottom: 12px;
            font-size: 21px;
            letter-spacing: 3px;
            font-style: italic;
            position: relative; }
            .about_timeline ul li .time_item .item_wrap h3:after {
              content: "";
              position: absolute;
              width: 35px;
              height: 2px;
              background-color: #c2ce00;
              bottom: 0;
              left: 50%;
              -moz-transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .about_timeline ul li:nth-child(2n) .time_item {
      background-color: #238c6c; }

@media (min-width: 992px) {
  .about_timeline ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about_timeline ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      -o-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      width: 50%;
      transform-origin: center center; }
      .about_timeline ul li * {
        -ms-flex: 0 1 auto; }
      .about_timeline ul li:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        transform-origin: center center;
        -moz-transform: translateX(-50%) translateY(45px) rotate(45deg);
        -webkit-transform: translateX(-50%) translateY(45px) rotate(45deg);
        -o-transform: translateX(-50%) translateY(45px) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(45px) rotate(45deg);
        transform: translateX(-50%) translateY(45px) rotate(45deg);
        background-color: #238c6c;
        border: 2px solid #c2ce00;
        left: 50%; }
      .about_timeline ul li .time_item {
        width: 70%;
        position: relative; }
        .about_timeline ul li .time_item:before {
          content: "";
          position: absolute;
          top: 0;
          -moz-transform: translateY(50px);
          -webkit-transform: translateY(50px);
          -o-transform: translateY(50px);
          -ms-transform: translateY(50px);
          transform: translateY(50px);
          z-index: -1;
          width: 43%;
          height: 2px;
          right: -43%;
          background-color: #238c6c; }
        .about_timeline ul li .time_item .item_wrap {
          position: relative; }
    .about_timeline ul li:nth-child(even) {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -o-flex-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -moz-transform: translateY(50px);
      -webkit-transform: translateY(50px);
      -o-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px); }
      .about_timeline ul li:nth-child(even):after {
        left: 0; }
      .about_timeline ul li:nth-child(even) .time_item:before {
        left: -43%; }
    .about_timeline ul li:nth-child(4n) .time_item {
      background-color: #3ab390; }
    .about_timeline ul li:nth-child(4n-1) .time_item {
      background-color: #238c6c; } }

.top-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 20px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  z-index: 1; }
  .top-start::after {
    content: "";
    background-color: #238c6c;
    width: 90%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .top-start .img-group,
  .top-start .text-wrap {
    padding: 10px; }
  .top-start .text-wrap {
    width: 40%; }
    .top-start .text-wrap h3,
    .top-start .text-wrap p {
      color: #fff;
      letter-spacing: 2px;
      text-align: center; }
    .top-start .text-wrap h3 {
      margin: 20px 0;
      font-size: 28px; }
    .top-start .text-wrap p {
      font-size: 16px;
      line-height: 1.6; }
  .top-start .img-group {
    width: 60%; }

.bottom-line-news {
  padding: 0 40px; }
  .bottom-line-news .block-display, .bottom-line-news .row-3, .bottom-line-news .row-2, .bottom-line-news .row-1 {
    position: relative; }
    .bottom-line-news .block-display:after, .bottom-line-news .row-3:after, .bottom-line-news .row-2:after, .bottom-line-news .row-1:after, .bottom-line-news .block-display:before, .bottom-line-news .row-3:before, .bottom-line-news .row-2:before, .bottom-line-news .row-1:before {
      content: "";
      position: absolute;
      background-color: #8ce3c8; }
    .bottom-line-news .block-display .row-in, .bottom-line-news .row-3 .row-in, .bottom-line-news .row-2 .row-in, .bottom-line-news .row-1 .row-in {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      z-index: 1; }
      .bottom-line-news .block-display .row-in .icon-front, .bottom-line-news .row-3 .row-in .icon-front, .bottom-line-news .row-2 .row-in .icon-front, .bottom-line-news .row-1 .row-in .icon-front {
        position: absolute;
        background: #c2ce00;
        width: 55px;
        height: 55px;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 2; }
        .bottom-line-news .block-display .row-in .icon-front i, .bottom-line-news .row-3 .row-in .icon-front i, .bottom-line-news .row-2 .row-in .icon-front i, .bottom-line-news .row-1 .row-in .icon-front i {
          font-size: 34px;
          color: #fff; }
      .bottom-line-news .block-display .row-in:after, .bottom-line-news .row-3 .row-in:after, .bottom-line-news .row-2 .row-in:after, .bottom-line-news .row-1 .row-in:after {
        content: "";
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        position: absolute;
        border: 4px solid #8ce3c8;
        z-index: -1; }
    .bottom-line-news .block-display h3, .bottom-line-news .row-3 h3, .bottom-line-news .row-2 h3, .bottom-line-news .row-1 h3 {
      width: 40%;
      text-align: center;
      margin: 20px 0;
      font-size: 28px; }
      .bottom-line-news .block-display h3 span, .bottom-line-news .row-3 h3 span, .bottom-line-news .row-2 h3 span, .bottom-line-news .row-1 h3 span {
        display: block;
        margin-top: 8px;
        font-size: 21px; }
    .bottom-line-news .block-display .img-wrap, .bottom-line-news .row-3 .img-wrap, .bottom-line-news .row-2 .img-wrap, .bottom-line-news .row-1 .img-wrap {
      width: 60%;
      position: relative;
      height: 400px;
      z-index: 1; }
      .bottom-line-news .block-display .img-wrap:after, .bottom-line-news .row-3 .img-wrap:after, .bottom-line-news .row-2 .img-wrap:after, .bottom-line-news .row-1 .img-wrap:after {
        content: "";
        position: absolute;
        background-color: #8ce3c8;
        width: 100%;
        height: 100%;
        top: 6px;
        left: 6px;
        -ms-border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        z-index: -1; }
      .bottom-line-news .block-display .img-wrap img, .bottom-line-news .row-3 .img-wrap img, .bottom-line-news .row-2 .img-wrap img, .bottom-line-news .row-1 .img-wrap img {
        -ms-border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .bottom-line-news .row-1:after {
    left: 0;
    top: 0;
    width: 4px;
    height: calc(100% - 40px); }
  .bottom-line-news .row-1:before {
    left: 50%;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 80px);
    height: 4px; }
  .bottom-line-news .row-1 .row-in {
    padding: 45px 0 45px 30px; }
    .bottom-line-news .row-1 .row-in .icon-front {
      left: 0px;
      -moz-transform: translateX(calc(-50% + 2px));
      -webkit-transform: translateX(calc(-50% + 2px));
      -o-transform: translateX(calc(-50% + 2px));
      -ms-transform: translateX(calc(-50% + 2px));
      transform: translateX(calc(-50% + 2px)); }
    .bottom-line-news .row-1 .row-in:after {
      left: 0;
      bottom: 0;
      border-top: none;
      border-right: none;
      -ms-border-radius: 0 0 0 40px;
      -moz-border-radius: 0 0 0 40px;
      -webkit-border-radius: 0 0 0 40px;
      border-radius: 0 0 0 40px; }
  .bottom-line-news .row-2 {
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); }
    .bottom-line-news .row-2 .row-in {
      padding: 45px 30px 45px 0; }
      .bottom-line-news .row-2 .row-in .icon-front {
        right: 0px;
        -moz-transform: translateX(calc(50% - 2px));
        -webkit-transform: translateX(calc(50% - 2px));
        -o-transform: translateX(calc(50% - 2px));
        -ms-transform: translateX(calc(50% - 2px));
        transform: translateX(calc(50% - 2px)); }
      .bottom-line-news .row-2 .row-in:after {
        right: 0;
        bottom: 0;
        height: 100%;
        border-left: none;
        -ms-border-radius: 0 40px 40px 0;
        -moz-border-radius: 0 40px 40px 0;
        -webkit-border-radius: 0 40px 40px 0;
        border-radius: 0 40px 40px 0; }
  .bottom-line-news .row-3 {
    -moz-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px); }
    .bottom-line-news .row-3:after {
      left: 0;
      top: 70%;
      width: 4px;
      height: calc(100% - 80px);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .bottom-line-news .row-3:before {
      display: none; }
    .bottom-line-news .row-3 .row-in {
      padding: 45px 0 45px 30px; }
      .bottom-line-news .row-3 .row-in .icon-front {
        left: 0px;
        -moz-transform: translateX(calc(-50% + 2px));
        -webkit-transform: translateX(calc(-50% + 2px));
        -o-transform: translateX(calc(-50% + 2px));
        -ms-transform: translateX(calc(-50% + 2px));
        transform: translateX(calc(-50% + 2px)); }
      .bottom-line-news .row-3 .row-in:after {
        left: 0;
        top: 0;
        height: 100%;
        border-bottom: none;
        border-right: none;
        -ms-border-radius: 40px 0 0 0;
        -moz-border-radius: 40px 0 0 0;
        -webkit-border-radius: 40px 0 0 0;
        border-radius: 40px 0 0 0; }

@media (max-width: 992px) {
  .bottom-line-news .block-display .row-in, .bottom-line-news .row-1 .row-in, .bottom-line-news .row-2 .row-in, .bottom-line-news .row-3 .row-in {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .bottom-line-news .block-display .row-in .img-wrap, .bottom-line-news .row-1 .row-in .img-wrap, .bottom-line-news .row-2 .row-in .img-wrap, .bottom-line-news .row-3 .row-in .img-wrap,
    .bottom-line-news .block-display .row-in h3,
    .bottom-line-news .row-1 .row-in h3,
    .bottom-line-news .row-2 .row-in h3,
    .bottom-line-news .row-3 .row-in h3 {
      width: 100%; }
  .bottom-line-news .row-1 .row-in {
    padding: 30px 0 30px 45px; }
  .bottom-line-news .row-2 .row-in {
    padding: 30px 45px 30px 0; }
  .bottom-line-news .row-3 .row-in {
    padding: 30px 0 30px 45px; }
  .top-start {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .top-start:after {
      width: 100%;
      top: inherit;
      bottom: 0;
      height: 90%;
      -moz-transform: translateY(0);
      -webkit-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .top-start .img-group {
      order: 1;
      width: 100%; }
    .top-start .text-wrap {
      order: 2;
      width: 100%; } }

@media (max-width: 640px) {
  .bottom-line-news {
    padding: 0; }
    .bottom-line-news .block-display, .bottom-line-news .row-1, .bottom-line-news .row-2, .bottom-line-news .row-3 {
      -moz-transform: translateY(0);
      -webkit-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      padding: 20px 0 40px; }
      .bottom-line-news .block-display .row-in, .bottom-line-news .row-1 .row-in, .bottom-line-news .row-2 .row-in, .bottom-line-news .row-3 .row-in {
        padding: 0;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .bottom-line-news .block-display .row-in .icon-front, .bottom-line-news .row-1 .row-in .icon-front, .bottom-line-news .row-2 .row-in .icon-front, .bottom-line-news .row-3 .row-in .icon-front {
          position: relative;
          order: 1;
          -moz-transform: translateX(0);
          -webkit-transform: translateX(0);
          -o-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); }
        .bottom-line-news .block-display .row-in h3, .bottom-line-news .row-1 .row-in h3, .bottom-line-news .row-2 .row-in h3, .bottom-line-news .row-3 .row-in h3 {
          order: 2; }
        .bottom-line-news .block-display .row-in .img-wrap, .bottom-line-news .row-1 .row-in .img-wrap, .bottom-line-news .row-2 .row-in .img-wrap, .bottom-line-news .row-3 .row-in .img-wrap {
          order: 3;
          height: auto; }
          .bottom-line-news .block-display .row-in .img-wrap img, .bottom-line-news .row-1 .row-in .img-wrap img, .bottom-line-news .row-2 .row-in .img-wrap img, .bottom-line-news .row-3 .row-in .img-wrap img {
            width: inherit;
            height: inherit; }
  .bottom-line-news .block-display .row-in:after, .bottom-line-news .row-1 .row-in:after, .bottom-line-news .row-2 .row-in:after, .bottom-line-news .row-3 .row-in:after,
  .bottom-line-news .block-display:after,
  .bottom-line-news .row-1:after,
  .bottom-line-news .row-2:after,
  .bottom-line-news .row-3:after,
  .bottom-line-news .block-display:before,
  .bottom-line-news .row-1:before,
  .bottom-line-news .row-2:before,
  .bottom-line-news .row-3:before {
    display: none; } }

.introduce_cube_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .introduce_cube_wrap > ul > li {
    font-size: 17px;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6; }
  .introduce_cube_wrap .cube_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .introduce_cube_wrap .cube_wrap * {
      -ms-flex: 0 1 auto; }
    .introduce_cube_wrap .cube_wrap > a {
      width: 100%;
      -ms-flex: 0 1 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -o-flex-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 25px;
      min-height: 180px;
      cursor: pointer;
      overflow: hidden;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transform: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .introduce_cube_wrap .cube_wrap > a:hover {
        opacity: 0.8;
        text-decoration: none; }
      .introduce_cube_wrap .cube_wrap > a.theme_1 {
        background-color: #238c6c; }
      .introduce_cube_wrap .cube_wrap > a.theme_2 {
        background-color: #3ab390; }
      .introduce_cube_wrap .cube_wrap > a.theme_3 {
        background-color: #BBC63D; }
      .introduce_cube_wrap .cube_wrap > a.theme_4 {
        background-color: #bcb755; }
      .introduce_cube_wrap .cube_wrap > a.theme_5 {
        background-color: #DB812E; }
      .introduce_cube_wrap .cube_wrap > a i,
      .introduce_cube_wrap .cube_wrap > a span {
        width: 100%;
        display: block;
        font-size: 21px;
        color: #fff; }
      .introduce_cube_wrap .cube_wrap > a span {
        letter-spacing: 2px;
        line-height: 1.6; }
      .introduce_cube_wrap .cube_wrap > a i {
        text-align: right;
        font-size: 58px;
        color: rgba(255, 255, 255, 0.5); }
  .introduce_cube_wrap .inpage_download {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-flex: 0 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .introduce_cube_wrap .inpage_download li {
      width: 100%;
      -ms-flex: 0 1 auto;
      margin-bottom: 10px; }
      .introduce_cube_wrap .inpage_download li a {
        letter-spacing: 1px;
        line-height: 1.7;
        padding: 8px 60px 8px 20px;
        display: block;
        width: 100%;
        background-color: #fff;
        border: 1px solid #f2f2f2;
        -webkit-box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.075);
        -ms-box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.075);
        box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.075);
        -ms-border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all 0.8s linear;
        -moz-transition: all 0.8s linear;
        -o-transition: all 0.8s linear;
        -ms-transform: all 0.8s linear;
        transition: all 0.8s linear;
        font-size: 19px;
        color: #238c6c;
        position: relative; }
        .introduce_cube_wrap .inpage_download li a:hover {
          text-decoration: none;
          background: #57c9a8;
          color: #fff; }
          .introduce_cube_wrap .inpage_download li a:hover:after {
            color: #fff !important; }
        .introduce_cube_wrap .inpage_download li a.PDF_file:after {
          content: "";
          font-family: FAL-fonticon;
          position: absolute;
          top: 50%;
          -moz-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          font-family: 'FAL-fonticon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          right: 0;
          color: #DB812E;
          font-size: 28px; }
        .introduce_cube_wrap .inpage_download li a.news_date span, .introduce_cube_wrap .inpage_download li a.inves span {
          padding-left: 40px;
          display: block;
          color: #DB812E;
          -webkit-transition: all 0.8s linear;
          -moz-transition: all 0.8s linear;
          -o-transition: all 0.8s linear;
          -ms-transform: all 0.8s linear;
          transition: all 0.8s linear; }
        .introduce_cube_wrap .inpage_download li a.news_date:before, .introduce_cube_wrap .inpage_download li a.inves:before {
          content: "";
          font-family: FAL-fonticon;
          font-family: 'FAL-fonticon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 28px;
          position: absolute;
          left: 21px;
          color: #DB812E; }
        .introduce_cube_wrap .inpage_download li a.news_date:hover:before, .introduce_cube_wrap .inpage_download li a.inves:hover:before,
        .introduce_cube_wrap .inpage_download li a.news_date:hover span,
        .introduce_cube_wrap .inpage_download li a.inves:hover span {
          color: #fff; }
        .introduce_cube_wrap .inpage_download li a.inves {
          line-height: 1; }
          .introduce_cube_wrap .inpage_download li a.inves span {
            padding-left: 0;
            padding-bottom: 5px; }
          .introduce_cube_wrap .inpage_download li a.inves:before {
            content: none; }

@media (max-width: 768px) {
  .introduce_cube_wrap .cube_wrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .introduce_cube_wrap .cube_wrap > a {
      -ms-border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      margin-bottom: 10px; } }

#index-theme .icon-link {
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid transparent;
  overflow: hidden;
  min-height: 170px; }
  #index-theme .icon-link:hover {
    border: 1px solid #c2ce00;
    text-decoration: none; }
  #index-theme .icon-link i,
  #index-theme .icon-link span {
    display: block;
    width: 100%;
    text-align: center;
    color: #c2ce00; }
  #index-theme .icon-link i {
    font-size: 5rem; }
  #index-theme .icon-link span {
    font-size: 19px;
    letter-spacing: 2px;
    padding-top: 10px; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-accident:after {
  background-color: #a06060; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-account:after {
  background-color: #5abccc; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-annuitypayment:after {
  background-color: #d88c27; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-cancer:after {
  background-color: #ef86bf; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-care:after {
  background-color: #ce729c; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-convalescence:after {
  background-color: #ceb23c; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-disability:after {
  background-color: #ffa65c; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-diseaseprotection:after {
  background-color: #3ccde5; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-diversifiedinvestment:after {
  background-color: #52afdd; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-expiration:after {
  background-color: #97afa1; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-healthmanagement:after {
  background-color: #bf889f; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-hospicecare:after {
  background-color: #c94f9e; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-hospitalized:after {
  background-color: #46b780; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-income:after {
  background-color: #36bac1; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-injuryprotection:after {
  background-color: #c973c9; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-insured:after {
  background-color: #7e9b98; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-insured:after {
  background-color: #7e9b98; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-interestratechanges:after {
  background-color: #b5bf3a; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-investment:after {
  background-color: #54d689; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-lifeinsurance:after {
  background-color: #5fa09e; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-loan:after {
  background-color: #bc4d44; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-longtermcare:after {
  background-color: #db7a53; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-noclaims:after {
  background-color: #72af9a; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-otherpayment:after {
  background-color: #dbb765; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-overseasmedicalcare:after {
  background-color: #F25353; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-policy:after {
  background-color: #f9afaf; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-premiumexemption:after {
  background-color: #bcae73; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-regularinsurance:after {
  background-color: #79c99b; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-scald:after {
  background-color: #ed8585; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-structuretype:after {
  background-color: #317bad; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-surgicalcare:after {
  background-color: #009ab1; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-survivegold:after {
  background-color: #dbb823; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-tourism:after {
  background-color: #4a91cc; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-valueadded:after {
  background-color: #89c66a; }

.product_inpage_wrap .product_icon .pro-item i.icon-FAL_pro-wishbirthday:after {
  background-color: #e885df; }

.video-popup {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .video-popup.in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .video-popup .modal-dialog {
    margin: 10% auto; }
  .video-popup .modal-content {
    padding: 4.5rem 1rem; }
    .video-popup .modal-content iframe {
      width: 100%;
      height: 450px; }
  .video-popup .modal-header {
    position: absolute;
    top: 8px;
    right: 15px;
    border: none;
    z-index: 99;
    padding: 0; }
    .video-popup .modal-header button {
      padding: 0;
      opacity: 1; }
    .video-popup .modal-header span {
      font-size: 40px;
      color: #238c6c; }

.video_carousel_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 400px; }
  .video_carousel_wrap * {
    -ms-flex: 0 1 auto; }
  .video_carousel_wrap .video_left-text {
    width: 35%;
    padding: 30px 40px;
    background-color: #238c6c; }
    .video_carousel_wrap .video_left-text p {
      color: #fff;
      text-align: justify;
      font-size: 17px;
      letter-spacing: 1px; }
      .video_carousel_wrap .video_left-text p.slogn {
        margin-bottom: 35px; }
    .video_carousel_wrap .video_left-text ol {
      list-style: none;
      padding: 0;
      margin: 15px 0; }
      .video_carousel_wrap .video_left-text ol li {
        margin-bottom: 10px; }
        .video_carousel_wrap .video_left-text ol li.video-link {
          margin-top: 30px; }
          .video_carousel_wrap .video_left-text ol li.video-link a {
            padding-left: 0;
            border: none;
            color: #fff; }
        .video_carousel_wrap .video_left-text ol li + li {
          margin-top: 5px; }
        .video_carousel_wrap .video_left-text ol li a {
          display: block;
          color: #BBC63D;
          font-size: 17px;
          letter-spacing: 1px;
          padding-left: 10px;
          border-left: 2px solid #DB812E; }
          .video_carousel_wrap .video_left-text ol li a i {
            padding-right: 8px; }
  .video_carousel_wrap .carousel-love {
    width: 65%;
    overflow: hidden; }
    .video_carousel_wrap .carousel-love .video-cover {
      position: relative;
      display: block;
      height: 100%;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transform: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .video_carousel_wrap .carousel-love .video-cover > span {
        text-align: center;
        display: block;
        width: 100%;
        color: #fff;
        position: absolute;
        top: 65%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: auto;
        z-index: 99;
        font-size: 17px;
        letter-spacing: 2px; }
      .video_carousel_wrap .carousel-love .video-cover:before {
        content: "";
        font-family: FAL-fonticon;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        top: 40%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        font-size: 6rem;
        color: rgba(255, 255, 255, 0.8);
        z-index: 99; }
    .video_carousel_wrap .carousel-love .owl-stage-outer {
      height: 100%; }
      .video_carousel_wrap .carousel-love .owl-stage-outer * {
        height: 100%; }
    .video_carousel_wrap .carousel-love .carousel-cell {
      height: 400px;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transform: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .video_carousel_wrap .carousel-love .carousel-cell:after {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background-color: rgba(58, 179, 144, 0.1);
        pointer-events: none; }
      .video_carousel_wrap .carousel-love .carousel-cell img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .video_carousel_wrap .carousel-love .owl-nav .next,
    .video_carousel_wrap .carousel-love .owl-nav .prev {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 48px;
      width: 40px;
      height: 40px;
      cursor: pointer;
      color: #fff; }
      .video_carousel_wrap .carousel-love .owl-nav .next i,
      .video_carousel_wrap .carousel-love .owl-nav .prev i {
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .video_carousel_wrap .carousel-love .owl-nav .prev {
      left: 20px; }
    .video_carousel_wrap .carousel-love .owl-nav .next {
      right: 20px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir=rtl] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.flickity-prev-next-button .arrow {
  fill: #238c6c; }

.flickity-page-dots .dot {
  background-color: #3ab390; }

.slick-dots {
  position: absolute;
  top: 100%;
  width: 100%;
  margin: 20px 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none !important; }
  .slick-dots li button {
    background: none;
    border: none;
    color: transparent; }
    .slick-dots li button:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background: #3ab390;
      opacity: 0.3;
      -ms-border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%; }
    .slick-dots li button:focus, .slick-dots li button:active {
      outline: none; }
  .slick-dots li.slick-active button:before {
    opacity: 1; }

.slick-slider {
  position: relative; }

.slick-arrow {
  background: rgba(255, 255, 255, 0.8);
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .slick-arrow i {
    font-size: 40px;
    position: absolute;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .slick-arrow.slick-prev {
    left: 30px; }
    .slick-arrow.slick-prev i {
      left: 45%; }
  .slick-arrow.slick-next {
    right: 30px; }
    .slick-arrow.slick-next i {
      left: 55%; }

.owl-index_FAL .carousel-cell {
  width: 25%; }

@media (max-width: 1024px) {
  .owl-index_FAL .carousel-cell {
    width: calc(100% / 3); } }

@media (max-width: 768px) {
  .owl-index_FAL .carousel-cell {
    width: 50%; } }

@media (max-width: 640px) {
  .owl-index_FAL .carousel-cell {
    width: 100%; } }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #c2ce00;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #c2ce00;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #fff; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #238c6c; }

#carousel-event_banner {
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  #carousel-event_banner .event_banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 350px; }
    /* 多的代碼 */
    @media (max-width: 1200px) {
      #carousel-event_banner .event_banner {
        height: 290px; } }
    @media (max-width: 992px) {
      #carousel-event_banner .event_banner {
        height: auto; } }
    #carousel-event_banner .event_banner .banner-img, #carousel-event_banner .event_banner .banner-news {
      width: 70%; }
      #carousel-event_banner .event_banner .banner-img img, #carousel-event_banner .event_banner .banner-news img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%; }
    #carousel-event_banner .event_banner .more-link {
      color: #fff;
      position: relative;
      text-align: right;
      padding: 15px 45px 15px 15px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transform: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-size: 19px;
      letter-spacing: 1px; }
      #carousel-event_banner .event_banner .more-link:hover {
        text-decoration: none;
        padding-right: 55px; }
        #carousel-event_banner .event_banner .more-link:hover:before {
          width: 25px;
          opacity: 1;
          -moz-transform: translateX(0) translateY(-50%);
          -webkit-transform: translateX(0) translateY(-50%);
          -o-transform: translateX(0) translateY(-50%);
          -ms-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%); }
      #carousel-event_banner .event_banner .more-link:before {
        opacity: 0;
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transform: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -moz-transform: translateX(-20px) translateY(-50%);
        -webkit-transform: translateX(-20px) translateY(-50%);
        -o-transform: translateX(-20px) translateY(-50%);
        -ms-transform: translateX(-20px) translateY(-50%);
        transform: translateX(-20px) translateY(-50%);
        right: 20px;
        width: 5px;
        height: 3px;
        -ms-border-radius: 1.5px;
        -moz-border-radius: 1.5px;
        -webkit-border-radius: 1.5px;
        border-radius: 1.5px;
        background-color: #fff; }
      #carousel-event_banner .event_banner .more-link:after {
        content: "";
        font-family: FontAwesome;
        font-size: 28px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px; }
    #carousel-event_banner .event_banner .carousel-caption {
      width: 30%;
      position: static;
      opacity: 1;
      transition-delay: 0s;
      text-shadow: none;
      padding: 0 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transform: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      text-align: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -o-flex-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #238c6c; }
      #carousel-event_banner .event_banner .carousel-caption .tags {
        color: #c2ce00;
        font-size: 17px;
        letter-spacing: 1px; }
      #carousel-event_banner .event_banner .carousel-caption h3 {
        font-size: 24px;
        margin: 0;
        padding: 10px 0;
        letter-spacing: 2px; }
      #carousel-event_banner .event_banner .carousel-caption .slogn {
        font-size: 19px;
        letter-spacing: 1px;
        color: #fff; }
  #carousel-event_banner .carousel-indicators {
    align-items: center;
    justify-content: end;
    margin: 0;
    gap: 3px;
    bottom: 15px;
    right: 30px;}
    #carousel-event_banner .carousel-indicators li {
      background-color: #fff; }
    #carousel-event_banner .carousel-indicators .active {
      background-color: #c2ce00;
      border: 1px solid #c2ce00; }
  #carousel-event_banner .carousel-control.left,
  #carousel-event_banner .carousel-control.right {
    background: none; }
  #carousel-event_banner .right-block {
    position: relative; }
  #carousel-event_banner .carousel-inner {
    z-index: 0; }
    #carousel-event_banner .carousel-inner:before {
      content: "";
      width: 30%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #238c6c;
      z-index: 1; }
    #carousel-event_banner .carousel-inner > .item {
      z-index: 0; }
      #carousel-event_banner .carousel-inner > .item.active {
        z-index: 1; }
        #carousel-event_banner .carousel-inner > .item.active.left .carousel-caption, #carousel-event_banner .carousel-inner > .item.active.right .carousel-caption {
          transition-delay: 0s; }
        #carousel-event_banner .carousel-inner > .item.active .carousel-caption {
          transition-delay: 0.1s; }

/* APP */
.se-1 {
  position: relative;
  margin-bottom: 80px; }

.se-2 {
  background: #3ab390;
  position: relative;
  color: #fff;
  padding: 0 0 300px;
  z-index: 1; }
  .se-2 p {
    color: #fff; }
  .se-2:before {
    content: "";
    background: #3ab390;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: -170px;
    transform: skewY(-7deg);
    z-index: -2; }

.se-3 {
  background: #def4ee;
  position: relative;
  z-index: 1; }
  .se-3:before {
    content: "";
    background: #def4ee;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: -140px;
    transform: skewY(7deg);
    z-index: -1; }

.img-center {
  margin: 100px auto; }

/* se-1 */
.title-gita, .title-bita, .title-wita {
  color: #00573d;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 30px; }

.title-wita {
  color: #fff; }

.title-bita {
  color: #555; }

.qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .qrcode div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
    .qrcode div * {
      -ms-flex: 0 1 auto; }
  .qrcode img {
    width: 160px;
    margin-bottom: 20px; }
  .qrcode a .icon-FAL_android,
  .qrcode a .icon-FAL_ios {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transform: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .qrcode a:hover {
    text-decoration: none; }
    .qrcode a:hover .icon-FAL_android,
    .qrcode a:hover .icon-FAL_ios {
      opacity: 0.7; }
  .qrcode .icon-FAL_android,
  .qrcode .icon-FAL_ios {
    font-size: 48px;
    border-radius: 13px;
    position: relative; }
    .qrcode .icon-FAL_android:after,
    .qrcode .icon-FAL_ios:after {
      content: "";
      background: #fff;
      width: 96%;
      height: 90%;
      position: absolute;
      top: 2px;
      left: 3px;
      border-radius: 7px;
      z-index: -1; }

.fbsearch {
  display: inline-block;
  background: #3a559f;
  color: #fff;
  padding: 2px 10px 0 30px;
  position: relative;
  margin: 0 10px; }
  .fbsearch span {
    display: inline-block;
    background: #fff;
    color: #555;
    padding: 0 5px;
    font-weight: bold;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1; }
    .fbsearch span i {
      margin-left: 30px;
      color: #999; }
  .fbsearch:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 8px;
    bottom: -10px;
    font-size: 23px; }

.co-g1 {
  color: #238c6c; }

.co-g2 {
  color: #c2ce00; }

.co-g3 {
  color: #a49f43; }

.co-g4 {
  color: #bcb755; }

/* se-2 */
.skewapp, .skewapp-4, .skewapp-3, .skewapp-2, .skewapp-1 {
  position: absolute;
  width: 180px;
  -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.3);
  -moz-transform: rotate(-22deg) skewX(40deg);
  -webkit-transform: rotate(-22deg) skewX(40deg);
  -o-transform: rotate(-22deg) skewX(40deg);
  -ms-transform: rotate(-22deg) skewX(40deg);
  transform: rotate(-22deg) skewX(40deg);
  z-index: -1; }
  .skewapp img, .skewapp-4 img, .skewapp-3 img, .skewapp-2 img, .skewapp-1 img {
    width: 100%; }

.skewapp-1 {
  right: -12px;
  bottom: 40px; }

.skewapp-2 {
  right: 340px;
  bottom: 44px; }

.skewapp-3 {
  right: -54px;
  bottom: -168px; }

.skewapp-4 {
  right: 370px;
  bottom: -120px; }

#line {
  position: absolute;
  right: 50%;
  top: -20px; }

.path {
  stroke-dasharray: 100;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 10s linear alternate infinite;
  /* Safari 4+ */
  -moz-animation: dash 10s linear alternate infinite;
  /* Fx 5+ */
  -o-animation: dash 10s linear alternate infinite;
  /* Opera 12+ */
  animation: dash 10s linear alternate infinite;
  /* IE 10+, Fx 29+ */ }

.mouse-animate {
  width: 100%;
  height: 580px;
  position: relative; }

.appimg, #circle, #licen, #mouse, #walker-phone {
  position: absolute; }
  .appimg img, #circle img, #licen img, #mouse img, #walker-phone img {
    width: 100%; }

#walker-phone {
  width: 260px;
  left: 50%;
  bottom: 0;
  transform-origin: bottom left;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: sbounce 1s ease-in-out;
  /* Safari 4+ */
  -moz-animation: sbounce 1s ease-in-out;
  /* Fx 5+ */
  -o-animation: sbounce 1s ease-in-out;
  /* Opera 12+ */
  animation: sbounce 1s ease-in-out;
  /* IE 10+, Fx 29+ */ }

@-webkit-keyframes sbounce {
  0% {
    -moz-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -webkit-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -o-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -ms-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    transform: rotateX(45deg) translateY(-400%) translateX(-50%); }
  90% {
    -moz-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -webkit-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -o-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -ms-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    transform: rotateX(45deg) translateY(10%) translateX(-50%); }
  100% {
    -moz-transform: rotateX(0) translateY(0) translateX(-50%);
    -webkit-transform: rotateX(0) translateY(0) translateX(-50%);
    -o-transform: rotateX(0) translateY(0) translateX(-50%);
    -ms-transform: rotateX(0) translateY(0) translateX(-50%);
    transform: rotateX(0) translateY(0) translateX(-50%); } }

@-moz-keyframes sbounce {
  0% {
    -moz-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -webkit-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -o-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -ms-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    transform: rotateX(45deg) translateY(-400%) translateX(-50%); }
  90% {
    -moz-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -webkit-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -o-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -ms-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    transform: rotateX(45deg) translateY(10%) translateX(-50%); }
  100% {
    -moz-transform: rotateX(0) translateY(0) translateX(-50%);
    -webkit-transform: rotateX(0) translateY(0) translateX(-50%);
    -o-transform: rotateX(0) translateY(0) translateX(-50%);
    -ms-transform: rotateX(0) translateY(0) translateX(-50%);
    transform: rotateX(0) translateY(0) translateX(-50%); } }

@-o-keyframes sbounce {
  0% {
    -moz-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -webkit-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -o-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -ms-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    transform: rotateX(45deg) translateY(-400%) translateX(-50%); }
  90% {
    -moz-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -webkit-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -o-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -ms-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    transform: rotateX(45deg) translateY(10%) translateX(-50%); }
  100% {
    -moz-transform: rotateX(0) translateY(0) translateX(-50%);
    -webkit-transform: rotateX(0) translateY(0) translateX(-50%);
    -o-transform: rotateX(0) translateY(0) translateX(-50%);
    -ms-transform: rotateX(0) translateY(0) translateX(-50%);
    transform: rotateX(0) translateY(0) translateX(-50%); } }

@keyframes sbounce {
  0% {
    -moz-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -webkit-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -o-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    -ms-transform: rotateX(45deg) translateY(-400%) translateX(-50%);
    transform: rotateX(45deg) translateY(-400%) translateX(-50%); }
  90% {
    -moz-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -webkit-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -o-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    -ms-transform: rotateX(45deg) translateY(10%) translateX(-50%);
    transform: rotateX(45deg) translateY(10%) translateX(-50%); }
  100% {
    -moz-transform: rotateX(0) translateY(0) translateX(-50%);
    -webkit-transform: rotateX(0) translateY(0) translateX(-50%);
    -o-transform: rotateX(0) translateY(0) translateX(-50%);
    -ms-transform: rotateX(0) translateY(0) translateX(-50%);
    transform: rotateX(0) translateY(0) translateX(-50%); } }

#mouse {
  width: 170px;
  bottom: 0;
  left: 0;
  -webkit-animation: fatinleft 0.4s ease 1s forwards;
  /* Safari 4+ */
  -moz-animation: fatinleft 0.4s ease 1s forwards;
  /* Fx 5+ */
  -o-animation: fatinleft 0.4s ease 1s forwards;
  /* Opera 12+ */
  animation: fatinleft 0.4s ease 1s forwards;
  /* IE 10+, Fx 29+ */
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

@-webkit-keyframes fatinleft {
  0% {
    -moz-transform: translateX(-100%) skewX(0);
    -webkit-transform: translateX(-100%) skewX(0);
    -o-transform: translateX(-100%) skewX(0);
    -ms-transform: translateX(-100%) skewX(0);
    transform: translateX(-100%) skewX(0); }
  60% {
    -moz-transform: translateX(3%) skewX(-10deg);
    -webkit-transform: translateX(3%) skewX(-10deg);
    -o-transform: translateX(3%) skewX(-10deg);
    -ms-transform: translateX(3%) skewX(-10deg);
    transform: translateX(3%) skewX(-10deg); }
  100% {
    -moz-transform: translateX(0) skewX(0);
    -webkit-transform: translateX(0) skewX(0);
    -o-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0); } }

@-moz-keyframes fatinleft {
  0% {
    -moz-transform: translateX(-100%) skewX(0);
    -webkit-transform: translateX(-100%) skewX(0);
    -o-transform: translateX(-100%) skewX(0);
    -ms-transform: translateX(-100%) skewX(0);
    transform: translateX(-100%) skewX(0); }
  60% {
    -moz-transform: translateX(3%) skewX(-10deg);
    -webkit-transform: translateX(3%) skewX(-10deg);
    -o-transform: translateX(3%) skewX(-10deg);
    -ms-transform: translateX(3%) skewX(-10deg);
    transform: translateX(3%) skewX(-10deg); }
  100% {
    -moz-transform: translateX(0) skewX(0);
    -webkit-transform: translateX(0) skewX(0);
    -o-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0); } }

@-o-keyframes fatinleft {
  0% {
    -moz-transform: translateX(-100%) skewX(0);
    -webkit-transform: translateX(-100%) skewX(0);
    -o-transform: translateX(-100%) skewX(0);
    -ms-transform: translateX(-100%) skewX(0);
    transform: translateX(-100%) skewX(0); }
  60% {
    -moz-transform: translateX(3%) skewX(-10deg);
    -webkit-transform: translateX(3%) skewX(-10deg);
    -o-transform: translateX(3%) skewX(-10deg);
    -ms-transform: translateX(3%) skewX(-10deg);
    transform: translateX(3%) skewX(-10deg); }
  100% {
    -moz-transform: translateX(0) skewX(0);
    -webkit-transform: translateX(0) skewX(0);
    -o-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0); } }

@keyframes fatinleft {
  0% {
    -moz-transform: translateX(-100%) skewX(0);
    -webkit-transform: translateX(-100%) skewX(0);
    -o-transform: translateX(-100%) skewX(0);
    -ms-transform: translateX(-100%) skewX(0);
    transform: translateX(-100%) skewX(0); }
  60% {
    -moz-transform: translateX(3%) skewX(-10deg);
    -webkit-transform: translateX(3%) skewX(-10deg);
    -o-transform: translateX(3%) skewX(-10deg);
    -ms-transform: translateX(3%) skewX(-10deg);
    transform: translateX(3%) skewX(-10deg); }
  100% {
    -moz-transform: translateX(0) skewX(0);
    -webkit-transform: translateX(0) skewX(0);
    -o-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0); } }

#licen {
  width: 200px;
  bottom: 0;
  right: 0;
  -webkit-animation: fatinright 1s ease-in-out 1.7s forwards;
  /* Safari 4+ */
  -moz-animation: fatinright 1s ease-in-out 1.7s forwards;
  /* Fx 5+ */
  -o-animation: fatinright 1s ease-in-out 1.7s forwards;
  /* Opera 12+ */
  animation: fatinright 1s ease-in-out 1.7s forwards;
  /* IE 10+, Fx 29+ */
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

@-webkit-keyframes fatinright {
  0% {
    -moz-transform: translateX(100%) scale(0);
    -webkit-transform: translateX(100%) scale(0);
    -o-transform: translateX(100%) scale(0);
    -ms-transform: translateX(100%) scale(0);
    transform: translateX(100%) scale(0); }
  70% {
    -moz-transform: translateX(10%) scale(1.3);
    -webkit-transform: translateX(10%) scale(1.3);
    -o-transform: translateX(10%) scale(1.3);
    -ms-transform: translateX(10%) scale(1.3);
    transform: translateX(10%) scale(1.3); }
  100% {
    -moz-transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); } }

@-moz-keyframes fatinright {
  0% {
    -moz-transform: translateX(100%) scale(0);
    -webkit-transform: translateX(100%) scale(0);
    -o-transform: translateX(100%) scale(0);
    -ms-transform: translateX(100%) scale(0);
    transform: translateX(100%) scale(0); }
  70% {
    -moz-transform: translateX(10%) scale(1.3);
    -webkit-transform: translateX(10%) scale(1.3);
    -o-transform: translateX(10%) scale(1.3);
    -ms-transform: translateX(10%) scale(1.3);
    transform: translateX(10%) scale(1.3); }
  100% {
    -moz-transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); } }

@-o-keyframes fatinright {
  0% {
    -moz-transform: translateX(100%) scale(0);
    -webkit-transform: translateX(100%) scale(0);
    -o-transform: translateX(100%) scale(0);
    -ms-transform: translateX(100%) scale(0);
    transform: translateX(100%) scale(0); }
  70% {
    -moz-transform: translateX(10%) scale(1.3);
    -webkit-transform: translateX(10%) scale(1.3);
    -o-transform: translateX(10%) scale(1.3);
    -ms-transform: translateX(10%) scale(1.3);
    transform: translateX(10%) scale(1.3); }
  100% {
    -moz-transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); } }

@keyframes fatinright {
  0% {
    -moz-transform: translateX(100%) scale(0);
    -webkit-transform: translateX(100%) scale(0);
    -o-transform: translateX(100%) scale(0);
    -ms-transform: translateX(100%) scale(0);
    transform: translateX(100%) scale(0); }
  70% {
    -moz-transform: translateX(10%) scale(1.3);
    -webkit-transform: translateX(10%) scale(1.3);
    -o-transform: translateX(10%) scale(1.3);
    -ms-transform: translateX(10%) scale(1.3);
    transform: translateX(10%) scale(1.3); }
  100% {
    -moz-transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); } }

#circle {
  top: 46%;
  right: 0;
  width: 200px;
  -webkit-animation: grow 0.6s ease-in-out 1.3s forwards;
  /* Safari 4+ */
  -moz-animation: grow 0.6s ease-in-out 1.3s forwards;
  /* Fx 5+ */
  -o-animation: grow 0.6s ease-in-out 1.3s forwards;
  /* Opera 12+ */
  animation: grow 0.6s ease-in-out 1.3s forwards;
  /* IE 10+, Fx 29+ */
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

@-webkit-keyframes grow {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes grow {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes grow {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes grow {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  50% {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes shake {
  0% {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-moz-keyframes shake {
  0% {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-o-keyframes shake {
  0% {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes shake {
  0% {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

/* se-3 */
.brand-logo figure {
  width: 100%;
  text-align: center; }
  .brand-logo figure img {
    margin-top: 40px;
    width: 30%;
    height: 90px; }
  .brand-logo figure figcaption {
    font-size: 21px;
    margin: 40px 0; }

@media (max-width: 1200px) {
  .product_inpage_wrap .product_icon {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .product_inpage_wrap .product_icon .pro-item {
      width: calc(100% / 3 - 10px); }  
/* 多的代碼 */
  .header-FAL #nav-flex .right-quick-link > li > a span {
    font-size: 13px; } }

@media (max-width: 992px) {
  .header-FAL #nav-flex .right-quick-link > li > a span {
    font-size: 16px; }
  .product_cube_wrap .left_cube .item_block,
  .product_cube_wrap .right_cube .item_block {
    display: block; }
    .product_cube_wrap .left_cube .item_block span.title,
    .product_cube_wrap .right_cube .item_block span.title {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .video_carousel_wrap .carousel-love {
    width: 100%; }
  .select_inline + .arrow {
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .select_inline + .arrow:before {
      content: "";
      font-family: FontAwesome; }
  .form-default fieldset .consent-zone .verification {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .form-default fieldset .consent-zone .verification .input {
      margin-top: 5px; }
  .video_carousel_wrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .video_carousel_wrap .owl-carousel,
    .video_carousel_wrap .video_left-text {
      width: 100%; }
  .header-FAL {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 4px 17px rgba(0, 0, 0, 0.1); }
  .about_vision .company_block,
  .about_vision .img-wrap {
    width: 100%; }
  .faq-acc .panel-title > a {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .faq-acc .panel-title > a:after {
      top: 20%; }
    .faq-acc .panel-title > a > span:nth-child(2) {
      width: 100%;
      padding: 6px 15px; }
  #nav-flex {
    padding: 10px 0 0; }
  #carousel-event_banner .carousel-inner:before {
    display: none; }
  #carousel-event_banner .carousel-indicators {
    right: inherit;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    #carousel-event_banner .event_banner {
      height: auto;
    }
  #carousel-event_banner .event_banner .banner-img, #carousel-event_banner .event_banner .banner-news,
  #carousel-event_banner .event_banner .carousel-caption {
    width: 100%; }
  #carousel-event_banner .event_banner .carousel-caption {
    background-color: #238c6c;
    padding: 20px 20px 50px; }
  #index-theme:before {
    display: none; }
  footer .quick-link_list ul {
    margin-top: 20px; }
    footer .quick-link_list ul li {
      padding-left: 0; }
  .brand-logo figure {
    width: 50%;
    margin: 0 auto; }
    .brand-logo figure figcaption,
    .brand-logo figure img {
      margin: 0; }
    .brand-logo figure figcaption {
      margin-bottom: 10px; }
  .check-list {
    width: 100%; }
  .se-2:before,
  .se-3:before {
    top: -90px; }
  footer .customer_service {
    display: none; }
  .radiusimg {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .radiusimg .rounded {
      height: 400px; }
  .qrcode {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-flex-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around; }
    .qrcode div {
      width: auto;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

@media (max-width: 768px) {
  h2.head-title.theme-1 ~ p.in-text {
    width: 100%; }
  #line {
    display: none; }
  .img-center {
    margin: 0 auto; }
  .border-nostep ul {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .border-nostep ul li {
      width: 30%; }
      
  .news-img {
    width: 100%; } }

@media (max-width: 640px) {
  .about_vision .img-wrap {
    min-height: inherit; }
  .radiusimg .rounded {
    height: auto; }
  .cube .cube-con-1,
  .cube .cube-con-2 {
    width: 100%; }
  .theme-pattern:before, .theme01-pattern:before, .theme02-pattern:before {
    opacity: 0.3; }
  .breadcrumb {
    display: none; }
  .alert {
    width: 80%; }
  .pro-acc .panel-title > a {
    padding: 10px 30px 10px 45px; }
  .product_inpage_wrap .download_file li {
    width: 100%; }
    .product_inpage_wrap .download_file li + li {
      margin-bottom: 0;
      margin-top: 5px; }
  .product_inpage_wrap .product_icon .pro-item {
    width: calc(100% / 2 - 10px);
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .product_inpage_wrap .product_icon .pro-item * {
      -ms-flex: 0 1 auto; }
    .product_inpage_wrap .product_icon .pro-item i {
      width: 50px;
      align-self: center;
      margin: 0 10px; }
    .product_inpage_wrap .product_icon .pro-item p {
      width: 100%; }
  .qrcode {
    margin-bottom: 60px; }
    .qrcode .icon-FAL_android,
    .qrcode .icon-FAL_ios {
      font-size: 32px; }
    .qrcode img {
      width: 100%; }
    .qrcode div {
      padding: 10px; }
  .skewapp, .skewapp-1, .skewapp-2, .skewapp-3, .skewapp-4 {
    opacity: 0.5; }
  .xs-align-cen {
    text-align: center; }
  .border-nostep ul li {
    width: 45%; }
  .table-default .break-table td {
    min-height: 4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 480px) {
  .header-FAL #nav-flex .right-quick-link > li > a span {
    font-size: 13px; }
  .form-default option,
  .form-default select {
    min-width: inherit; }
  .mouse-animate {
    height: 700px; }
  #circle {
    top: 58%;
    width: 42%; }
  #mouse {
    width: 30%;
    z-index: 1; }
  #walker-phone {
    width: 100%;
    bottom: inherit;
    top: 0; }
  .product_inpage_wrap .product_icon .pro-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .product_inpage_wrap .product_icon .pro-item * {
      -ms-flex: 0 1 auto; }
    .product_inpage_wrap .product_icon .pro-item i {
      width: auto; }
  .block-step ul, .border-nostep ul {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .block-step ul li, .border-nostep ul li {
      width: 100%;
      text-align: center; }
      .block-step ul li + li, .border-nostep ul li + li {
        margin-top: 0; }
        .block-step ul li + li:before, .border-nostep ul li + li:before {
          content: "";
          font-family: FontAwesome;
          position: absolute;
          top: -20px;
          left: 50%;
          -moz-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
  .border-nostep ul li + li:before {
    content: ""; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-FAL .navbar-collapse {
    border-left: none;
    border-right: none; }
  .header-FAL #nav-flex .navbar-nav {
    width: 60%;
    position: relative;
    background: transparent;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-flex-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end; }
  .navbar-nav > li {
    background-color: #eee; }
  .header-FAL #nav-flex .right-quick-link {
    width: 40%; }
  .header-FAL #in-search.on_search {
    left: 0; }
  .header-FAL .navbar-nav li:first-child {
    border-left: 1px solid #ddd; }
  .jumbotron .owl-index_FAL,
  .jumbotron .owl-index_FAL .img-wrap {
    height: 500px;
    overflow: hidden; }
    .jumbotron .owl-index_FAL img,
    .jumbotron .owl-index_FAL .img-wrap img {
      height: 500px;
      width: auto;
      position: absolute;
      max-width: inherit;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  #carousel-event_banner .event_banner .banner-img,
  #carousel-event_banner .event_banner .banner-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #carousel-event_banner .event_banner .banner-img img,
    #carousel-event_banner .event_banner .banner-news img {
      height: auto; }
  .video_wrap .video_COVER .img-wrap img {
    height: auto; }
  .news-zone .f-wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 1280px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-FAL .navbar-default .navbar-nav > li > a {
    font-size: 15px; } }

@media screen and (max-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-FAL #nav-flex .navbar-nav,
  .header-FAL #nav-flex .right-quick-link {
    width: 100%; } }

@-moz-document url-prefix() {
  .product_cube_wrap .left_cube .item_block span,
  .product_cube_wrap .right_cube .item_block span {
    height: 100%; }
  .form-default.form-inline .form-group label {
    min-width: 85px; }
  .form-default.form-inline .form-group .form-control {
    width: auto; }
  .table > thead > tr > th {
    border-left: 1px solid #fff; }
  @media (max-width: 992px) {
    .form-default.form-inline .form-group .form-control {
      width: 100%; } } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .about_vision .img-wrap span {
      min-height: 450px; }
    .header-FAL .navbar-brand > img {
      width: 140px; } 
      @media (max-width: 768px) {
        .product_cube_wrap .left_cube .item_block span.title,
        .product_cube_wrap .right_cube .item_block span.title {
          position: absolute;
          height: 100%;
        }
      }
    } }








.h4, h4 {
  font-size: 18px;
}
table {
  caption-side: unset;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,a:hover {
  color: #23527c;
}
@media screen and (max-width: 600px) {
  #messageForm .col {
    flex: unset;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.border-none {
  border: none !important;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel h4.panel-title {
  margin: 0;
}
.panel-default {
  border-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}
.panel-body {
  padding: 15px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-indicators li[data-bs-target] {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 100%;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .table-responsive>.table>tbody>tr>td, 
  .table-responsive>.table>tbody>tr>th, 
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
      white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

li.dropdown {
  position: relative;
}
.navbar-collapse {
  flex-basis: auto;
  align-items: unset;
}
.header-FAL .navbar-default {
  padding: 0;
}
.header-FAL #nav-flex {
  width: 100%;
}
.header-FAL .navbar-collapse {
  justify-content: end;
}

@media (max-width: 991px) {
  .header-FAL .navbar-collapse.collapse.show {
    display: block !important;
    overflow-y: auto !important;
  }
}

/* select.js */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
  height: fit-content !important;
}
.form-inline .bootstrap-select.btn-group .form-control.selectpicker span {
  white-space: pre-wrap;
  word-break: break-all;
}
.bootstrap-select> .dropdown-toggle {
  background: #fff;
  border: 1px solid #999 !important;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
}
.bootstrap-select .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  right: 15px;
  top: 50%;
}
.bootstrap-select {
  width: 660px;
}
.bootstrap-select .dropdown-menu.show {
  position: static;
}
.bootstrap-select .bs-searchbox {
  padding: 0 8px;
}
.bootstrap-select .dropdown-menu.inner.show {
  border: none;
}
.bootstrap-select .dropdown-menu li a {
  padding: 3px 20px;
  display: block;
  cursor: pointer;
}
.bootstrap-select .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.bootstrap-select .dropdown-menu li.active.selected,
.bootstrap-select .dropdown-menu li.active.selected a:hover {
  background-color: #337ab7;
}
.bootstrap-select .dropdown-menu li.active.selected a span.text {
  color: #fff;
}
.bootstrap-select .dropdown-menu li a span.text {
  white-space: pre-wrap;
  word-break: break-all;
  max-width: 100%;
  font-size: 1rem;
  color: #555;
}
@media (max-width: 991px) {
  .bootstrap-select {
    width: 100%;
  }
  .bootstrap-select .dropdown-menu li a span.text {
    font-size: .875rem;
  }
}