/* y20180919a */

header {
  font-family: 'Roboto', 'Microsoft JhengHei', sans-serif;
  font-size: 12px;
}
body {
  font-family: 'Roboto', 'Microsoft JhengHei', sans-serif;
  font-size: 16px;
  line-height: 2;
}
/*body.en {
  font-family: 'Roboto' !important;
}
body.tc, body.sc {
  font-family: 'Microsoft JhengHei' !important;
}*/
footer {
  font-family: 'Roboto', 'Microsoft J.news_titlehengHei', sans-serif;
  font-size: 14px;
  border-top: 1px solid #d1d3d4;
}
@media only screen and (min-width: 992px) {
  body {
    /*font-size: 18px;*/
  }
  
}
img {
  max-width: 100%;
  height: auto;
}
div {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
hr {
  border-color: #ccc;
}
table,
.table {
  width: 100%;
  margin: 0;
}
table td[class*=col-],
table th[class*=col-] {
  padding-top: .8rem;
  padding-bottom: .8rem;
}
a[name]::before {
  content: " ";
  display: block;
  height: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  a[name]::before {
    height: 130px;
    margin-top: -130px;
  }
}
@media (min-width: 1200px) {
  a[name]::before {
    height: 106px;
    margin-top: -106px;
  }
}
@media (min-width: 768px) {
  .centerrow9 {
    padding: 0 12.5%;
  }
}
a {
  color: #337ab7;
}
a.active {
  text-decoration: underline;
}

.list li {
  position: relative;
  padding-top: .8rem;
  padding-bottom: .8rem;
  clear: both;
}
.list .thumb {
  position: absolute;
  text-align: center;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-table {
  display: inline-table;
}
.wrapper {
  position: relative;
}
.table-full-width {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.vtxtbottom {
  vertical-align: text-bottom;
}
.vtxttop {
  vertical-align: text-top;
}
.pull-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.full-width {
  width: 100%;
}
.self-width {
  width: 50%;
}
.rounded {
  border-radius: .5rem;
}
.eq-row div {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.box-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
}
.border-box-red {
  border: 1px solid #ed1c24;
}
.border-box-white {
  border: 1px solid #FFF;
}
.border-box-grey {
  border: 1px solid #e6e7e8;
}
.border-fq-red {
  border-bottom: 1rem solid #ed1c24;
}
.no-padding {
  padding: 0;
}
.absolute-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.txt-red {
  color: #ed1c24 !important;
}
.txt-yellow {
  color: #fcb040 !important;
}
.txt-white {
  color: #fff !important;
}
.txt-black {
  color: #000 !important;
}
.txt-blue {
  color: #337ab7 !important;
}
.txt-grey {
  color: #999 !important;
}
.content_special {
	margin: 1rem 20rem 2rem 20rem !important;
}
.content89 {
  width: 70%;
  padding-left: 19%;
}
.strick_center {
  margin: 0 auto !important;
}
.strick_center_p {
  text-align: center !important;
}
.bg-label {
  display: inline-block;
  border-radius: .8rem 0 .8rem 0;
  padding: .3rem 1rem;
  margin: .3rem auto;
  background: #ed1c24;
  color: #fff;
}
.bg-red {
  background-color: #ed1c24 !important;
}
.bg-yellow {
  background-color: #fcb040 !important;
}
.bg-green {
  background-color: #449d44 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-ccc {
  background-color: #ccc !important;
}
.bg-lightgrey {
  background-color: #f1f2f2 !important;
}
.bg-grey-white {
  background: #f1f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1f2f2 70%, #ffffff 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f1f2f2 70%, #ffffff 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f1f2f2 70%, #ffffff 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-grey-white-100 {
  background: #f1f2f2;
}
.bg-grey-white-50 {
  background: #f1f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1f2f2 45%, #ffffff 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f1f2f2 45%, #ffffff 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f1f2f2 45%, #ffffff 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-white-grey {
  /*background-image: url('/img/banner.jpg');*/
  background-repeat: no-repeat;
  background-size: 100% auto;
  /*background-color: #f1f2f2;*/
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 30%, #f1f2f2 30%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 30%, #f1f2f2 30%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 30%, #f1f2f2 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.block-search div {
  display: inline;
}
#search_textfield {
  border-radius: 4px;
  width: 220px;
  text-align: left;
  padding: 2px 4px;
  box-shadow: -1px -1px #000;
  height: 30px;
  display: inline-block;
}
#search_icon {
  border: none;
  font-size: 150%;
  background-color: transparent;
  display: inline-block;
}
#search_mod {
  display: none;
}
@media (max-width: 767px) {
  #search_textfield {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    width: 100% !important;
    display: none;
  }
  #search_icon {
    position: absolute;
    top: 56px;
    right: 4px;
    display: none;
  }
  .fontSize-12 #search_icon {
    position: absolute;
    top: 60px;
    right: 4px;
    display: none;
  }
  .fontSize-12 #search_icon {
    position: absolute;
    top: 52px;
    right: 4px;
    display: none;
  }
  #search_mod {
    display: block;
    font-size: 150%;
    color: black;
  }
  header .navbar-logo img {
    width: auto;
    height: 45px !important;
  }
  .fontSize-8 header .nav-upper .block {
    margin-bottom: 12px !important;
  }
  .fontSize-10 header .nav-upper .block {
    margin-bottom: 10px !important;
  }
  .fontSize-12 header .nav-upper .block {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 375px) {
  header .navbar-logo img {
    width: auto;
    /*height: 22px !important;*/
  }
}
@media (max-width: 360px) {
  header .navbar-logo img {
    width: auto;
    /*height: 18px !important;*/
    margin-left: 0px !important;
  }
  header .nav-upper {
    width: 68% !important;
  }
}
.boldtext {
  font-weight: bold;
}
.underlinetext {
  text-decoration: underline;
}
.bolditext {
  font-weight: bold;
  font-style: italic;
}
.boldutext {
  font-weight: bold;
  text-decoration: underline;
}
.untext {
  text-decoration: underline;
}
.banner {
  /*background: url('/img/banner.jpg'), #f1f2f2;*/
  background-repeat: no-repeat;
  background-size: 100% auto, 100% 30px;
}
.width70 {
  max-width: 70%;
}
.news_div .width70 {
  width: 200px;
  height: 110px;
  vertical-align: middle;
  display: table;
}
.news_div .width70>div {
  margin: 10px 0px 0px 10px !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.box_center_p {
  width: 92%;
  text-align: center !important;
  height: auto !important;
}
.whk_block {
  width: 30%;
  float: left;
}
.whk_block a {
  color: black;
}
.whk_block a:hover {
  color: black;
}

.bravespirits {
  padding-bottom: 50px;
}
.brave table {
  /*border-bottom: 1px solid #d1d3d4;
*/}
.rail {
  border-bottom: 1px solid #d1d3d4;
}
.brave td {
  vertical-align: top;
}
.brave td:nth-child(1) {
  width: 100px;
}
.brave td:nth-child(1) img {
  max-width: 100px;
  max-height: 100px;
}
@media only screen and (max-width: 399px) {
  .brave td:nth-child(1) img {
    max-width: 50px;
    max-height: 50px;
  }
}
.brave a {
  color: white;
}
.brave table {
  width: auto;
  /*margin: 0 auto;*/
}
.brave tr {
  padding-top: 4px;
  padding-bottom: 4px;
}
.brave td {
  /*padding-top: 5px;*/
  /*padding-bottom: 5px;*/
  padding: 5px;
}
.burst {
    position: relative;
    display: inline-block;
}

.burst .burstevent {
    visibility: hidden;
    /*width: 120px;*/
    background-color: white;
    color: #000;
    text-align: center;
    /*border-radius: 6px;*/
    padding: 1px 5px;
    line-height: 1.5;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;

    /* box-shadow */
    border: 1px solid #777;
    box-shadow: 2px 2px #777;
}
@media only screen and (min-width: 1201px) {
  .burst .burstevent {
    top: 30%;
    left: 105%;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .burst .burstevent {
    top: 10%;
    left: 80%;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 775px) and (max-width: 1000px) {
  .burst .burstevent {
    top: 10%;
    left: 70%;
    white-space: nowrap;
  }
  .content_special {
	margin: 1rem 5rem 2rem 5rem !important;
	}
}
@media only screen and (max-width: 774px) {
  .burst .burstevent {
    top: 0%;
    left: 0%;
    white-space: normal;
  }
  .content_special {
	margin: 1rem 2rem 2rem 2rem !important;
	}
}

.fontSize-8 .burst .burstevent {
  font-size: 10px;
}
.fontSize-10 .burst .burstevent {
  font-size: 12px;
}
.fontSize-12 .burst .burstevent {
  font-size: 14px;
}

.burst:hover .burstevent {
    visibility: visible;
}

.the_block .whk_block:nth-child(odd) {
  margin-left: 16%;
}
.the_block .whk_block:nth-child(even) {
  margin-left: 10%;
  /*padding-right: 20%;*/
}
@media only screen and (max-width: 744px) {
  .the_block .whk_block:nth-child(odd) {
    padding-left: 10%;
  }
  .the_block .whk_block:nth-child(even) {
    padding-left: 0px;
    padding-right: 10%;
  }
  .the_block .whk_block li {
    /*max-width: 60%;*/
  }
  .whk_block+.whk_block {
    padding-left: 30px !important;
  }
}
.element-invisible {
  display: none;
}
.res_news_row {
  padding: 5px;
}
.res_news_row td {
    text-align: justify;
}
.res_news_tbl {
  width: 100%;
  padding: 5px;
}
.res_news_tbl tr {
  line-height: 1.4;
}
.res_news_tbl td {
  /*border: 1px solid #d1d3d4;*/
  vertical-align: top;
  /*text-align: left;*/
  padding: 6px 16px;
}
.fontSize-8 .res_news_tbl td, .fontSize-8 .res_news_tbl td a {
  font-size: 16px;
}
.fontSize-10 .res_news_tbl td, .fontSize-10 .res_news_tbl td a {
  font-size: 18px;
}
.fontSize-12 .res_news_tbl td, .fontSize-12 .res_news_tbl td a {
  font-size: 20px;
}
.res_news_tbl td a {
  color: black !important;
}
.content_list_tbl {
  width: 94%;
  margin-left: 30px;
  margin-bottom: 30px;
}
.content_list_tbl td:nth-child(1) {
  padding-right: 10px;
  vertical-align: top;
}
.list_tbl {
  width: 60%;
  margin: 0 auto;
  line-height: 2.5;
  font-size: 1.6rem;
  /*display: table;*/
  text-align: justify;
  /*margin: 1rem 20rem 2rem 20rem !important;*/
  color: #DA291C;
}

.list_tbl td {
  vertical-align: top;
}
.list_tbl td:nth-child(odd) {
  text-align: right;
  padding-right: 10px;
}
.list_tbl td:nth-child(even) {
  text-align: left;
}
.padding30 {
  padding: 30px;
}
.iso_icon {

}
.iso_div {
  width: auto !important;
}
@media only screen and (min-width: 600px) {
  .iso_div {
    width: 400px !important;
  }
}
@media only screen and (max-width: 599px) {
  .iso_div {
    width: 200px !important;
  }
}
@media (max-width: 768px) {
  td .iso_div {
    width: 200px !important;
  }
}
@media (max-width: 550px) {
  td .iso_div {
    width: 140px !important;
  }
}
/*@media only screen and (max-width: 399px) {
  .iso_div {
    width: 100px !important;
  }
}*/
.iso_div>div {
  /*padding: 30px;*/
}
#lib0 {
  margin-top: 10rem;
  color: white;
  /*font-size: 50px;*/
}
#lib1 {
  margin-top: -6rem;
}
@media (max-width: 768px) {
  #lib1 {
    margin-top: -2rem;
  }
}
.with-bg-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.btnLink,
.btnLink-lg,
.btnRed-lg,
.btnYellow-lg,
.btnGrey-lg,
.btnRedBorder-lg,
.btnYellowBorder-lg,
.btnWhiteBorder-lg,
.btnGreyBorder-lg {
  display: inline-block;
  border-radius: 2rem;
  color: #FFF;
  padding: .3rem 2.5rem;
  margin: .3rem auto;
  font-weight: bolder;
  font-size: 1.5rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btnLink[disabled] {
  pointer-events: none;
  cursor: default;
  background-color: #333;
  color: #999;
  border-color: transparent;
}
.btnLink:hover,
.btnLink:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #FFF;
}
.btnLink-lg {
  padding-left: 25%;
  padding-right: 25%;
}
.btnLink.no-link,
.btnLink.active {
  pointer-events: none;
}
.btnRed {
  display: inline-block;
  border-radius: 2rem;
  color: #FFF;
  padding: .3rem 2.5rem;
  margin: .3rem auto;
  font-weight: bolder;
  font-size: 1.5rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ed1c24;
}
.btnRed[disabled] {
  pointer-events: none;
  cursor: default;
  background-color: #333;
  color: #999;
  border-color: transparent;
}
.btnRed:hover,
.btnRed:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #FFF;
}
.btnRed-lg {
  padding-left: 25%;
  padding-right: 25%;
}
.btnRed.no-link,
.btnRed.active {
  pointer-events: none;
}
.btnRed:hover,
.btnRed:focus {
  color: #ed1c24;
  background-color: #FFF;
  border-color: #ed1c24;
}
.btnYellow {
  display: inline-block;
  border-radius: 2rem;
  color: #FFF;
  padding: .3rem 2.5rem;
  margin: .3rem auto;
  font-weight: bolder;
  font-size: 1.5rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fcb040;
  border-color: #FFF;
}
.btnYellow[disabled] {
  pointer-events: none;
  cursor: default;
  background-color: #333;
  color: #999;
  border-color: transparent;
}
.btnYellow:hover,
.btnYellow:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #FFF;
}
.btnYellow-lg {
  padding-left: 25%;
  padding-right: 25%;
}
.btnYellow.no-link,
.btnYellow.active {
  pointer-events: none;
}
.btnYellow:hover,
.btnYellow:focus {
  color: #fcb040;
  background-color: #FFF;
  border-color: #fcb040;
}
.btnGrey {
  display: inline-block;
  border-radius: 2rem;
  color: #FFF;
  padding: .3rem 2.5rem;
  margin: .3rem auto;
  font-weight: bolder;
  font-size: 1.5rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #CCC;
  color: #666;
}
.btnGrey[disabled] {
  pointer-events: none;
  cursor: default;
  background-color: #333;
  color: #999;
  border-color: transparent;
}
.btnGrey:hover,
.btnGrey:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #FFF;
}
.btnGrey-lg {
  padding-left: 25%;
  padding-right: 25%;
}
.btnGrey.no-link,
.btnGrey.active {
  pointer-events: none;
}
.btnGrey:hover,
.btnGrey:focus {
  color: #666;
  background-color: #FFF;
  border-color: #CCC;
}
.btnRedBorder {
  display: inline-block;
  border-radius: 2rem;
  color: #FFF;
  padding: .3rem 2.5rem;
  margin: .3rem auto;
  font-weight: bolder;
  font-size: 1.5rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #ed1c24;
  border: 1px solid #ed1c24;
}
.btnRedBorder[disabled] {
  pointer-events: none;
  cursor: default;
  background-color: #333;
  color: #999;
  border-color: transparent;
}
.btnRedBorder:hover,
.btnRedBorder:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #FFF;
}
.btnRedBorder-lg {
  padding-left: 25%;
  padding-right: 25%;
}
.btnRedBorder.no-link,
.btnRedBorder.active {
  pointer-events: none;
}
.btnRedBorder:hover,
.btnRedBorder:focus {
  background-color: #ed1c24;
}
.btnYellowBorder {
  display: inline-block;
  border-radius: 2rem;
  color: #FFF;
  padding: .3rem 2.5rem;
  margin: .3rem auto;
  font-weight: bolder;
  font-size: 1.5rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #fcb040;
  border: 1px solid #fcb040;
}
.btnYellowBorder[disabled] {
  pointer-events: none;
  cursor: default;
  background-color: #333;
  color: #999;
  border-color: transparent;
}
.btnYellowBorder:hover,
.btnYellowBorder:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #FFF;
}
.btnYellowBorder-lg {
  padding-left: 25%;
  padding-right: 25%;
}
.btnYellowBorder.no-link,
.btnYellowBorder.active {
  pointer-events: none;
}
.btnYellowBorder:hover,
.btnYellowBorder:focus {
  background-color: #fcb040;
}
.btnWhiteBorder {
  display: inline-block;
  border-radius: 2rem;
  padding: .3rem 2.5rem;
  margin: 1.3rem auto;
  font-weight: bolder;
  font-size: 1.5rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
.btnWhiteBorder[disabled] {
  pointer-events: none;
  cursor: default;
  background-color: #333;
  color: #999;
  border-color: transparent;
}
.btnWhiteBorder:hover,
.btnWhiteBorder:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #FFF;
}
.btnWhiteBorder-lg {
  padding-left: 25%;
  padding-right: 25%;
}
.btnWhiteBorder.no-link,
.btnWhiteBorder.active {
  pointer-events: none;
}
.btnWhiteBorder:hover,
.btnWhiteBorder:focus {
  border-color: #FFF;
  color: #ed1c24;
  background-color: #FFF;
}
.btnGreyBorder {
  display: inline-block;
  border-radius: 2rem;
  color: #FFF;
  padding: .3rem 2.5rem;
  margin: .3rem auto;
  font-weight: bolder;
  font-size: 1.5rem;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #666;
  border: 1px solid #666;
}
.btnGreyBorder[disabled] {
  pointer-events: none;
  cursor: default;
  background-color: #333;
  color: #999;
  border-color: transparent;
}
.btnGreyBorder:hover,
.btnGreyBorder:focus {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #FFF;
}
.btnGreyBorder-lg {
  padding-left: 25%;
  padding-right: 25%;
}
.btnGreyBorder.no-link,
.btnGreyBorder.active {
  pointer-events: none;
}
.btnGreyBorder:hover,
.btnGreyBorder:focus {
  color: #FFF;
  background-color: #666;
  border-color: #FFF;
}
.list-style-dot-red li {
  list-style-type: none;
  padding-left: 1rem;
  text-indent: -1.25rem;
}
.list-style-dot-red li:before {
  content: "•";
  font-size: 2rem;
  margin-right: .5rem;
  height: 100%;
  color: #ed1c24;
}
.hover-type-zoomin {
  overflow: hidden;
}
.hover-type-zoomin img {
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6;
  -o-transition: opacity .6s, transform .6s;
  transition: opacity .6s, transform .6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
@media (min-width: 768px) {
  .hover-type-zoomin:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
.square {
  position: relative;
  overflow: hidden;
}
.square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square .sq-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.basic_title {
  text-align: center;
  font-size: 3rem;
  padding-top: 2rem;
}
.basic_subtitle {
  padding: 2rem;
}
.basic_content {
  padding: 0.5rem 2rem;
  line-height: 2;
  /*font-size: 16px;*/
  text-align:justify;
}
.fontSize-8 .basic_content {
  font-size: 14px;
}
.fontSize-10 .basic_content {
  font-size: 16px;
}
.fontSize-12 .basic_content {
  font-size: 18px;
}
.box-shadow div:last-child {
  /*padding-bottom: 2rem;*/
}
.box-shadow div:last-child .basic_content {
  /*padding-bottom: 0rem;*/
}

.big_title {
  text-align: center;
  /*margin: 1rem;*/
  font-size: 3rem;
  margin-top: 1rem;
}
.jyp {
  text-align: justify;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}
.iso_item div.great_div {
  height: 100%;
}
.iso_title {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.index_title {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.head_div {
    background-color: #DA291C;
    width: 70%;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: white;
    text-align: left;
    line-height: 1.5;
}
.content_div {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
}
.pt_div {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
  /*display: list-item;*/
  text-align: justify;
}
.pt_block {
  /*padding-left: 30px;*/
  padding: 0 30px;
}
.listItems11 {
  /*display: inline-block;*/
  display: inline-block;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.iso{
  /*width: 8%;
  min-width: 80px;
  float: left;
  margin-right: 6px;
  min-height: 160px;*/
  /*width: 8.5%;*/
    min-width: 80px;
    display: inline-block;
    vertical-align: top;
    padding: 0 2px;
    min-height: 160px;

}
.listItems11 .iso {
  width: 8.5%;
}
.index_listItems .spirit {
  padding: 20px;
}
.index_listItems .spirit img:hover {
  transform: scale(1.1);
}
.index_listItems .spirit div:last-child {
  padding-top: 10px;
}
.iso:last-child {
  margin-right: 0px;
}
.iso img {
  width: 100%;
  /*margin-bottom: 1rem;*/
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  display:block;
  -webkit-transform: translateZ(0);
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}
.iso img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: translateZ(0);
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}
.iso div {
  /*font-size: 16px;*/
  text-align: center;  
  line-height: 1.5;
}
.fontSize-8 .iso div {
  font-size: 11px;
}
.fontSize-10 .iso div {
  font-size: 11px;
}
.fontSize-12 .iso div {
  font-size: 11px;
}
.fontSize-8 .index_listItems .iso div {
  font-size: 14px;
}
.fontSize-10 .index_listItems .iso div {
  font-size: 16px;
}
.fontSize-12 .index_listItems .iso div {
  font-size: 18px;
}
.btnMoreDetail {
  font-size: 2.2rem;
}
.btm_banner {
  text-align: center;
}
.listItems11 .iso div:first-child {
	border-radius: 50%;
	border: #ef3d3e 3px solid !important;
	margin-bottom: 1rem;
}

.selected_iso {
  width: 10% !important;
  margin-top: -10px;
}
.selected_iso img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
.iso_link {
	text-decoration: none;	
}
.iso_link:hover {
	text-decoration: none;	
}
.element {
  margin-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.elements {
  margin-bottom: 20px;
    display: table;
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
}
.element a, .elements a {
  color: white !important;
}
.elements.row.activities {
  width: 98%;
}
.elements.row.non-activities {
  width: 98%;
}
.elements.row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.elements [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}
.elements_s [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -1px;
  margin-right: -1px;
}
.elements.row.activities img {
  max-width: 100px;
}
.elements.row.activities [class*=col] {
    padding-left: 8px;
    padding-right: 8px;
}
table.arrow_table {
  margin-top: 1rem;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 2rem;
  width: auto;
}
table.arrow_table tbody tr td {
  /*font-size: 1.4rem;*/
  line-height: 2;
  text-align:justify;
}
.fontSize-8 table.arrow_table tbody tr td {
  font-size: 14px;
}
.fontSize-10 table.arrow_table tbody tr td {
  font-size: 16px;
}
.fontSize-12 table.arrow_table tbody tr td {
  font-size: 18px;
}
table.arrow_table tbody tr td:first-child {
  width: 3rem;
  vertical-align: text-bottom;
  /*color: #DA291C;*/
}
table.arrow_table.bullet tbody tr td:first-child {
  color: #DA291C;
}
table.arrow_table.bullet tbody tr td:first-child {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 6px;
}
table.arrow_table tbody tr td:last-child {
  padding-bottom: 2rem;
}

table.news_table {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 2rem;
  width: 90%;
}
table.news_table tbody tr td {
  font-size: 1.4rem;
  vertical-align: text-top;
  border-bottom: #ddd 1px solid;
  padding: 10px 0;
}
table.news_table tbody tr td:first-child {
  width: 20%;
}
.the_block {
  margin-bottom: 3rem;
}
.flippers {
  margin-left: -15px;
}
.flipsContent {
  max-width: 50%;
}
.flip-container, .front, .back {
  height: 216px !important;
}
.front {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: center;
}
body.en #flip1 .front {
  background-image: url('/img/en/thumb/thumb_why01s.png');
}
body.en #flip2 .front {
  background-image: url('/img/en/thumb/thumb_why02.png');
}
body.en #flip3 .front {
  background-image: url('/img/en/thumb/thumb_why03.png');
}
body.en #flip4 .front {
  background-image: url('/img/en/thumb/thumb_why04.png');
}
body.en #flip5 .front {
  background-image: url('/img/en/thumb/thumb_why05.png');
}
body.en #flip6 .front {
  background-image: url('/img/en/thumb/thumb_why06.png');
}
body.en #flip7 .front {
  background-image: url('/img/en/thumb/thumb_why07.png');
}
body.en #flip8 .front {
  background-image: url('/img/en/thumb/thumb_why08.png');
}
body.en #flip9 .front {
  background-image: url('/img/en/thumb/thumb_why09.png');
}
body.en #flip10 .front {
  background-image: url('/img/en/thumb/thumb_why10.png');
}
body.en #flip11 .front {
  background-image: url('/img/en/thumb/thumb_why11.png');
}
body.en #flip12 .front {
  background-image: url('/img/en/thumb/thumb_why12.png');
}
body.en #flip13 .front {
  background-image: url('/img/en/thumb/thumb_why13.png');
}
body.en #flip14 .front {
  background-image: url('/img/en/thumb/thumb_why14.png');
}
body.en #flip15 .front {
  background-image: url('/img/en/thumb/thumb_why15.png');
}
body.en #flip16 .front {
  background-image: url('/img/en/thumb/thumb_why16.png');
}
body.en #flip17 .front {
  background-image: url('/img/en/thumb/thumb_why17.png');
}

body.tc #flip1 .front {
  background-image: url('/img/tc/thumb/thumb_why01.png');
}
body.tc #flip2 .front {
  background-image: url('/img/tc/thumb/thumb_why02.png');
}
body.tc #flip3 .front {
  background-image: url('/img/tc/thumb/thumb_why03.png');
}
body.tc #flip4 .front {
  background-image: url('/img/tc/thumb/thumb_why04.png');
}
body.tc #flip5 .front {
  background-image: url('/img/tc/thumb/thumb_why05.png');
}
body.tc #flip6 .front {
  background-image: url('/img/tc/thumb/thumb_why06.png');
}
body.tc #flip7 .front {
  background-image: url('/img/tc/thumb/thumb_why07.png');
}
body.tc #flip8 .front {
  background-image: url('/img/tc/thumb/thumb_why08.png');
}
body.tc #flip9 .front {
  background-image: url('/img/tc/thumb/thumb_why09.png');
}
body.tc #flip10 .front {
  background-image: url('/img/tc/thumb/thumb_why10.png');
}
body.tc #flip11 .front {
  background-image: url('/img/tc/thumb/thumb_why11.png');
}
body.tc #flip12 .front {
  background-image: url('/img/tc/thumb/thumb_why12.png');
}
body.tc #flip13 .front {
  background-image: url('/img/tc/thumb/thumb_why13.png');
}
body.tc #flip14 .front {
  background-image: url('/img/tc/thumb/thumb_why14.png');
}
body.tc #flip15 .front {
  background-image: url('/img/tc/thumb/thumb_why15.png');
}
body.tc #flip16 .front {
  background-image: url('/img/tc/thumb/thumb_why16.png');
}
body.tc #flip17 .front {
  background-image: url('/img/tc/thumb/thumb_why17.png');
}

body.sc #flip1 .front {
  background-image: url('/img/sc/thumb/thumb_why01.png');
}
body.sc #flip2 .front {
  background-image: url('/img/sc/thumb/thumb_why02.png');
}
body.sc #flip3 .front {
  background-image: url('/img/sc/thumb/thumb_why03.png');
}
body.sc #flip4 .front {
  background-image: url('/img/sc/thumb/thumb_why04.png');
}
body.sc #flip5 .front {
  background-image: url('/img/sc/thumb/thumb_why05.png');
}
body.sc #flip6 .front {
  background-image: url('/img/sc/thumb/thumb_why06.png');
}
body.sc #flip7 .front {
  background-image: url('/img/sc/thumb/thumb_why07.png');
}
body.sc #flip8 .front {
  background-image: url('/img/sc/thumb/thumb_why08.png');
}
body.sc #flip9 .front {
  background-image: url('/img/sc/thumb/thumb_why09.png');
}
body.sc #flip10 .front {
  background-image: url('/img/sc/thumb/thumb_why10.png');
}
body.sc #flip11 .front {
  background-image: url('/img/sc/thumb/thumb_why11.png');
}
body.sc #flip12 .front {
  background-image: url('/img/sc/thumb/thumb_why12.png');
}
body.sc #flip13 .front {
  background-image: url('/img/sc/thumb/thumb_why13.png');
}
body.sc #flip14 .front {
  background-image: url('/img/sc/thumb/thumb_why14.png');
}
body.sc #flip15 .front {
  background-image: url('/img/sc/thumb/thumb_why15.png');
}
body.sc #flip16 .front {
  background-image: url('/img/sc/thumb/thumb_why16.png');
}
body.sc #flip17 .front {
  background-image: url('/img/sc/thumb/thumb_why17.png');
}

.fancybox-content {
  max-width: 80% !important;
  max-height: 80% !important;
}

.nexus .core {
  padding-bottom: 3rem;
}

.iso_item {
	text-decoration: none;
}
.txt-333 {
  color: #333 !important;
}
ul.content_list {
	margin-left: 30px;
}
ul.content_list li {
	line-height: 2.5;
    font-size: 1.3rem;
}

@media (min-width: 768px) {
  .back {
      padding: 3rem;
      color: black;
      text-align: left;
      background-color: white !important;
      /*transition: right .2s linear,
              bottom .2s linear,
              top .2s linear,
              left .2s linear,
              line-height .2s linear,
              z-index .2s linear;*/
  }
}
.expanded {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  line-height: 400px;
  z-index: 9999;
}
.back {
    padding: 3rem;
    color: black;
    text-align: left;
    background-color: white !important;
    width: 116% !important;
    height: 256px !important;
    margin: -4% 0% 0% -8%;
    overflow-x: hidden;
    overflow-y: scroll;
}
@media (min-width: 768px) {
  .flip-container:hover .back {
    width: 117% !important;
    height: 236px !important;
    margin: -8% 0% 0% -8%;
  }
}
.flip-container:hover .back {
  /*width: 116% !important;*/
  height: 236px !important;
  margin: -4% 0% 0% -8%;
}
.flip-container.flipped .back {
  width: 116% !important;
  height: 236px !important;
  margin: -4% 0% 0% -8%;
}
/*.flip-container .thumb_title, .flip-container .thumb_content {
  display: none;
}
.flip-container:hover .thumb_title, .flip-container:hover .thumb_content {
  display: block;
}*/
.thumb_title {
  /*font-size: 1.8rem;*/
}
.thumb_content {
  /*font-size: 1.4rem;*/
  padding-top: 2rem;
}
.fontSize-8 .thumb_title {
  font-size: 16px;
}
.fontSize-10 .thumb_title {
  font-size: 18px;
}
.fontSize-12 .thumb_title {
  font-size: 20px;
}
.fontSize-8 .thumb_content {
  font-size: 14px;
}
.fontSize-10 .thumb_content {
  font-size: 16px;
}
.fontSize-12 .thumb_content {
  font-size: 18px;
}
.footnote {
  border-top: 1px solid;
  font-size: 80%;
  padding-top: 10px;
}
/*bscard*/
#cardContainer {
position: relative;
background: skyblue;
height:300px;
width:100%;
overflow: hidden;
margin:auto;
}

.off {
  color: rgba(0, 0, 0, 0.0) !important;
  background: rgba(230, 230, 250, 0.0) !important;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
}

.bscards {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
  width: 80%;
  height: 20%;
  position: absolute;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
  margin-left: 10%;
  margin-right: 10%;
 }
 
.bscards .bscard.flipped {
  -webkit-transform: rotatey(-180deg);
  -moz-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
  height: 100%;
  z-index: 100;
}

.bscards .bscard {
  /*width: 100%;*/
  /*height: 100%;*/
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}

.bscards .bscard .face {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden ;
  -moz-backface-visibility: hidden ;
  backface-visibility: hidden ;
  z-index: 2;
  font-size: 2em;
  font-family: arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.bscards .bscard .front {
  position: absolute;
  background: tomato;
  z-index: 1;
}

.bscards .bscard .back {
  -webkit-transform: rotatey(-180deg);
  -moz-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
  background: gold;
}

.bscards .bscard .front,
.bscards .bscard .back{
  cursor: pointer;
}

.big {
height:100%;
width:100%;
top: 0% !important;
margin-left: 0%;
margin-right: 0%;
z-index:100;
}

div+div.elements {
  /*padding-top: 30px;*/
}
.iso_grid {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100% !important;
}
.iso_grid .item {
  min-height: 345px;
  margin-bottom: 30px;
}
.iso_block {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 50% 80%;
    height: 86%;
    min-height: 345px;
}
.iso_id {
  font-size: 4rem;
  text-align: left;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
}
.iso_name {
  font-size: 2.0rem;
  margin-top: 10%;
  margin-left: 30px;
  margin-right: 30px;
  line-height:1.5;
}
.iso_block .btnWhiteBorder {
    margin-top: 20%;
}
#iso1 {
  background-image: url(/img/iso/btn_iso01.png);
}
#iso2 {
  background-image: url(/img/iso/btn_iso02.png);
}
#iso3 {
  background-image: url(/img/iso/btn_iso03.png);
}
#iso4 {
  background-image: url(/img/iso/btn_iso04.png);
}
#iso5 {
  background-image: url(/img/iso/btn_iso05.png);
}
#iso6 {
  background-image: url(/img/iso/btn_iso06.png);
}
#iso7 {
  background-image: url(/img/iso/btn_iso07.png);
}
#iso8 {
  background-image: url(/img/iso/btn_iso08.png);
}
#iso9 {
  background-image: url(/img/iso/btn_iso09.png);
}
#iso10 {
  background-image: url(/img/iso/btn_iso11.png);
}
#iso11 {
  background-image: url(/img/iso/btn_iso10.png);
}
.bottom_grid {
    border-top: 1px solid #d1d3d4;
    width: 100%;
}
.noborder {
  border: 0;
}
.bottom_grid .container {
  margin-top: 2rem;
}
.bottom_grid .lib-item {
  height: 160px;
}
.bottom_grid .lower_height .lib-item {
  height: 160px;
}

.bottom_grid .lib-item > div:first-child {
    font-size: 3.5rem;
    text-align: center;
    height: 100%;
    display: table !important;
    width: 100%;
    line-height: 1;
}
.bottom_grid .lib-item > div > div {
    display: table-cell !important;
    vertical-align: middle;
}
.bottom_grid .btnRedBorder {
  vertical-align: top;
}
.subtitle {
  color: #DA291C;
  text-align: center;
  font-size: 2.6rem;
  margin: 1.6rem;
}
.p {
    padding: 50px;
    line-height: 2;
    /*font-size: 16px;*/
    text-align: justify;
}
.fontSize-8 .p {
  font-size: 14px;
}
.fontSize-10 .p {
  font-size: 16px;
}
.fontSize-12 .p {
  font-size: 18px;
}
.sp {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  padding:10px;
}
.great_element {
  /*width: 32rem;*/
  height: 35rem;
  background-color: #DA291C;
  /*margin: 0.8rem;*/
  /*padding: 0;*/
}
.gtitle {
  font-size: 4rem;
}
.great_div {
  text-align: center;
  color: white;
  background-color: #DA291C;
}
.news_element {
  /*width: 28rem;*/
  float: left;
  margin: 6px;
}
.news_element:nth-child(1) {
  /*margin-left: 50px;*/
}
.news_element:nth-child(2) {
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
}
.news_element:nth-child(3) {
  /*margin-right: 30px;*/
}
.news_div {
  min-width: 284px;
  min-height: 110px;
}
.news_div img {
  width: 30px !important;
  margin: 40px 10px 30px 30px;
}
.news_div>div {
  float: left;
  color: white;
  text-align: left;
}
.news_div>div>div:first-child {
  /*font-size: 18px;*/
  margin: 20px 0px 0px 10px;
}
.news_div>div>div:last-child {
  /*font-size: 16px;*/
  margin: 10px 0px 0px 10px;
}
.fontSize-8 .news_div>div>div:first-child {
  font-size: 16px;
}
.fontSize-10 .news_div>div>div:first-child {
  font-size: 18px;
}
.fontSize-12 .news_div>div>div:first-child {
  font-size: 20px;
}
.fontSize-8 .news_div>div>div:last-child {
  font-size: 14px;
}
.fontSize-10 .news_div>div>div:last-child {
  font-size: 16px;
}
.fontSize-12 .news_div>div>div:last-child {
  font-size: 18px;
}
.news_title {
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
}
.news_div {
  background-color: #DA291C !important;
  display: inline-block;
  width: 100%;
}
.detail_title {
  color: #DA291C;
  font-size: 3rem;
  text-align: center;
  line-height:1.5;
}
.detail_subtitle {
  font-size: 2.6rem;
  text-align: center;
}
#detail .content_p {
  text-align: center;
  margin: 0 5rem 3rem 5rem;
}
#detail .cards .content_p {
  text-align: left;
  margin: 1rem 3rem 1rem 3rem;
  font-size: 1.6rem;
  line-height: 2;
  /*height: 140px;*/
}
#detail .cards2 .content_p {
  text-align: left;
  margin: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  /*height: 160px;*/
}
.cards [class*=col] {
/*
  margin-left: 5px;
  margin-right: 5px;
*/
}
.large_element {
  /*width: 28rem;*/
  background-color: #DA291C;
}
.large_element:nth-child(1) {
  /*margin-left: 50px;*/
}
.large_div {
  text-align: center;
  color: white;
  min-width: 284px;
  min-height: 162px;
  background-color: #DA291C;
}
.large_div img {
  width: 100px !important;
}
.large_div div:nth-child(1) {
  /*font-size: 18px;*/
}
.large_div div:nth-child(2) {
  /*font-size: 16px;*/
  padding-bottom: 10px;
}
.fontSize-8 .large_div div:nth-child(1) {
  font-size: 16px;
}
.fontSize-10 .large_div div:nth-child(1) {
  font-size: 18px;
}
.fontSize-12 .large_div div:nth-child(1) {
  font-size: 20px;
}
.fontSize-8 .large_div div:nth-child(2) {
  font-size: 14px;
}
.fontSize-10 .large_div div:nth-child(2) {
  font-size: 16px;
}
.fontSize-12 .large_div div:nth-child(2) {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .elements_s {
    margin-left: 3px !important;
  }
}
.elements_s > div {
  text-align: center;
}
.links_element_s {
  /*width: 14rem;*/
  
  /*float: left;*/
  /*margin: 0.3rem;*/
  display: inline-block;
  
}
.links_div_s {
  text-align: center;
  display: table;
  vertical-align: middle;
  height: 80px;
  background-color: #DA291C !important;
  color: white;
  width: 138px;
  margin-bottom: 1rem;
}
.links_div_s {
  display: table-cell;
  vertical-align: middle;
}
.links_element {
  display: inline-block;
  /*float: left;*/
}
.furinfo .links_div {
  background-color: transparent;
}
.furinfo .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
  height: 123px;
}
.links_div {
    display: table;
    background-color: #DA291C;
    /*width: 28rem;*/
    width: 294px;
    color: white;
    /*margin-right: 6px;*/
    margin-bottom: 10px;
    /*float: left;*/
    margin: 6px;
    /*display: table-cell;*/
    vertical-align: middle;
}
.links_div_img {
    display: table;
    color: white;
    margin-bottom: 10px;
    margin: 6px;
    vertical-align: middle;
}
@media only screen and (max-width: 399px) {
  .links_div {
    width: 240px;
  }
}
.links_div div:nth-child(1) {
    height: 100px;
    vertical-align: middle;
    /*margin-top: 10%;*/
    text-align: center;
    /*font-size: 18px;*/
    margin-right: 0px;
    display: table-cell;
}
.fontSize-8 .links_div div:nth-child(1) {
  font-size: 16px;
}
.fontSize-10 .links_div div:nth-child(1) {
  font-size: 18px;
}
.fontSize-12 .links_div div:nth-child(1) {
  font-size: 20px;
}
.links_div div:last-child {
  margin-right: 0px;
}
.contact .container {
  margin-top: -6rem;
}
.content_block {
    margin-left: 6rem;
    margin-right: 6rem;
    margin-bottom: 3rem;
}
.content_block > div:nth-child(1), .content_block > div:nth-child(2) {
  border-bottom: 1px solid #d1d3d4;
}
.content_block > div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content_block div img {
    width: 40px;
    margin-right: 1rem;
}
.application_title {
  font-size: 3.6rem;
  text-align: center;
  width: 100%;
  color: black;
}
.background_title {
    font-size: 5rem;
    text-align: center;
    width: 100%;
    color: #DA291C;
}
.content_p {
  margin: 0 5rem 8rem 5rem;
  line-height: 2;
  font-size: 1.6rem;
  display: table;
  text-align: justify !important;
}

.content_p.left {
  /*text-align: left !important;*/
}
#application .content_p {
  margin: 0 5rem 2rem 5rem;
}
#updating .content_p {
  margin: 0 3rem 2rem 3rem;
}
.btnRedDiv {
  text-align: center;
  margin-bottom: 5rem;
}
.btnDetailDiv {
  text-align: center;
  margin-bottom: 3rem;
}
span.heading {
  font-weight: bold;
}
.hardblock {
  display: inline-block;
  margin-bottom: 2rem;
}
.content_p + .content_p {
  margin-top: 2rem !important;
}
.rarrow_block .item {
  min-height: 100px;
  margin-bottom: 1rem;
}
.rarrow_block .great_div {
  min-height: 100px;
  display: table;
  width: 100%;
  height: 100%;
}
.rarrow_title {
  font-size: 1.8rem;
  width: 84%;
  float: left;
  position: absolute;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
}
.fontSize-8 .rarrow_title {
  top: 28%;
  left: 5%;
}
.fontSize-10 .rarrow_title {
  top: 22%;
  left: 5%;
}
.fontSize-12 .rarrow_title {
  top: 18%;
  left: 5%;
}
.rarrow {
  font-size: 4rem;
}
.rarrow .fas.fa-angle-right {
  position: absolute;
}
.fontSize-8 .rarrow .fas.fa-angle-right {
  top: 32%;
  right: 5%;
}
.fontSize-10 .rarrow .fas.fa-angle-right {
  top: 30%;
  right: 5%;
}
.fontSize-12 .rarrow .fas.fa-angle-right {
  top: 28%;
  right: 5%;
}
.app_grid .item {
  height: 160px !important;
}
.app_grid .great_div div {
  height: 42%;
  /*margin: 1.2rem 5rem 1.2rem 5rem;*/
  margin: 2rem;
  font-size: 1.6rem;
}
.app_grid .great_div a {
  font-size: 1.4rem;
}
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: fixed;
  width: auto;
  z-index: 1050;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
a.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  background: #000 url("../img/back-to-top.png") no-repeat center 50%;
  cursor: pointer;
  opacity: .7;
  filter: alpha(opacity=70);
}
input,
select,
textarea {
  max-width: 100%;
}
input[type=text],
input[type=tel],
input[type=password],
input[type=number],
input[type=email],
textarea,
select,
select.form-control {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2rem;
  border: 1px solid #ccc;
  padding: .5rem 1rem;
  margin-bottom: .5rem;
  color: #000;
}
input[type=text][placeholder],
input[type=tel][placeholder],
input[type=password][placeholder],
input[type=number][placeholder],
input[type=email][placeholder],
textarea[placeholder],
select[placeholder],
select.form-control[placeholder] {
  text-align: center;
  color: #ccc;
}
input[type=text][value],
input[type=tel][value],
input[type=password][value],
input[type=number][value],
input[type=email][value],
textarea[value],
select[value],
select.form-control[value] {
  color: #000;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
textarea:focus,
select:focus,
select.form-control:focus {
  color: #000;
  outline: none;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
.input-group input[type=text],
.input-group input[type=tel],
.input-group input[type=password],
.input-group input[type=number],
.input-group input[type=email],
.input-group textarea,
.input-group select,
.input-group select.form-control {
  margin-bottom: 0;
  padding: initial;
}
.input-group-addon input[type=text],
.input-group-addon input[type=tel],
.input-group-addon input[type=password],
.input-group-addon input[type=number],
.input-group-addon input[type=email],
.input-group-addon textarea,
.input-group-addon select,
.input-group-addon select.form-control {
  border-radius: 2px;
}
input[type=text].with-search-icon + span.glyphicon-search,
input[type=tel].with-search-icon + span.glyphicon-search,
input[type=password].with-search-icon + span.glyphicon-search,
input[type=number].with-search-icon + span.glyphicon-search,
input[type=email].with-search-icon + span.glyphicon-search,
textarea.with-search-icon + span.glyphicon-search,
select.with-search-icon + span.glyphicon-search,
select.form-control.with-search-icon + span.glyphicon-search {
  margin-left: -3rem;
  color: #999;
  font-size: 1rem;
}
.input-group-addon {
  padding-top: 4px;
  padding-bottom: 4px;
}
legend {
  padding-top: 20px;
  color: #ed1c24;
  font-weight: bold;
}
.progressbar-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
}
.progressbar-wrapper.half-right {
  float: none;
  clear: both;
  width: 100%;
}
@media (min-width: 768px) {
  .progressbar-wrapper.half-right {
    width: 35%;
    float: right;
  }
}
@media (min-width: 992px) {
  .progressbar-wrapper.half-right {
    width: 45%;
  }
}
.reg-form-step.progressbar-wrapper {
  width: 100%;
}
.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.progressbar li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.progressbar li span {
  color: #999;
}
.progressbar li:before {
  width: 23px;
  height: 23px;
  content: counter(step);
  counter-increment: step;
  line-height: 21px;
  border: 1px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 11px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #ed1c24;
}
.progressbar li.active span {
  color: #ed1c24;
}
.progressbar li.active:before {
  border-color: #ed1c24;
}
.progressbar li.active + li:after {
  background-color: #7d7d7d;
}
.progressbar li.done {
  color: #FFF;
}
.progressbar li.done:before {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
/* top fixed menu */
header {
  position: relative;
  clear: both;
  /* .navbar-offset-xs{top:-36px}
	.navbar-offset-sm{top:-56px}
	.navbar-offset-sd{top:-69px;} 
	.navbar-offset-sd-zero{top:-96px} */
}
header a {
  color: black;
}
header a:hover,
header a:active {
  color: #333;
}
@media (min-width: 768px) {
  header .navbar-logo {
    /*padding-top: 20px;*/
  }
}
/*@media (min-width: 768px) {*/
  header .navbar-logo {
    float: left;
  }
/*}*/
/*header .navbar-logo img {
  height: 36px;
  width: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/
@media (min-width: 768px) {
  header .navbar-logo img {
    /*width: 160px;*/
  }
}
header .navbar-logo a {
  display: inline-block;
}
header .navbar-logo a:first-child {
  /*border-right: 1px solid #d1d3d4;*/
}
header .navbar-logo a img {
  margin-left: 2rem;
  /*margin-right: 1rem;*/
}
@media (max-width: 790px) {
  header .navbar-logo a img {
    margin-left: 0rem;
  }
}
header .navbar-logo a + a img {
  /*width: 150px;*/
  margin-left: .8rem;
}
/*@media (min-width: 768px) {
  header .navbar-logo a + a img {
    width: 180px;
  }
}*/
#font1 {
  font-size: 8px;
}
#font2 {
  font-size: 14px;
}
#font3 {
  font-size: 18px;
}
header .navbar-default {
  background: #FFF;
  border: 0;
}
header .nav-upper {
  font-size: 1.2rem;
  width: 62%;
  text-align: right;
}
@media (max-width: 774px) {
  header .nav-upper {
    width: 62%;
  }
}
@media (min-width: 791px) and (max-width: 796px) {
  header .nav-upper {
    width: 60%;
  }
}
@media (min-width: 871px) and (max-width: 1199px) {
  #search_textfield {
    width: 200px;
  }
}
@media (max-width: 993px) {
  .navbar .container {
    width: 100%;
  }
}
@media (min-width: 839px) and (max-width: 870px) {
  #search_textfield {
    width: 180px;
  }
}
@media (min-width: 767px) and (max-width: 838px) {
  #search_textfield {
    width: 169px;
  }
}

/*@media (min-width: 768px) {*/
  header .nav-upper {
    float: right;
  }
/*}*/
header .nav-upper .block {
  display: inline-block;
  margin: 0.8rem;
}
@media (min-width: 821px) and (max-width: 993px) {
  header .nav-upper .block {
    margin: 0.4rem;
  }
}
@media (min-width: 767px) and (max-width: 820px) {
  header .nav-upper .block {
    margin: 0.2rem;
  }
}
.navbar-toggle {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  header .nav-lower {
    float: right;
  }
}
@media (min-width: 768px) {
  header .navbar-collapse {
    padding: 0;
  }
}
header nav.navbar {
  margin: 0;
  background: #FFF;
  -webkit-box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.25);
}
header nav.navbar .container {
  padding-top: 10px;
}
/*header nav.navbar .navbar-header {
  float: both;
}*/
header nav.navbar ul.navbar-nav li:after {
  content : "";
  position: absolute;
  right    : 0;
  z-index: 100;
  top  : 30%;
  width  : 1px;
  height   : 40%;  /* or 100px */
  background: #d1d3d4;
}
header nav.navbar ul.navbar-nav li:last-child:after {
  width: 0px;
}
header nav.navbar ul.navbar-nav li:last-child {
  /*border: 0;*/
}
header nav.navbar ul.navbar-nav a/*,*/
/*header a*/ {
  display: inline-block;
  position: relative;
  padding: 15px 0;
  /*margin-right: 3.5rem;*/
  margin-left: 1.8rem;
  margin-right: 1.8rem;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 14px;
}
/*@media (min-width: 877px) and (max-width: 909px) {
  header nav.navbar ul.navbar-nav a {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}*/
@media (min-width: 767px) and (max-width: 876px) {
  header nav.navbar ul.navbar-nav a {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }
}
header nav.navbar ul.navbar-nav a:hover:after,
header nav.navbar ul.navbar-nav a.active:after,
header nav.navbar ul.navbar-nav a.current:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
header nav.navbar ul.navbar-nav a:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  background: #ed1c24;
  content: '';
}
#left_menu a:hover:after,
#left_menu a.active:after,
#left_menu a.current:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
#left_menu ul li a:after {
  position: absolute;
  /*top: 50%;*/
  left: 0;
  width: 80%;
  height: 3px;
  margin-top: 20px;
  margin-left: 10%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  background: #ed1c24;
  content: '';
}
header nav.navbar ul.navbar-nav li:last-of-type a {
  margin-right: 0px;
}
header .navbar-fixed-spacer {
  padding-top: 0;
}
@media (min-width: 768px) {
  header .navbar-fixed-spacer {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  header .navbar-fixed-spacer {
    padding-top: 130px;
  }
}
@media (min-width: 1200px) {
  header .navbar-fixed-spacer {
    padding-top: 87px;
  }
  .container {
      width: 1010px;
  }
  header .navbar-logo img {
    /*width: 180px;*/
  }
}
header .navbar-slim {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1000;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
header .navbar-slim .navbar-title-slim {
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}
header .navbar-slim .navbar-title-slim img {
  max-height: 25px;
}
header .navbar-fixed-slim .navbar-slim {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
header .navbar-offset {
  top: 0;
}
@media (max-width: 376px) { /* for iPhone6 or below */
  header .navbar-offset {
    top: -45px;
  }
}
@media (min-width: 377px) and (max-width: 749px) { /* for iPhoneplus */
  header .navbar-offset {
    top: -20px;
  }
}
@media (min-width: 750px) and (max-width: 768px) { /*for iPad*/
  header .navbar-offset {
    top: -64px;
  }
}
@media (max-width: 488px) { /*for iPad*/
  header .navbar-offset {
    top: -62px;
  }
}
@media (min-width: 769px) {
  header .navbar-offset {
    /*top: -93px;*/
	/*top:-132px;*/
    top: -66px;
  }
/*  .fontSize-12 header .navbar-offset {
    top: -108px;
  }*/
}
@media (min-width: 992px) {
  header .navbar-offset {
    /*top: -93px;*/
	/*top:-85px;*/
    top: -68px;
  }
}
@media (min-width: 1200px) {
  header .navbar-offset {
    /*top: -49px;*/
    /*top: -53px;*/
    top: -64px;
  }
}

#left_menu {
    position: absolute;
    left: 0;
    z-index: 999;
    background: white;
}
.fontSize-8 #left_menu {
  top: 102px;
}
.fontSize-10 #left_menu {
  top: 112px;
}
.fontSize-12 #left_menu {
  top: 120px;
}
#left_menu ul {
  list-style-type: none;
  -webkit-padding-start: 0;
}
#left_menu ul li {
  padding: 1.2rem;
  text-align: center;
  /*display: inline-block;*/
  position: relative;
  padding: 15px 0;
  margin-left: 2.3rem;
  margin-right: 2.3rem;
  font-size: 1.5rem;
/*  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 14px;
}
#left_menu ul li a:hover {
  text-decoration: none;
}

.btnSize.active {
  text-decoration: underline;
}
.btnWebChat {
  vertical-align: bottom;
}
.btnLogin {
  padding: .5rem .8rem;
  background: #ed1c24;
  color: #FFF;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btnLogin:hover,
.btnLogin:active {
  text-decoration: none;
  background: #FFF;
  color: #ed1c24;
  border-color: #ed1c24;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#floatMenu {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -70px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#floatMenu.slideLeft {
  right: 0;
  display: block;
}
#floatMenu img {
  width: 40px;
}
#floatMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#floatMenu ul li {
  background: #ed1c24;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#floatMenu ul li:hover {
  background: #666;
}
 + #floatMenu ul li {
  border-top: 1px solid rgba(238, 238, 238, 0.5);
}

/* banner */
.banner {
  position: relative;
  /* .caption.absolute-center {
		display: block;
		width: 100%;
		color: #FFF;
		text-shadow: 4px 4px 6px #848484;
	} */
}
.banner.index-banner {
  max-height: 600px;
  overflow: hidden;
}
.banner.index-banner .banner-caption h1 {
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .banner {
    padding-top: 64px;
  }
  header .nav-upper {
    width: 58%;
  }
}
@media (max-width: 603px) {
  header .nav-upper {
    width: 48%;
  }
}
@media (max-width: 488px) {
  .banner {
    padding-top: 110px;
  }
  header .nav-upper {
    width: 100%;
  }
}
/*.device-android  .banner {
    padding-top: 90px;
}*/
@media (min-width: 768px) {
  .banner {
    margin-top: -12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner {
    margin-top: -12px;
  }
}
@media (min-width: 1200px) {
  .banner {
    margin-top: 28px;
  }
}
.banner img {
  width: 100%;
}
.banner .item {
  position: relative;
}
.banner .banner-caption {
  position: initial;
  color: #333;
  padding: 10px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .banner .banner-caption {
    position: absolute;
    color: #FFF;
    left: 10%;
    top: 15%;
    margin-bottom: 0;
  }
  .banner .cap1 {
    position: absolute;
    color: #FFF;
  }
}
.banner .banner-caption.center-caption {
  position: absolute;
  color: #FFF;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent;
  font-size: 1rem;
}
.cap1 h1 {
  font-size: 4.5rem !important;
  text-align: left;
  margin-left: 15% !important;
}

@media (min-width: 768px) {
  .banner .banner-caption.center-caption {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .banner .banner-caption.center-caption {
    font-size: 2.5rem;
  }
}
.banner .banner-caption h1 {
  margin: 10px 0;
  /*text-transform: uppercase;*/
  text-shadow: 4px 4px 6px #848484;
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .banner .banner-caption h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .banner .banner-caption h1 {
    font-size: 4.5rem;
  }
}
.banner .slick-prev,
.banner .slick-next {
  width: auto;
  height: auto;
  top: 30%;
}
@media (min-width: 768px) {
  .banner .slick-prev,
  .banner .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.banner .slick-prev:before,
.banner .slick-next:before {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .banner .slick-prev:before,
  .banner .slick-next:before {
    font-size: 5rem;
  }
}
.banner + .index-tab {
  z-index: 2;
  display: none;
  border: 0;
}
@media (min-width: 768px) {
  .banner + .index-tab {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.banner + .index-tab li {
  width: 100%;
}
@media (min-width: 768px) {
  .banner + .index-tab li {
    width: 33.333%;
    border-right: 2px solid #FFF;
  }
  .banner + .index-tab li:last-child {
    border: 0;
  }
}
.banner + .index-tab li > span {
  display: block;
  background: rgba(78, 78, 80, 0.5);
  color: #FFF;
  text-align: left;
  border-radius: 0;
  border: 0;
  margin: 0;
  font-size: 2rem;
  height: 3.5rem;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  .banner + .index-tab li > span {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .banner + .index-tab li > span {
    height: 4.5rem;
    line-height: 4.5rem;
  }
}
.banner + .index-tab li > span.active,
.banner + .index-tab li > span:active,
.banner + .index-tab li > span:hover {
  background: rgba(237, 28, 36, 0.5);
  border: 0;
}
.banner + .index-tab li.active > span,
.banner + .index-tab li.active > span:hover,
.banner + .index-tab li.active > span:focus {
  border: 0;
  color: #fff;
  background-color: #ed1c24;
  background: rgba(237, 28, 36, 0.5);
}
.slick-slider div {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.slick-prev {
  left: 3%;
  z-index: 99;
}
@media (min-width: 768px) {
  .slick-prev {
    left: 5%;
  }
}
@media (min-width: 1200px) {
}
.slick-next {
  right: 3%;
}
@media (min-width: 768px) {
  .slick-next {
    right: 5%;
  }
}
@media (min-width: 1200px) {
}
/* breadcrumb */
.breadcrumb {
  background-color: transparent;
}
.breadcrumb > li + li:before {
  content: ">";
  color: #666;
}
section {
  position: relative;
}
.section {
  clear: both;
}
.section .section-title {
  font-size: 4rem;
}
.section.gray-section {
  background-color: #f3f3f5;
}
@media (min-width: 768px) {
  .section.block-1 h2.wm {
    font-size: 2.0rem;
  }
}
@media (min-width: 992px) {
  .section.block-1 h2.wm {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section.block-1 h2.wm {
    font-size: 3.0rem;
  }
}
.section.block-1 h2 {
  font-size: 2.5rem;
  color: #EC3E47;
}
@media (min-width: 768px) {
  .section.block-1 h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .section.block-1 h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .section.block-1 h2 {
    font-size: 4.5rem;
  }
}
.section.block-1 .col-sm-6 {
  text-align: center;
  margin: 0 auto;
}
.section.block-1 .block-center-content h2 {
  text-align: center;
}
.section.block-1 .block-center-content {
  padding-top: 0;
  display: inline-block;
  text-align: left;
  padding: 20px 50px;
  /*font-size: 14px;*/
  line-height: 2;
}
.fontSize-8 .section.block-1 .block-center-content {
  font-size: 12px;
}
.fontSize-10 .section.block-1 .block-center-content {
  font-size: 14px;
}
.fontSize-12 .section.block-1 .block-center-content {
  font-size: 16px;
}
@media (min-width: 768px) {
  .section.block-1 .block-center-content {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .section.block-1 .block-center-content {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
}
.section.block-1 .block-center-content .ombp-points {
  line-height: 1.5;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .section.block-1 .block-center-content .ombp-points {
    line-height: 2;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .section.block-1 .block-center-content .ombp-points {
    line-height: 2.5;
    margin: 25px 0;
  }
}
.steps [class*=col] {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .steps [class*=col] {
    margin-bottom: 2rem;
  }
}
.steps [class*=col] img {
  width: 150px;
}
.steps [class*=col]:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/btn/btnArrowNext.png) no-repeat;
  opacity: .5;
  width: 50px;
  height: 120px;
  top: auto;
  left: 50%;
  bottom: -24%;
  -webkit-transform: rotate(90deg) translate(85%, 20%);
  -ms-transform: rotate(90deg) translate(85%, 20%);
  transform: rotate(90deg) translate(85%, 20%);
}
@media (min-width: 768px) {
  .steps [class*=col]:not(:last-of-type):after {
    top: 50%;
    left: 85%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .steps [class*=col]:not(:last-of-type):after {
    left: 90%;
  }
}
.block-knowledge {
	text-align: center;
}
.block-knowledge [data-background] {
  background-size: 100%;
}
.block-knowledge h2.title {
  margin: 30px 0;
}
.block-knowledge a[class*=btn] {
  margin: 10px 0 5px;
  width: 60%;
}
.with-underline,
.with-underline-yellow,
.with-underline-white {
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 2px solid #ed1c24;
  padding-bottom: 2px;
}
.with-underline-yellow {
  border-color: #fcb040;
}
.with-underline-white {
  border-color: #fff;
}
.lib-panel {
  margin-bottom: 20px;
  background-color: #FFF;
}
.lib-panel img {
  width: 100%;
  background-color: transparent;
}
.links_div_img img {
  max-height: 100px;
  width: auto;
}
.lib-panel [class*=col] {
  /*padding: 0;*/
  background-color: #FFFFFF;
}
.lib-panel [class*=col]:first-of-type {
  /*border-right: 1px solid #EEE;*/
}
.lib-panel .lib-row {
  padding: 0 60px 0 60px;
}
.lib-panel .lib-row.lib-header {
  font-size: 20px;
  padding: 60px 60px 0 60px;
}
.fontSize-8 .lib-panel .lib-row.lib-header {
  font-size: 18px;
}
.fontSize-10 .lib-panel .lib-row.lib-header {
  font-size: 20px;
}
.fontSize-12 .lib-panel .lib-row.lib-header {
  font-size: 22px;
}
.lib-panel .lib-row.lib-header h2 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .lib-panel .lib-row.lib-header h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .lib-panel .lib-row.lib-header h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .lib-panel .lib-row.lib-header h2 {
    font-size: 5.5rem;
  }
}
.lib-panel .lib-row.lib-header .lib-header-seperator {
  height: 2px;
  width: 26px;
  background-color: #d9d9d9;
  margin: 7px 0 7px 0;
}
.lib-panel .lib-row.lib-desc {
  padding-top: .5rem;
  padding-bottom: 1.5rem;
}
.lib-panel .lib-row.lib-desc .ombp-points {
  line-height: 2.5;
  margin: 30px 0 30px;
}
.row-margin-bottom {
  margin-bottom: 20px;
}
label img {
  pointer-events: none;
}
.form-filter {
  margin-top: 30px;
}
.form-filter [class*=col-] > div {
  text-align: left;
}
@media (min-width: 768px) {
  .form-filter [class*=col-] > div {
    text-align: center;
  }
}
.form-filter [class*=col-] > div .qu {
  margin-bottom: 30px;
}
.form-filter [class*=col-] > div.options {
  margin: 1.5rem 0;
}
.form-filter [class*=col-] > div .num {
  font-size: 1.5rem;
  background: #ed1c24;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 2.5rem;
  text-align: center;
  width: 2.5rem;
}
.form-filter [class*=col-] > div .num + span,
.form-filter [class*=col-] > div .num + u {
  border-bottom: 1px solid #ed1c24;
  padding-left: 1rem;
  margin-left: -1rem;
}
.form-filter input[type=radio] {
  opacity: 0;
}
.form-filter input[type=radio] + label {
  font-size: 1.5rem;
}
.form-filter input[type=radio] + label .radiobtn {
  background: #666;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.form-filter input[type=radio] + label .radiobtn .icon {
  width: 2.5rem;
}
.form-filter input[type=radio]:checked + label .radiobtn {
  background: #ed1c24;
}
.form-filter .q2 input[type=radio] + label .radiobtn {
  width: auto;
  height: 2.5rem;
  border-radius: 4rem;
  padding: 0 .8rem;
  color: #FFF;
}
.form-filter .q2 input[type=radio] + label .radiobtn .icon {
  width: 1.5rem;
  margin-right: .5rem;
}
.switch {
  /* width: 24rem; */
  position: relative;
}
.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.switch input:checked {
  z-index: 1;
}
.switch input:checked + label {
  opacity: 1;
  cursor: default;
}
.switch input:not(:checked) + label:hover {
  opacity: .5;
}
.switch label {
  color: #000;
  opacity: .33;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.switch .toggle-outside {
  height: 3rem;
  border-radius: 2rem;
  padding: .25rem;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.switch .toggle-inside {
  border-radius: 5rem;
  background: #ed1c24;
  position: absolute;
  transition: .25s ease all;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.switch--horizontal {
  font-size: 0;
  margin-bottom: 1rem;
}
.switch--horizontal input {
  height: 3rem;
  width: 6rem;
  width: 30%;
  left: 6rem;
  margin: 0;
}
@media (min-width: 768px) {
  .switch--horizontal input {
    left: 8rem;
    left: 35%;
  }
}
.switch--horizontal label {
  font-size: 1.5rem;
  line-height: 3rem;
  display: inline-block;
  width: 6rem;
  width: 25%;
  height: 3rem;
  /* 100%; */
  margin: 0;
  text-align: center;
}
.switch--horizontal label:last-of-type {
  margin-left: 6rem;
}
.switch--horizontal .toggle-outside {
  background: #bdbec0;
  position: absolute;
  width: 6rem;
  left: 6rem;
  left: 25%;
  /* @media @md {
			left: 38%;
		}
		@media @lg {
			left: 40%;
		} */
}
@media (min-width: 768px) {
  .switch--horizontal .toggle-outside {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.switch--horizontal .toggle-inside {
  height: 2.5rem;
  width: 2.5rem;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: .25rem;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 3.25rem;
}
.slideshow {
  /* div {
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
	} */
}
.slideshow .lib-panel .row.box-shadow {
  margin: .5rem 0;
}
.slideshow .slick-prev,
.slideshow .slick-next {
  width: auto;
  height: auto;
}
.slideshow .slick-prev:before,
.slideshow .slick-next:before {
  content: '';
  display: none;
}
@media (min-width: 768px) {
  .slideshow .slick-prev {
    left: -12%;
  }
}
@media (min-width: 1200px) {
  .slideshow .slick-prev {
    left: -10%;
  }
}
@media (min-width: 768px) {
  .slideshow .slick-next {
    right: -12%;
  }
}
@media (min-width: 1200px) {
  .slideshow .slick-next {
    right: -10%;
  }
}
.page-title {
  text-align: center;
  font-size: 4rem;
}
/* about hkecic */
.about-sq-content-img {
  max-width: 70%;
}
/* filter form */
.activities-filter label,
.filter label {
  margin-right: 35px;
  text-align: center;
}
.activities-filter img.ui-datepicker-trigger,
.filter img.ui-datepicker-trigger {
  margin-left: .5rem;
}
/* box layout of activities */
.top-right-label {
  font-size: 1.5rem;
  line-height: 2rem;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 2rem;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: translate(29.29%, -100%) rotate(45deg);
  -ms-transform: translate(29.29%, -100%) rotate(45deg);
  transform: translate(29.29%, -100%) rotate(45deg);
  text-indent: 0;
}
@media (min-width: 992px) {
  .activities .col-md-4:not(:first-of-type) .item {
    /* margin-left: 1rem; */
  }
}
.activities .item {
  margin-top: .5rem;
  margin-bottom: .5rem;
  overflow: hidden;
  position: relative;
  /* .item-date, .more-link {
			width: 100%;
			display: block;
			@media @sm {
				width: 49%;
				display: inline-block;
			}
		} */
}
.activities .item [class*=border] {
  height: 100%;
}
.activities .item img {
  width: 100%;
}
.activities .item img.icon {
  width: 100px;
}
.activities .item-caption {
  margin-bottom: 1.5rem;
}
.activities .item-caption,
.activities .item-caption a {
  font-size: 1.5rem;
}
.activities .item-caption h3 {
  margin-top: 0;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .activities .item:hover {
    margin-top: -1rem;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.8);
    z-index: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.item-date {
  color: #999;
}
.item-date .dm {
  font-size: 2.5rem;
}
/* Premium Calculator */
.premium-cal-result {
  display: none;
  padding: 1.5rem 0 .5rem;
}
.premium-cal-result .num {
  font-size: 1.8rem;
  font-weight: bold;
}
/* ========================================================================
 * MAIL
 * ======================================================================== */
.table-email {
  margin-bottom: 0;
}
.table-email tr:first-child td,
.table tr:first-child td {
  border-top: none;
}
.table-email tr td {
  vertical-align: top !important;
}
.table-email .unread,
.table-email tr.selected {
  background-color: #EEEEEE;
}
.table-email .media {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.table-email .media h4 {
  margin: 0px;
  font-size: 16px;
  line-height: normal;
}
.table-email .media-meta,
.table-email .media-attach {
  font-size: 11px;
  color: #999;
  position: absolute;
  right: 10px;
}
.table-email .media-meta {
  top: 0px;
}
.table-email .media-attach {
  bottom: 0px;
}
.table-email .media-attach i {
  margin-right: 10px;
}
.table-email .media-attach i:last-child {
  margin-right: 0px;
}
.table-email .email-summary {
  margin: 0px 110px 0px 0px;
}
.table-email .email-summary strong {
  color: #333;
}
.table-email .email-summary span {
  line-height: 1;
}
.table-email .email-summary span.label {
  padding: 1px 5px 2px;
}
.table-email .ckbox {
  line-height: 0px;
  margin-left: 8px;
}
.table-email .star {
  margin-left: 6px;
}
.table-email .star.star-checked i {
  color: goldenrod;
}
.nav-email-subtitle {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 15px;
  margin-top: 30px;
}
.compose-mail {
  position: relative;
  padding: 15px;
}
.compose-mail textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
}
.view-mail {
  padding: 10px;
  font-weight: 300;
}
.attachment-mail {
  padding: 10px;
  width: 100%;
  display: inline-block;
  margin: 20px 0px;
  border-top: 1px solid #EFF2F7;
}
.attachment-mail p {
  margin-bottom: 0px;
}
.attachment-mail a {
  color: #32323A;
}
.attachment-mail ul {
  padding: 0px;
}
.attachment-mail ul li {
  float: left;
  width: 200px;
  margin-right: 15px;
  margin-top: 15px;
  list-style: none;
}
.attachment-mail ul li a.atch-thumb img {
  width: 200px;
  margin-bottom: 10px;
}
.attachment-mail ul li a.name span {
  float: right;
  color: #767676;
}
@media (max-width: 640px) {
  .compose-mail-wrapper .compose-mail {
    padding: 0px;
  }
}
@media (max-width: 360px) {
  .mail-wrapper .panel-sub-heading {
    text-align: center;
  }
  .mail-wrapper .panel-sub-heading .pull-left,
  .mail-wrapper .panel-sub-heading .pull-right {
    float: none !important;
    display: block;
  }
  .mail-wrapper .panel-sub-heading .pull-right {
    margin-top: 10px;
  }
  .mail-wrapper .panel-sub-heading img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .mail-wrapper .panel-footer {
    text-align: center;
  }
  .mail-wrapper .panel-footer .pull-right {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  .mail-wrapper .attachment-mail ul {
    padding: 0px;
  }
  .mail-wrapper .attachment-mail ul li {
    width: 100%;
  }
  .mail-wrapper .attachment-mail ul li a.atch-thumb img {
    width: 100% !important;
  }
  .mail-wrapper .attachment-mail ul li .links {
    margin-bottom: 20px;
  }
  .compose-mail-wrapper .search-mail input {
    width: 130px;
  }
  .compose-mail-wrapper .panel-sub-heading {
    padding: 10px 7px;
  }
}
.mail-panel .mail-title {
  font-size: 2rem;
  margin: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9e9e9;
}
.mail-panel .mail-body {
  padding-top: 2rem;
  border-top: 1px solid #e9e9e9;
}
.mail-panel input[placeholder] {
  text-align: left;
  border-radius: 4px;
}
.mail-panel textarea {
  min-height: 200px;
  border-radius: 4px;
  resize: vertical;
}
/* credit limit page */
.status-tick .list-inline {
  margin-left: 0;
}
.status-tick li {
  padding: 1rem;
  margin-bottom: .5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.status-tick li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
}
.status-tick li.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.status-tick li.active:before {
  width: auto;
  height: auto;
  content: "\e013";
}
/* Credit Limit */
.cl-items .cl-item {
  padding: 2rem 2.5rem;
}
.cl-items .cl-item h3 {
  margin-top: 0;
}
.cl-items .cl-item + .cl-item {
  border-top: 1px solid #ccc;
}
.cl-items .action-buttons {
  margin-top: 1.5rem;
}
/* Summary of Loss Incurred */
.list-unpaid > .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.list-unpaid > .row:nth-of-type(odd) {
  background-color: #eee;
}
/* reg form page */
#terms {
  padding: 10px;
  min-width: 100%;
  max-height: 18rem;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
.form-control.addDatepicker {
  display: inline-block;
  width: calc(100% - 40px);
}
.form-control.addDatepicker + .ui-datepicker-trigger {
  margin-left: 5px;
}
footer {
  margin-top: 2rem;
  color: black;
  /*background: #3as3a3c;*/
}
footer a {
  color: black;
}
footer .nav {
  margin-left: -15px;
}
footer .nav > li > a:focus,
footer .nav > li > a:hover {
  /* color: #337ab7; */
  color: black;
  background-color: transparent;
}
footer .footer-upper {
  padding-top: 1rem;
  min-height: 20rem;
}
footer .footer-upper .follow-us {
  padding: 1rem;
}
@media (min-width: 992px) {
  footer .footer-upper .follow-us {
    text-align: center;
    padding: 1rem 0;
  }
}
footer .footer-lower {
  font-size: 1.2rem;
  padding: 1.25rem 0;
  background: #EAEAEA;
}
footer .footer-lower .copyright {
  font-size: 12px;
}
footer ul.navbar-nav a,.footer-lower ul.navbar-nav a{
	text-shadow: none;
	padding: 15px 0;
  margin-left: 1.6rem;
	margin-right: 1.6rem;
  display: inline-block;
}
footer ul.navbar-nav a:hover:after, footer ul.navbar-nav a.current:after{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
footer ul.navbar-nav a:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	margin-top: 10px;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
	-o-transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
	background: #ed1c24;
	content: '';
}
footer .logos {
  margin-top: 80px;
  margin-bottom: 20px;
}
footer .logos img {
  vertical-align: bottom;
}
footer .logos a+a {
  margin-left: 30px;
}
footer .navbar-nav {
  float: none;
  margin: auto;
  display: table;
}
@media (min-width: 768px) {
  .onlymobile {
    display: none !important;
  }
  .onlydesktop {
    display: inline-block; !important;
  }
}
@media (max-width: 768px) {
  .onlymobile {
    display: inline-block; !important;
  }
  .onlydesktop {
    display: none !important;
  }
}
.link_text{
  color: #000 !important;
}

/* fancybox start */
/*

   Styles for animated modal
   =========================

*/

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}

.fancybox-is-open .fancybox-bg {
  opacity: .3;
}
/* fancybox end */

.wcag_img{
margin-top: 66px;
margin-left: 561px;

}
.brandhk_img{
float: right;

}
@media (max-width: 767px) {
  .wcag_img {
    margin-top: auto;
    margin-left: 45px;
  }
  @media (max-width: 767px) {
    .brandhk_img {
     float: unset;
    }
  
    /* @media (max-width: 767px) {
      .col-md-12_mobile {
      padding-right: auto !important;
      padding-left: auto !important;
      } */

@media print {
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: unset !important;
  }
  header .navbar-fixed-spacer {
    padding-top: 0px !important;
  }
  .banner {
    margin-top: 0px !important;
  }
  .navbar-title-slim {
    display: none;
  }
  .iso_div {
    width: 400px !important;
  }
}