body {
  font-family: "Microsoft JhengHei", sans-serif;
  color: #444;
  font-size:14px;
}

a {
  color: #212529;
  text-decoration: none;
}

a:hover {
  color: #fc4c4c;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: 'lato',"Microsoft JhengHei", sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px; 
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: rgba(166,166,166,0.5);
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}


.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #fc4c4c;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Cookie Bar
--------------------------------------------------------------*/
.button{
	background:#ccc;
	color:#333;
	text-decoration:none;
	padding:5px 10px;
	border-radius:3px;
	display:inline-block;
	border: 1px solid #aaa;
	border-bottom:2px solid #aaa;
	
}

.button:hover, .button:active, .button:focus {
	background:#ee4b28 !important;
	color:#fff;
	border: 1px solid #d43511;
	border-bottom:2px solid #d43511;
	
}


.cookie-banner{
	display:none;
	background:#333;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index: 999;
	
}

.cookie-banner .container{
	margin: 0 auto;
	width:90%;
	color:#f0f0f0;
	padding:15px;
	
}


/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

@media (max-width: 575px) {
  .table th, .table td {
    font-size: 10px;
  }

}





/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #428bca;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #5c768d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
# bcorp-logo
--------------------------------------------------------------*/
.bCorp-links {
  transition: all ease .5s;
}

.bCorp-links:hover {
  transform: scale(1.03);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.index #header-sticky-wrapper {
  margin-top: -24px;
  /* 
    因為 index.html 當中引入的以下檔案，頁面上方會有多餘空白，因此用此樣式消除
    include(Include_path."common.php");
  */
}

#header {
  height: auto;
  width: 100%;
  transition: all 0.5s;
  padding: 12px 0;
  background: #fff;
  z-index: 997;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 30px;
}

/* Programmable Search engine  */
#header #___gcse_0 {
  width: 130px;
  padding-top: 8px
}

.mobile-nav  #___gcse_0 {
	width: 150px;
	margin: 8px 0 16px 0;
}

#header .gsc-control-cse {
	padding: 0;
}


#header .gsc-search-box {
	margin: 0;
}

#header  .gsst_a {
	padding: 0;
}

#header .gsib_b {
	height: 1.6rem;
	width: 1.6rem;
	padding: 0;
}

#header .gsib_a {
	padding: 0 4px;
}

#header .gsc-input-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-color: #c82838;
}

#header .gsc-search-button  {
	display: table !important;
	border-radius: 0 4px 4px 0;
	margin-left: 0;
}

#header .gsc-search-button-v2 {
	height: 28px;
	padding: 0px 4px;
	border-color: #c82838;
    background-color: #c82838;
	
	svg {
		width: .8rem;
		height: .8rem;
	}
}

#header .gsc-above-wrapper-area, #header  .gsc-wrapper {
	margin: 0 auto;
}

@media(max-width: 992px) {
	#___gcse_1 .gsc-control-cse {
		border-color: transparent;
		background-color: transparent;
	}
	
	.gsib_b {
		height: 2.5rem;
		width: 2.5rem;
	}
	
	#gs_tti51 {
		padding-left: 6px;
	}
	
	.gsst_b .gsst_a {
		padding: 0;
	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #666;
  padding: 12px 8px 0px 8px;
  transition: 0.3s;
  font-size: 0.80rem;
  font-weight: 500;
  font-family: "Microsoft JhengHei", sans-serif;
  text-decoration: none;
}

.nav-menu a:hover, .nav-menu , .nav-menu li:hover > a {
  color: #cc0000;
  text-decoration: none;
}

.nav-menu .active > a {
  color: #666;
  text-decoration: none;
}


.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}


.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #666;
}


.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #cc0000;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.nav-menu .gsc-results-wrapper-overlay {
	padding: 40px;
}

.nav-menu .gsc-results-wrapper-overlay a {
	padding: initial;
}

.nav-menu .gsc-above-wrapper-area-container td {
	padding-bottom: 12px;
}

.nav-menu .gsc-selected-option-container {
	padding: 0 28px 0 6px;
}



@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

@media (max-width: 1200px){
	.nav-menu {
		margin-left: 8px;
	}
	
	.nav-menu a {
		padding: 12px 6px 0 6px;
		font-size: 13px;
	}
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #b32a2a;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav  ul {
  flex-direction: column;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav, .mobile-nav li:hover > a {
  color: #cccccc;
  text-decoration: none;
}

.mobile-nav .active > a {
  color: #fff;
  text-decoration: none;
}


.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav .lang-btn btn {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #b32a2a;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: #666;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 120px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 120px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-item.Bcorp {
  text-shadow: 2px 2px 4px #00000025;
}

#hero .carousel-item.Bcorp a {
  border-color: transparent;
  background-color: #EB6331;
  text-shadow: none;
}

#hero .carousel-item.Bcorp a:hover {
  color: #ffffff;
  background-color: #d63b0b;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: right top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 20px;
  transition: 0.5s;
  line-height: 1;
  margin: 15px -3px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border:1px #fff solid;
  background: transform;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #666;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}


/*--------------------------------------------------------------
# About US Banner
--------------------------------------------------------------*/
.aboutheading {
  width: 100%;
  height: calc(100vh - 200px);
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}


.aboutheading-title{
  color: #e6e6e6;
  display: block;
  font-size: 3rem;
  font-weight: 500;
}



.aboutheading-title-gray{
  color: #808080;
  display: block;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom:20px;
}

.aboutheading-title-red{
  color: #cc0000;
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom:20px;
}

.aboutheading-detail-gray{
  color: #808080;
  display: block;
  font-size: 1rem;
  line-height:24px;
  letter-spacing:0.6px;
  font-weight: 400;
}

.aboutheading-detail{
  color: #e6e6e6;
  display: block;
  font-size: 1rem;
  line-height:24px;
  letter-spacing:0.6px;
  font-weight: 400;
}

.aboutheading-detail-red{
  color: #cc0000;
  display: block;
  font-size: 1rem;
  line-height:24px;
  letter-spacing:0.6px;
  font-weight: 600;
}

.aboutheading-row2{
	margin:26px 0px;
}


@media (max-width: 768px) {
  .aboutheading h2 {
    font-size: 24px;
  }
  
	.aboutheading-detail-red{

	  font-size: 1rem;
	  line-height:20px;
	  letter-spacing:0.4px;
	  font-weight: 600;
	}
	
	.aboutheading-detail-gray{

	  font-size: 0.8rem;
	  line-height:20px;
	  letter-spacing:0.4px;
	  font-weight: 400;
	}
	
	.aboutheading-detail{

	  font-size: 0.8rem;
	  line-height:20px;
	  letter-spacing:0.6px;
	  font-weight: 400;
	}

	 .about-heading .bg-faded {
	  padding:50px;
	}
	
	.aboutheading-title-gray{
	  margin-bottom:15px 0;
	  font-size: 30px;
	  font-weight: 500;
	}
	
	.aboutheading-title-red{
	  margin-bottom:15px 0;
	  font-size: 30px;
	  font-weight: 500;
	}
	
	.aboutheading-title{

		font-size: 30px;

	}
	.aboutheading .aboutheading-row2{
	margin:0;
	text-align:left;
}


}

@media (min-width: 1024px) {
  .aboutheading p {
    width: 60%;
  }
  .aboutheading .carousel-control-prev, .aboutheading .carousel-control-next {
    width: 5%;
  }
  
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
	
    position: relative;
    z-index: 0;
	overflow: hidden;
	
  }
  .about-heading .about-heading-content {
   
    margin-top: -15rem;
    position: relative;
    z-index: 1;
	overflow: hidden;
    max-width: 50vw;
	padding: 0 8rem 3rem 0;
  }
}

 .bg-faded {
  background-color: rgba(128, 0, 0, 0.85);
  padding:40px;
}

 .section-heading {
  text-transform: uppercase;
}

 .section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

 .section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 400;
}


/*-----------------------------------------------------------
# Timeline Section
------------------------------------------------------------*/

.time-section {
  padding-bottom: 30px;
  background:#f2f2f2;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #d9d9d9;
}

.timeline > li {
  position: relative;
  min-height: 30px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #d9d9d9;
  border-radius: 100%;
  background-color: #d9d9d9;
}

.timeline > li .timeline-image h4 {
  font-size: 12px;
  line-height: 14px;
  margin-top: 12px;
  font-weight:700;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: #b30000;
  font-weight:700;
  font-family: 'Castoro', serif;
  font-size: 30px;
  font-style: italic;
}

.timeline .timeline-heading h3 {
  margin-top: 10px;
  margin-bottom:0;
  color: #b30000;
  font-weight:700;
  font-family: 'Castoro', serif;
  font-size: 23px;
  font-style: italic;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
  font-size:20px;
  color: inherit;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 80px;
    margin-bottom: 50px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 45%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height:80px;
  }
  .timeline > li .timeline-panel {
    padding: 0 5px 5px;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    margin-left: -50px;
	
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 5px 5px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 80px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 110px;
    height: 110px;
    margin-left: -55px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}


/*--------------------------------------------------------------
# Location Lists
--------------------------------------------------------------*/
      .location-section {
		  width: 100%;
		  padding: 0;
		  overflow: hidden;

	}

	
	  .location-section > h1 {
        font-size:22px;
        margin:0;
        font-weight:400;
        line-height: 20px;
        padding: 20px 2px;
      }
	  
	  .sidebar {
        float:left;
        width:33.3333%;
        height:100%;
        top:0;left:0;
        overflow:hidden;
        border-right:1px solid rgba(0,0,0,0.25);
      }
      .pad2 {
        padding:20px;
      }

      .map {
        float:left;
		height:100%;
        width:66.6666%;
        top:0;bottom:0;
		overflow:hidden;
      }


      .heading {
        background:#fff;
        border-bottom:1px solid #eee;
        min-height:60px;
        line-height:60px;
        padding:0 10px;
        background-color: #b30000;
        color: #fff;
      }

      .listings {
		
        height:100%;
        overflow:auto;
        padding-bottom:60px;
      }

      .listings .item {
        display:block;
        border-bottom:1px solid #eee;
        padding:10px;
        text-decoration:none;
      }
	  
	    .listings .item:hover {
			background-color:#f2f2f2;
      }

      .listings .item:last-child { border-bottom:none; }
      .listings .item .title {
        display:block;
        color:#595959;
        font-weight:700;
      }

      .listings .item .title small { font-weight:400; }
      .listings .item.active .title,
      .listings .item .title:hover { color:#cc0000; }
      .listings .item.active {
        background-color:#f2f2f2;
      }
      ::-webkit-scrollbar {
        width:3px;
        height:3px;
        border-left:0;
        background:rgba(0,0,0,0.1);
      }
      ::-webkit-scrollbar-track {
        background:none;
      }
      ::-webkit-scrollbar-thumb {
        background:#8c8c8c;
        border-radius:0;
      }

      .marker {
        border: none;
        cursor: pointer;
        height: 56px;
        width: 56px;
        background-image: url("../../img/marker.png");
        background-color: rgba(0, 0, 0, 0);
      }

      .clearfix { display:block; }
      .clearfix:after {
        content:'.';
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
      }

      /* Marker tweaks */
      .mapboxgl-popup {
        padding-bottom: 50px;
      }

      .mapboxgl-popup-close-button {
        display:none;
      }
      .mapboxgl-popup-content {
        font:400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
        padding:0;
        width:250px;
      }
      .mapboxgl-popup-content-wrapper {
        padding:1%;
      }
      .mapboxgl-popup-content h3 {
        background:#b30000;
        color:#fff;
        margin:0;
        display:block;
        padding:10px;
        border-radius:3px 3px 0 0;
        font-weight:700;
        margin-top:-15px;
      }

      .mapboxgl-popup-content h4 {
        margin:0;
        display:block;
        padding: 10px 10px 10px 10px;
        font-weight:400;
      }

      .mapboxgl-popup-content div {
        padding:10px;
      }

      .mapboxgl-container .leaflet-marker-icon {
        cursor:pointer;
      }

      .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
        margin-top: 15px;
      }

      .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
        border-bottom-color: #b30000;
      }

/*--------------------------------------------------------------
# Banner Slider Section
--------------------------------------------------------------*/

#banner-slider-demo-1 .content h2 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top:0;
  }
  #banner-slider-demo-1 .content span {
    font-family: 'Oswald';
    font-size:18px;
    line-height:25px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform:uppercase;
  }
  #banner-slider-demo-1 .content .btn-default {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.05em;
    padding: 12px 27px;
    border-radius:3px;
    background-color: #0088cc;
    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
    margin-top: 28px;
  }
  #banner-slider-demo-1 .border-top {
    position:absolute;
    top:-52px;
    left:9%;
  }
  #banner-slider-demo-1 .border-bottom {
    position:absolute;
    bottom:-38px;
    left:9%;
  }
  @media(max-width:767px){
    #banner-slider-demo-1 .border-top,#banner-slider-demo-1 .border-bottom {
      display:none;
    }
    #banner-slider-demo-1 .content {
      top:25% !important;
    }
    #banner-slider-demo-1 .content.content-slide-1 {
      top:25%!important;
      left: 2.4%;
    }
    #banner-slider-demo-1 .content span {
      font-size:10px !important;
      line-height:1!important;
    }
    #banner-slider-demo-1 .content h2 {
      font-size: 20px !important;
      margin-bottom: 5px;
      margin-top:0;
    }
    #banner-slider-demo-1 .content .btn-default {
      font-size: 10px;
      line-height: 25px;
      padding: 2px 12px;
      margin-top: 0px;
    }
  }


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


section {
  padding: 50px 0;
}

.section-bg {
  background-color: #fff;
}

.section-bgred {
  background-color: #b32a2a;
}

.section-title {
  text-align: left;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #cc0000;
}

.section-title p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
	section {
	padding: 30px 0;
}
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.about .about-content {
  padding: 40px;
}

.about .icon-box + .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #428bca;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #428bca;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Infobanner Lists
--------------------------------------------------------------*/


.infobanner-lists {
  padding: 25px;
  background:linear-gradient(#4e4c4b,#272625);
}

.infobanner-lists .row {
  overflow: hidden;
}

.infobanner-lists .content-item {
  padding: 5px 30px;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin: -1px;
}

.infobanner-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #f2f2f2;
}

.infobanner-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.infobanner-lists .content-item h5 {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 25px 0;
  color:#fff;
}


.infobanner-lists .content-item p {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  letter-spacing:1px;
}

.infobanner-lists .content-item a {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  letter-spacing:1px;
}

.infobanner-lists .content-item a:hover{
  color: #fc4c4c;
  font-size: 14px;
  font-weight: 300;
  margin: 25px 0;
  padding: 0;
  letter-spacing:1px;
}

.infobanner-lists p.infodate {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  letter-spacing:1px;
}

@media (max-width: 768px) {
  .infobanner-lists .content-item {
    padding: 25px 0;
  }
}


/*--------------------------------------------------------------
# Location Lists
--------------------------------------------------------------*/
.location-lists {
  padding: 30px;
  margin:40px 0px;
}

.location-lists .row {
  overflow: hidden;
}

.location-lists .content-item {
  padding: 30px;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: -1px;
}

.location-lists .content-item span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #cc0000;
}

.location-lists .content-item h4 {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 10px 0;
}

.location-lists .content-item p {
  color: #595959;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}

@media (max-width: 768px) {
  .location-lists .content-item {
    padding: 25px 15px;
  }
  
  .location-lists {
  padding: 20px;
  margin:0;
}
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 15px 0px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
  
}

.counts .count-box i {
  display: block;
  font-size: 37px;
  color: #f2f2f2;
  float: left;
}

.counts .count-box span {
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  line-height: 35px;
  display: block;
  font-weight: 700;
  color: #f2f2f2;
  margin-left: 45px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #ccc;
}

.counts .count-box a {
  font-weight: 700;
  display: block;
  margin-top: 20px;
  color: #e6e6e6;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #f2f2f2;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #dedede;
  min-height: 40px;
}

.breadcrumbs a{
  color:#505152;
}

.breadcrumbs a:hover{
  color:#cc0000;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color:#cc0000;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #505152;
  content: "/";
}

@media (max-width: 768px) {
	
  .breadcrumbs {
  padding: 8px 0;
  background-color: #dedede;
  min-height: 20px;
}

  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
	font-size:12px;
  }
  .breadcrumbs ol li + li {
  padding-left:2px;
}
  
  .breadcrumbs h2 {
  font-size: 20px;
  font-weight: 400;
}
}

/*--------------------------------------------------------------
# Pagetitle
--------------------------------------------------------------*/
.pagetitle {
  padding: 10px 0;
  background-color: #b8b8b8;
  min-height: 30px;
}

.pagetitle h4 {
  font-size: 16px;
  font-weight: 400;
}

.pagetitle ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagetitle ol li + li {
  padding-left: 10px;
}

.pagetitle ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "|";
}
.pagetitle li.txt01{height:20px; display:block; float:left;font-size:15px; color:#fff; font-weight:500; padding:0 5px; margin:0;}
.pagetitle li.txt01 a{color:#fff; text-decoration:none;}
.pagetitle li.txt01 a:hover{color:#cc0000; text-decoration:none;}

.pagetitle li.txt02{height:20px; display:block; float:left;font-size:15px; color:#cc0000; font-weight:500; padding:0 5px; margin:0;}
.pagetitle li.txt02 a{color:#fff; text-decoration:none;}
.pagetitle li.txt02 a:hover{color:#cc0000; text-decoration:none;}

#txt03 a{color:#cc0000}




@media (max-width: 768px) {
  .pagetitle .d-flex {
    display: block !important;
  }
   .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  
.pagetitle li.txt01{height:20px; display:block; float:left;font-size:12px; color:#fff; font-weight:500; padding:0 5px; margin:0;}

.pagetitle li.txt02{height:20px; display:block; float:left;font-size:12px; color:#cc0000; font-weight:500; padding:0 5px; margin:0;}

}

/*使用手機時隱藏pagetitle*/

@media (max-width: 575px) {
  .pagetitle {
    display:none;
  }
}



/*--------------------------------------------------------------
# News Pagetxt
--------------------------------------------------------------*/
.pagetxt {
	padding: 10px;
	font-size: 16px;
	color:#cc0000;
	font-weight: 400;
}

.pagetxt a{
	color:#666;
	font-size: 16px;
	font-weight: 400;
}

.pagetxt a:hover{
	color:#cc0000;
	font-size: 16px;
	font-weight: 400;
}

/*--------------------------------------------------------------
# Language Button
--------------------------------------------------------------*/
#btn-group a{
	margin:0;
}

.lang-btn {
  font-weight: 700;
  font-size:10px;
  text-transform: uppercase;
  border: 1px solid #c82838;
  border-radius: 500px;
  color:#c82838;
  margin: 0px 0px;
  padding: 1px 7px;
  transition: all ease .3s
}

.lang-btn-xl {
  padding: 0rem 3rem;
}

.lang-btn-primary {
  background-color: #fff;
  border-color: #c82838;
  transition: all ease .3s
}

.lang-btn-primary:hover, .lang-btn-primary:focus, .lang-btn-primary:active {
  color: #fff;
  background-color: #c82838 !important;
}

.lang-btn-primary:active, .lang-btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 40, 56, 0.5) !important;
}



/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  padding-bottom: 30px;
  background:#f2f2f2;
}

.service-details .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  background:#f2f2f2;
}

.service-details .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.service-details .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.service-details .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #d43552;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.service-details .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.service-details .card-title a {
  color: #333232;
  transition: 0.3s;
}

.service-details .card-text {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  letter-spacing:1px;
}



.service-details .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  transition: 0.3s;
}

.service-details .read-more a:hover {
  color: #d43552;
}

.service-details .card:hover img {
  transform: scale(1.1);
}

.service-details .card:hover .card-body {
  border-color: #d43552;
}

.service-details .card:hover .card-body .card-title a {
  color: #d43552;
}

/*--------------------------------------------------------------
# CSR Card
--------------------------------------------------------------*/

.cardtitle{
	display: flex;
	font-size:20px;
	color:#737373;
	border:1px solid #9c9c9c;
	padding:15px;
	

}



.cardtitle:hover {
	color:#cc0000;
	border-color:#cc0000;

} 





@media (max-width: 768px) {
	.cardtitle{
		font-size:14px;
		padding:10px;

}
	
}



/*--------------------------------------------------------------
# Investor Card
--------------------------------------------------------------*/

.ir_card{
	padding-bottom: 20px;
	
}


.ir_card a {
  display:flex;
}

.ir_card .infobox{

	overflow: hidden;
	margin:10px 10px 30px 10px;
	border:1px solid #9c9c9c;
	border-radius: 3px;
	position: relative;
	
}



.ir_card .title{
	font-size:20px;
	font-weight:700;
	margin-bottom: 15px;
	

}

.ir_card .description{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;

}


.ir_card .card-title{
	
	font-size:13px;
	color:#737373;
}

.ir_card:hover{
	
	color:#cc0000;
	
}

.ir_card a:hover{
	
	color:#cc0000;
}

.ir_card .infobox:hover{
	
	border-color:#cc0000;
	
}





@media (max-width: 768px) {
	.ir_card{
		font-size:14px;
		padding:10px;

}
	
}




/*--------------------------------------------------------------
# Labor Card
--------------------------------------------------------------*/

.csr-section .cardlabor{
	
	color:#cc0000;
	border:2px solid #cc0000;
	padding:20px;
	margin:10px 0px;
	
	position: relative;
	text-align: center;
}


.csr-section .cardlabor h3{
	
	color:#cc0000;
	font-size:20px;
	font-weight:500;
}



/*--------------------------------------------------------------
# CSR Section
--------------------------------------------------------------*/


.csr-section {
  padding: 1rem 0;
  text-align:left;
}

.csr-section row {
  padding: 2rem;
}

.csr-section .featured-text {
  padding: 2rem;
  border-left: 0.5rem solid #cc0000;
}


.csr-section h4{
	
	color:#cc0000; 
	font-weight:600;
	margin:10px 0px;
	font-size:1.8rem;
}

.csr-section h3{
	
	color:#4d4d4d; 
	font-weight:500;
	margin:16px 0px;
	font-size:1.2rem;
}

.csr-section p{
	
	color:#808080;
	margin:5px 0px;
	font-size:14px;
	line-height: 1.7;
	text-align:left;

	
}



@media (min-width: 992px) {
  .csr-section .featured-text {
    padding: 0 0.8rem 0 2rem;
    border-left: 0.5rem solid #cc0000;
  }
  
  
}

@media (max-width: 768px) {

.csr-section h4{
	font-weight:600;
	margin:0;
	font-size:1.3rem;
}

.csr-section {
  padding: 0.5rem 0;
  text-align:left;
}
}

.csr-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

.csr-section .project-text_g {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .csr-section .project-text {
    padding: 2rem;
  }
  .csr-section .project-text hr{
    border-color: #cc0000;
    border-width: .25rem;
    width: 30%;
  }
  
   .csr-section .project-text_g {
    padding: 2rem;
  }
  .csr-section .project-text_g hr{
    border-color: #cc0000;
    border-width: .25rem;
    width: 30%;
  }
}

.bg-gray {
  background-color: #d9d9d9 !important;
  
}


.bg-red {
  background-color: #990000 !important;
}


/*--------------------------------------------------------------
# Reports Title
--------------------------------------------------------------*/

.reportstitle .span{
	color:#cc0000;
	padding-left:5px;
} 

.reportstitle .span a{
	color:#666666;
	padding-left:5px;
} 

.reportstitle .span a:hover{
	color:#cc0000;
	padding-left:5px;
} 



/*--------------------------------------------------------------
# CSR
--------------------------------------------------------------*/
.csrt {
  background: url("../../img/csrt_bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

.csrt h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  margin-bottom:30px;
}

.csrt p {
  color: #fff;
  font-size: 16px;
  line-height:25px;
}

@media (max-width: 768px) {
	.csrt h3 {
	  font-size: 36px;
	  margin-bottom:24px;

	}
	
	.csrt {	  
	  padding: 40px 0;
}
	
}

/*--------------------------------------------------------------
# Our Customers
--------------------------------------------------------------*/

.customer {
  
  background:#fff;
}

.customer h3{
  color: #404040;
  font-size: 44px;
  font-weight: 800;
  margin-bottom:40px;
  text-align:center;
	
}

.customer img{
	max-width:95%;
	display: inline-block;
	border: 1px solid #999;
	
}

@media (max-width: 768px) {
		
	.customer h3{
	font-size: 30px;
	}

}

/*--------------------------------------------------------------
# Cert
--------------------------------------------------------------*/
.cert {
  background: #fff;
  padding: 40px 0;
  text-align: center;
}

.cert img {
  max-width: 80%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 5px 0; 
  
}


@media (max-width: 768px) {
  .cert img {
    max-width: 70%;
	padding: 25px 0;
  }
}



/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #b32a2a;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Email Form
--------------------------------------------------------------*/

.php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.php-email-form input {
  padding: 20px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form .btnSend,
.php-email-form .btnReset {
  background: #cc0000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.php-email-form .btnSend {
  background: #cc0000;
}

.php-email-form .btnReset {
  background: #414142;
}

.php-email-form .btnSend:hover {
  background: #ad0000;
}

.php-email-form .btnReset:hover {
  background: #2b2b2d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#footer {
  background: #404040;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #666666;
  padding: 50px 0 38px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #8f8f8f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fc4c4c;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fc4c4c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fc4c4c;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}

/*--------------------------------------------------------------
# Products Card
--------------------------------------------------------------*/


.pcardtitle{
	
	border:0;
	
	padding: 20px;
	
} 


.pcardtitle .card-body{
border-top: 4px solid #d43552;
}

.pcardtitle h3{
	font-family: 'Rubik', sans-serif;
	color:#1a1a1a; 
	font-weight:700;
	margin:18px 0px;
	font-size:20px;
	text-align:left;
    /*text-decoration: none;
    border-bottom: 3px solid;
    padding-bottom: 5px;
	border-bottom-color:#cc0000;
	*/
}

.pcardtitle P{
	color:#595959; 
	font-weight:700;
	font-size:13px;
	text-align:justify;

}

/*--------------------------------------------------------------
# Product Items
--------------------------------------------------------------*/
.product .product-item {
  margin-bottom: 30px;
}

.product .product-wrap {
  display: block;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.product .product-wrap img {
  transition: 0.3s;
}

.product .product-wrap .product-info {
  display:flex;
  flex-shrink:1;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(50,10,10, 0.8);
  padding: 24px;

}

.product .product-wrap .product-cat {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(30,30,30, 0.6);
}

.product .product-wrap .product-cat h4 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  padding-bottom:20px;
}

.product .product-wrap .product-info h4 {
  color: #fff;
  font-size: 32px;
}

.product .product-wrap .product-info p {
  color: #fff;
  font-size: 18px;
}


.product .product-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.3);
}


.product .product-wrap:hover .product-cat {
  opacity: 0;
  padding-bottom: 0;
}

.product .product-wrap:hover .product-info {
  opacity: 1;
  padding-bottom: 0;
}

.product .product-wrap:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
	
	.product .product-wrap .product-info h4 {
	  color: #fff;
	  font-size: 24px;
	}

.product .product-wrap .product-info p {
	  color: #fff;
	  font-size: 16px;
	  line-height:20px;
	}
	
}


/*--------------------------------------------------------------
# Product Boxes
--------------------------------------------------------------*/
.product-boxes {
  background: url("../../img/product-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.product-boxes::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.product-boxes .container, .product-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

@media (max-width: 1024px) {
  .product-boxes {
    background-attachment: scroll;
  }
}


/*--------------------------------------------------------------
# Seven Columns
--------------------------------------------------------------*/

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
	max-width: 100% !important;
	flex:none !important;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
	max-width: 14.285714285714285714285714285714% !important;
	flex:none !important;
  }
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
	max-width: 14.285714285714285714285714285714% !important;
	flex:none !important;
  }
}


/*--------------------------------------------------------------
# Report Banner
--------------------------------------------------------------*/

.reportbanner {
  padding: 4rem 0; 
  background-image: url("../../img/csr_report_banner.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


@media (min-width: 992px) {
  .reportbanner {
    height: 40vh;
    min-height: 350px;
    padding-top: 8rem;
    padding-bottom: 0;
  }

}


.reportbanner .carousel-container{

	display: flex;
    justify-content: center;
    align-items: center;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.reportbanner h4 {
  color:#fff;
  font-size: 24px;
  text-align: left;
  margin:0 10px;

}




@media (min-width: 768px) {
	.reportbanner h4 {
	  font-size: 22px;
	  margin:0 10px;
}
}

@media (min-width: 992px) {
  .reportbanner {
    height: 40vh;
    min-height: 350px;
    padding-top: 8rem;
    padding-bottom: 0;

  }
  .reportbanner h4 {
    font-size: 44px;


  }
}



/*--------------------------------------------------------------
# Investor Banner
--------------------------------------------------------------*/

.ir_banner {
  padding: 4rem 0; 
  background-image: url("../../img/invetor_banner.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.ir_banner .carousel-container{

	display: flex;
    justify-content: center;
    align-items: center;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.ir_banner h4 {
  color:#fff;
  font-size: 24px;
  text-align: left;
  margin:0 10px;

}




@media (min-width: 768px) {
	.ir_banner h4 {
	  font-size: 22px;
	  margin:0 10px;
}
}

@media (min-width: 992px) {
  .ir_banner {
    height: 30vh;
    min-height: 300px;
    padding-top: 8rem;
    padding-bottom: 0;

  }
  .ir_banner h4 {
    font-size: 44px;


  }
}


/*--------------------------------------------------------------
# Stakeholder Engagement Banner
--------------------------------------------------------------*/

.stakeholder_banner {
  padding: 4rem 0; 
  background-image: url("../../img/stakeholder_banner.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.stakeholder_banner .carousel-container{

	display: flex;
    justify-content: center;
    align-items: center;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.stakeholder_banner h4 {
  color:#fff;
  font-size: 18px;
  text-align: left;
  margin:0 10px;
  line-height:1.6;

}



@media (min-width: 768px) {
	.stakeholder_banner h4 {
	  font-size: 22px;
	  margin:0 10px;
}
}

@media (min-width: 992px) {
  .stakeholder_banner {
    height: 30vh;
    min-height: 300px;
    padding-top: 8rem;
    padding-bottom: 0;

  }
  .stakeholder_banner h4 {
    font-size: 32px;


  }
}



/*--------------------------------------------------------------
# Financial Engagement Banner
--------------------------------------------------------------*/

.financial_banner {
  padding: 4rem 0; 
  background-image: url("../../img/fundamentals_banner.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.financial_banner .carousel-container{

	display: flex;
    justify-content: center;
    align-items: center;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.financial_banner h4 {
  color:#fff;
  font-size: 18px;
  text-align: left;
  margin:0 10px;
  line-height:1.6;

}



@media (min-width: 768px) {
	.financial_banner h4 {
	  font-size: 22px;
	  margin:0 10px;
}
}

@media (min-width: 992px) {
  .financial_banner {
    height: 30vh;
    min-height: 300px;
    padding-top: 8rem;
    padding-bottom: 0;

  }
  .financial_banner h4 {
    font-size: 32px;


  }
}



/*--------------------------------------------------------------
# Human Resource Banner
--------------------------------------------------------------*/

.hrbanner {
  padding: 4rem 0; 
  background-image: url("../../img/slide/hr01.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  vertical-align:center;
  
}

.hrbanner .carousel-container{

	display: flex;
    justify-content: center;
    align-items: center;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.hrbanner h4 {
  color:#fff;
  font-size: 2rem;
  text-align: left;

}

.hrbanner .btn-get-started {
  font-family: "lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 20px;
  transition: 0.5s;
  line-height: 1;
  margin: 5px;
  color: #fff;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  border:1px #fff solid;
  background: transform;
}

.hrbanner .btn-get-started:hover {
  background: #fff;
  color: #666;
}



@media (min-width: 768px) {
	.hrbanner h4 {
	  font-size: 28px;
}
}

@media (min-width: 992px) {
  .hrbanner {
    height: 40vh;
    min-height: 350px;
    padding-top: 8rem;
    padding-bottom: 0;

  }
  .hrbanner h4 {
    font-size: 3rem;


  }
}


/*--------------------------------------------------------------
# Blockquote
--------------------------------------------------------------*/

blockquote{
  font-size: 28px;
  border-left: 10px solid #cc0000;
  color:#cc0000;
  font-weight:700;
  margin: 1em 10px;
  padding: 0 10px;
  line-height: 1.4;
}


.quotation{
  font-size: 28px;
  font-family: 'Castoro', serif;
  font-weight:900;
  padding: 10px 20px;
  line-height: 1.4;
}

.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}
.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 35px;
  color: #ccc;
  font-size: 3em;
}

p{
  margin: 0;
}


 
/*--------------------------------------------------------------
# Horizontal Timeline
--------------------------------------------------------------*/

.inner {
  position: relative;
  width: 1130px;
  margin: 0 auto;
}

.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: '.';
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inner {
    width: 740px;
  }

}

@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }

}


/*--------------------------------------------------------------
# Timeline Carousel
--------------------------------------------------------------*/

.timeline-carousel {
  padding: 5px;
  position: relative;
  overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width:20px;
  background-color: #1d1d1e;
  z-index: 3;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: white;
  font-size: 46px;
  line-height: 50pd;
  margin-bottom: 40px;
  font-weight: 900;
}
.timeline-carousel__image {
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 80px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  
}
.timeline-carousel__item-inner .year {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 36px;
  color: #cc0000;
  display: table;
  padding-right: 10px; 
  z-index: 1;
  position: relative;
  margin: 80px 50px 5px 0px;
  font-weight: 500;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
 
  z-index: 3;
}
.timeline-carousel__item-inner .year2 {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #666666;
  display: block;
  margin-bottom: 10px;

  font-weight: 400;

}
.timeline-carousel__item-inner p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  width: 90%;
  font-weight: 400;

  margin: 0px 0px 15px 0px;

}

.timeline-carousel__item-inner h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  width: 100%;
  font-weight: 400;
  margin-bottom: 15px;

}

.timeline-carousel__item-inner .pointer {
  height: 450px;
  position: relative;
  z-index: 1;
  
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 15px;
  left: 0;
  background-color: #cc0000;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 15px;
  left: 7px;
  background-color: #CCC;
}



.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
  .timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 80px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 90%;
  top: 45px;
  left: 0;
  content: "";
  
}
.timeline-carousel__item-inner .year {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #cc0000;
  display: table;
  padding-right: 10px; 
  z-index: 1;
  position: relative;
  margin: 80px 50px 5px 0px;
  font-weight: 500;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
 
  z-index: 3;
}
.timeline-carousel__item-inner .year2 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #666666;
  display: block;
  margin-bottom: 10px;

  font-weight: 400;

}
.timeline-carousel__item-inner p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #999;
  width: 100%;
  font-weight: 400;

  margin: 0px 60px 15px 0px;

}

.timeline-carousel__item-inner h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #999;
  width: 100%;
  font-weight: 400;
  margin-bottom: 15px;

}

.timeline-carousel__item-inner .pointer {
  height: 300px;
  position: relative;
  z-index: 1;
  
}

}

@media only screen and (max-width: 767px) {
	
	
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 50px;
  
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  
}
.timeline-carousel__item-inner .year {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  line-height: 32px;
  color: #cc0000;
  display: table;
  padding-right: 10px; 
  z-index: 1;
  position: relative;
  margin: 80px 10px 5px 0px;
  font-weight: 500;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
 
  z-index: 3;
}
.timeline-carousel__item-inner .year2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #666666;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;

}
.timeline-carousel__item-inner p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #999;
  width: 100%;
  font-weight: 400;
  margin: 0px 0px 15px 0px;

}

.timeline-carousel__item-inner h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #999;
  width: 100%;
  font-weight: 400;
  margin-bottom: 15px;

}

.timeline-carousel__item-inner .pointer {
  height: 200px;
  position: relative;
  z-index: 1;
  
}

}


.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #b38c52;
  border-color: #b38c52;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: #b38c52;
  border-color: #b38c52;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}


 
/*--------------------------------------------------------------
# CarouselTicker
--------------------------------------------------------------*/

.carouselTicker__list {
  margin: 60px 0 0 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  background-image: url("../../img/downbg.jpg");
  background-repeat: repeat-x;
  background-size:contain;
}

.carouselTicker__item {
  margin: 0 10px;
  float: left;
  width:15px;
  height: 80px;
  line-height: 60px;
  text-align: left;
  
}

.carouselTicker_vertical .carouselTicker__list {
  margin: 0;
}

.carouselTicker_vertical .carouselTicker__item {
  margin: 0 0 5px 0;
  width:20px;
 border:1px solid;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

#carouselTicker .carouselTicker__item,
#carouselTicker-destructor-example .carouselTicker__item {
  width: auto;
  height: auto;
  line-height: normal;
}

.carouselTicker__item img {
  vertical-align: top;
}

/*--------------------------------------------------------------
# Home Service
--------------------------------------------------------------*/
.hservice {
  position: relative;
}


.hservice .item {
  margin-bottom: 150px;
  position: relative;
}


.hservice .item .pic {
  overflow: hidden;
}


.hservice .item .pic img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}


.hservice .item .pic:hover img {
  transform: scale(1.1);
}


.hservice .item .item-info {
  position: absolute;
  bottom: -90px;
  left: 25px;
  right: 25px;
  background: #fff;
  border-top: 4px solid #d43552;
  padding: 20px;
  color: #333232;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.hservice .item h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  color: #333232;
  position: relative;
  padding: 10px;

}


.hservice .item span {
  display: block;
  font-size: 14px;
  color: #808080;
  padding:10px;

}

@media (max-width: 992px) {
  .hservice .item {
    margin-bottom: 120px;
  }
  
  .hservice .item h4 {
	font-size: 16px;
	}
	
  .hservice .item span {
	font-size: 12px;
	}
}



/*--------------------------------------------------------------
# Map iframe
--------------------------------------------------------------*/
.mapframe {
  height: 30rem;
}

@media (max-width: 992px) {
  .mapframe {
    height: 75%;
  }
}

.mapframe iframe {
  pointer-events: none;
  
}

.map iframe {
  height: 100%;
  width: 100%;
  border: 0;
}


/*--------------------------------------------------------------
# Stakeholder Engagement Tabs
--------------------------------------------------------------*/
.stakeholder .nav-tabs {
  border: 0;
  
}

.stakeholder .nav-link {
  border: 1px solid #e6e6e6;
  padding: 20px;
  transition: 0.3s;
  background: #e6e6e6;
  color: #b82e2e;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:15px;
}

.stakeholder .nav-link i {
  padding-right: 15px;
  font-size: 32px;
}

.stakeholder .nav-link h4 {
  font-size: 15px;
  font-weight:600;
  margin: 0;
}

.stakeholder .nav-link:hover {
  background: #b82e2e;
  color:#fff;
  border-color: #b82e2e;
}

.stakeholder .nav-link.active {
  background: #b82e2e;
  color: #fff;
  border-color: #b82e2e;
}

@media (max-width: 768px) {
  .stakeholder .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 16px;
	padding-right:8px;
  }
}

@media (max-width: 575px) {
  .stakeholder .nav-link {
    padding: 15px;
  }
  .stakeholder .nav-link i {
    font-size: 16px;
	padding-right:8px;
  }
}



/*--------------------------------------------------------------
# Executive Team
--------------------------------------------------------------*/

.executive-section {
  padding-bottom: 60px;
  background:#f2f2f2;
}

.executive {
  border-left: 6px solid #b82e2e;
  padding:6px;
  background: #ccc;
  color: #b82e2e;
  border-radius: 5px;
  text-align: center;
  position: relative;
  margin:10px 0px;
}


.executivetitle{	
	color:#4d4d4d; 
	font-weight:600;
	margin:20px 0px;
	font-size:1.6rem;
}

.executive h5{
	
	color:#b82e2e; 
	font-weight:600;
	margin-bottom:5px;
	font-size:1.3rem;
}

.executive p{	
	color:#595959;
	font-size:1.1rem;
	
}

@media (max-width: 768px) {

.executivetitle{
	font-size:1.2rem;
}

.executive h5{

	font-size:1.1rem;
}

.executive p{	

	font-size:0.8rem;
	
}

}

/*--------------------------------------------------------------
# Financial Summary
--------------------------------------------------------------*/

.summary-section {
  padding: 40px 0px;
  background:#f2f2f2; 
}


.summary .nav-tabs {
  border: 0;
}

.summary .nav-link {
  border: 1px solid #b3b3b3;
  padding: 12px;
  transition: 0.3s;
  color: #595959;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary .nav-link h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.summary .nav-link:hover {
  color: #b82e2e;
}

.summary .nav-link.active {
  background: #b82e2e;
  color: #f2f2f2;
  border-color: #b82e2e;
}

@media (max-width: 768px) {
  .summary .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
  
  .summary .nav-link h4 {
  font-size: 12px;
  font-weight: 500;

}
}

@media (max-width: 575px) {
  .summary .nav-link {
    padding: 15px;
  }
  .summary .nav-link i {
    font-size: 24px;
  }
  .summary .nav-link h4 {
  font-size: 10px;
  font-weight: 500;

}
}

.summary .tab-content {
  margin-top: 30px;
}

.summary .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.summary .tab-pane ul {
  list-style: none;
  padding: 0;
}

.summary .tab-pane ul li {
  padding-bottom: 10px;
}

.summary .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff4a17;
}

.summary .tab-pane p:last-child {
  margin-bottom: 0;
}

.card-image {
  position: relative;
}

.image-overlay {
    position: absolute;
	color:#fff;
	font-size:70px;
    top: 20%;
    bottom: 0;
    left: 25%;
    right: 15%;
    height: 50%;
    width: 60%;

  }
  
.image-overlay-report {
    position: absolute;
	color:#fff;
	font-size:24px;
    top: 15%;
    bottom: 0;
    left: 15%;
    right: 15%;
    height: 50%;
    width: 70%;

  }

  @media (max-width: 992px) {
    .image-overlay-report {
    font-size:18px;
    }
  }
  
@media (max-width: 768px) {
	.image-overlay-report {
	font-size:32px;
  }
}

/*--------------------------------------------------------------
# Stock Information
--------------------------------------------------------------*/

.btn-TWSE {
  font-size: 14px;
  text-align:left;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 10px;
  margin: 5px;
  color: #fff;
  background: #b82e2e;
}

.btn-TWSE:hover {
  background: #cc0000;
  color: #fff;
}


/*--------------------------------------------------------------
# Corporate Governance Banner
--------------------------------------------------------------*/

.corportatehead {
  height: calc(100vh - 200px);
  background-image: url("../../img/Corporate_banner.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.corportatehead h4 {
  color:#fff;
  font-size: 28px;
  font-weight:700;
  text-align: left;
  margin-bottom: 26px;

}

.corportatehead p {
  color:#fff;
  font-size: 12px;
  line-height:1.6;
  text-align: left;

}


@media (min-width: 768px) {

  .corportatehead h4 {
    font-size: 32px;
	margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .corportatehead {
    height: calc(100vh - 120px);
    padding-bottom: 0;

  }
  .corportatehead h4 {
    font-size: 40px;
	line-height:1.3;
	margin-bottom: 36px;
	letter-spacing:normal;
  }
  .corportatehead p {
  font-size: 14px;
  line-height:1.8;
  letter-spacing:1px;

}

}

/*--------------------------------------------------------------
# Video Section
--------------------------------------------------------------*/
.video-section {
  padding: 80px 0;
  background:#898989;
}

.video-section h3{
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  margin-bottom:30px;
}

.video-section .content-item {
  padding: 5px 15px;

}

@media (max-width: 768px) {

  .video-section h3 {
	  font-size: 36px;
	  margin-bottom:24px;

	}
  .video-section {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Video Carousel
--------------------------------------------------------------*/
#myCarousel .carousel-item {
  padding: 5px 15px;
}

#myCarousel .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#myCarousel .carousel-inner{
  text-align: center;
}

#myCarousel .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {

  #myCarousel .carousel-content.container {
    padding: 0 50px;
  }
}


#myCarousel .carousel-control-prev, #myCarousel .carousel-control-next {
  width: 10%;
}

#myCarousel .carousel-control-next-icon, #myCarousel .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#myCarousel .carousel-indicators li {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #myCarousel .carousel-control-prev, #myCarousel .carousel-control-next {
    width: 5%;
    margin:-30px;
  }
}

/*--------------------------------------------------------------
# ESG Page 20240324
--------------------------------------------------------------*/
/* ESG Page | Universal */
.crsDetail,
.crsDetail h1,
.crsDetail h2,
.crsDetail h3,
.crsDetail h4,
.crsDetail h5,
.crsDetail h6,
.crsDetail p,
.crsDetail select {
  font-family: "Noto Sans Display", sans-serif;
}

.crsDetail .lh-sm {
  line-height: 1.2;
}

.crsDetail .lh-md {
  line-height: 1.5;
}

.crsDetail .lh-lg {
  line-height: 1.8;
}

.crsDetail .display-5 {
  font-size: 3.2rem;
}

.crsDetail .display-6 {
  font-size: 2.8rem;
}

.crsDetail .h7 {
  font-size: .875rem;
}

.crsDetail .text-black {
  color: #000000;
}

.crsDetail .text-orange {
  color: #eb6331;
}

.crsDetail .text-gray {
  color: #e5e5e5;
}

.crsDetail .bg-orange {
  background-color: #eb6331;
}

.crsDetail .bg-grayBlue {
  background-color: #587598;
}

.crsDetail .bg-lightGray {
  background-color: #f4f4f4;
}

.crsDetail .font-weight-medium {
  font-weight: 600;
}

.crsDetail .gy-3 {
  row-gap: 1rem;
}

.crsDetail .gx-3 {
  column-gap: 1rem;
}

.crsDetail .rounded-xl {
  border-radius: 1rem;
}

.crsDetail .border-3 {
  border-width: .2em;
}

.crsDetail .border-gray {
  border: 1px solid #cccccc;
}

.crsDetail .crsDetail-title {
  display: inline-block;
  padding: .3em 1.2em;
  font-weight: 600;
  border-radius: 50px;
  color: #ffffff;
}

.crsDetail .crsDetail-contentText {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

@media (max-width: 1280px) {
  .crsDetail .crsDetail-contentText {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .crsDetail .h1-sm {
    font-size: 2.5rem;
  }
}

/* ESG Page | lang-btn */
.crsDetail .lang-btn {
	font-weight: 700;
    font-size: 10px;
    border: 1px solid #c82838;
    border-radius: 500px;
    color: #c82838;
    margin: 0px 0px;
    padding: 1px 7px;
    transition: all ease .3s;
}

.crsDetail .lang-btn:hover {
	color: #ffffff;
	background-color: #c82838;
}

/* ESG Page | Banner */
.crsDetail .banner {
	height: 400px;
	background: center / cover no-repeat url("../../img/crsDetail/banner.jpg");
}

.crsDetail .banner img {
  width: 160px;
}

@media (max-width:768px) {
	.crsDetail .banner{
		height: 100vh;
		text-align: center;
	}

  .crsDetail .banner img {
    width: 120px;
  }
}

/* ESG Page | bCorp */
.crsDetail .bCorp-describe {
  position: relative;
  text-align: right;
}

.crsDetail .bCorp-describe::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11.5em;
  width: 80px;
  height: 1px;
  background-color: #000000;
}

@media (max-width:768px) {
	.crsDetail .bCorp-describe {
		text-align: center;
	}

  .crsDetail .bCorp-describe::before {
    background-color: transparent;
  }
}

/* ESG Page | bCorp-video */
.crsDetail .bCorp-video-title {
  position: relative;
  display: inline-block;
  padding: 32px 10em 20em 40px;
	margin-bottom: -19em;
}

.crsDetail .bCorp-video-title::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: #F7F3EE;
	border-radius: 56px 0 0 0;
}

.crsDetail .bCorp-video-iframeContainer {
  position: relative;
	aspect-ratio: 16 / 9;
}

.crsDetail .bCorp-video iframe {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: inset(1px 1px);
}

.crsDetail .bCorp-video-content {
  padding-left: 18px;
	border-left: 3px solid #EB6331;
}

@media (max-width:768px) {
  .crsDetail .bCorp-video-title {
    padding: 32px 24px 16px 24px;
    margin-bottom: 0;
  }
}

/* ESG Page | socialWelfare */
.crsDetail .socialWelfare {
	background: url("../../img/crsDetail/noise-bg.png");
	padding: 80px 0;
}

/* ESG Page | publicWelfare */
.crsDetail .title-red {
  color: #ad2233;
}

.crsDetail .title-yellow {
  color: #ca9822;
}

.crsDetail .title-brown {
  color: #b25c53;
}

.crsDetail .title-green {
  color: #4c9990;
}

.crsDetail .filter-brown {
  filter: invert(42%) sepia(21%) saturate(1393%) hue-rotate(317deg) brightness(92%) contrast(79%);
}

.crsDetail .filter-green {
  filter: invert(52%) sepia(67%) saturate(297%) hue-rotate(124deg) brightness(91%) contrast(82%);
}

.crsDetail .border-left-dark {
  border-left: 3px solid #000;
}

@media (max-width:768px) {
  .crsDetail .socialWelfare {
	  padding: 40px 0;
  }
}

/* ESG Page | environment */
.crsDetail .environment {
  min-height: 660px;
  padding: 0;
  background: center / cover no-repeat url("../../img/crsDetail/environment.jpg");
}

.crsDetail .environment-title {
  margin-top: -15px;
}

/* ESG Page | employee */
.crsDetail .employee-train {
  position: relative;
  min-height: 450px;
}

.crsDetail .employee-train img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width:1000px) {
  .crsDetail .employee-train img {
    width: 80%;
    position: unset;
    transform: none;
  }
}

/* ESG Page | humane */
.crsDetail .humane .health-imgContainer > div {
  height: 100%;
  min-height: 200px;
  border-radius: 24px;
  background: center / cover no-repeat url("../../img/crsDetail/health.png");
}

/* ESG Page | score */
.crsDetail .score {
  margin-top: 24px;
  margin-bottom: 80px;
}

.crsDetail .score-detail {
  position: relative;
  padding: 40px 8px 100px 8px;
  border-radius: 40px;
  background-color: #f7f3ee;
}

.crsDetail .score-eachScore {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.crsDetail .score-eachScore li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9em;
  padding-top: 8px;
  aspect-ratio: 1 / 1;
  text-align: center;
  border-radius: 50%;
  background-color: #F4F4F4;
  border: 3px solid #fff;
  outline: 2px solid #000;
}

.crsDetail .score-eachScore li h5 {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.crsDetail .score-eachScore li p {
	color: #414141;
}

.crsDetail .score-eachScore li:first-child {
  outline-color: #D96F33;
}

.crsDetail .score-eachScore li:nth-child(2) {
  outline-color: #637B8E;
}

.crsDetail .score-eachScore li:nth-child(2) {
  outline-color: #7A5FA4;
}

.crsDetail .score-eachScore li:nth-child(4) {
  outline-color: #5AAF60;
}

.crsDetail .score-eachScore li:nth-child(5) {
  outline-color: #2A7565;
}

.crsDetail .score-eachScore li:first-child h5 {
  color: #D96F33;
}

.crsDetail .score-eachScore li:nth-child(2) h5 {
  color: #637B8E;
}

.crsDetail .score-eachScore li:nth-child(2) h5 {
  color: #7A5FA4;
}

.crsDetail .score-eachScore li:nth-child(4) h5 {
  color: #5AAF60;
}

.crsDetail .score-eachScore li:nth-child(5) h5 {
  color: #2A7565;
}

@media (max-width: 768px) {
  .crsDetail .score {
    margin-bottom: 24px;
  }
  
  .crsDetail select {
    width: 100%;
  }

  .crsDetail .score-detail {
    text-align: center;
    padding-bottom: 24px;
  }

  .crsDetail .score-eachScore {
    flex-wrap: wrap;
    justify-content: center;
    position: unset;
    transform: none;
    row-gap: 12px;
    width: 100%;
  }

  .crsDetail .score-eachScore li {
    width: 35%;
  }
}

/*--------------------------------------------------------------
# Product Subpage 20240827
--------------------------------------------------------------*/
/* Product Subpage | Gobal */
.productType{
	min-height: 70vh;
	font-family: "Lato", sans-serif;
	
	@media (max-width: 576px) {
		min-height: unset;
	}
	
	section {
		padding: 0;
	}
	
	ul {
		list-style: none;
		padding: 0;
	}
	
	a {
		text-decoration: none;
	}
}

/* Product Subpage | Menu */
.productType-menuSticky {
	position: sticky;
	top: 100px;
}

.productType-menu-mobile  {
	position: sticky;
	top: 60px;
	z-index: 100;
	
	select {
		font-size: 1.2rem;
		font-weight: 600;
	}
}

.productType-menuTitle {
	margin-bottom: 12px;
	padding: 6px 12px;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .2em;
	color: #444444;
	background: linear-gradient(to right, #DEDEDE 20%, #F8F8F8 100%);
	border-radius: 50px;
	
	@media (min-width: 1920px) {
		margin-bottom: 20px;
		padding: 8px 16px;
		font-size: 18px;
	}
}

.productType-menu-itemContainer {
	margin-bottom: -10px;
	margin-left: 12px;
}

.productType-menu-item {
	h4 {
		margin-bottom: 10px;
		font-family: "Lato", sans-serif;
		font-size: 16px;
		font-weight: 700;
		color: #959595;
		border-bottom: 2px solid transparent;
		transition: all ease .3s;
	
		@media (min-width: 1920px) {
			font-size: 20px;
		}
		
		span {
			font-size: 14px;
			font-weight: 200;
		}
		
		a {
			display: block;
			padding-bottom: 4px;
			color: #959595;
			transition: all ease .5s;
		}
	}
	
	ul {
		display: none;
	}
	
	li a {
		display: block;
		margin-bottom: 4px;
		color: #959595;
		transition: all ease .5s;
		
		@media (min-width: 1920px) {
			font-size: 16px;
		}
	}
	
	li a:hover {
		color: #000000;
	}
}

.productType-menu-item.active,
.productType-menu-item:hover {
	h4 {
		position: relative;
		border-color: #A50319;
		color: #A50319;
		
		a {
			color: #A50319;
		}
	}
	
	h4::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		transform: translate(50%, 65%);
		background-color: #A50319;
	}
}

.productType-menu-item.active {
	ul {
		display: block;
		margin-bottom: 14px;
		
		@media (min-width: 1920px) {
			margin-bottom: 18px;
		}
	}
}

/* Product Subpage | Content */
.productType-card:not(:last-child) {
	margin-bottom: 48px;
}

.productType-cardTitle {
	font-family: "Lato", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #A50319;
	
	@media (min-width: 1920px) {
		font-size: 28px;
	}
	
	span {
		font-size: 16px;
		font-weight: 300;
		
		@media (min-width: 1920px) {
			font-size: 20px;
		}
	}
}

.productType-cardContent {
	position: relative;
	display: flex;
	justify-content: space-between;
	
	@media (max-width: 576px) {
		flex-direction: column;
	}
}

.productType-cardMain {
	width: 80%;
	
	img {
		width: -webkit-fill-available;
		border-radius: 20px;
		box-shadow: 5px 5px 12px #00000010;
	}
	
	@media (max-width: 576px) {
		width: 100%;
		margin-bottom: 12px;
	}
}

.productType-cardSide {
	width: 18%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	
	@media (max-width: 576px) {
		width: 100%;
		position: initial;
	}
	
	ul {
		margin-bottom: 0;
		transform: translateY(0);
		transition: transform ease .3s;
		
		@media (max-width: 576px) {
			display: flex;
		}
	}
}

.productType-cardSide-listMask {
	overflow: hidden;
}

.productType-cardSide-item  {
	border-radius: 6px;
	overflow: hidden;
	background-color: #000000;
	transition: background-color ease .5s;

	img {
		max-width: 100%;
		opacity: .5;
		transition: opacity ease .5s;
	}
}

.productType-cardSide-item:not(:last-child) {
	margin-bottom: 8px;
	
	@media (max-width: 576px) {
		margin-bottom: 0;
		margin-right: 8px
	}
}

.productType-cardSide-item.active,
.productType-cardSide-item:hover {
	background-color: transparent;

	img {
		opacity: 1;
	}
}

.productType-card-buttonGroup {
	margin-top: 12px;
	text-align: center;
	
	@media (max-width: 576px) {
		display: none;
	}

	button {
		border: none;
		background: none;
		filter: invert(9%) sepia(48%) saturate(6041%) hue-rotate(341deg) brightness(126%) contrast(111%);
		transition: all ease .3s;
	}
	
	button:not(.disabled):hover {
		transform: scale(1.1);
	}
	
	button:focus {
		outline: none;
	}
	
	button.disabled {
		filter: invert(66%) sepia(0%) saturate(428%) hue-rotate(180deg) brightness(113%) contrast(88%);
		cursor: default;
		pointer-events: none;
	}
	
	img {
		pointer-events: none;
	}
}