@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://www.oligo88.com/v2assets/css/material-icons.css);
@font-face {
  font-family: 'cwTeXHei';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}
* {box-sizing:border-box}
*, :after, :before {
    box-sizing: border-box;
}
*{margin:0;padding:0;}
body {
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif;
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;
  padding-right: 0!important;
}
section {
	position: relative;
	top: -80px;
	margin-bottom: -80px;
	overflow: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: Arial, "Microsoft JhengHei";
	font-weight: 600;
}
@media(max-width:1250px){
	section {
		top:0;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
a {
  color: #406da4;
}
a:hover, a:focus {
  color: #355987;
  text-decoration: none;
}
a,
a:focus,
a:hover,
a:active,
button,
button:hover {
  outline: 0 !important;
}
input,
input:focus,
input:hover,
input:active {outline: 0 !important;}
hr {
  border-color: #eaeaea;
}
::-webkit-scrollbar {
	width:10px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
	background:rgba(0,0,0,0.3);
	-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background:rgba(0,0,0,0.4);
}

#left {float: left;}
#right {float: right;}
#clearleft { 
  clear:left; 
}
#overlay {
    position: fixed; 
    display: none;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 2; 
    cursor: pointer; 
}
#payment-loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
}
#payment-loader .loading{
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#payment-loader .loading .loading-text{
	color: #FFFFFF;
}
.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.container-fluid{
	position: relative;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.container {
	position: relative;
	z-index:1;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.position-center{
	top:50%;
	transform: translateY(-50%);
}
.margin-center{
	margin:0 auto;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.form-group-text{
	padding-top: 7px;
}
.color-white{
	color: #FFF;
}
.fixed-bg{
	background-attachment: fixed;
}
.bg-sanyu-green{
	background-color: rgba(143,196,31,0.66);
}
.bg-sanyu-blue{
	background-color: rgba(50,187,175,0.66);
}
.bg-sanyu-black{
	background-color: rgba(0,0,0,0.66);
}
.bg-black-dot {
    position: relative;
    width: 100%;
    background-image: url(../../images/black-bg-cover.png);
    background-repeat: repeat;
}
@media(max-width:991px){
	.hidden-xs {
		display: none !important;
	}
}
.padding-5{padding: 5px 0;}
.padding-15{padding: 15px 0;}
.padding-25{padding: 25px 0;}
.padding-35{padding: 35px 0;}
.padding-45{padding: 45px 0;}
.padding-55{padding: 55px 0;}
.padding-65{padding: 65px 0;}
.padding-75{padding: 75px 0;}
.padding-85{padding: 85px 0;}
.padding-95{padding: 95px 0;}
.bottom-5{margin-bottom: 5px;}
.bottom-15{margin-bottom: 15px;}
.bottom-25{margin-bottom: 25px;}
.bottom-35{margin-bottom: 35px;}
.bottom-45{margin-bottom: 45px;}
.bottom-55{margin-bottom: 55px;}
.bottom-65{margin-bottom: 65px;}
.bottom-65{margin-bottom: 65px;}


.container-2{
	padding: 5%;
}
/* flexbox */
.flexbox-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexbox-nowrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-align-content: center;
    align-content: center;
}
.flex-end{
	align-content: flex-end;
}
.flex-align-items-center{
    -webkit-align-items: center;
    align-items: center;
}
.lineCenterIn{
	animation-name: line-open;
}
@-webkit-keyframes line-open {
    0%   {width:0%;}
    100% {width:100%;}
}
@keyframes line-open {
    0%   {width:0%;}
    100% {width:100%;}
}
/* transition */
.fromTopIn{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,0);
	opacity: 1.0;
}
.fromTopOut{
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transform: translate(0,-10px);
	opacity: 0.0;
}
.fromBottomIn{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,0);
	opacity: 1.0;
}
.fromBottomOut{
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transform: translate(0,10px);
	opacity: 0.0;
}
.fromLeftIn{
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transform: translate(0,0);
	opacity: 1.0;
}
.fromLeftOut{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(-10px,0);
	opacity: 0.0;
}
.fromRightIn{
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transform: translate(0,0);
	opacity: 1.0;
}
.fromRightOut{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(10px, 0);
	opacity: 0.0;
}
.scaleUpIn{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: scale(1.0,1.0);
	opacity: 1.0;
}
.scaleUpOut{
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transform: scale(1.3,1.3);
	opacity: 0.0;
}
.scaleDownIn{
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}
.scaleDownOut{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: scale(0.7,0.7);
	opacity: 0.0;
}
@keyframes chevronAnimation {
	0% {
		transform: translate(0,0) scale(1.0,1.0);
	}
	50% {
		transform: translate(0,5px) scale(0.8,0.8);
	}
	100% {
		transform: translate(0,0) scale(1.0,1.0);
	}
} 
.container-fluid {
    width: 1400px;
    max-width: 100%;
}

ol.desc_list{
	padding-left:23px;
}
ol.desc_list li{
	margin-bottom: 15px;
}
ol.desc_list li::before{
	content: "";
	
}
.pointer{
	cursor: pointer;
}

.breadcrumb{
	background-color: transparent;
}
.breadcrumb a{
	color: #777;
}
.breadcrumb li:first-child:before{
	content:"\E88A";
	font-family: 'Material Icons';
	margin-right: 3px;
	font-size: 21px;
}
.breadcrumb li{
	color: #777;
}
.breadcrumb>.active{
	color: #494949;
}



/* fa-icon */
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-wechat {
    background: #3cb034;
    color: white;
}
.num-alignment{
	position: relative;
	-moz-user-select:none;
	cursor:pointer;
	text-align:center;
}
.num-alignment.left{
	float:left;
	border-right: 1px solid #CCC;
}
.num-alignment.right{
	float:right;
	border-left: 1px solid #CCC;
}
.num-alignment i{
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#scrolltop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  border: none;
  outline: none;
  background-color: rgba(166,166,166,0.4);
  color: #4B9DA6;
  cursor: pointer;
  width:50px;
  height:50px;
  border-radius: 50%;
}
#scrolltop:hover {
  background-color: rgba(166,166,166,1);
}
#scrolltop:before{
	position:absolute;
	content:"\e316";
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: 'Material Icons';
	font-style: normal;
	font-size: 38px; 
	color: #FFF;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
#headerscroll{
	position: absolute;
	width:100%;
	height:99px;
	margin-top: -99px;
}
@media(max-width:1250px){
	#headerscroll{
	height:80px;
	margin-top: -80px;
	}
}
section.height100{
    height: calc(100vh - 55px);
    min-height: calc(100vh - 55px);
	
}
.modal{
	padding-top: 150px;
}
.modal-dialog {
    margin: 0 auto;
}
.modal-content{
	border-radius: 0;
}
.modal.in .modal-dialog{
	/* margin-top: 150px; */
}
@media (min-width: 768px){
	.modal-dialog {
		margin: 0 auto;
	}
}
@media (max-width: 768px){
	.modal{
		padding-top: 120px;
	}
	.modal.in .modal-dialog{
		/* margin-top: 120px; */
	}
}
/** Header **/
.top-nav{
	position: relative;
	width: 100%;
	height: 55px;
	background: #000;
	color: #FFF;
	z-index: 9999;
}
.top-nav .left{
	position: relative;
	width: auto;
	height: 55px;
	line-height: 55px;
	display: inline-block;
}
.top-nav .left i{
	position: relative;
	margin-right: 3px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}
.top-nav .left a:last-child{
	margin-right: 10px;
}
.top-nav .left .fa-facebook, .top-nav .left .fa-wechat, .top-nav .left .fa-google, .top-nav .left .fa-youtube {
  background: #FFF;
  color: #000;
}
.top-nav .right{
	float: right;
	position: relative;
	margin:0;
	padding:0;
	height: 55px;
	display: inline-block;
	padding-right:23px;
	transition: 0.5s;
}
.top-nav .right .menu{
    position: relative;
    display: inline-block;
	float: right;
	top: 50%;
	transform: translateY(-50%);
}
.top-nav .right .menu ul{
	position: relative;
	display: inline-block;
    list-style-type: none;
	margin:0;
	padding:0;
	transition: 0.5s;
	height: 100%;
}
.top-nav .right .menu li {
	position: relative;
	display: inline-block;
    float: left;
	padding: 0;
	transition: 0.5s;
}
.top-nav .right .menu li:first-child{
	margin-right: 14px;
}
.top-nav .right .menu li input[type=text] {
	padding: 0 35px 0 15px;
    width: 150px;
	height: 29px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    border-radius: 7px;
    font-size: 12px;
    background-color: transparent;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
	-webkit-appearance: none;
}
.top-nav .right .menu li input[type=text]:focus {
    width: 210px;
    border: #FFF 1px solid;
	color: #FFF;
}
.top-nav .right .menu li .search-button{
	position: absolute;
	top:0;
	right:6px;
	width:30px;
	height: 29px;
	padding-top: 3px;
	background-color: transparent;
	text-align: center;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: none;
	color: #FFF;
}
.top-nav .right .menu li .search-button:before{
	content:"\e8b6";
	font-weight: bold;
	font-family: 'Material Icons';
	font-style: normal;
	font-size: 21px; 
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.top-nav .right .menu li .search-button:hover{
	color: #747474;
}
/** country **/
.top-nav .button-dropdown {
    position: relative;
	margin-left: 10px;
}
.top-nav .button-dropdown a{
	text-decoration:none;
}
.top-nav .right .dropdown-toggle{
	position:relative;
	display: inline-block;
    padding: 5px 32px 5px 15px;
	border: #FFF 1px solid;
	background: transparent;
	border-radius: 7px;
	font-size: 13px;
	color: #FFF;
    cursor: pointer;
	-webkit-appearance: none;
}
.top-nav .right .dropdown-toggle:hover, .top-nav .right .dropdown-toggle:focus {
    border: #FFF 1px solid;
	color: #FFF;
}
.top-nav .right .dropdown-toggle:after{
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	content:"\e313";
	font-family: 'Material Icons';
	font-style: normal;
	font-size: 20px; 
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.top-nav .right .menu li a {
    display: block;
}
.top-nav .right .menu li .dropdown-menu {
	padding: 7px 0;
    display: none;
    position: absolute;
	left:-90%;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.top-nav .right .menu li .dropdown-menu.active {
    display: block;
}
.top-nav .right .menu li ul.dropdown-menu{
	height: auto;
	width: auto;
	min-width: 140px;
}
.top-nav .right .menu li .dropdown-menu2 {
	left:-60%;
	min-width: 160px !important;
}
.top-nav .right .menu li ul.dropdown-menu li{
    position: relative;
    display: block;
    float: none;
	font-size:14px;
	cursor: pointer;
}
.top-nav .right .menu li ul.dropdown-menu2 li{
	clear: left;
	display: block;
	width: 100%;
	font-size:13px;
}
.top-nav .right .menu li ul.dropdown-menu li:first-child{
	margin-right: 0;
}
.top-nav .right .menu li ul.dropdown-menu li img.icon{
	width: 30px;
}
.top-nav .right .menu li ul.dropdown-menu li a {
	position: relative;
	padding: 10px 20px;
    color: black;
    text-decoration: none;
	width: auto;
}
.top-nav .right .menu li ul.dropdown-menu li a:hover{
	background-color: #f1f1f1
}
.top-nav .right .menu li.shopping-cart{
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
@media(max-width: 1250px){
	.top-nav{
		display: none;
	}
}
/* NavBar */
.navbars-fixed-top{
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.70) !important;
}
.navbar{
	height: auto;
	margin-bottom: 0;
	transition: 0.4s;
}
.oligo-navbar{
	z-index: 9998;
}
.navbar-header{
	position: relative;
	z-index: 2;
}
#oligo-d-sidenav {
	display: block;
}
.navbar-brand{
	overflow: hidden;
	width: 200px;
	height: auto;
	padding: 0;
	transition: 0.5s;
}
.navbar-brand img {
    height: 80px;
    width: auto;
	transition: 0.5s;
}
.navbar-inverse{
	background: rgba(0,0,0,0.40);
	transition: 0.5s;
	/*box-shadow: 0px 0px 8px #ACACAC;*/
	border: 0;
}
.navbar-inverse .navbar-toggle{
	border: 0;
}
.navbar-inverse .navbar-toggle .icon-bar{
	width: 32px;
    height: 3px;
	background-color: #FFF;
	margin: 5px 0;
    transition: 0.4s;
}
.oligo-navbar .change-icon .icon-bar1{
    -webkit-transform: rotate(-45deg) translate(-4px, 4px) !important;
    transform: rotate(-45deg) translate(-4px, 4px) !important;
}
.oligo-navbar .change-icon .icon-bar2{
	opacity: 0 !important;
}
.oligo-navbar .change-icon .icon-bar3{
    -webkit-transform: rotate(45deg) translate(-7px, -7px) !important;
    transform: rotate(45deg) translate(-7px, -7px) !important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background-color: transparent;
}
.oligo-navbar .top-navbar{
	position: relative;
	width: 100%;
	height: 60px;
	background: #000;
	color: #FFF;
}

@media (min-width: 1250px) {
	.navbar-toggle {
		display: none;
	}
	.navbar-rights{
		height: 75px;
		transition: 0.5s;
	}
	.navbar-collapse{
		position:relative;
		height: 80px;
	}
	.navbar-nav>li {
		padding: 0 23px;
		height: 100%;
		cursor: pointer;
		transition: 0.5s;
	}
	.navbar-nav>li a{
		line-height: 70px;
		padding-top: 0;
		padding-bottom: 0;
		padding:0;
	}
	.navbar-inverse .navbar-nav>li>a{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		color: #FFF;
		font-size: 15px;
		letter-spacing: 3px;
		transition: 0.5s;
	}
	.navbar-nav>li:hover, .navbar-nav>li>a:hover{
		color: rgba(94,202,205,1);
	}
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
		text-decoration: none;
		color: rgba(94,202,205,1);
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
		background: none;
		color: rgba(94,202,205,1);
	}
	.navbar-rights{
		float: right!important;
		position: relative;
		margin-right: 0;
		height: 100%;
	}
	#oligo-m-sidenav {
		display: none;
	}
	.oligo-navbar .right .navbar-inverse{
		background: none;
		box-shadow: none;
	}
	.dropdown-menu{
		padding:0;
		background-color: rgba(94,202,205,0.9);
		text-align: center;
		border: 0;
	}
	.dropdown-menu>li>a{
		width: 180px;
		color: #FFF;
		padding: 13px 0;
		line-height: 23px;
		text-decoration: none;
		display: block;
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		border-bottom: rgba(255,255,255,0.3) 1px solid;
	}
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
		background: #429598;
		color: #FFF;
	}
}
@media (max-width: 1250px){
	#oligo-m-sidenav {
		position: relative;
		width: auto;
		height: 80px;
		float: right;
	}
	#oligo-m-sidenav ul {
		position: relative;
		display: inline-block;
		width: auto;
		list-style: none;
		top: 50%;
		transform: translateY(-50%);
		transition: 0.5s;
	}
	#oligo-m-sidenav li {
		position: relative;
		vertical-align: middle;
		display: inline-block;
		color: #219FAE;
		width: 53px;
		text-align: center;
	}
	#oligo-m-sidenav li a {
		color: #FFF;
		text-decoration: none;
		font-size: 15px;
	}
	#oligo-m-sidenav li i {
		display: block;
		font-size: 32px;
	}
	#oligo-m-sidenav li .qty {
		position: absolute;
		display: block;
		top: 1px;
		right: 7px;
		width: 18px;
		height: 18px;
		line-height: 17px;
		background: #ff0000;
		color: #fff;
		font-size: 8px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}
	.oligo-navbar .right-select{
		display: none;
	}
	.oligo-navbar .right{
		float: none;
		display: block;
		background: #000;
		margin: 0 -15px;
	}
	.navbar{
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		height: 80px;
		background: rgba(0,0,0,0.70) !important;
	}
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse {
        overflow-x: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: auto !important;
    }
    .collapse.in {
      display: block !important;
    }
	.navbar-brand{
		width: auto;
	}
	.navbar-brand img {
		height: 80px;
		width: auto;
	}
	.navbar-toggle {
		float:none;
		margin-top: 0;
		margin-right:0;
		margin-bottom: 0;
		padding:0;
	}
	#oligo-d-sidenav{
		display: none;
	}
	#oligo-m-sidenav {
		display: inline-block;
	}
}
@media(max-width: 768px){
	#oligo-m-sidenav li a {
		font-size: 14px;
	}
	#oligo-m-sidenav li i {
		display: block;
		font-size: 31px;
	}
}
@media(max-width: 400px){
	#oligo-m-sidenav li{
		width: 47px;
	}
	#oligo-m-sidenav li a {
		font-size: 13px;
	}
	#oligo-m-sidenav li i {
		font-size: 28px;
	}
}
@media(max-width: 373px){
	#oligo-m-sidenav li{
		width: 40px;
	}
	#oligo-m-sidenav li a {
		font-size: 12px;
	}
	#oligo-m-sidenav li i {
		font-size: 26px;
	}
}
@media(max-width: 321px){
	#oligo-m-sidenav li{
		width: 37px;
	}
	#oligo-m-sidenav li a {
		font-size: 12px;
	}
	#oligo-m-sidenav li i {
		font-size: 26px;
	}
}
@media screen and (max-width: 1250px) {
  /*right*/
  .side-collapse-container-right{
	  position:relative;
	  right:0;
	  transition:right .4s;
  }
  .side-collapse-container-right.out{
	  right:70%;
  }
	.navbar-inverse .navbar-collapse{
		border: 0;
	}
  .side-collapse-right {
	  top:80px;
	  bottom:0;
	  right:0;
	  width:100%;
	  position:fixed;
	  overflow:hidden;
	  overflow-y: auto;
	  transition:width .4s;
	  background: #FFF;
  }
  .side-collapse-right.in {
	  width:0;
  }
  .navbar-nav{
	  margin: 0 -15px;
  }
  .oligo-navbar .right .navbar-inverse{
	  box-shadow: none;
  }

  .navbar-inverse .navbar-nav>li>a{
	  display: block;
	  background: #F7F7F7;
	  padding: 18px;
  }
  .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
	  color: #444;
	  background-color: #F7F7F7;
  }
  .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	  background-color: #ddd;
	  color: #444;
  }
  .navbar-inverse .dropdown{
	  transition: 0.4s;
  }
  .navbar-inverse .navbar-nav a.dropdown-toggle{
      transition: 0.4s;
  }
  .navbar-inverse .navbar-nav a.dropdown-toggle:after{
	content: '';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
	padding: 10px 38px;
    font-size: 15px;
    color: #6A6A6A;
  }
  .navbar .navbar-nav .dropdown .dropdown-menu{
	  display: none!important;
  }
  .navbar .navbar-nav .dropdown.open .dropdown-menu{
	  display: block!important;
  }
}
/** Footer **/
footer {
	position: relative;
	z-index:999;
	margin:0;
	padding:0;
}
@media(max-width:991px){
	footer .rwd-hidden{
		display: none;
	}
}
.footer{
	position: relative;
	margin-top: 0!important;
	padding: 30px 0;
    background-color: #333;
    color: #CCC;
    border-top-color: rgba(0,0,0,0.2);
	border-top: none;  
}
.footer a, .footer-bottom a{
	color: #CCC;
}
.footer a:hover, .footer-bottom a:hover{
	color: #B0B0B0;
}
.footer h4{
	margin-bottom: 5px;
    color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
    text-transform: uppercase;
}
.footer ul.newslist{
	list-style: none;
}
.footer ul.newslist li{
	padding: 5px 0;
	padding-right: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.footer ul.list{
	margin: 10px 0 20px 0;
	list-style: none;
	overflow: hidden;
}
.footer ul.list li{
	margin-bottom: 5px;
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 1.8em;
}

.footer .contact-widget{
	margin-top: 25px;
}
.footer .contact-widget .qrcode{
	margin-right: 10px;
	display: inline-block;
}
.footer .contact-widget i{
    position: relative;
    margin-right: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.footer-bottom {
	position: relative;
	padding-bottom: 20px;
	font-family: "Microsoft JhengHei", 'Quicksand', sans-serif;
    width: 100%;
	height:auto;
    background-color: #333;
	font-size: 13px;
    color: #C5C4C4;
	overflow: hidden;
}
.footer-bottom .info{
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid;
    border-top-color: rgba(255,255,255,0.1);
}
.footer-bottom ul{
	margin: 0 auto;
	display: inline-block;
}
.footer-bottom ul li{
	margin-bottom: 5px;
	display: inline-block;
	padding: 0 15px;
	border-right: #B9B8B8 1px solid;
}
.footer-bottom ul li:last-child{
	border-right: 0;
}
.footer-bottom .copyright{
	margin-top: 10px;
	display: block;
}
.footer-bottom .paytools{
	margin-top: 20px;
}
.footer-bottom .paytools img{
	max-width: 50px;
	margin: 5px 10px;
}
.footer2 {
	font-family: 'Quicksand', "Microsoft JhengHei", sans-serif;
	position: relative;
    width: 100%;
	height:auto;
	padding: 45px 0;
	background-color: transparent;
	font-weight: normal;
	font-size: 13px;
	color: #a8a8a8;
	overflow: hidden;
	/*
	background: #f2f2f2;
	*/
	background: #FFF;
	text-align:left;
}
.footer2 .left {
	position: relative;
	height: 150px;
	text-align: center;
	background-image: url(../../images/footer-imo-logo.png);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 70% auto;
}
.footer2 .center {
	position: relative;
	height: auto;
	text-align: center;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
.footer2 .center .center-container {
	position:relative;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}
.footer2 .center .title-list {
	margin: 0 35px;
	width: auto;
	height: auto;
	float:left;
	text-align: left;
}
.footer2 .center .title-list .title-name {
	position: relative;
	width: 100%;
	height: 20px;
	font-size: 16px;
	color: #666;
	text-align: left;
	font-weight: 700;
}
/*
.footer .left .title-list .title-name:after {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 60%;
    border-bottom: #666 3px solid;
}
*/
.footer2 .center .title-list ul {
	padding:0;
	margin:0 auto;
	margin-top: 11px;
    list-style: none;
    font-size: 14px;
}
.footer2 .center .title-list ul li {
	display: block;
	width: 100%;
	padding: 11px 0;
	text-align: left;
	/*color: #6A6A6A;*/
}
.footer2 .center .title-list ul li a{
	color: #868686;
	text-decoration:none;
}
.footer2 .center .title-list ul li a:hover{
	color: #429EA8;
}
.footer2 .right {
	position: relative;
	height: 100%;
	color: #8D8D8D;
	text-align: center;
	padding-top: 0;
}
.footer2 .right .right-container {
	position:relative;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}
.footer2 .right .right-container .company{
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 18px;
	color: #348992;
}
.footer2 .right .right-container .company img{
	width: 70%;
	max-width: 250px;
}
.footer2 .right .right-container .address, .footer2 .right .right-container .tel, .footer2 .right .right-container .email{
	position: relative;
	padding-left: 32px;
	font-size:13px;
}
.footer .right .right-container .address:before, .footer .right .right-container .tel:before, .footer .right .right-container .email:before{
	position:absolute;
	left:0;
	font-family: 'Material Icons';
	font-style: normal;
	font-size: 23px; 
	color: #8D8D8D;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.footer2 .right .right-container .address:before{
	content:"\e0af";
}
.footer2 .right .right-container .tel:before{
	content:"\e0b0";
}
.footer2 .right .right-container .email:before{
	content:"\e0be"
}
.footer2 .right .right-container p{
	line-height: 24px;
	margin-bottom:4px;
	font-size:14px;
}
.footer2 .right .right-container button, .footer2 .right .right-container .sub {
	display: inline-block;
	float:left;
	margin: 7px 5px;
	width: 110px;
	height: 40px;
	line-height: 35px;
    border: #4B4B4B 2px solid;
	border-radius: 20px;
	background: transparent;
    color: #4B4B4B;
    text-align: center;
    text-decoration: none; 
    font-size: 13px;  
    cursor: pointer;
    -webkit-transition: width 4s;
    transition: width 4s;
}
.footer2 .right .right-container button i, .footer2 .right .right-container .sub i{
	font-size: 15px;
	margin-right:5px;
}
.footer2 .right .right-container .sub input{
	display: none;
	width: 85%;
    border: none;
    border-bottom: 1px solid #888888;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
}
.footer-bottom2 {
	font-family: 'Quicksand', "Microsoft JhengHei", sans-serif;
	position: relative;
    width: 100%;
	height:auto;
	padding: 0;
	background-color: rgba(69,69,69,0.8);
	color: #FFF;
	font-size:13px;
	overflow: hidden;	
}
.footer-bottom2 .left {
	position: relative;
	height:65px;
	line-height: 65px;
	overflow: hidden;
	text-align:center;
}
.footer-bottom2 .left .left-container {
	position:relative;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}
.footer-bottom2 .left span {
	margin-left: 20px;
}
.footer-bottom2 .left span a{
	color: #FFF;
}
.footer-bottom2 .right {
	position: relative;
	height: 65px;
	line-height: 65px;
	color: #FFF;
	text-align: center;
	overflow: hidden;
}
.footer-bottom2 .right .right-container {
	position:relative;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}
.footer-bottom2 .right .right-container .fa {
	margin: 0 7px;
	width: 40px;
	height: 40px;
	padding-top:5px;
	border: #FFF 2px solid;
	border-radius: 50%;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}
.footer-bottom2 .right .right-container .fa:hover {
    opacity: 0.7;
}
.footer-bottom2 .right .right-container .fa-facebook {
  background: transparent;
  color: white;
}
.footer-bottom2 .right .right-container .fa-youtube {
  background: transparent;
  color: white;
}
@media(max-width:1200px){
	.footer2 .center .title-list{
		margin:0 30px;
	}
}
@media(max-width:991px){
	.footer2 .left{
		padding-bottom:13px;
		height:130px;
		background-size: 240px auto;
	}
	.footer2 .center{
		padding:16px 0;
		border-left:none;
		border-right:none;
	}
	.footer2 .center:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 70%;
		height: 1px;
		border-top: #DADADA 1px solid;
	}
	.footer2 .right{
		padding-top:13px;
		border-left:none;
	}
	.footer2 .right:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 70%;
		height: 1px;
		border-top: #DADADA 1px solid;
	}
}

@media(max-width:448px){
	.footer-bottom2{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer-bottom2 .left, .footer-bottom .right{
		height: auto;
		line-height: 28px;
	}
	.footer-bottom2 .left span{
		margin-left: 0;
		display:block;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}
}
@media(max-width:432px){
	.footer2 .center .title-list{
		margin:0 30px;
	}
}
@media(max-width:401px){
	.footer2 .center .title-list{
		margin:0 25px;
	}
	.footer2 .col-sm-12{
		padding-right:0;
		padding-left:0;
	}
}
@media(max-width:342px){
	.footer2 .center .title-list{
		margin:0 15px;
	}
}

.rightbar-menu{
	position: fixed;
    z-index: 9999;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
    background: #444444;
	opacity: 0.8;
}
.rightbar-menu:hover{
	opacity: 1;
}
.rightbar-menu a{
	position: relative;
	padding: 15px 0;
	width: 57px;
	height: 67px;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
}
.rightbar-menu a:hover{
	background-color: #000;
}
.rightbar-menu .icon_text {
    display: block;
    height: 14px;
    line-height: 14px;
    font-size: 0.8333em;
    overflow: hidden;
}
.rightbar-menu .icon{
	display: block;
    text-align: center;
    height: 26px;
    line-height: 26px;
}
.rightbar-menu i{
	font-size: 26px;
	overflow: hidden;
}
.qty_circle {
    position: absolute;
    display: block;
	top: 7px;
    right: 7px;
	width: 18px;
	height: 18px;
	line-height: 17px;
    background: #ff0000;
    color: #fff;  
	font-size:8px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@media(max-width: 1250px){
	.rightbar-menu{
		display: none;
	}
}

.d-flex {
	display: flex;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.flex-wrap {
	flex-wrap: wrap;
}
.justify-content-start {
    justify-content: flex-start!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.justify-content-around {
    justify-content: space-around!important;
}
.justify-content-evenly {
    justify-content: space-evenly!important;
}
.flex-fill {
    flex: 1 1 auto!important;
}

.all-banner-1{
	position: relative;
    width: 100%;
    height: calc(100vh - 55px);
    min-height: calc(100vh - 55px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
.all-banner-1:before {
    content: '';
    display: block;
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.15;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.all-banner-2 {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 8em 0 6em 0;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 75vh;
    height: 75vh;
    position: relative;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #FFF;
}
.all-banner-2:before {
    content: '';
    display: block;
	background-image: url(../../images/black-bg-cover.png);
    height: 100%;
    left: 0;
	/*
	background-color: #000;
	*/
	opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.all-banner-3{
	position: relative;
    width: 100%;
    height: calc(100vh - 55px);
    min-height: calc(100vh - 55px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
.all-banner-3:before {
    content: '';
    display: block;
    background-color: rgba(204,204,204,0.2);
    position: absolute;
    top: 0;
	left: 0;
	height: 100%;
    width: 100%;
    z-index: 1;
}
.all-banner-4{
	padding: 0 20px;
	position: relative;
    width: 100%;
    height: calc(100vh - 55px);
    min-height: calc(100vh - 55px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
.all-banner-4 .main-title{
	margin: 0 auto;
	position: relative;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}
.all-banner-4 .main-title .title{
	padding: 20px;
}
.all-banner-4 .main-title .title h2{
	font-size: 67px;
	color: #FFFFFF;
}
.all-banner-4 .main-title .title h2 span{
	display: block;
	text-decoration:underline;
}
.all-banner-4 .main-title .title h2 span.small{
	color: #FFFFFF;
	font-size: 48px;
}
.all-banner-4 .main-title .scroll-btn{
	font-size: 98px;
	color: #FFFFFF;
}

.all-banner-5{
	padding: 120px 20px;
	position: relative;
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
.all-banner-5:before {
    content: '';
    display: block;
	background-image: url(../../images/black-bg-cover.png);
    height: 100%;
    left: 0;
	opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media(max-width:1256px){
	.all-banner-1, .all-banner-3, .all-banner-4{
		height: 100vh;
	}
}
@media(max-width: 768px){
	.all-banner-4 .main-title .title h2{
		font-size: 47px;
	}
	.all-banner-4 .main-title .title h2 span.small{
		font-size: 28px;
	}
}
@media(max-width: 458px){
	.all-banner-4 .main-title .title h2{
		font-size: 37px;
	}
	.all-banner-4 .main-title .title h2 span.small{
		font-size: 18px;
	}
}
.pages-item{
	
}
.pages-item .sub-title-image{
	vertical-align:text-bottom;
	display: inline-block;
}
.pages-item .title h2{
	font-size: 110px;
	color: #FFFFFF;
}
.pages-item .title span{
	display: block;
	color: #fff100;
}
.pages-item .sub-title h2{
	display: inline-block;
	font-size: 110px;
	color: #FFFFFF;
}
.pages-item .sub-title span{
	display: block;
	font-size: 87px;
	font-weight: bold;
	color: #fff100;
}
@media(min-width: 992px){
	.pages-item{
		padding: 0 80px;
		padding-top: 80px;
		min-height: 300px;
	}
}
@media(max-width: 1465px){
	.pages-item .title h2{
		font-size: 80px;
	}
	.pages-item .sub-title h2{
		font-size: 80px;
	}
	.pages-item .sub-title span{
		font-size: 63px;
	}
}
@media(max-width: 459px){
	.pages-item .sub-title-image{
		display: block;
	}
	.pages-item .title h2{
		font-size: 60px;
	}
	.pages-item .sub-title h2{
		font-size: 60px;
	}
	.pages-item .sub-title span{
		font-size: 43px;
	}
	.pages-item .sub-title-image{
		margin-bottom: 50px;
	}
}
@media(max-width: 400px){
	.pages-item .title h2{
		font-size: 52px;
	}
	.pages-item .sub-title h2{
		font-size: 52px;
	}
}
.pages-item.item-bg-green{
	background-color: #80c269;
}
.pages-item.item-bg-green2{
	background-color: #b4d465;
}
.pages-item.item-bg-blue{
	background-color: #00a7d4;
}
.pages-item.item-bg-blue2{
	background-color: #32bbaf;
}
.pages-item.item-bg-blue3{
	background-color: #25dbcd;
}
.pages-item.item-bg-blue4{
	background-color: #00b7ef;
}
.pages-item.item-bg-purple{
	background-color: #c590bf;
}
.pages-item.item-bg-purple2{
	background-color: #a08ac8;
}
.pages-item.item-bg-orange{
	background-color: #f8b651;
}


/** Index - flexslider **/
.slider-fixed-top{
	position: relative;
	top: -80px;
	margin-bottom: -80px;
}
@media(max-width: 1250px){
	.slider-fixed-top{
		position: relative;
		top: 0;
		margin-bottom: 0;
	}
}
.clear-fixed-top{
	top: 0;
	margin-bottom: 0;
}
.flexslider a,.flexslider img{border:0;}
/* flexslider */
.flexslider{
	margin:0 auto;
	position:relative;
	height:800px;
	overflow:hidden;
	/*max-width:1460px;*/
}
.slides{position:relative;z-index:1;}
.slides li{height:800px;}
.slides li{
	position: relative;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
.slides li .title{
	position:relative;
	width: 100%;
	height: 100%;
	text-align: left;
}
.slides li .title .title-1{
	padding-top:4%;
	/*
	margin-bottom:10px;
	*/
	position: relative;
	width: 100%;
	display: block;
}
.slides li .title .title-1 img{
	position:relative;
	width:65%;
	/*
	min-width: 310px;
	max-width:850px;
	*/
	left:2%;
}
.slides li .title .title-2{
	margin-bottom:10px;
	position: relative;
	width: 100%;
	display: block;
}
.slides li .title .title-2 img{
	position:relative;
	width:59%;
	/*
	min-width: 310px;
	max-width: 700px;
	*/
	left:7.8%;
}
.slides li .title .title-3{
	margin-bottom:10px;
	position:relative;
	display: block;
	width:100%;
}
.slides li .title .title-3 img{
	position:relative;
	width:30%;
	/*
	min-width: 200px;
	max-width:390px;
	*/
	left:7.5%;
}
.slides li .title-4{
	position:relative;
	top: 50%;
	transform:translateY(-50%);
	display: block;
	width:100%;
}
.slides li .title-4 img{
	width: 100%;
}
.slides li .title-5{
	position:relative;
	top: 50%;
	text-align:right;
	transform:translateY(-50%);
	display: block;
	width:100%;
}
.slides li .title-5 img{
	min-width: 190px;
	max-width: 47%;
}
.slides li .title-6{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.slides li .title-6 img{
	max-width: 89%;
}
.slides li .title-6 .left{
	float: left;
}
.slides li .title-6 .right{
	float: right;
}
.slides li .title-7{
	position: relative;
	width: 100%;
	height: 100%;
	margin-right: 0;
    margin-left: 0;
}
.slides li .title-7 .right{
	float: right;
	height: 100%;
	padding-right: 0;
	padding-left: 0;
}
.slides li .title-7 .item{
	position: relative;
	width: 100%;
	height:100%;
	text-align: left;
}
.slides li .title-7 .item .text{
	display: inline-block;
	width: 65%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	z-index: 2;
}
.slides li .title-7 .item .text h1{
	font-size: 200px;
	color: #FFFFFF;
}
.slides li .title-7 .item .text h1 span{
	display: block;
	font-size: 72px;
}
.slides li .title-7 .item .text h2{
	font-size: 60px;
	color: #000000;
}
.slides li .title-7 .item .text h2 span{
	margin-top: 15px;
	display: block;
	color: #fff200;
}
.slides li .title-7 .item:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: -20%;
	transform: skew(-18deg);
	z-index: -1;
}
.slides li .title-7 .item.item-1:before{
	background-color:rgba(130,99,191,0.66);
}
.slides li .title-7 .item.item-2:before{
	background-color:rgba(115,194,40,0.66);
}
.slides li .title-7 .item.item-3:before{
	background-color:rgba(24,188,217,0.66);
}
.slides li .title-7 .item:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40%;
	background-image: url('https://www.oligo88.com/images/banner_icon_right.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100%;
	z-index:1;
}
.slides li .title-8{
	position: relative;
	width: 100%;
	height: 100%;
	margin-right: 0;
    margin-left: 0;
	text-align: center;
}
.slides li .title-8 .item{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 600px;
	width: 600px;
}
.slides li .title-8 .item.item-1{
	background-color: rgba(153,108,51,0.55);
}
.slides li .title-8 .item.item-2{
	background-color: rgba(0,167,212,0.55);
}
.slides li .title-8 .item.item-3{
	background-color: rgba(50,187,175,0.55);
}
.slides li .title-8 .item .text{
	position: relative;
	top: 45%;
	transform: translateY(-50%);
	color: #FFFFFF;
	text-shadow: 2px 2px 4px #000000;
}
.slides li .title-8 .item .text h1{
	font-size: 120px;
}
.slides li .title-8 .item .text h2{
	font-size: 60px;
}
@media(max-width:1839px){
	.slides li .title-7 .item .text{
		width: 60%;
	}
	.slides li .title-7 .item:after{
		right: 70px;
		width: 30%;
	}
	.slides li .title-7 .item .text h1{
		font-size: 160px;
	}
	.slides li .title-7 .item .text h1 span{
		font-size: 52px;
	}
	.slides li .title-7 .item .text h2{
		font-size: 40px;
	}
}
@media(max-width:1250px){
	.slides li .title-7 .item .text{
		width: 70%;
	}
	.slides li .title-7 .item:after{
		right: 10px;
		width: 30%;
	}
	.slides li .title-7 .item .text h1{
		font-size: 130px;
	}
	.slides li .title-7 .item .text h1 span{
		font-size: 52px;
	}
	.slides li .title-7 .item .text h2{
		font-size: 30px;
	}
}
@media(max-width:767px){
	.slides li .title-7 .item:after{
		bottom: 70px;
	}
	.slides li .title-7 .item .text {
		width: 100%;
		text-align: center;
	}
	.slides li .title-8 .item{
		width: auto;
		height: 100%;
	}
	.slides li .title-8 .item .text h1{
		font-size: 90px;
	}
	.slides li .title-8 .item .text h2{
		font-size: 40px;
	}
}
@media(max-width: 600px){
	.slides li .title-6 {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.slides li .title-6 img{
		max-width: 100%;
	}
}
@media(max-width: 480px){
	.slides li .title-6 .left, .slides li .title-6 .right{
		width: 100%;
	}
	.slides li .title-7 .item:before{
		right: 0;
		transform: skew(0deg);
	}
	.slides li .title-7 .item:after{
		bottom: 120px;
	}
	.slides li .title-8 .item .text h1{
		font-size: 60px;
	}
	.slides li .title-8 .item .text h2{
		font-size: 30px;
	}
}
.flex-control-nav{
	position:absolute;
	bottom:10px;
	z-index:2;
	width:100%;
	text-align:center;
}
.flex-control-nav li{
	display:inline-block;
	width:21px;
	height:21px;
	margin:0 5px;
	zoom:1;
}
.flex-control-nav a{
	display:inline-block;
	width:21px;
	height:21px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 0 2px 0 rgba(0, 0, 0, 0.4) inset;
	background: transparent;
	border-radius: 50%;
	line-height:40px;
	overflow:hidden;
	cursor:pointer;
	color: rgba(255, 255, 255, 0);
}
.flex-control-nav .flex-active{
	background-position:0 0;
	background:#FFF;
	}
.flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%;
	top:45%;
}
.flex-direction-nav li a{
	display:block;
	width:50px;
	height:110px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.2);
	transition: .3s ease;
}
.flex-direction-nav li a:hover{
	background: rgba(0, 0, 0, 0.4);
}
.flex-direction-nav li a.flex-prev{
	left:-50px;
}
.flex-direction-nav li a.flex-next{
	right:-50px;
}
.flexslider:hover > .flex-direction-nav li a.flex-prev{
	left:0px;
}
.flexslider:hover > .flex-direction-nav li a.flex-next{
	right:0px;
}
.flex-direction-nav li a.flex-prev:before, .flex-direction-nav li a.flex-next:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Material Icons';
	font-style: normal;
	font-size: 38px; 
	color: #FFF;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.flex-direction-nav li a.flex-prev:before {
	content: "\e5cb";
}
.flex-direction-nav li a.flex-next:before {
	content: "\e5cc";
}
@media(max-width:599px){
	.slides li .title .title-1 img{
		width:90%;
	}
	.slides li .title .title-2 img{
		width:90%;
	}
	.slides li .title .title-3 img{
		width:60%;
	}
}
@media(max-width:700px){
	.slides li .title .title-1 img{
		width:90%;
	}
}
@media(min-width:600px){
	.slides li .title .title-1 img{
		min-width: 505px;
	}
	.slides li .title .title-2 img{
		min-width: 430px;
	}
	.slides li .title .title-3 img{
		min-width: 400px;
	}
}
@media(min-width:700px){
	.slides li .title .title-1 img{
		min-width: 605px;
	}
	.slides li .title .title-2 img{
		min-width: 530px;
	}
	.slides li .title .title-3 img{
		min-width: 400px;
	}
}
@media(min-width:800px){
	.slides li .title .title-1 img{
		min-width: 705px;
	}
	.slides li .title .title-2 img{
		min-width: 630px;
	}
	.slides li .title .title-3 img{
		min-width: 400px;
	}
}
@media(min-width:900px){
	.slides li .title .title-1 img{
		min-width: 805px;
	}
	.slides li .title .title-2 img{
		min-width: 730px;
	}
	.slides li .title .title-3 img{
		min-width: 400px;
	}
}
@media(min-width:1200px){
	.slides li .title .title-1 img{
		min-width: 905px;
	}
	.slides li .title .title-2 img{
		min-width: 830px;
	}
	.slides li .title .title-3 img{
		min-width: 400px;
	}
	
}
@media screen and (min-width: 1460px) {
	/* .flexslider{height:550px;} */
	/* .slides li{height:550px;} */
}
@media screen and (min-width: 1640px) {
	/* .flexslider{height:600px;} */
	/* .slides li{height:600px;} */
	.slides li{
		background-size: 120% auto;
	}
	.slides li .title .title-1 img{
		
	}
	.slides li .title .title-2 img{
		
	}
	.slides li .title .title-3 img{
		
	}
}
@media screen and (min-width: 1840px) {
	.flexslider{height:100vh;}
	.slides li{height:100vh;}
	.slides li{
		background-size: 140% auto;
	}
}
@media screen and (max-width: 1024px) {
	.slides li .title .title-2 img{
		left:9.5%;
	}
}
@media screen and (max-width: 1250px) {
	/* .flexslider{height:650px;max-height:650px;} */
	/* .slides li{height:650px;max-height:650px;} */
}
@media screen and (max-width: 480px) {
	.flexslider{height:100vh;max-height:100vh;}
	.slides li{height:100vh;max-height:100vh;}
	.slides li .title{
		display:inline-block;
		width:auto;
		height:50%;
		margin: 0 auto;
		top: 10%;
	}
	.slides li .title .title-1{
		margin-top:0;
		margin-bottom:0;
	}
	.slides li .title .title-1, .slides li .title .title-2, .slides li .title .title-3{
		width: auto;
	}
	.flex-direction-nav {
		display: none;
	}
}

/* bg */
.bg-gray {
	background-color: #ececec;
}

/* font color */
.text-white {
	color: #fff;
}

/* font size */
.font-size-xl {
	font-size: 56px;
}
.font-size-lg {
	font-size: 36px;
}
.font-size-md {
	font-size: 23px;
}
.font-size-sm {
	font-size: 14px;
}

@media(max-width: 576px) {
	.font-size-xl {
		font-size: 36px;
	}
	.font-size-lg {
		font-size: 26px;
	}
	.font-size-md {
		font-size: 16px;
	}
	.font-size-sm {
		font-size: 14px;
	}
}
@media(max-width: 420px) {
	.font-size-xl {
		font-size: 26px;
	}
	.font-size-lg {
		font-size: 16px;
	}
	.font-size-md {
		font-size: 14px;
	}
	.font-size-sm {
		font-size: 12px;
	}
}

.index-main-title {
	margin: 15px 0;
	position: relative;
	display: block;
	text-align: center;
    font-size: 32px;
}
.index-main-title.font-xl {
	font-size: 66px;
}
@media(max-width: 420px) {
	.index-main-title.font-xl {
		font-size: 40px;
	}
}

/* index banner */
.index-banner-video {
	position: absolute;
	top: 0;
    left: 0;
}

/* index-about-senyu */
.index-about-senyu {
	position: relative;
	padding: 0 50px;
	overflow: hidden;
}
.index-about-senyu img {
	width: 100%;
}

/* index-senyu-plan */
.index-senyu-plan {
	padding: 30px 0;
}
.index-senyu-plan-group {
	position: relative;
	display: flex;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 980px;
	flex-wrap: wrap;
}
.index-senyu-plan-group:last-child {
	justify-content: flex-end;
}
.index-senyu-plan .grid-item {
	position:relative;
	width: 250px;
	height: 290px;
}
.index-senyu-plan .grid-item:nth-of-type(odd) {
	margin-right: 5px;
}
.index-senyu-plan .grid-item:nth-of-type(even) {
	margin-left: 5px;
}
.index-senyu-plan .grid-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #67AEE8;
	-webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}
.index-senyu-plan .grid-item.item-bg-green:after {
	background-color: #9BCB6B;
}
.index-senyu-plan .grid-item.item-bg-success:after {
	background-color: #079AA0;
}
.index-senyu-plan .grid-item.item-bg-purple:after {
	background-color: #B990EB;
}
.index-senyu-plan .grid-item .item-content {
	position: absolute;
    top: 50%;
	left: 0;
    transform: translateY(-50%);
	width: 100%;
	padding: 10px 40px;
    z-index: 1;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.index-senyu-plan .grid-item .item-content .title {
	font-size: 51px;
}
@media(max-width: 560px) {
	.index-senyu-plan .grid-item {
		flex: 1 1;
	}
	.index-senyu-plan .grid-item .item-content {
		font-size: 130%;
	}
}
@media(max-width: 500px) {
	.index-senyu-plan .grid-item {
		height: 250px
	}
	.index-senyu-plan .grid-item .item-content {
		font-size: 100%;
	}
}
@media(max-width: 440px) {
	.index-senyu-plan .index-senyu-plan-group {
		justify-content: center;
	}
	.index-senyu-plan .grid-item {
		/* flex: none; */
		width: 190px;
		height: 200px;
		margin-bottom: 5px;
	}
	.index-senyu-plan .grid-item .item-content {
		padding: 10px 25px;
		font-size: 100%;
	}
}
@media(max-width: 356px) {
	.index-senyu-plan .grid-item .item-content {
		padding: 10px 15px;
	}
	.index-senyu-plan .grid-item .item-content .title {
		font-size: 45px;
	}
}

/* index-senyu-company */
.index-senyu-company-bg {
	position: relative;
	background-image: url('../../images/index-senyu-company-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.index-senyu-company-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.index-senyu-company-bg > div {
	position: relative;
	z-index: 1;
}
.index-senyu-company {
	position: relative;
	overflow: hidden;
	padding: 30px 100px;
}
.company-swiper-container {
	position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.company-swiper-container .swiper-slide {
	padding: 15px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.index-senyu-company img {
	max-width: 100%;
}

@media(max-width: 750px) {
	.index-senyu-company {
		padding: 30px;
	}
}

/* first-buy */
.first-buy {
	display: flex;
}
.first-buy .buy-left,
.first-buy .buy-right {
	position: relative;
	flex: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.first-buy .buy-left::after,
.first-buy .buy-right::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}
.first-buy .buy-content {
	padding: 30px 15px;
	flex: 2;
	background-color: #FCF8ED;
}
.first-buy .buy-content .buy-title {
	text-align: center;
	color: #BC9B5D;
	letter-spacing: 1px;
	font-weight: bold;
}
.first-buy .buy-content img {
	max-width: 100%;
}
@media(max-width: 440px) {
	.first-buy {
		display: block;
	}
}

/* index-senyu-product */
.index-senyu-product-bg {
	position: relative;
	background-image: url('../../images/index-product-bg.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.index-senyu-product-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.index-senyu-product-bg > div {
	z-index: 1;
}
.index-senyu-product {
	position: relative;
	overflow: hidden;
	padding: 30px 100px;
}
.index-senyu-product .product-swiper-container {
	position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.index-senyu-product .product-swiper-container .swiper-slide {
	text-align: center;
}
.index-senyu-product .product-swiper-container .swiper-slide img {
	max-width: 100%;
}
@media(max-width: 750px) {
	.index-senyu-product {
		padding: 30px;
	}
}

/* index-senyu-payinfo */
.index-senyu-payinfo {
	position: relative;
	display: flex;
}
.index-senyu-payitem {
	position: relative;
	padding: 30px 15px;
	flex: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-senyu-payitem::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index-senyu-payitem.left::after {
	background-color: rgba(4, 81, 132, 0.85);
}
.index-senyu-payitem.right::after {
	background-color: rgba(226, 28, 33, 0.85);
}
.index-senyu-payitem > div {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	max-width: 640px;
}
.index-senyu-payitem img {
 max-width: 100%;
}
.index-senyu-payitem .shipping-method-group {
	display: flex;
	flex-wrap: wrap;
}
.index-senyu-payitem .shipping-method-group .method-item {
	flex: 1;
	margin: 8px;
	padding: 18px;
	color: #fff;
	font-size: 42px;
	font-weight: bolder;
	text-align: center;
	letter-spacing: 2px;
}
.index-senyu-payitem .shipping-method-group .method-item:first-child {
	background-color: #EF9C83;
}
.index-senyu-payitem .shipping-method-group .method-item:nth-child(2) {
	background-color: #079AA0;
}
.index-senyu-payitem .shipping-method-group .method-item:last-child {
	background-color: #9BCB6B;
}
.index-senyu-payitem a.refund-btn {
	margin-top: 20px;
	display: block;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
	transition: all 0.2s ease, visibility 0s;
    border-radius: 0px;
    background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(333deg, #4f44da 26%, rgba(180, 102, 64, 0) 100%), #B46640;
}
@media(max-width: 900px) {
	.index-senyu-payinfo {
		flex-wrap: wrap;
	}
	.index-senyu-payitem {
		flex: auto;
	}
}
@media(max-width: 440px) {
	.index-senyu-payitem .shipping-method-group .method-item {
		font-size: 36px;
	}
}
@media(max-width: 414px) {
	.index-senyu-payitem .shipping-method-group .method-item {
		font-size: 30px;
	}
}
@media(max-width: 378px) {
	.index-senyu-payitem .shipping-method-group .method-item {
		padding: 12px;
		font-size: 27px;
	}
}


/* index info box group */
ul.index-info-box-group {
	list-style: none;
}
ul.index-info-box-group li.item {
	font-family: 'Noto Sans TC', sans-serif;
	display: flex;
	margin-bottom: 10px;
	padding: 10px 15px;
	background-image: linear-gradient(#e8e8e8, #fff);
	background-color: #F5F5F5;
	border-radius: 5px;
	border: 1px solid #abaeb9;
}
ul.index-info-box-group li.item .item-number {
	font-family: 'Montserrat', sans-serif;
	margin-right: 14px;
	width: 68px;
	height: 68px;
	min-width: 68px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-size: 50px;
	line-height: 68px;
}
ul.index-info-box-group li.item .item-number.bg-gold {
	background-color: #E8CD9B;
	color: #fff;
}
ul.index-info-box-group li.item .item-number.bg-blue {
	background-color: #0489FC;
	color: #fff;
}
ul.index-info-box-group li.item .item-number.bg-red {
	background-color: #C83C20;
	color: #fff;
}
ul.index-info-box-group li.item ol {
	margin-left: 15px;
}
@media(max-width: 440px) {
	ul.index-info-box-group li.item .item-number {
		width: 54px;
		height: 54px;
		min-width: 54px;
		line-height: 54px;
	}
}

.index-swiper-news{
	position: relative;
	z-index: 999;
    padding: 50px 0 50px 0;
	background-color: #FFFFFF;
	width: 100%;
}
.index-swiper-news .main-title{
	padding-bottom: 10px;
	text-align: left;
}
.index-swiper-news .main-title h1{
	margin-bottom: 25px;
	font-size: 46px;
	font-weight: 500;
	color: #2E83CE;
}
.index-swiper-news .main-title span{
	color: #191919;
	font-size: 32px;
}
.index-news-container{
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}
.index-swiper-news .news-item{
	position: relative;
	padding: 0;
	background: #FFF;
	border: 1px solid #E1E1E1;
	height: auto;
}
.index-swiper-news .news-item:hover{
    -webkit-box-shadow: 2px 5px 10px 5px rgba(0,0,0,.15);
    box-shadow: 2px 5px 10px 5px rgba(0,0,0,.15);
}
.index-swiper-news .news-item>a{
	position: relative;
	color: #000;
}
.index-swiper-news .news-item .photo {
    position: relative;
	overflow: hidden;
}
@media(min-width:1250px){
	.index-swiper-news .news-item .photo{
		height: 230px;
	}
}
.index-swiper-news .news-item .photo a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.index-swiper-news .news-item .photo img {
	width: 100%;
	position: absolute;
    vertical-align: center;
    cursor: pointer;  
    transition: all 0.8s;
}
.index-swiper-news .news-item .photo img:hover {  
    transform: scale(1.4);  
}  
.index-swiper-news .news-item .content{
	padding: 25px 15px;
}
.index-swiper-news .news-item .content .date {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.5px;
}
.index-swiper-news .news-item .content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 15px 0;
}
.index-swiper-news .news-item .content .desc{
	display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
	color: #232323;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.index-swiper-news .news-item .content .more:before{
	font-family: 'Material Icons';
	position: absolute;
	left:0;
	top: 0;
	content: "\E909";
	color: #000;
	font-size: 16px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: none;
}
.index-news-btn-next, .index-news-btn-prev{
	width: 50px;
	height: 50px;
	border: #BDBDBD 1px solid;
	/* border-radius: 20px; */
	color: #A9A9A9;
}
.index-news-btn-next{
	right: -55px;
}
.index-news-btn-prev{
	left: -55px;
}
.index-news-btn-prev:before, .index-news-btn-next:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Material Icons';
	font-size: 35px;
}
.index-swiper-news .btn-center{
	text-align:center;
}
.index-news-btn-next:before{
	content: "\E315";
}
.index-news-btn-prev:before{
	content: "\E314";
}
.index-news-btn-more{
	display: inline-block;
	vertical-align:middle;
    padding: 15px 30px;
    border: 1px solid #DCDCDC;
    background-color: #E3E4E4;
	border-radius: 0;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px;
	transition: 1s;
}
.index-news-btn-more:hover{
	border: 1px solid #B5B5B5;
	background-color: #B5B5B5;
	color: #FFFFFF;
}
@media(max-width:1505px){
	.index-swiper-news .news-item .photo img{
		position: relative;
	}
	.index-news-btn-next, .index-news-btn-prev{
		position: relative;
		display: inline-block;
		vertical-align:middle;
		margin-top: 0;
		top: 0;
	}
	.index-news-btn-next{
		right: 0;
		float: right;
	}
	.index-news-btn-prev{
		left: 0;
		float: left;
	}
}


/*  index-about */
.index-abouts{
	position: relative;
	width: 100%;
	height: 570px;
	background-image: url('../../images/index-abouts01-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}
.index-abouts .main-title{
	position: absolute;
	left:37.5%;
	width: 25%;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	transition: all 2s;
}
.index-abouts .main-title h2{
	font-family: "Microsoft JhengHei", "Open Sans", sans-serif;
	position: relative;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 48px;
	font-weight: 600;
	line-height: inherit;
}
.index-abouts .main-title span{
	display: block;
	font-size: 38px;
	font-weight: 100;
	text-decoration:underline;
}

.index-abouts .index-about-container{
	position: absolute;
	height: 100%;
	width: 75%;
	overflow: hidden;
	right: -100%;
	transition: all 2s;
}
.index-abouts:hover .main-title{
	left:0;
}
.index-abouts:hover .index-about-container{
	right: 0;
}
.index-abouts .index-about-container .abouts-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-top: 30px;

}
.index-abouts .index-about-container .item-1{
	background-color:rgba(150,145,210,0.55);
	color: #601986;
}
.index-abouts .index-about-container .item-2{
	background-color:rgba(100,171,171,0.55);
	color: #004986;
}
.index-abouts .index-about-container .item-3{
	background-color:rgba(161,227,41,0.55);
	color: #00561f;
}
.index-abouts .index-about-container .abouts-item img{
	display: inline-block;
}

.index-abouts .index-about-container .abouts-item h2{
	margin-bottom: 5px;
	line-height: 40px;
}
.index-abouts .index-about-container .abouts-item ul{
	list-style: none;
	font-size: 18px;
	color: #000000;
}
.index-abouts .index-about-container .abouts-item ul li{
	margin-bottom: 10px;
}
@media(min-width: 1025px){
	.index-about-btn-prev, .index-about-btn-next{
		display: none;
	}
}
@media(max-width: 1024px){
	.index-abouts .main-title{
		position: relative;
		left:0;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.index-abouts .index-about-container{
		position: relative;
		width: 100%;
		right: 0;
	}
}
@media(max-width: 535px){
	.index-abouts{
		height: auto;
	}
	.index-abouts.flexbox-nowrap{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.index-abouts .main-title{
		position: absolute;
		padding: 20px 0;
		background-color: none;
		color: #F2F2F2;
		z-index: 2;
	}
	.index-abouts .main-title:before{
		content: "";
		position: absolute;
		left: 0;
		top: -60px;
		border-radius: 0 0 200px 200px;
		width: 100%;
		height: 180px;
		background-color: #FFFFFF;
	}
	
	.index-abouts .main-title h2{
		font-size: 36px;
		top: 0;
		transform: none;
		color: #0070c0;
	}
	.index-abouts .main-title span{
		font-size: 25px;
		color: #a6a6a6;
	}
	.index-abouts .index-about-container .swiper-slide.abouts-item{
		padding-top: 120px;
		padding-bottom: 30px;
		height: auto;
	}
}




/* Our Aim */
.index-aims{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #448aca;
	text-align: center;
}
.index-aims .main-title{
	margin: 0 auto;
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	color: #FFFFFF;
	text-align: center;
}
.index-aims .main-title h2{
	display: inline-block;
	position: relative;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 48px;
	font-weight: 600;
	line-height: inherit;
}
.index-aims .main-title span{
	display: block;
	font-size: 38px;
	font-weight: 100;
	text-decoration:underline;
}
.index-aims .index-aims-container{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.index-aims .index-aims-container .aims-item{
	position: relative;
	top: -600px;
}
.index-aims .index-aims-container .aims-item img{
	width: 100%;
}
.index-aims .index-aims-container .aims-item h2{
	position: absolute;
	bottom:10px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
.index-aims:hover .aims-item:nth-child(1), .index-aims:hover .aims-item:nth-child(2),
.index-aims:hover .aims-item:nth-child(3), .index-aims:hover .aims-item:nth-child(4),
.index-aims:hover .aims-item:nth-child(5), .index-aims:hover .aims-item:nth-child(6){
	top: 0;
}
.index-aims .aims-item:nth-child(1){
	transition: top 1s;
}
.index-aims .aims-item:nth-child(2){
	transition: top 2s;
}
.index-aims .aims-item:nth-child(3){
	transition: top 3s;
}
.index-aims .aims-item:nth-child(4){
	transition: top 4s;
}
.index-aims .aims-item:nth-child(5){
	transition: top 5s;
}
.index-aims .aims-item:nth-child(6){
	transition: top 6s;
}
@media(max-width: 1024px){
	.index-aims .main-title{
		padding: 20px 0;
		position: relative;
		height: auto;
		left: 0;
		transform: none;
		background-color: #F2F2F2;
		color: #FFFFFF;
		text-align: center;
		color: #2E83CE;
	}
	.index-aims .main-title h2{
		top: 0;
		transform: none;
		font-size: 36px;
	}
	.index-aims .main-title span{
		font-size: 25px;
	}
	.index-aims .index-aims-container{
		position: relative;
		width: 100%;
		right: 0;
	}
	.index-aims .index-aims-container .aims-item{
		position: relative;
		top: 0;
		transition: none;
	}
}
@media(min-width: 641px){
	.index-aims-btn-prev, .index-aims-btn-next{
		display: none;
	}
}
@media(max-width: 414px){
	.index-aims .index-aims-container .swiper-slide.aims-item{
		height: auto;
	}
}

.index-aims-2{
	position: relative;
    overflow: hidden;
}
.index-aims-2 .main-title {
    display: inline-block;
    position: relative;
    padding: 20px 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    background: #FFF;
    border-radius: 15px;
    z-index: 3;
    font-size: 60px;
	font-weight: bold;
	color: #8fc31f;
}
.index-aims-2 .main-title span{
	color: #004986;
	margin-right: 30px;
}
.index-aims-2 .index-aims-container-2{
	margin-top: -50px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.index-aims-2 .index-aims-container-2 .aims-item{
	padding: 0;
	position: relative;
	height: auto;
	text-align: center;
	color: #FFFFFF;
}
.index-aims-2 .index-aims-container-2 .aims-item img{
	display: block;
	width: 100%;
}
.index-aims-2 .index-aims-container-2 .aims-item .item-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.index-aims-2 .index-aims-container-2 .aims-item .icon{
	position: relative;
	margin: 0 auto;
	padding-top: 28px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	text-align: center;
	background-color: rgba(24,188,217,0.66);
	color: #FFFFFF;
	font-size: 50px;
	font-weight: bold;
	cursor: pointer;
}
.index-aims-2 .index-aims-container-2 .aims-item:nth-child(odd) .icon{
	background-color: rgba(161,227,41, 0.66);
}
.index-aims-2 .index-aims-container-2 .aims-item .item-text h2{
	margin-top: 20px;
	font-size: 40px;
}
@media (max-width: 768px){
	.index-aims-2 .main-title {
		font-size: 35px;
		padding: 2px 8%;
	}
	.index-aims-2 .index-aims-container-2 {
		margin-top: -30px;
	}
	.index-aims-2 .index-aims-container-2 .aims-item .icon{
		padding-top: 18px;
		width: 160px;
		height: 160px;
		font-size: 40px;
	}
	.index-aims-2 .index-aims-container-2 .aims-item .item-text h2{
		font-size: 30px;
	}
}
@media(max-width: 535px){
	.index-aims-2 .main-title{

	}
	.index-aims-2 .main-title span{
		display: block;
		margin-right: 0;
	}
}
/* index-video */
.index-videos{
	position: relative;
	overflow: hidden;
	text-align: center;
}
.index-videos .main-title{
	margin: 0 auto;
	display: inline-block;
	position: relative;
    padding: 20px 15%;
	text-align: center;
    background: #FFF;
    border-radius: 10px;
    z-index: 3;
	font-size: 60px;
}
.index-videos .main-title span{
	color: #32bbaf;
	margin-right: 30px;
}
.index-videos .main-title h2{
	font-size: inherit;
	color: #8fc31f;
}
.index-videos .main-title p{
	color: #00a7d4;
}
.index-videos .video-left, .index-videos .video-right{
	margin-top: -50px;
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
}
.index-videos .video-right{
	
}
.index-videos .video-left img, .index-videos .video-right img{
	display: block;
	width: 100%;
}
.index-videos .video {
    position: relative;
    width: 100%;
    height: auto;
}
.index-videos .video .video-pic img{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
	z-index:1;
}
.index-videos .video .video-pic:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:2;
	background-image: url('https://www.oligo88.com/images/video_bg_02.png');
	background-repeat: repeat;
	background-size: 100% auto;
}
.index-videos .video .video-play{
	text-align: center;
}
.index-videos .video .video-play img{
	max-width: 100%;
}
#videoModal .modal-body{
	overflow: hidden;
}
#videoModal .modal-body video{
	width: 100%;
}
#videoModal .modal-content{
	top: 70px;
}
@media(max-width: 1024px){
	.index-videos .main-title{
		font-size: 55px;
	}
}
@media (min-width: 768px){
	#videoModal .modal-dialog {
		/* margin: 120px auto; */
	}
}
@media(max-width:768px){
	#videoModal .modal-dialog {
		/* margin: 120px auto; */
	}
	.index-videos .main-title{
		font-size: 35px;
		padding: 2px 8%;
	}
	.index-videos .video .video-play{
		/* top: 60%; */
		/* width: 30%; */
	}
}
@media(max-width: 414px){
	.index-videos .main-title{
		display: block;
		font-size: 25px;
		padding: 2px 8%;
		border-radius: 0px;
		left: 0;
		transform: none;
	}
	.index-videos .video-left, .index-videos .video-right{
		margin-top: 0;
	}
}

/** index-about **/
.index-about{
	position: relative;
	padding: 40px 5%;
	width: 100%;
	height: auto;
	min-height: 500px;
	background: url('../../images/index-aboutus_01.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.index-about .about-container{
	margin-top: 30px;
	padding: 20px;
	border-top: #aeb2b3 2px solid;
	border-bottom: #aeb2b3 2px solid;
}
.index-about .about-title{
	position: relative;
	display: block;
	width: 100%;
}
.index-about .about-title .name{
	color: #000;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 3px;
}
.index-about .about-title span{
	color: #00a7d4;
	font-size: 18px;
	letter-spacing: 7px;
}
.index-about .about-container .title{
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #a40000;
}
.index-about .about-container .text{
	font-size: 16px;
}
.index-about .about-container .text p{
	margin-bottom: 20px;
}

.index-about2{
	position: relative;
	color: #000000;
	background-image: url("../../images/index-aboutus_02.jpg");
	background-position: center;
	background-size: cover;
}
.index-about2 .title{
	margin-bottom: 10px;
	position: relative;
	font-size: 28px;
	font-weight: bold;
	color: #A40000;
	z-index: 2;
}
.index-about2 .text{
	position: relative;
	font-size: 16px;
	z-index: 2;
}
.index-about2 .text p{
	margin-bottom: 25px;
}


.index-aim{
	position: relative;
	padding-top: 80px;
	padding-bottom: 30px;
	width: 100%;
	height: auto;
	min-height: 300px;
	background: url('../../images/index-aim.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.index-aim .aim-title{
	margin-left: 120px;
	color: #FFF;
	margin-bottom: 30px;
}
.index-aim .aim-title .name{
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 5px;
}
.index-aim .aim-title span{
	letter-spacing: 9px;
}
.index-aim .aim-item{
	position: relative;
	margin-right: 40px;
	margin-bottom: 30px;
	display: inline-block;
	width: 170px;
	height: 170px;
	border: #FFF 2px solid;
	border-radius: 50%;
	background: rgba(255,255,255,0.22);
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.index-aim .aim-item .item-text{
	margin:0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 25px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
}
.index-aim .aim-item .item-text p{
	margin-bottom: 0px;
}
.index-aim .aim-item:hover .item-text p{
	color: #FFF;
	text-shadow: -2px 0 black, 1px 2px black, 1px 1px black, 0 -2px black;
}
.index-aim .aim-item:nth-child(1):hover{
	background: url('../../images/index-aim1.jpg');
	background-size: 100%;
	background-position: center center;
}
.index-aim .aim-item:nth-child(2):hover{
	background: url('../../images/index-aim2.jpg');
	background-size: 100%;
	background-position: center center;
}
.index-aim .aim-item:nth-child(3):hover{
	background: url('../../images/index-aim3.jpg');
	background-size: 100%;
	background-position: center center;
}
.index-aim .aim-item:nth-child(4):hover{
	background: url('../../images/index-aim4.jpg');
	background-size: 100%;
	background-position: center center;
}
.index-aim .aim-item:nth-child(5):hover{
	background: url('../../images/index-aim5.jpg');
	background-size: 100%;
	background-position: center center;
}
.index-aim .aim-item:nth-child(6):hover{
	background: url('../../images/index-aim6.jpg');
	background-size: 100%;
	background-position: center center;
}
@media(max-width: 991px){
	.index-aim .aim-item .item-text p{
		color: #FFF;
		text-shadow: -2px 0 black, 1px 2px black, 1px 1px black, 0 -2px black;
	}
	.index-aim .aim-item:nth-child(1){
		background: url('../../images/index-aim1.jpg');
		background-size: 100%;
		background-position: center center;
	}
	.index-aim .aim-item:nth-child(2){
		background: url('../../images/index-aim2.jpg');
		background-size: 100%;
		background-position: center center;
	}
	.index-aim .aim-item:nth-child(3){
		background: url('../../images/index-aim3.jpg');
		background-size: 100%;
		background-position: center center;
	}
	.index-aim .aim-item:nth-child(4){
		background: url('../../images/index-aim4.jpg');
		background-size: 100%;
		background-position: center center;
	}
	.index-aim .aim-item:nth-child(5){
		background: url('../../images/index-aim5.jpg');
		background-size: 100%;
		background-position: center center;
	}
	.index-aim .aim-item:nth-child(6){
		background: url('../../images/index-aim6.jpg');
		background-size: 100%;
		background-position: center center;
	}
}
@media(min-width: 992px) and (max-width: 1571px){
	.index-aim .col-md-6{
		width: 40%;
	}
	.index-aim .col-md-5{
		width: 60%;
		text-align: right;
	}
}
@media(min-width: 992px) and (max-width: 1081px){
	.index-aim .col-md-6{
		width: 35%;
	}
	.index-aim .col-md-5{
		width: 65%;
	}
}
@media(min-width: 992px) and (max-width: 1059px){
	.index-aim .col-md-6{
		width: 100%;
	}
	.index-aim .col-md-5{
		width: auto;
		display: inline-block;
		text-align: center;
	}
	.index-aim .aim-item{
		width: 160px;
		height: 160px;
	}
	.index-aim .aim{
		width: auto;
		display: inline-block;
		text-align: center;
	}
}
@media (min-width: 768px){
	.index-aim .col-sm-12{
		text-align: center;
	}
}
@media(max-width: 680px){
	.index-aim .aim-title{
		margin-left: 0;
		text-align: center;
	}
	.index-aim .aim-item{
		margin-right: 20px;
		width: 150px;
		height: 150px;
	}
	.index-aim .aim{
		width: auto;
		display: inline-block;
		text-align: center;
	}
}
/** index-video **/
.index-video{
	margin: 0;
	padding: 70px 0;
	width: 100%;
	height: auto;
	min-height: 500px;
	background: url('../../images/index-video.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
}
.index-video .left{
	float: left;
	margin: 0 auto;
	max-width: 260px;
}
.index-video .video-title{
	margin-bottom: 20px;
	padding-top: 15px;
	min-width: 220px;
	width: 260px;
	height: 140px;
	border: #000 2px solid;
	background: #FFF;
	overflow: hidden;
}
.index-video .video-title .name{
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 3px;
}
.index-video .video-title span{
	letter-spacing: 8px;
	color: #289bb8;
}
.index-video ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 260px;
    background-color: #f1f1f1;
}
.index-video li{
	margin-bottom: 20px;
}
.index-video li a {
    display: block;
    color: #000;
    text-decoration: none
}
.index-video .right{
	margin-left: 295px;
	margin-right: 0;
	height: 460px;
	border: 1px solid;
}
@media(max-width:991px){
	.index-video .left{
		max-width: 100%;
		width: 100%;
	}
	.index-video .video-title{
		width: 100%;
	}
	.index-video ul{
		width: 100%;
	}
	.index-video .right{
		display: none;
	}
	.index-video ul img{
		width: 100%;
		height: auto;
	}
	.index-video li{
		position:relative;
		padding-bottom:56.25%;
		padding-top:30px;
		height:0;
		overflow:hidden;
	}
	.index-video li iframe, .index-video li object, .index-video li embed {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
}

/* all-area-3 */
.all-area-3{
	position: relative;
	overflow: hidden;
}
.all-area-3 .main-title{
	display: inline-block;
	position: relative;
    padding: 30px 8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	text-align: center;
    background: #FFF;
    border-radius: 10px;
    z-index: 3;
	font-size: 77px;
}
.all-area-3 .main-title h2{
	font-size: inherit;
	color: #8fc31f;
}
.all-area-3 .main-title p{
	color: #00a7d4;
}
.all-area-3 .img-bg {
	margin-top: -50px;
    position: relative;
    width: 100%;
    height: auto;
	background-repeat: no-repeat;
	background-size: cover;
}
.all-area-3 #chart_1{
	background-image: url('https://www.oligo88.com/images/money_bg_1.png');
}
.all-area-3 #chart_2{
	background-image: url('https://www.oligo88.com/images/money_bg_2.png');
}

.all-area-3 #chart_3{
	background-image: url('https://www.oligo88.com/images/rich_bg_1.png');
}
.all-area-3 #chart_4{
	background-image: url('https://www.oligo88.com/images/rich_bg_2.png');
}
.all-area-3 .img-bg .text{
	padding: 0 20px;
	width: 100%;
	text-align: center;
	padding-bottom: 60px;
}
.all-area-3 .img-bg .text .title{
	margin-top: 70px;
	text-align: center;
	display: inline-block;
	text-align: left;
}
.all-area-3 .img-bg .text .title h2{
	font-size:88px;
	color: #FFFFFF;
}
.all-area-3 .img-bg .text .title .sub-title{
	display: block;
	font-size:42px;
	font-weight: 600;
	color: #000000;
}
.all-area-3 .img-bg .text img{
	display: block;
	max-width: 100%;
}

@media(max-width: 1024px){
	.all-area-3 .main-title{
		font-size: 55px;
	}
}
@media(max-width: 840px){
	.all-area-3 .img-bg .text .title h2{
		font-size: 78px;
	}
	.all-area-3 .img-bg .text .title .sub-title{
		font-size: 32px;
	}
}
@media(max-width:768px){
	.all-area-3 .main-title{
		font-size: 35px;
		padding: 2px 8%;
	}
	.all-area-3 .img-bg .text .title h2{
		font-size: 68px;
	}
	.all-area-3 .img-bg .text .title .sub-title{
		font-size: 22px;
	}
}
@media(max-width:475px){
	.all-area-3 .img-bg .text .title h2{
		font-size: 58px;
	}
}
@media(max-width: 414px){
	.all-area-3 .main-title{
		display: block;
		font-size: 25px;
		padding: 2px 8%;
		border-radius: 0px;
		left: 0;
		transform: none;
	}
	.all-area-3 .img-bg .text .title h2{
		font-size: 48px;
	}
}



ul.left-menu{
	margin-top: 50px;
	list-style-type:none;
}
ul.left-menu.collapse{
	display: block;
}
ul.left-menu li{
	margin-bottom: 3px;
	padding: 0;
	font-size: 19px;
	background-color: #f2f2f2;
	color: #7f7f7f;
}
ul.left-menu li a{
	display: block;
	padding: 10px;
	color: #7f7f7f;
}
ul.left-menu li.active a{
	font-weight: bold;
}
.show-for-medium .menu-btn{
	padding: 0 20px;
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -52px;
	height: 45px;
	color: #FFFFFF;
	border-radius: 0 0 100px 100px;
	text-align: center;
	cursor: pointer;
}
@media(max-width: 991px){
	.show-for-medium{
		margin-bottom: 30px;
		position: relative;
		width: 100%;
	}
	.show-for-medium .menu-btn{
		display: inline-block;
	}
	ul.left-menu{
		margin-top: 10px;
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: 0 !important;
	}
	ul.left-menu.collapse{
		display: none;
	}
	ul.left-menu li{
		margin-bottom: 0px;
		display: inline-block;
		text-align: center;
		border: 1px solid #FFFFFF;
	} 
}
@media(max-width: 471px){
	.show-for-medium{
		padding-left: 0;
		padding-right: 0;
	}
	ul.left-menu li{
		font-size: 16px;
	}
}

/** family_company **/
.company-header{
	padding: 65px 0;
	padding-top: 130px;
	text-align: center;
	color: #FFFFFF;
	background-image: url('https://www.oligo88.com/images/company_topbg.png');
	background-size: cover;
	background-position: center;
}
.company-header h2{
	font-size: 46px;
	text-decoration:underline;
	font-weight: 500;
}
.company{
	/* margin-bottom: 80px; */
}
.company ul.left-menu li.active a{
	color: #308aca;
}
.company .show-for-medium .menu-btn{
	background-color: #0070c0;
}
.company-1{
	padding-top: 50px;
	text-align: center;
	font-size: 18px;
}
.company-1 ul{
	padding-left: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	list-style-type: square;
}
.company-1 ol{
	padding-left: 20px;
}
.company-1 img{
	width: auto;
	max-width: 100%;
	margin-bottom: 15px;
}
.company-1 .text{
	padding-bottom: 20px;
	letter-spacing: 2px;
}
.company-1 p{
	margin: 0;
}

@media(max-width: 991px){
	.company .show-for-medium{
		border-top: 8px solid #0070c0;
		border-bottom: 8px solid #0070c0;
	}
	.company-1{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 28px;
	}
	.company-1 ul{
		font-size: 26px;
	}
}
@media(max-width: 565px){
	.company-1 ul {
		font-size: 20px;
	}
}
/** End family_company **/

/** family_platform **/
.platform-header{
	padding: 65px 0;
	padding-top: 130px;
	text-align: center;
	color: #FFFFFF;
	background-image: url('https://www.oligo88.com/images/platform_topbg.png');
	background-size: cover;
	background-position: bottom center;
}
.platform-header h2{
	font-size: 46px;
	text-decoration:underline;
	font-weight: 500;
}
.platform{
	margin-bottom: 80px;
}
.platform ul.left-menu li{
	background-color: #f2f2f2;
}
.platform ul.left-menu li.active a{
	color: #00b050;
}
.platform .show-for-medium .menu-btn{
	background-color: #00b050;
}
.platform-1{
	padding-top: 50px;
	text-align: center;
	font-size: 18px;
}
.platform-1 ul{
	padding-left: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	list-style-type: square;
}
.platform-1 ol{
	padding-left: 20px;
}
.platform-1 img{
	width: auto;
	max-width: 100%;
	margin-bottom: 15px;
}
.platform-1 .text{
	padding-bottom: 20px;
	letter-spacing: 2px;
}
.platform-1 p{
	margin: 0;
}
.platform-1 .page-2-table{
	width: auto;
	font-size: 28px;
}
.platform-1 .page-2-table td{
	padding: 8px 25px;
	border: 2px solid #FFFFFF;
}
.platform-1 .page-2-table td:nth-child(odd){
	background: #92d050;
	color: #FFFFFF;
	font-size: 36px;
}
.platform-1 .page-2-table td:nth-child(even){
	background: #ebf1de;
}
.platform-1 .page-3-table{
	width: auto;
	font-size: 30px;
}
.platform-1 .page-3-table th, .platform-1 .page-3-table td{
	border: 2px solid #FFFFFF;
}
.platform-1 .page-3-table th{
	background: #80c269;
	color: #FFFFFF;
	text-align: center;
}
.platform-1 .page-3-table td{
	padding: 5px 15px;
	background: #ebf1de;
}
.platform-1 .page-3-table td ol{
	padding-left: 30px;
	text-align: left;
}

.platform-1 table.page-3-table-2 {
	margin-bottom: 15px;
	max-width: 100%;
}
.platform-1 table.page-3-table-2 th, .platform-1 table.page-3-table-2 td{
	font-weight: bold;
	border: 2px solid #FFFFFF;
	text-align: center;
}
.platform-1 table.page-3-table-2 th{
	padding: 5px 10px;
	background-color: #92d050;
	color: #FFFFFF;
	font-size: 25px;
}
.platform-1 table.page-3-table-2 td{
	padding: 5px;
	background-color: #dee7d1;
	font-size: 18px;
}


.platform-1 .page-4-table{
	width: 100%;
	font-size: 23px;
	font-weight: 400;
}
.platform-1 .page-4-table th, .platform-1 .page-4-table td{
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #000000;
}
.platform-1 .page-4-table th{
	background: #92d050;
	color: #FFFFFF;
	text-align: center;
}
.platform-1 .page-4-table td{
	background: #ebf1de;
	text-align: center;
}
.platform-1 .page-4-table td:nth-child(1){
	font-weight: bold;
}
.platform-1 .page-4-table td:nth-child(4){
	padding-left: 20px;
	text-align: left;
}
@media(max-width: 991px){
	.platform .show-for-medium{
		border-top: 8px solid #00b050;
		border-bottom: 8px solid #00b050;
	}
	.platform-1 ul{
		font-size: 25px;
	}
	.platform-1 .page-2-table{
		font-size: 24px;
	}
	.platform-1 .page-2-table td:nth-child(odd){
		font-size: 30px;
	}
	.platform-1 .page-3-table{
		font-size: 24px;
	}
	.platform-1 .page-4-table{
		font-size: 24px;
	}
	.platform-1 table.page-3-table-2 th{
		font-size: 18px;
	}
	.platform-1 table.page-3-table-2{
		margin: 0 auto;
	}
}
@media(max-width: 565px){
	.platform-1 ul {
		font-size: 20px;
	}
	.platform-1 .page-2-table{
		font-size: 18px;
	}
	.platform-1 .page-2-table td:nth-child(odd){
		padding: 8px 20px;
		font-size: 24px;
	}
	.platform-1 .page-2-table td:nth-child(even){
		padding: 8px 0px;
	}
	.platform-1 .page-3-table{
		font-size: 18px;
	}
	.platform-1 .page-3-table td {
		padding: 5px 5px;
	}
	.platform-1 .page-3-table td ol{
		padding-left: 18px;
		text-align: center;
	}
	.platform-1 .page-4-table{
		font-size: 18px;
	}
	.platform-1 .page-4-table td:nth-child(4){
		padding-left: 5px;
	}
}
/** End family_platform **/

/* benefit */
.benefit-header{
	padding: 65px 0;
	padding-top: 130px;
	text-align: center;
	color: #FFFFFF;
	background-image: url('https://www.oligo88.com/images/benefit_topbg.png');
	background-size: cover;
	background-position: center;
}
.benefit-header h2{
	font-size: 46px;
	text-decoration:underline;
	font-weight: 500;
}
.benefit{
	margin-bottom: 80px;
}
.benefit ul.left-menu li.active a{
	color: #e68637;
}
.benefit .show-for-medium .menu-btn{
	background-color: #ffc000;
}
.benefit-1{
	padding-top: 50px;
	text-align: center;
	font-size: 18px;
}
.benefit-1 ul{
	padding-left: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	list-style-type: square;
}
.benefit-1 ul span{
	display: block;
	font-size: 21px;
	font-weight: 400;
}
.benefit-1 ul p{
	display: block;
	font-size: 25px;
	font-weight: 400;
	line-height: 42px;
}
.benefit-1 ol{
	padding-left: 20px;
}
.benefit-1 img{
	width: auto;
	max-width: 100%;
	margin-bottom: 15px;
}
.benefit-1 .text{
	padding-bottom: 20px;
	letter-spacing: 2px;
}
.benefit-1 p{
	margin: 0;
}
.benefit-1 hr{
	border-style: dashed;
	border-color: #e46c0a;
	border-width: 2px;
}
@media(max-width: 991px){
	.benefit .show-for-medium{
		border-top: 8px solid #ffc000;
		border-bottom: 8px solid #ffc000;
	}
	.benefit-1 ul{
		font-size: 25px;
	}
	.benefit-1 ul span{
		font-size: 18px;
	}
	.benefit-1 ul p{
		font-size: 18px;
	}
}
/** End benefit **/

/** economic **/
.economic-header{
	padding: 65px 0;
	padding-top: 150px;
	text-align: center;
	font-size: 15px;
	background-image: url('https://www.oligo88.com/images/meetus_top_bg.png');
	background-position: bottom center;
	background-size: cover;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.economic-header h2{
	font-size: 80px;
	font-weight: bold;
}
.economic-header span{
	display: block;
}
.economic-header .header-text{
	padding: 20px 40px;
	font-size: 28px;
	font-weight: bold;
}
.economic-header .header-text h3{
	font-size: 36px;
}
.economic-header .header-text.text-right{
	color: #5f52a0;
}
.economic-header .header-text.text-left{
	color: #626262;
}
.economic-1{
	padding: 50px 0;
	font-size: 26px;
}
.economic-1 h2{
	margin-top: 45px;
	font-size: 45px;
}
.economic-1 .img{
	width: 100%;
	height: 350px;
	overflow: hidden;
	background-image: url('../../images/專利證書.jpg');
	background-size: 100%;
	background-position: 100% 1%;
	border: 1px solid #CCC;
}
.economic-1 .rwd-img{
	display: none;
}
.economic-2{
	padding: 50px 0;
	background-color: #d9d9d9;
}
.economic-2 h2{
	font-size: 45px;
}
.economic-2 ul{
	padding-left: 25px;
}
.economic-2 li{
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 2px;
}
.economic-2 table{
	margin-bottom: 15px;
}
.economic-2 table th, .economic-2 table td{
	font-weight: bold;
	border: 2px solid #000000;
	text-align: center;
}
.economic-2 table th{
	padding: 5px 10px;
	background-color: #7e64a3;
	color: #FFFFFF;
	font-size: 25px;
}
.economic-2 table td{
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 18px;
}
.economic-3{
	padding: 50px 0;
}
.economic-3 h2{
	font-size:45px;
}
.economic-3 ul{
	padding-left: 20px;
}
.economic-3 li{
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 2px;
}
.economic-3 table{
	width: 100%;
	font-size: 22px;
}
.economic-3 table th, .economic-3 table td{
	padding: 7px;
}
.economic-3 table th{
	background-color: #7e64a3;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.economic-3 table tr:nth-child(even){
	background-color: #d7d3e1;
}
.economic-3 table tr:nth-child(odd){
	background-color: #edebf0;
}
.economic-3 table td{
	border: 2px solid #FFFFFF;
	text-align: center;
}
.economic-3 table td:nth-child(3){
	text-align: left;
}
.economic-4{
	padding: 30px 0;
	background-color: #d9d9d9;
}
.economic-4 table{
	width: 100%;
}
.economic-4 table th, .economic-4 table td{
	padding: 7px;
}
.economic-4 table th{
	background-color: #ba5054;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	border: 2px solid #FFFFFF;
}
.economic-4 table tr:nth-child(even){
	background-color: #d7d3e1;
}
.economic-4 table tr:nth-child(odd){
	background-color: #edebee;
}
.economic-4 table td{
	border: 2px solid #FFFFFF;
	text-align: center;
	font-size: 18px;
}
@media(max-width: 991px){
	.economic-header{
		padding-top: 135px;
	}
	.economic-header h2{
		font-size: 60px;
	}
	.economic-header .header-text{
		padding: 5px 40px;
		text-align: center;
		font-size: 25px;
	}
	.economic-header .header-text h3{
		font-size: 32px;
	}
	.economic-1{
		padding: 30px 0;
		padding-top: 0;
		font-size: 15px;
		text-align: center;
		background-color: #FFFFFF;
		color: #000000;
	}
	.economic-1 h2{
		margin-top: 15px;
		font-size: 24px;
	}
	.economic-1 .img{
		display: none;
	}
	.economic-1 .rwd-img{
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.economic-1 .rwd-img img{
		display: block;
		width: 100%;
	}
	.economic-2{
		background-color: #F1F2F2;
	}
	.economic-2 h2 {
		text-align: center;
		font-size: 38px;
	}
	.economic-2 li{
		font-size: 18px;
	}
	.economic-2 table th{
		font-size: 18px;
	}
	.economic-2 table{
		margin: 0 auto;
	}
	.economic-3 h2{
		font-size: 38px;
	}
	.economic-3 table{
		font-size: 16px;
	}
	.economic-3 table th{
		font-size: 18px;
	}    
	.economic-3 li{
		font-size: 18px;
	}
	.economic-4{
		background-color: #F1F2F2;
	}
	.economic-4 table, .economic-4 table th{
		font-size: 18px;
	}
	.economic-4 table td{
		font-size: 16px;
	}
}
@media(max-width: 565px){
	.economic-header h2{
		font-size: 52px;
	}
	.economic-header .header-text{
		padding: 5px 20px;
		font-size: 18px;
	}
	.economic-header .header-text h3{
		font-size: 27px;
	}
}
/** End economic **/

/** health_biological **/
.health_biological{
	background-image: url('../../images/health_biological_bg.jpg');
}
@media(max-width:1250px){
	.health_biological{
		height: 100vh;
	}
}
.health_biological .title-left{
	position: relative;
	height: 100%;
	background: rgba(0,183,239,0.58);
	text-align: center;
	z-index: 1;
}
.health_biological .title-left .title{
	position: relative;
	top: 60%;
	transform: translateY(-50%);
	display: inline-block;
}
.health_biological .title-left .b-title{
	font-size: 104px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 8px;
}
.health_biological .title-left .b-title span{
	font-size: 110px;
	color: #fff100;
}
.health_biological .title-left .s-title{
	font-size: 53px;
	color: #000000;
	letter-spacing: 3px;
}
.health_biological .title-left .down_button{
	margin-top: 50px;
	position: relative;
	display: inline-block;
	width: 95px;
	height: 95px;
	border: 0;
	border-radius: 50%;
	background: #FFFFFF;
	-webkit-appearance: none;
}
.health_biological .title-left .down_button:before{
	font-family: 'Material Icons';
	display: inline-block;
	content: "\e313";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 78px; 
	color: #2eaedd;
}
.health_biological_product{
	position: relative;
	padding: 40px 0;
	width: 100%;
	height: auto;
	background: #FFFFFF;
}
.health_biological_product .product_container{
	padding: 10px 0;
	width: 100%;
	height: auto;
	border-top: #e6e6e6 10px solid;
}
@media(max-width: 1444px){
	.health_biological .title-left .b-title{
		font-size: 80px;
	}
	.health_biological .title-left .b-title span{
		font-size: 85px;
	}
	.health_biological .title-left .s-title{
		font-size: 35px;
	}
}
@media(max-width: 1150px){
	.health_biological .title-left .b-title{
		font-size: 65px;
	}
	.health_biological .title-left .b-title span{
		font-size: 70px;
	}
	.health_biological .title-left .s-title{
		font-size: 25px;
	}
}
@media(max-width: 1200px){
	.health_biological_product .product_container .col-sm-6{
		width: 33.3333333%;
	}
}
@media(max-width: 991px){
	.health_biological_product .product_container .col-sm-6{
		width: 50%;
	}
}
@media(max-width: 575px){
	.health_biological_product .product_container .col-xs-6{
		width: 100%;
	}
}
@media(max-width: 483px){
	.health_biological .title-left .b-title{
		font-size: 55px;
	}
	.health_biological .title-left .b-title span{
		font-size: 60px;
	}
	.health_biological .title-left .s-title{
		font-size: 25px;
	}
}
@media(max-width: 422px){
	.health_biological .title-left .b-title{
		font-size: 45px;
	}
	.health_biological .title-left .b-title span{
		font-size: 50px;
	}
	.health_biological .title-left .s-title{
		font-size: 25px;
	}
}
.health_biological_product .product_container .product-sort{
	margin-bottom: 30px;
	padding: 10px 0;
	width: 100%;
	border-bottom: #e6e6e6 1px dashed;
	color: #787274;
	font-size: 16px;
	font-weight: bold;
}
.health_biological_product .product_container .product-sort select{
	margin-left: 5px;
	border-radius: 4px;
	outline:none;
}
.health_biological_product .product_container .product-sort select:focus{
	border: #6E6E6E 1px solid;
	outline:none;
}
.health_biological_product .product_container .product{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.health_biological_product .product_container .product:hover{
	background-color: #F9F9F9;
}
.health_biological_product .product_container .product .overlay{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	transition: .7s;
	display: none;
	background-color: rgba(255,255,255,0.3);
}
.health_biological_product .product_container .product .overlay .button-center{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.health_biological_product .product_container .product .overlay button{
	display: block;
	margin: 4px auto;
	padding: 7px 0px;
	width: 100px;
	background-color: rgba(255,255,255,0.7);
	border: 1px solid;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}
.health_biological_product .product_container .product:hover .overlay{
	display: block;
}
.health_biological_product .product_container .product-item{
	margin: 0 auto;
	margin-bottom: 25px;
	min-width: 230px;
	max-width: 280px;
	height: auto;
	text-align: center;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 20px;
}
.health_biological_product .product_container .product-item .product-img{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 5px;
	width: 100%;
	height: 270px;
	overflow: hidden;
}
.health_biological_product .product_container .product-item .product-img img{
	width: 100%;
}
.health_biological_product .product_container .product-item .product-name{
	height: 35px;
	color: #828282;
}
.health_biological_product .product_container .product-item .product-name span{
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}
.health_biological_product .product_container .product-item .product-price{
	color: #25b7ad;
}
.health_biological_product .product_container i{
	position: absolute;
	font-size: 26px;
	color: #919191;
	margin-left: 5px;
	cursor: pointer;
}
#addcartModal, #noMemberModal{
	z-index:9999;
}
/** End health_biological **/

/** health_medicine **/
.health_medicine{
	position: relative;
	width: 100%;
	height: auto;
	min-height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-align: center;
	background-image: url('../../images/health_medicine_bg.jpg');
	background-attachment: fixed;
	text-align: center;
}
.health_medicine .top-video{
	margin: 0 auto;
	position: relative;
	display: inline-block;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
@media(min-width: 1200px){
	.health_medicine{

		min-height: 80vh;
	}
	.health_medicine .top-video{
		position: absolute;
		top: 55%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0;
	}
}
.health_medicine .top-video .youtube{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.health_medicine .top-video iframe,
.health_medicine .top-vide oobject,
.health_medicine .top-video embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.health_medicine_media{
	padding: 50px 5%;
	position: relative;
	width: 100%;
	height: auto;
}
.health_medicine_media .top-bar{
	margin-bottom: 50px;
	position: relative;
	width: 100%;
	min-height: 100px;
	line-height: 100px;
	overflow: hidden;
	border-bottom: #D9D9D9 3px solid;
}
.health_medicine_media .top-bar .youtube-logo{
	display: inline-block;
	height: 100%;
	/*
		width: 300px;
		background: url('../../images/youtube_logo.png');
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	*/
	float: left;
}
.health_medicine_media .top-bar .youtube-logo img{
	display: inline-block;
	max-width: 100%;
	max-height: 80px;
}
.health_medicine_media .top-bar .youtube-account{
	margin-left: 100px;
	padding-left: 100px;
	position: relative;
	display: inline-block;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	font-weight: bold;
}
.health_medicine_media .top-bar .youtube-account:after{
	position: absolute;
	top: 0;
	left:0;
	font-family: 'Material Icons';
	display: inline-block;
	content: "\e7fd";
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	background: #1e560d;
	font-size: 90px;
	color: #dee9d9;
	text-align: center;
	overflow: hidden;
}
.health_medicine_media .top-bar .youtube-follow{
	float: right;
	display: inline-block;
	position: relative;
	height: 100%;
	text-align: center;
}
.health_medicine_media .top-bar .youtube-follow a{
	padding: 10px 25px;
	height: 40px;
	color: #FFFFFF;
	background: #fa070d;
	text-decoration:none;
}
@media(max-width: 991px){
	.health_medicine_media .top-bar{
		text-align: center;
	}
	.health_medicine_media .top-bar .youtube-account{
		display: none;
	}
	.health_medicine_media .top-bar .youtube-follow{
		float: none;
	}
}
@media(max-width: 641px){
	.health_medicine_media .top-bar .youtube-logo{
		text-align: center;
	}
	.health_medicine_media .top-bar .youtube-account{
		margin-left: 0;
	}
}
.health_medicine_media .video{
	margin: 0 auto;
	margin-bottom: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	text-align: center;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 20px;
}
.health_medicine_media .video iframe{
	margin-bottom: 5px;
	width: 100%;
	height: 270px;
}
.health_medicine_media .video .title{
	width: 70%;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
.health_medicine_media .video:hover{
	background: #EDEDED;
}
.health_medicine_media .video:hover > .title{
	color: #25b7ad;
}
@media(max-width: 767px){
	.health_medicine_media .top-bar{
		margin-bottom: 20px;
	}
	.health_medicine_media .video{
		margin-bottom: 0px;
		border-bottom: #EEEEEE 1px solid;
	}
}
/** End health_medicine **/


/** economic_rich **/
.economics_rich_header{
	background-image: url(https://www.oligo88.com/images/rich_bg.png);
}
.economics_rich_header .main-title .title-bg {
    background: rgba(248,182,81,0.66);
}
.economics_rich_header ol{
	margin-top: 10px;
	margin-left: 0;
	padding-left:40px;
}
.economics_rich_header ol li{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	letter-spacing:2px;
}

.economics_rich{
	position: relative;
}
.economics_rich::after{
    content: "";
    clear: both;
    display: table;
}
.economics_rich .pages-item{
	padding-top: 80px;
	padding-bottom: 80px;
	height: 785px;
}
.economics_rich .pages-item .text{
	display: inline-block;
	font-weight: bold;
	letter-spacing: 3px;
}
.economics_rich .pages-item .text .bigger{
	font-size: 48px;
}
.economics_rich .pages-item .text .big{
	font-size: 36px;
}
.economics_rich .pages-item .text .middle{
	font-size: 30px;
}
.economics_rich .pages-item .text .small{
	font-size: 24px;
}
.economics_rich .pages-item .text .line{
	margin: 25px 0;
	border: #000000 2px dashed;
}
@media(max-width: 1250px){
	.economics_rich .pages-item{
		height: auto;
		width: 100%;
	}
}
@media(max-width: 535px){
	.economics_rich .pages-item .text .bigger{
		font-size: 42px;
	}
	.economics_rich .pages-item .text .big{
		font-size: 30px;
	}
	.economics_rich .pages-item .text .middle{
		font-size: 24px;
	}
	.economics_rich .pages-item .text .small{
		font-size: 18px;
	}
}
@media(max-width: 448px){
	.economics_rich .pages-item .text .bigger{
		font-size: 36px;
	}
	.economics_rich .pages-item .text .big{
		font-size: 24px;
	}
	.economics_rich .pages-item .text .middle{
		font-size: 18px;
	}
	.economics_rich .pages-item .text .small{
		font-size: 14px;
	}
}
/** End economic_rich **/

/** economic **/
.economics_header{
	background-image:url('https://www.oligo88.com/images/economic_bg_1.png');
}
.economics_header .main-title .title{
	padding-left: 80px;
	padding-right: 80px;
}
.economics_header .main-title .title-bg{
	background: rgba(170,137,190,0.66);
}
.economics_header .title-1{
	font-size: 36px;
}
.economics_header .title-2{
	font-size: 24px;
}
.economics_header ul{
	list-style-position: inside;
	
}
.economics_header ul li{
	float: left;
	font-size: 30px;
}
.economics_header ul li:nth-child(1),
.economics_header ul li:nth-child(3){
	margin-right: 50px;
}
.economics_header ul li:nth-child(3){
	clear: left;
}
.economics{
	position: relative;
}
.economics::after{
    content: "";
    clear: both;
    display: table;
}
.economics .pages-item2{
	padding-top: 120px;
	height: 1400px;
}
.economics .pages-item2 .sub-title h2{
	 line-height: 23px;
}
.economics .pages-item2 .sub-title h2 .num{
	display: inline-block;
	font-size: 200px;
	margin-right: 50px;
}
.economics .pages-item2 .sub-title span.c-title{
	display: inline-block;
	margin-left: 10px;
}
.economics .pages-item .text {
    font-size: 24px;
    letter-spacing: 2px;
}
.economics .pages-item .text-image,
.economic_advantage .pages-item .text-image{
	margin-top: 40px;
	width: 100%;
	text-align: center;
}
.economics .pages-item .text-image img,
.economic_advantage .pages-item .text-image img{
	max-width: 100%;
}
.economic_advantage{
	position: relative;
	background-image: url('https://www.oligo88.com/images/economic_bg_2.png');
	background-size: cover;
}
.economic_advantage::after{
    content: "";
    clear: both;
    display: table;
}
.economic_advantage .pages-item{
	padding-top: 80px;
	padding-bottom: 80px;
	height: 750px;
}
.economic_advantage .pages-item.item-bg-blue4{
	background-color: rgba(0,183,239,0.77);
}
.economic_advantage .pages-item.item-bg-purple{
	background-color: rgba(197,144,191,0.77);
}
.economic-area{
	
}
.economic-area .img-bg{
	background-image: url('https://www.oligo88.com/images/economic_bg_3.png');
	background-size: cover;
}
@media(max-width: 1058px){
	.economics .pages-item2{
		width: 100%;
		padding-bottom: 80px;
	}
	.economic_advantage .pages-item, .economics .pages-item2{
		height: auto;
	}
}
@media(max-width: 545px){
	.economics_header .main-title .title{
		padding-left: 20px;
		padding-right: 20px;
	}
	.economics .pages-item2 .sub-title h2 .num {
		font-size: 160px;
		margin-right: 20px;
	}
	.economics_header .title-1{
		font-size: 30px;
	}
	.economics_header .title-2{
		font-size: 16px;
	}
	.economics_header ul li{
		font-size: 22px;
	}
}
/** End economic **/


/** Album **/
.album-banner{
    background-image: url(https://templated.co/items/demos/snapshot/images/banner.jpg);
}
.album-banner:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
    content: '';
    display: block;
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.album-banner .inner {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -moz-transition: opacity 1s ease, transform 1s ease;
    -webkit-transition: opacity 1s ease, transform 1s ease;
    -ms-transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    position: relative;
    opacity: 1;
    z-index: 3;
    padding: 0 2em;
}
.album-banner button{
	background: none;
	box-shadow: 0 0 0 2px rgba(144, 144, 144, 0.25);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	color: #FFF;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
	width: 100px;
    height: 2.85em;
    line-height: 2.95em;
	text-align: center;
	white-space: nowrap;
}
.album{
    margin: auto;
	padding: 80px 0;
	background-color: #f2f2f2;
}
.album .row > .column {
    padding: 8px;
}
.album .column {
    float: left;
    display: none; /* Hide all elements by default */
}
.album .content {
    background-color: white;
    padding: 10px;
}
.album .content .img{
	position: relative;
    width: 100%;
	height: 185px;
	text-align: center;
	overflow: hidden;
}
.album .content .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	min-width: 100%;
}
.album .show {
	display: block;
}
.album .btn {
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: white;
	cursor: pointer;
}
.album .btn:hover, .album .active {
	background-color: #666;
	color: white;
}

.album_photo_container{
	padding: 40px;
}
.album_photo_container .album_photo_header{
	display: block;
	width: 100%;
	border-top: #e6e6e6 10px solid;
	border-bottom: #e6e6e6 1px dashed;
}
.album_photo_container .album_photo_header .left-button{
	margin-top: 20px;
	float: left;
}
.album_photo_container .album_photo_header .right-button{
	margin-top: 20px;
	float: right;
}
.album_photo_container .album_photo_header .left-button span, .album_photo_container .album_photo_header .right-button span{
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-radius: 50%;
}
.album_photo_container .album_photo_header .left-button span:before, .album_photo_container .album_photo_header .right-button span:before{
	line-height: 17.5px;
}
.album_photo_container .album_photo_header .left-button span{
	margin-right: 5px;
}
.album_photo_container .album_photo_header .right-button span{
	margin-left: 5px;
}
.album_photo_container .album_photo_header h1{
	display: inline-block;
	font-size: 42px;
	font-weight: bold;
}
.album_photo{
	line-height: 0;
	-webkit-column-count: 3;
	-webkit-column-gap:   5px;
	-moz-column-count:    3;
	-moz-column-gap:      5px;
	column-count:         3;
	column-gap:           5px; 
}
.album_photo img{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 5px;
}

@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
ul.album_photo {
	padding:0 0 0 0;
	margin:0 0 40px 0;
}
ul.album_photo li {
	list-style:none;
	margin-bottom:10px;
}
#bsPhotoGalleryModal .modal-dialog{
	padding-top: 120px;
}
@media(max-width:767px){
	.album_photo{
		-webkit-column-count: 2;
		-webkit-column-gap:   5px;
		-moz-column-count:    2;
		-moz-column-gap:      5px;
		column-count:         2;
		column-gap:           5px; 
	}
	.album .btn{
		padding: 10px;
	}
}
@media(max-width:450px){
	.album_photo{
		-webkit-column-count: 1;
		-webkit-column-gap:   5px;
		-moz-column-count:    1;
		-moz-column-gap:      5px;
		column-count:         1;
		column-gap:           5px; 
	}
}
/** End Album **/

/** Cart **/
.cart-banner{
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 8em 0 6em 0;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 300px;
    height: 300px;
    position: relative;
    background: #000;
    background-image: url(../../images/cart_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #FFF;
}
.cart-banner:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
    content: '';
    display: block;
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.cart-banner .inner {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -moz-transition: opacity 1s ease, transform 1s ease;
    -webkit-transition: opacity 1s ease, transform 1s ease;
    -ms-transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    position: relative;
    opacity: 1;
    z-index: 3;
    padding: 0 2em;
}
.cart{
	padding: 30px 0;
	background: #f1f2f6;
}
.cart .container{
	padding: 20px;
	background: #FFFFFF;
}
.cart .cart-title{
	padding: 5px 0 5px 20px;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	border-bottom: #B93939 2px solid;
}
.cart .info{
	position: relative;
	padding: 20px 5px;
	margin-bottom: 10px
}
.cart .cart-step {
	margin-top: 30px;
	text-align: center;
}
.cart .time-horizontal {
    list-style-type: none;
    border-top: 0;
	border-left: 5px solid #c9c9c9;
    max-width: 800px;
    padding: 0px;
    margin: 0px;
}
.cart .time-horizontal li {
    position: relative;
    text-align: left;
    width: 100%;
	height: 80px;
    padding-top: 0;
	padding-left: 18px;
}
.cart .time-horizontal li.active:before{
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	width: auto;
	height: 100%;
	border-left: 5px solid #79b64f;
}

.cart .time-horizontal li b {
    position: absolute;
    top: 0;
    left: -20px;
	transform: translateX(0%);
    width: 32px;
    height: 32px;
	line-height: 30px;
    border: 2px solid #c9c9c9;
    border-radius: 50%;
    background: #c9c9c9;
	color: #FFF;
	text-align: center;
}
.cart .time-horizontal li.active b{
	border: 2px solid #79b64f;
	background: #79b64f;
}
.cart .time-horizontal li.active{
	font-weight: bold;
	color: #79b64f;
}
.cart .all-product-header{
	margin-bottom: 8px;
	width: 100%;
	border-bottom: #f3f3f3 5px solid;
	text-align: center;
}
.cart .all-product-header .title{
	position: relative;
	display: inline-block;
	padding: 8px 3px;
	padding-right: 18px;
	font-size: 20px;
	font-weight: bold;
	color: #b9372d;
}
.cart .all-product-header .title:after{
	content: "";
	position: absolute;
	bottom: -5px;
	left:0;
	width: 100%;
	border-bottom: #b9372d 5px solid;
}
.cart .all-product-header2{
	margin-bottom: 25px;
	width: 100%;
	border-bottom: #f3f3f3 5px solid;
	text-align: center;
}
.cart .all-product-header2 .title{
	margin: 0 auto;
	position: relative;
	display: inline-block;
	padding: 8px 0;
	font-size: 20px;
	font-weight: bold;
	color: #b9372d;
}
.cart .all-product-header2 .title:after{
	content: "";
	position: absolute;
	bottom: -5px;
	left:0;
	width: 100%;
	border-bottom: #b9372d 5px solid;
}
.cart #pay_paycard #card_input input {
	margin-right: 2px;
	padding: 5px 3px;
	border: 1px solid #ccc;
    border-radius: 3px;
	text-align: center;
}
.cart #pay_paycard #card_expiration {
	margin-top: 15px;
}
.cart #pay_paycard #card_expiration .expiration {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.cart #pay_paycard #card_expiration .expiration input {
	width: 25px;
    border: 0;
	text-align: center;
}
.cart #pay_paycard #card_cvv {
	margin-top: 15px;
}
.cart #pay_paycard #card_cvv input {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.rwd-table {
	border: #f3f3f3 3px solid;
	border-bottom: #f3f3f3 6px solid;
	background: #fff;
	overflow: hidden;
}
.rwd-table tr{
	border-bottom: #f3f3f3 1px solid;
}
.rwd-table tr:nth-of-type(2n){
	/*background: #eee;*/
}
.rwd-table th, 
.rwd-table td {
	margin: 0.5em 1em;
}
.rwd-table {
	min-width: 100%;
}
.rwd-table th {
	display: none;
	color: #000000;
}
.rwd-table td {
	display: block;
	vertical-align:middle;
}
.rwd-table td:before {
	content: attr(data-th);
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}
.rwd-table th, .rwd-table td {
	text-align: left;
}
.rwd-table .price{
	font-size: 14px !important;
}
    
.rwd-table th, .rwd-table td:before {
	color: #D20B2A;
	font-weight: bold;
}
.rwd-table .pic{
	width: 110px;
	overflow: hidden;
}
.rwd-table .pic img{
	width: 100%;
}
.rwd-table .total{
	color: #b9372d;
}
.rwd-table .del i{
	cursor: pointer;
	width: 24px;
	height: 24x;
	line-height: 24px;
	background: #D2D2D2;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
}
.rwd-table .del:hover i{
	background: #8E8E8E;
}

.rwd-table2 {
	width: 100%;
	border-bottom: #f3f3f3 6px solid;
	background: #fff;
	overflow: hidden;
}
.rwd-table2 tr{
	border-bottom: #f3f3f3 2px solid;
} 
.rwd-table2 td {
	display: block;
	margin: 0.5em 1em;
	text-align: left;
	vertical-align:middle;
}
.rwd-table2 td.price{
	font-size:14px;
	line-height: 14px;
}
.rwd-table2 td:before {
	content: attr(data-th);
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
	color: #D20B2A;
}
.rwd-table2 .pic{
	width: 90px;
	overflow: hidden;
}
.rwd-table2 .pic img{
	width: 100%;
}
@media (min-width: 480px) {
	.rwd-table td:before {
		display: none;
	}
	.rwd-table th{
		background: #F3F2F2;
	}
	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: 0.25em 0.5em;
	}
	.rwd-table th:first-child, 
	.rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child, 
	.rwd-table td:last-child {
		padding-right: 0;
	}
	.rwd-table th{
		padding: 1em !important;
	}
	.rwd-table td {
		padding: 20px 1em !important;
	}
	
	.rwd-table th:nth-child(1){
		width: 90px;
	}
	.rwd-table th:nth-child(4){
		width: 210px;
		text-align: center;
	}
	.rwd-table td:nth-child(4){
		text-align: center;
	}
	.rwd-table th:nth-child(3), .rwd-table th:nth-child(5), .rwd-table th:nth-child(6){
		width: 10%;
	}
	.rwd-table .price{
		font-family: 'Amaranth';
		font-size: 19px;
	}
	.rwd-table .total{
		font-family: 'Amaranth';
		font-size: 19px;
		color: #b9372d;
	}
	.rwd-table2 td:before {
		display: none;
	}
	.rwd-table2 th, .rwd-table2 td {
		display: table-cell;
		padding: 0.25em 0.5em;
	} 
	.rwd-table2 td:first-child {
		padding-left: 0;
	} 
	.rwd-table2 td:last-child {
		padding-right: 0;
	}
	.rwd-table2 td {
		padding: 20px 1em !important;
	}
	.rwd-table2 .qty{
		width: 80px;
		padding: 0 10px;
	}
	.rwd-table2 .total{
		    font-family: "Helvetica Neue",Helvetica,Arial,"PingFang TC","Heiti TC","微軟正黑體","Microsoft JhengHei","Noto Sans T Chinese","Droid Sans Fallback",sans-serif;
		width: 120px;
		font-weight: 700;
	}
}
@media (min-width: 325px) {
	.cart .time-horizontal {
		list-style-type: none;
		border-top: 5px solid #c9c9c9;
		max-width: 800px;
		padding: 0px;
		margin: 0px;
	}
	.cart .time-horizontal li {
		position: relative;
		float: left;
		text-align: center;
		width: 33.33333%;
		padding-top: 18px;
		padding-left: 0;
	}
	.cart .time-horizontal li.active:before{
		content: "";
		position: absolute;
		top: -5px;
		left: 0;
		width: 100%;
		border-top: 5px solid #79b64f;
		border-left: 0;
	}
	.cart .time-horizontal li b {
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		width: 32px;
		height: 32px;
		line-height: 30px;
		border: 2px solid #c9c9c9;
		border-radius: 50%;
		background: #c9c9c9;
		color: #FFF;
		text-align: center;
	}
	.cart .time-horizontal li.active b{
		border: 2px solid #79b64f;
		background: #79b64f;
	}
	
}
@media (max-width: 479px){
	.rwd-table tr{
		position: relative;
	}
	.rwd-table td.del{
		/* position: absolute; */
		/* top: 10px; */
		/* right: 10px; */
	}
}
.cart .subtotal{
	font-family: 'Amaranth';
	margin: 20px 0;
	padding: 8px 0;
	width: 50%;
	float: right;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	color: #b9372d;
    font-size: 16px;
	text-align: right;
}
.cart .subtotal .fee{
	color: #818181;
}
.cart .subtotal #Stotal, .cart .subtotal #Sfee{
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width: 120px;
	display: inline-block;
	font-size: 24px;
}
.cart .subtotal #Stotal:before, .cart .subtotal #Sfee:before{
	content: "$";
}
.cart .step-btn{
	margin: 5px 0;
	width: 100%;
	display: inline-block;
	height: 48px;
	border: 0;
	border-radius: 5px;
	color: #fff;
    font-size: 17px;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
}
.cart .step-btn.back-step-btn{
	background-color: #CBCBCB;
}

.cart .step-btn.next-step-btn{
	background-color: #79b64f;
}

/** End Cart **/


/** Cart-Step2 **/
.cart .comfirm-product{
	margin-bottom: 5px;
	width: 100%;
	border: 0;
	text-align: center;
    background: #f7f7f7;
    padding: 10px 15px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.cart .comfirm-product span.total{
	font-size: 22px;
	font-weight: bold;
	padding: 5px;
	color: #b9372d !important;
}
.cart .comfirm-product span.check-cart{
	display: block;
	width: 100%;
    color: #666;
    font-size: 13px;
    padding: 10px 5px;
}
.cart .comfirm-product span.check-cart i{
    transition: 0.4s;
}
.cart .comfirm-product span.check-cart.change i{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart2 .form-group{
	margin-bottom: 0 !important;
}
.cart2 .required-title{
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #b9372d;
}
.cart2 .form-group label{
	height: 40px;
	line-height: 40px;
}
.cart2 .form-group .form-member-info{
	height: 40px;
	line-height: 40px;
}
.cart2 .form-group label{
	height: 40px;
}
.cart2 .form-group input[type=checkbox], .cart2 .form-group input[type=radio]{
	margin-top: 0;
}
.cart2 .form-group .radiobox label:nth-child(2){
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.cart2 .form-group input.form-text{
	width: 100%;
	border: 0;
	height: 40px;
	outline:none;
}
.cart2 .form-group textarea.form-text{
	border: 0;
	height: 120px;
	width: 100%;
	outline:none;
}
.cart2 .form-group textarea.form-text:focus{
	border: #EBEAEA 2px solid;
}
.cart2 .form-group .city-selector{
	float: left;
	padding-left: 15px;
}
.cart2 .form-group select {
    padding: 0 10px;
    border: #E1E1E1 1px solid;
    height: 40px;
}
.cart2 .form-group .city-selector select{
	padding: 0 10px;
	border: #E1E1E1 1px solid;
	height: 40px;
}
.cart2 .form-group .city-selector select.county{
	margin-right: 5px;
}
.cart2 .form-group .cn-city-selector select{
	width: 100%;
}
.cart2 .checkbox-form{
	margin: 30px 0;
	padding-top: 10px;
	font-size: 13px;
	color: #333333;
	border-top: #D5D4D4 1px dashed;
}
.cart2 .cart-submit-btn {
	margin-top: 10px;
    display: inline-block;
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 5px;
    background-color: #79b64f;
    color: #fff;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}
@media(max-width: 991px){
	.cart2 .form-group .city-selector{
		float: left;
		width: 100%;
	}
}
/** End Cart-Step2 **/

/** Cart-Step3 **/
.order-comfirm{
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Heiti TC", 微軟正黑體, "Microsoft JhengHei", "Noto Sans T Chinese", "Droid Sans Fallback", sans-serif;
}
.order-comfirm .list-group-item{
	min-height: 389px;
}
.order-comfirm .list-group-item .list-title{
	margin: 0 24px;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 700;
	border-bottom: solid 1px #d2d2d2;
}
.order-comfirm .list-group-item .wrapper{
	padding: 24px;
}
.order-comfirm .list-group-item .wrapper .list-title-1{
	margin-top: 14px;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #b9372d;
}
.order-comfirm .list-group-item .wrapper .list-item{
    font-size: 14px;
    margin-bottom: 10px;
}
.order-comfirm label{
	margin-right: 15px;
	width: 80px;
	text-align: right;
}
.order-comfirm .total-item{
	text-align: right;
	color: #818181;
}
.order-comfirm .total-title{
	margin-bottom: 20px;
	padding-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
	color: #b9372d;
	border-bottom: #b9372d 4px solid;
}
.order-comfirm .total-item .total-price{
	display: inline-block;
	min-width: 80px;
	max-width: 140px;
}
.order-comfirm .total-item .total-subtotal{
	padding: 17px 0;
	float: right;
	min-width: 200px;
	border-top: #AAAAAA 1px solid;
	color: #000000;
	font-weight: 700;
}
.order-comfirm .total-item .total-subtotal label{
	color: #000000;
	width: auto;
	font-size: 17px;
}
.order-comfirm .total-item .total-subtotal .total-price{
	font-size: 17px;
}
/** End Cart-Step3 **/


.history-header-bg{
	background-image: url(../../images/about-header-bg.jpg);
}
.history-header{
	position: relative;
	height: 100%;
	z-index: 2;
}
.history-header .header-title{
	display: inline-block;
	position: absolute;
	top: 45%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
    color: #FFF;
    font-size: 78px;
	font-weight: bold;
}
.history-header .header-title .sub-title{
	font-size: 14px;
}
.history-header i{
	position: absolute;
	bottom: 50px;
	font-size: 34px;
	color: white;
	left: 50%;
    transform: translateX(-50%);
	cursor: pointer;
	-webkit-animation-name: scrollbutton;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-name: scrollbutton;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes scrollbutton {
    0%   {bottom:50px;}
    50%  {bottom:30px;}
    100% {bottom:50px;}
}
/* Standard syntax */
@keyframes scrollbutton {
    0%   {bottom:50px;}
    50%  {bottom:30px;}
    100% {bottom:50px;}
}

/* About */
.about-header{
	padding: 65px 0;
	padding-top: 130px;
	text-align: center;
	font-size: 15px;
	background-image:url('https://www.oligo88.com/images/about_top_bg.png');
	background-size: cover;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.about-header h2{
	font-size: 42px;
	margin-bottom: 30px;
}
.about-header p{
	display: block;
}
.about-header .sub-text{
	font-weight: bold;
	font-size: 27px;
}
.about-header .sub-text p{
	margin: 0 0 0px;
}
.about-1{
	padding: 50px 0;
}
.about-1 .item-1{
	font-size: 20px;
}
.about-1 .item-1 .item-title{
	color: #197ec6;
	font-weight: bold;
}
.about-1 .item-1 .item-body{
	margin-bottom: 15px;
}
.about-1 .item-2{
	padding: 20px 0;
	background-color: #d9d9d9;
}
.about-1 .item-2 table{
	margin: 0 auto;
	text-align: center;
}
.about-1 .item-2 table th{
	color: #0070c0;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.about-1 .item-2 table td{
	padding: 10px;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #1f497d;
	border: 2px solid #d9d9d9;
}
.about-2{
	padding-bottom: 30px;
}
.about-2 .item-3{
	padding: 0;
	background-color: #d9d9d9;
	text-align: center;
}
.about-2 .item-3 img{
	max-width: 100%;
}
.about-2 .item-4{
	margin-top: 35px;
	padding: 80px 20px;
	background-color: #f2f2f2;
	font-size:32px;
	text-align: center;
	font-weight: bold;
}
.about-2 .item-4 h2{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #197ec6;
	font-weight: bold;
	font-size:32px;
}
@media(max-width: 991px){
	.about-header h2{
		font-size: 36px;
	}
	.about-header .sub-text{
		font-size: 22px;
	}
	.about-1{
		padding: 30px 0;
	}
	.about-1 .item-1{
		line-height: 28px;
		font-size: 17px;
		text-align: center;
		letter-spacing: 1px;
	}
	.about-1 .item-1 .item-title{
		font-size: 20px;
	}
	.about-1 .item-2{
		margin-top: 40px;
	}
	.about-2 .item-4{
		margin-top: 0;
	}
}
@media(max-width: 725px){
	.about-header h2{
		font-size: 32px;
	}
	.about-header .sub-text{
		font-size: 16px;
	}
	.about-1 .item-2 table th {
		font-size: 28px;
	}
	.about-1 .item-2 table td{
		font-size: 18px;
	}
}
@media(max-width: 425px){
	.about-header h2{
		font-size: 30px;
	}
	.about-header .sub-text{
		font-size: 14px;
	}
}
.history-menu{
	margin: 10px -15px;
	border-top: 2px solid #3ca5df;
	text-align: right;
}
.history-menu .menu-btn{
	margin: 0 auto;
	padding: 15px 25px;
	display: inline-block;
	background-color: #3ca5df;
	color: #FFFFFF;
}
.history-container{
	overflow: hidden;
}
.history-container .main-title {
	margin: 20px auto;
	padding-top: 30px;
	display: inline-block;
	position: relative;
	font-size: 38px;
	font-weight: bold;
	color: #264B59;
	text-align: center;
	border-bottom: #62B0BB 3px solid;
}
.history-container .main-timeline{ position: relative;margin:30px 0;margin-bottom:100px;}
.history-container .main-timeline:before,
.history-container .main-timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.history-container .main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #302124;
    position: absolute;
    top: 0;
    left: 50%;
}
.history-container .main-timeline .timeline{
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
.history-container .main-timeline .timeline:before,
.history-container .main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.history-container .main-timeline .timeline:first-child:before,
.history-container .main-timeline .timeline:last-child:before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #0C7E9D;
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}
.history-container .main-timeline .timeline:last-child:before{
    top: auto;
    bottom: 0;
}
.history-container .main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -12px;
    bottom: -2px;
}
.history-container .main-timeline .timeline-content{
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.history-container .main-timeline .timeline-content:before{
    content: "";
    width: 100%;
    height: 5px;
    background: #0C7E9D;
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
}
.history-container .main-timeline .circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #0C7E9D;
    float: left;
    margin-right: 25px;
    position: relative;
	overflow: hidden;
}
.history-container .main-timeline .circle img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 110%;
}
.history-container .main-timeline .circle .img-top{
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.history-container .main-timeline .circle .img-bottom{
	position: absolute;
	bottom: 40%;
	left: 50%;
	transform: translateX(-50%);
}
.history-container .main-timeline .circle:before{
    content: "";
    width: 26px;
    height: 30px;
    background: #0C7E9D;
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}
.history-container .main-timeline .circle span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 160px;
    border: 3px solid #adabab;
    font-size: 80px;
    color: #454344;
}
.history-container .main-timeline .circle span:before,
.history-container .main-timeline .circle span:after{
    content: "";
    width: 28px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}
.history-container .main-timeline .circle span:after{
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}
.history-container .main-timeline .content{
    display: table;
    padding-right: 40px;
    position: relative;
}
.history-container .main-timeline .year{
    display: block;
    padding: 10px;
    margin: 10px 0 50px 0;
    background: #0C7E9D;
    border-radius: 7px;
    font-size: 25px;
    color: #fff;
}
.history-container .main-timeline .title{
    font-size: 25px;
    font-weight: bold;
    color: #0C7E9D;
    margin-top: 0;
}
.history-container .main-timeline .description{
    font-size: 15px;
    color: #656565;
    text-align: justify;
	line-height: 24px;
}
.history-container .main-timeline .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #0C7E9D;
    position: absolute;
    top: 78px;
    right: -14px;
}
.history-container .main-timeline .icon:before{
    content: "";
    width: 15px;
    height: 25px;
    background: #0C7E9D;
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.history-container .main-timeline .icon span:before,
.history-container .main-timeline .icon span:after{
    content: "";
    width: 21px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.history-container .main-timeline .icon span:after{
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}
.history-container .main-timeline .timeline:nth-child(2n) .timeline-content,
.history-container .main-timeline .timeline:nth-child(2n) .circle{
    float: right;
}
.history-container .main-timeline .timeline:nth-child(2n) .circle{
    margin: 0 0 0 25px;
}
.history-container .main-timeline .timeline:nth-child(2n) .circle:before{
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}
.history-container .main-timeline .timeline:nth-child(2n) .circle span:before,
.history-container .main-timeline .timeline:nth-child(2n) .circle span:after{
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}
.history-container .main-timeline .timeline:nth-child(2n) .circle span:after{
    border-radius: 0 21px 0 0;
}
.history-container .main-timeline .timeline:nth-child(2n) .content{
    padding: 0 0 0 40px;
    margin-left: 2px;
}
.history-container .main-timeline .timeline:nth-child(2n) .icon{
    right: auto;
    left: -14px;
}
.history-container .main-timeline .timeline:nth-child(2n) .icon:before,
.history-container .main-timeline .timeline:nth-child(2n) .icon span:before,
.history-container .main-timeline .timeline:nth-child(2n) .icon span:after{
    left: auto;
    right: -15px;
}
.history-container .main-timeline .timeline:nth-child(2n) .icon span:before{
    border-radius: 0 0 0 21px;
}
.history-container .main-timeline .timeline:nth-child(2n) .icon span:after{
    border-radius: 21px 0 0 0;
}
.history-container .main-timeline .timeline:nth-child(2){
    margin-top: 180px;
}
.history-container .main-timeline .timeline:nth-child(odd){
    margin: -175px 0 0 0;
}
.history-container .main-timeline .timeline:nth-child(even){
    margin-bottom: 80px;
}
.history-container .main-timeline .timeline:first-child,
.history-container .main-timeline .timeline:last-child:nth-child(even){
    margin: 0;
}
@media (max-width: 1200px){
	.history-container {
		padding: 0;
	}
}
@media only screen and (max-width: 990px){
    .history-container .main-timeline:before{ left: 100%; }
    .history-container .main-timeline .timeline{
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }
    .history-container .main-timeline .timeline:first-child:before,
    .history-container .main-timeline .timeline:last-child:before{
		display: none;
        left: auto !important;
        right: -13px !important;
    }
	.history-container .main-timeline .icon{
		display: none;
	}
    .history-container .main-timeline .timeline:nth-child(2n) .circle{
        float: left;
        margin: 0 25px 0 0;
    }
    .history-container .main-timeline .timeline:nth-child(2n) .circle:before{
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }
    .history-container .main-timeline .timeline:nth-child(2n) .circle span:before,
    .history-container .main-timeline .timeline:nth-child(2n) .circle span:after{
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }
    .history-container .main-timeline .timeline:nth-child(2n) .circle span:after{
        border-radius: 21px 0 0 0;
    }
    .history-container .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 40px 0 0;
        margin-left: 0;
    }
    .history-container .main-timeline .timeline:nth-child(2n) .icon{
        right: -14px;
        left: auto;
    }
    .history-container .main-timeline .timeline:nth-child(2n) .icon:before,
    .history-container .main-timeline .timeline:nth-child(2n) .icon span:before,
    .history-container .main-timeline .timeline:nth-child(2n) .icon span:after{
        left: -15px;
        right: auto;
    }
    .history-container .main-timeline .timeline:nth-child(2n) .icon span:before{
        border-radius: 0 0 21px 0;
    }
    .history-container .main-timeline .timeline:nth-child(2n) .icon span:after{
        border-radius: 0 21px 0 0;
    }
    .history-container .main-timeline .timeline:nth-child(2),
    .history-container .main-timeline .timeline:nth-child(odd),
    .history-container .main-timeline .timeline:nth-child(even){
        margin: 0;
    }
}
@media only screen and (max-width: 480px){
    .history-container .main-timeline:before{ left: 0; }
    .history-container .main-timeline .timeline:first-child:before,
    .history-container .main-timeline .timeline:last-child:before{
        left: -12px !important;
        right: auto !important;
    }
    .history-container .main-timeline .circle,
    .history-container .main-timeline .timeline:nth-child(2n) .circle{
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }
    .history-container .main-timeline .timeline-content:before{
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }
    .history-container .main-timeline .circle span{
        line-height: 115px;
        font-size: 60px;
    }
    .history-container .main-timeline .circle:before,
    .history-container .main-timeline .circle span:before,
    .history-container .main-timeline .circle span:after,
    .history-container .main-timeline .icon{
        display: none;
    }
    .history-container .main-timeline .content,
    .history-container .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 10px;
    }
    .history-container .main-timeline .year{
        margin-bottom: 15px;
    }
    .history-container .main-timeline .description{
        text-align: center;
    }
	.history-container .main-timeline .timeline:first-child:before, .history-container .main-timeline .timeline:last-child:before, .history-container .main-timeline:before{
		display: none;
	}
}
@media(max-width:1200px){
	.history-container{
		padding: 0;
	}
}















.news-container{
	padding: 20px;
}
.news-container .filtr-item {
	padding: 1rem;
	width:337px;
	display: inline-block;
	font-size:12px;
	border: 1px dotted #4F4F4F;
	padding: 10px;
	margin: 5px 5px 5px 0;
	overflow:hidden;
	font-size:15px;
	line-height: 1.5em;
	letter-spacing: 1pt;
	color:#353535;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}

.news-container .img-responsive{
	display:block;
	max-width: 100%;
	overflow: hidden;
}
.news-container .item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}
.news-container .simplefilter li, .news-container .multifilter li, .news-container .sortandshuffle li{
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
	padding: 0.6rem 1rem;
    border-radius: 5px;
}
.news-container ul.simplefilter {
	display: inline-block;
	margin:0 auto;
	padding:0;
}
.news-container .simplefilter li {
	display: inline-block;
    background-color: #585858;
	margin: 0 10px;
}
.news-container .simplefilter li.active, .news-container .simplefilter li:hover, .news-container .simplefilter li:focus {
    background-color: #212121;
}
@media(max-width:580px){
	.news-container .simplefilter li{
		margin: 0 5px;
		margin-bottom: 10px;
	}
}
@media(max-width:418px){
	.news-container .simplefilter li{
		margin: 0 2px;
		margin-bottom: 10px;
	}
}
@media(max-width:393px){
	.news-container .simplefilter li{
		margin: 0 1px;
		margin-bottom: 10px;
		font-size: 14px;
	}
}
@media(max-width:358px){
	.news-container .simplefilter li{
		padding: 0.4rem 0.6rem;
	}
}
.news-container .multifilter li {
    background-color: #4b9eff;
}
.news-container .multifilter li.active {
    background-color: #2265b4;
}
.news-container .sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.news-container .sortandshuffle .sort-btn {
    background-color: #de0000;
}
.news-container .sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

article{
	-webkit-transition:all .5s linear;
	-moz-transition:all .5s linear;
	-o-transition:all .5s linear;
	-ms-transition:all .5s linear;
	transition:all .5s linear;
}

.news-container .search-row {
    margin: 1.6rem 0;
}
.news-container .filtr-search {
    padding: 0.5rem;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#gallery-wrapper {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin:50px auto;
}

.news-width{
	margin:0 auto;
	width: 90%;
}
.white-panel {
	position: absolute;
	background: white;
	border-radius: 5px;
	/*box-shadow: 0px 1px 2px rgba(0,0,0,0.3);*/
	padding: 10px;
}
.white-panel img.thumb {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 1px solid #D4D4D4;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.white-panel .text{
	border: 1px solid #D4D4D4;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	background-color: #fafafa;
	padding: 15px 15px 0 15px;
}
.white-panel .text .post-info{
	width: 100%;
	height: 60px;
	margin-bottom: 5px;
	overflow: hidden;
}
.white-panel .text .post-info .date{
	width: 50px;
    height: 60px;
    padding: 8px 8px;
    background-color: #406da4;
    color: #fff;
	display: inline-block;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}
.white-panel .text .post-info .date .day{
	font-size: 20px;
}
.white-panel .text .post-info .date .month{
	font-size: 11px;
    line-height: 1.2;
}
.white-panel h1 {
	font-family: "微軟正黑體";
	margin-left: 10px;
	height: 60px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.white-panel h1 a {
	color: #343434;
	text-decoration: none;
}
.white-panel .text p{
	font-size: 14px;
	line-height: 24px;
	color: #484848;
}
.white-panel .text p:nth-child(2){
	margin-top: 15px;
	margin-bottom: 20px;
}
.white-panel .text p:nth-child(3), .white-panel .text p:nth-child(4), .white-panel .text p:nth-child(5), .white-panel .text p:nth-child(6){
	display: none;
}
.white-panel:hover > img.thumb {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.white-panel:hover > .text{
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.white-panel a.more{
	display: block;
	margin: 20px 0;
	margin-bottom: 15px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
@media(max-width: 1500px){
	.news-width{
		margin:0 auto;
		width: 95%;
	}
}
@media(max-width: 1098px){
	.white-panel .text p:nth-child(2){
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
}
@media(max-width: 991px){
	.news-width{
		margin:0 auto;
		width: 98%;
	}
}
@media(max-width: 699px){
	.news-width{
		margin:0 auto;
		width: 99%;
	}
	article{
		-webkit-transition:all 0s linear;
		-moz-transition:all 0s linear;
		-o-transition:all 0s linear;
		-ms-transition:all 0s linear;
		transition:all 0s linear;
	}
}





.news-container .vertical-menu{
	position: relative;
	width: 100%;
}
.news-container .vertical-menu .header-title{
	border-left: 5px solid #c3a429;
    padding-left: 10px;
    color: #c3a429;
	font-size: 23px;
	font-weight: bold;
}
.news-container .vertical-menu .header-title span{
	display: block;
	font-size: 17px;
}
/*----- Accordion -----*/
.news-container .accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
.news-container .accordion {
	margin-top:45px;
    overflow:hidden;
}
@media(max-width:991px){
	.news-container .accordion {
		margin-top:5px;
		margin-bottom: 25px;
	}
}
/*----- Section Titles -----*/
.news-container .accordion-section-title {
	position: relative;
    width:100%;
    padding:10px;
    display:inline-block;
    transition:all linear 0.15s;
    font-size:15px;
	font-weight: 900;
    color:#494949;
	padding-left: 40px;
	border-bottom: #BDBDBD 1px solid;
}
.news-container .accordion-section-title:before{
	position: absolute;
	left: 10px;
	top:50%;
	transform: translateY(-50%);
	content:"\e037";
	font-family: 'Material Icons';
	font-size: 14px;
}
.news-container .accordion .accordion-section-title a, .accordion .accordion-section-title a:visited{
	color:#494949;
}
.news-container .accordion a, .accordion-section-title.active, .accordion-section-title:hover {
    text-decoration:none;
}
.news-container .accordion-section-title.active, .accordion-section-title:hover {
	color: #c3a429;
}
.news-container .accordion-section-title.active:before{
	position: absolute;
	left: 6px;
	top:50%;
	transform: translateY(-50%);
	content:"\e5c5";
	font-family: 'Material Icons';
	font-size: 22px;
}
/*----- Section Content -----*/
.news-container .accordion-section-content {
    display:none;
	padding: 10px 0;
	border-bottom: #BDBDBD 1px solid;
}
.news-container .accordion .accordion-section-content a{
	padding: 7px 0;
	display: block;
	padding-left: 40px;
	color: #494949;
	font-weight: 900;
	font-size:14px;
}

.news-container .page-container{
	position: relative;
	width: 100%;
	height: auto;
}
.news-container .page-container .page-title{
	margin-bottom: 50px;
	padding: 10px 0;
	position: relative;
	display: block;
	border-bottom: #e8e2df 1px solid;
}
.news-container .page-container .page-title:before{
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	width:80px;
	height:3px;
	background: #855F46;
}
.news-container .page-container .page-title .left{
	font-size:24px;
	font-weight: bold;
	color: #855F46;
	padding-right: 0;
	padding-left: 0;
}
.news-container .page-container .page-title .right{
	padding-right: 0;
	padding-left: 0;
	text-align: right;
}



.news-single {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-single .news-content{
	position: relative;
	width: 100%;
}
.news-single .news-content .news-title{
	margin: 20px 0;
	font-size: 30px;
	font-weight: bold;
	color: #595959;
}
.news-single .news-content .news-date{
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
}
.news-single .news-content .news-text{
	margin-bottom: 40px;
	position: relative;
	font-size: 16px;
	color: #383838;
	line-height: 23px;
	letter-spacing: 1px;
}
.news-single .news-content img{
	max-width: 100%;
	height: auto !important;
}
.news-single .news-content .news-text img{
	width: 100%;
	margin-bottom: 20px;
}
.news-single .news-content .news-text button{
	display: block;
	margin: 5px;
	margin-bottom: 20px;
	border-radius: 4px;
	background-color: #f4511e;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding: 14px 17px;
	transition: all 0.5s;
	cursor: pointer;
}
.news-single .news-content .news-text button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.news-single .news-content .news-text button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.news-single .news-content .news-text button:hover span {
  padding-right: 25px;
}

.news-single .news-content .news-text button:hover span:after {
  opacity: 1;
  right: 0;
}

.news-single .menu-list{
	position: relative;
	margin-top: 100px;
	margin-bottom: 40px;
	min-height: 350px;
    overflow-y: auto;
}
.news-single .menu-list .more-title{
	position: relative;
	margin-bottom: 13px;
	padding-bottom: 6px;
	font-size: 24px;
	font-weight: bold;
	color: #9E9F9F;
}
.news-single .menu-list .more-title:after{
	position: absolute;
	left:0;
	bottom:0;
	content: "";
	width: 70px;
	height: 2px;
	background: #A6A6A6;
}
.news-single .menu-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.news-single .menu-list li a {
    display: block;
    color: #000;
    padding: 8px 0;
    text-decoration: none;
	border-bottom: #DBDBDB 1px solid;
	transition: 0.5s;
}
.news-single .menu-list li a:hover {
    background-color: #f4f4f4;
    color: white;
}
.news-single .menu-list li a .other-img{
	padding-left:0;
	padding-right:0;
}
.news-single .menu-list li a img{
	width: 100%;
}
.news-single .menu-list li a .other-title{
	height: 45px;
	color: #585858;
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: 0.5s;
}
.news-single .menu-list li a:hover > .other-title{
	color: #23427D;
}
.news-single .menu-list li a .other-date {
	margin: 4px auto;
	margin-left: 15px;
	display: inline-block;
    color: #585858;
    font-size: 13px;
}
@media(max-width:991px){
	.news-single .menu-list ul li{
		width: 49.5%;
		display: inline-block;
	}
}
@media(max-width:406px){
	.news-single .menu-list ul li{
		width: 49%;
		display: inline-block;
	}
}



.calendar-container{
	position: relative;
	margin: 80px 0;
}

.calendar-container .cal-content{
	margin: 0 auto;
	width: 90%;
}
.calendar-container #calendar {
	font-family: "微軟正黑體";
}
.calendar-container .fc-left, .fc-toolbar .fc-right{
	background-color: #f8f8f8;
	border: #e7e7e7 1px solid !important;
	border-radius: 5px;
}
.fc button{
	padding: 10px !important;
	height: auto !important;
}
.fc-state-default{
	border: none !important;
	background: transparent !important;
}
.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled{
	color: #555;
	background-color: #e7e7e7 !important;
}
.calendar-container .fc-day-header {
	font-size: 13px;
	font-weight: bold;
	background: #f5f5f5;
}
.calendar-container .fc-event {
	border-radius: 3px;
	padding: 10px 2px;
	cursor: pointer;
}
.calendar-container .fc-more-popover{
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	min-width: 290px;
	width: 70% !important;
	max-width: 700px !important;
}
.fc-scroller {
	height: auto !important;
}
.fc-basic-view .fc-body .fc-row{
	height: 145px !important;
}
.calendar-container tr:first-child > td > .fc-day-grid-event{
	/*padding: 10px 2px;*/
}
.calendar-modal{
	
}
@media(max-width: 767px){
	.calendar-modal .modal-dialog{
		top: 150px;
	}
}
.calendar-modal #ModalView{
	width: 100%;
	padding-right: 0;
}
.calendar-modal .modal{
	font-family: "微軟正黑體";
	background: transparent;
	max-width: 2000px;
	box-shadow: none;
}
.calendar-modal .modal .modal-header {
    padding: 15px 15px 7px 15px;
    border-bottom: 0;
}
.calendar-modal .modal .modal-title{
	font-size: 22px;
	font-weight: bold;
	color: #32657e;
}
.calendar-modal .modal .modal-body .form-group{
	margin-bottom: 20px;
	color: #58595b;
	font-size: 15px;
}
.calendar-modal .modal .modal-body .form-group label{
	font-weight: 400;
	font-size: 16px;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	color: #32657e;
}
.calendar-modal .modal .modal-body .form-group label i {
    margin-right: 9px;
    background: #32657e;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #FFF;
    font-size: 18px;
    text-align: center;
}
.calendar-modal .modal .modal-body .form-group label:after{
	content:"︰";
}
.calendar-modal .modal .modal-button{
	display: inline-block;
	margin: 5px;
	margin-left: 37px;
	margin-bottom: 20px;
	border-radius: 4px;
	background-color: #76B7E1;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	padding: 12px 15px;
	transition: all 0.5s;
	cursor: pointer;
}
.calendar-modal .modal .modal-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.calendar-modal .modal .modal-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.calendar-modal .modal .modal-button:hover span {
  padding-right: 25px;
}

.calendar-modal .modal .modal-button:hover span:after {
  opacity: 1;
  right: 0;
}
.calendar-modal .modal .modal-body #info{
	margin-left: 37px;
}
@media (min-width: 768px){
	.calendar-modal .modal-dialog {
		width: 600px;
		margin: 150px auto;
	}
}



/** content **/
.content-bg-taipei {
    background-image: url(../../images/contact-bg.jpg);
	background-position: center;
}
.content-container{
	margin-top: -10%;
	overflow: hidden;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 5px #D9DADA;
}
.content-container .description{
	color: #777;
}
.contact-main{
	margin-bottom: 50px;
	padding: 30px 70px 0 70px;
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: #CCC 1px dashed;
}
.contact-main .pages-title, .contact-form .content-title{
	margin-bottom: 10px;
	border-bottom: #E2E2E2 1px solid;
}
.contact-main .content-item{
	margin-bottom: 25px;
	display: block;
	width: 100%;
	height: auto;
}
.contact-main .content-item .company{
	padding: 10px;
}
.contact-main .content-item .company-item{
	position: relative;
	padding: 20px;
	color: #FFFFFF;
	background-image: url(../../images/contact-bg.jpg);
    background-position: center;
	background-size: 100%;
	cursor: pointer;
}
.contact-main .content-item .company-item:before{
    content: '';
    display: block;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url(../../images/black-bg-cover.png);
}

.contact-main .content-item .company-item .company-title{
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
}
.contact-main .content-item .company-item i{
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 40px;
	font-size: 18px;
}
.contact-main .content-item .company-item .info{
	padding-bottom: 10px;
}
.contact-main .content-item .company-item .info div{
	display: inline-block;
}
.contact-main .content-item .map{
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index:2;
	font-size: 30px;
}
.contact-main .content-item .map i{
	margin-right: 15px;
	text-align: center;
	font-size: 50px;
}
.modal.contact-map .modal-dialog{
	/* top: 100px; */
}
.modal.contact-map .map{
	width: 100%;
	height: calc(75vh - 110px);
}
.modal.contact-map .map iframe{
	width: 100%;
	height: 100%;
}
.content-container .contact-form{
	padding: 30px 70px 30px 70px;
	background: #f9f9f9;
}
.content-container .contact-form label{
	color: #5C5C5C;
}
.content-container .contact-form label.main:after{
	margin-left: 5px;
	content:"\e061";
	font-family: 'Material Icons';
	font-style: normal;
	font-size: 11px; 
	color: #DB5C5C;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
.content-container .contact-form input{
	padding: 15px;
	margin-bottom: 15px;
	width: 100%;
	height: 45px;
	background: #FFFFFF;
	outline: 0;
	border: 1px solid #ddd;
}
.content-container .contact-form textarea{
	padding: 15px;
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	outline: 0;
	border: 1px solid #ddd;
}
.content-container .contact-form .form-sumbit-btn{
	display: inline-block;
	position: relative;
	margin: 10px;
    max-width: 310px;
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
	background: #666;
    letter-spacing: 0.1em;
    line-height: 40px;
	border: 0;
    border-radius: 8px;
    cursor: pointer;
}
.content-container .contact-form .form-sumbit-btn i{
	position: absolute;
	right: 40px;
	top: 50%;
	transform:translateY(-50%);
}
@media(max-width: 991px){
	.contact-main .content-item .map{
		display: block;
		position: relative;
		top:0;
		transform: none;
		text-align: center;
	}
	.contact-main .content-item .map i{
		width: 100%;
		float: none;
		display: block;
	}
}
@media(max-width:570px){
	.contact-main{
		padding: 30px 30px 0 30px;
	}
}
@media(max-width:472px){
	.contact-main .content-item .company-item .info span{
		display: none;
	}
}
@media(max-width:430px){
	.contact-main, .content-container .contact-form{
		padding: 30px 20px 0 20px;
	}
	.contact-main .content-item .company-item{
		margin-bottom: 8px;
		text-align: center;
	}
	.contact-main .content-item .company-item i{
		margin-bottom: 3px;
		display: block;
		width: 100%;
		font-size:21px;
	}
	.contact-main .content-item .map i{
		font-size: 50px;
	}
}
/** content End**/







/** Login Page **/
.member-container{
	position: relative;
	width: 100%;
	height: auto;
	min-height: calc(100vh - 55px);
	text-align: center;
	overflow: hidden;
    background:url(../../images/member_bg_2.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:top;
	background-attachment: fixed;
}
.member-container .button {
	position: fixed;
	top: 55%;
	left:0;
	transform: translateY(-50%);
	width:100%;
}
.member-container .button .login-containers i, .member-container .button .register-containers i{
	position: absolute;
	top:10%;
	left:50%;
	transform: translateX(-50%);
	font-size:152px;
	color: #969696;
}
.member-container .button .register-containers i{
	left: 55%;
	top:15%;
}
.member-container .button .login-containers, .member-container .button .register-containers{
	position: relative;
	margin:0 5px;
	width:260px;
	height: 260px;
	background: rgba(255,255,255,0.9);
	border-radius: 7px;
	cursor: pointer;
}
.member-container .button .register-containers{
	box-shadow: -2px 2px 5px rgba(0,0,0,0.5);
	z-index:2;
}
.member-container .button .register-containers:before, .member-container .button .register-containers:after{
	content:"";
	position:absolute;
	right:-24px;
	transform: translateY(-50%);
	width:39px;
	height:9px;
	background-image: url(../../images/login-02.png);
	background-repeat: no-repeat;
}
.member-container .button .register-containers:before{
	top:30%;
}
.member-container .button .register-containers:after{
	bottom:30%;
}
.member-container .button .login-containers{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.member-container .button .login-containers:hover > i, .member-container .button .login-containers:focus > i,
.member-container .button .register-containers:hover > i, .member-container .button .register-containers:focus > i{
	color: #FFF;
}
.member-container .button .register-containers .icon-red, .member-container .button .login-containers .icon-blue{
	color: #FFF;
}
.member-container .button .register-containers:hover,
.member-container .button .register-containers:focus{
	background: rgba(211,82,82,0.9);
}
.member-container .button .login-containers:hover,
.member-container .button .login-containers:focus{
	background: rgba(37,99,146,0.9);
}
.member-container .button .register-containers .text, .member-container .button .login-containers .text{
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom: 15%;
	font-size: 24px;
	font-weight: bold;
	color: #7A7A7A;
}
.member-container .button .register-containers .text-hover, .member-container .button .login-containers .text-hover{
	color: #FFFFFF;
}
.member-container .button .register-containers:hover > .text,
.member-container .button .login-containers:hover > .text{
	color: #FFF;
}
@media(max-width:550px){
	.member-container .button .login-containers, .member-container .button .register-containers{
		width:240px;
		height:240px;
	}
	.member-container .button .login-containers i, .member-container .button .register-containers i{
		font-size:135px;
	}
}
@media(max-width:500px){
	.member-container .button .login-containers, .member-container .button .register-containers{
		width:230px;
		height:230px;
	}
	.member-container .button .login-containers i, .member-container .button .register-containers i{
		font-size:125px;
	}
}
@media(max-width:460px){
	.member-container .button .login-containers, .member-container .button .register-containers{
		width:215px;
		height:215px;
	}
	.member-container .button .register-containers .text, .member-container .button .login-containers .text{
		position: relative;
		top:65%;
	}
	.member-container .button .login-containers i, .member-container .button .register-containers i{
		font-size:105px;
	}
}
@media(max-width:425px){
	.member-container .center-button .flexbox-nowrap{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.member-container .button .login-containers, .member-container .button .register-containers{
		width:210px;
		height:150px;
	}
	.member-container .button .register-containers{
		border-radius:0px;
		margin-bottom: 20px;
	}
	.member-container .button .login-containers{
		border-radius:0px;
	}
	.member-container .button .register-containers .text, .member-container .button .login-containers .text{
		position: relative;
		top:65%;
		font-size: 20px;
	}
	.member-container .button .login-containers i, .member-container .button .register-containers i{
		font-size:80px;
	}
	.member-container .button .register-containers i{
		left:52%;
	}
	.member-container .button .register-containers:before,.member-container .button .register-containers:after{
		display: none;
	}
}
.member-container .login-modal {
	position:relative;
	display:inline-block;
	padding: 20px 35px 20px 35px;
    z-index: 998;
    width: 380px;
	height:0;
	min-height: 550px;
	top:85px;
    right: -390px;
    background: url(../../images/member-bg5.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
    overflow: hidden;
    transition: 0.5s;
	text-align:left;
	orientation:landscape;
}
.member-container .login-modal .title-img{
	width: 100%;
	height: 152px;
	text-align:center;
	background-image: url(../../images/member-login-title.png);
	background-position: top center;
	background-size: 93% auto;
	background-repeat: no-repeat;
}

.member-container .login-modal .line-12 {
	margin: 20px 0 30px 0;
	width: 100%;
	border-top: #CCC 1px solid;
}
.member-container .login-modal .closebtn {
	position: absolute;
    top: 115px;
    left: 0px;
    font-size: 36px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
	width: 55px;
	height: 55px;
	background: rgba(255,255,255,0.97);
	border: #D35252 2px solid;
	border-radius: 50%;
}
.member-container .login-modal .closebtn i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #D35252;
}
.member-container .login-modal .closebtn:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.member-container .login-modal .login-container, .member-container .register-modal .register-container{
	position: relative;
	width: 100%;
	height: auto;
}
.member-container .login-modal .login-container .title, .member-container .register-modal .register-container .title{
	position: relative;
	width:100%;
	height:35px;
	/*border-bottom: #1A466A 2px solid;*/
	text-align:left;
}
.member-container .login-modal .login-container .title:after, .member-container .register-modal .register-container .title:after{
	position: absolute;
	content:"";
	bottom:0;
	left:0;
	width: 100%;
	height:2px;
    background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0)));
    background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
}
.member-container .login-modal .login-container .title .name, .member-container .register-modal .register-container .title .name{
	display: inline-block;
	margin-left: 5px;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	color: #1A466A;
	font-size: 18px;
	font-weight: bolder;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
@media(min-width:1750px){
	.member-container .login-modal .login-container .title .name, .member-container .register-modal .register-container .title .name{
		font-size: 24px;
	}
}
.member-container .login-modal .login-container .title .name i, .member-container .register-modal .register-container .title .name i{
	margin-right: 10px;
}

.member-container .register-container .cpasswd{font-size:14px; font-weight:bold;}
.member-container .register-container .cpasswd2{font-size:13px; color:red;}
.member-container input[type=number],.member-container input[type=email],
.member-container .login-modal .login-container input[type=text], .member-container .login-modal .login-container input[type=password], .member-container .login-modal .login-container input[type=date],
.member-container .register-modal .register-container input[type=text], .member-container .register-modal .register-container input[type=password], .register-container input[type=date]{
    padding: 12px 20px;
    margin-top: 12px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	border-radius: 5px;
	background: rgba(255,255,255,0.8);
	font-size: 14px;
	-webkit-appearance: none;
	orientation:landscape;
}

.member-container .register-modal .register-container select{
    padding: 12px 20px;
    margin-top: 12px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.8);
	background: url("../img/arrow-input.png") 97% 50%  no-repeat scroll transparent;
	font-size: 14px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance: none;
}
.member-container .register-modal .register-container .city-selector{
	text-align: left;
}
.member-container .register-modal .register-container select.county,
.member-container .register-modal .register-container select.district{
	width: 49%;
}
.member-container .register-modal .register-container select.county{
	margin-right: 2%;
}
.member-container .register-modal .register-container .cn-city-selector select:nth-child(1){
	width: 100%;
}
.member-container .register-modal .register-container .cn-city-selector select:nth-child(2){
	margin-right: 1%;
}
.member-container .register-modal .register-container .cn-city-selector select:nth-child(2),
.member-container .register-modal .register-container .cn-city-selector select:nth-child(3){
	width: 49%;
}
.member-container .register-modal .register-container .hk-city-selector select{
	width: 49%;
}
.member-container .register-modal .register-container .hk-city-selector select:nth-child(1){
	margin-right: 1%;
}
.member-container .register-modal .register-container textarea{
    padding: 12px 20px;
    margin-top: 12px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	border-radius: 5px;
	background: rgba(255,255,255,0.8);
	font-size: 12px;
	width:100%;
}
.member-container .login-modal .login-container .input, .member-container .register-modal .register-container .input {
	position:relative;
	width: 100%;
	height:45px;
}
.member-container .register-container input[type=date]{
	padding-left:30%;
}
.member-container .register-container input[type=date]:before{
	content:"* 出生日期";
	position:absolute;
	left: 20px;
	color: #8D8D8D;
}
.member-container .login-modal .login-container .chkval{
	width: 50%;
	height:45px;
}
.member-container .login-modal .login-container .chkval-img {
	position: absolute;
	right:0;
	top:12px;
	width:120px;
	height:45px;
}
.member-container .login-modal .login-container .chkval-str {
	font-family:monospace;
	position: absolute;
	z-index:1;
	right:0;
	top:12px;
	width:120px;
	height:45px;
	line-height:45px;
	text-align: center;
	color: #000;
	font-weight: 900;
	font-size: 19px;
	letter-spacing: 3px;
}
.member-container .login-modal .login-container .submit, .member-container .register-modal .register-container .submit{
    background-color: #1A466A;
    border: none;
    color: white;
	width: 100%;
	height: 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 12px auto;
    cursor: pointer;
}
.member-container .login-modal .login-container .remember{
	margin: 15px 0 0;
	display: inline-block;
	float:left;
	font-size: 14px;
	color: #3A3A3A;
}
.member-container .login-modal .login-container .forget{
	margin: 15px 0;
	display: inline-block;
	float:right;
	font-size: 14px;
	color: #3A3A3A;
}
.member-container .login-modal .login-container .news{
	position: relative;
	width: 100%;
	height: auto;
}
.member-container .login-modal .login-container .news ul{
	list-style:none;
	margin-top:8px;
	margin-bottom: 15px;
	padding:0;
}
.member-container .login-modal .login-container .news ul li{
	position: relative;
	padding: 5px 20px;
	margin:0;
	width: 100%;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	font-size: 14px;
	font-weight: bold;
	color: #3A3A3A;
	border-bottom: #A9A9A9 1px dashed;
}
.member-container .login-modal .login-container .news ul li:before{
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	content:"►";
	font-size: 4px;
	color: #1A466A;
}
.member-container .login-modal .login-container .news ul li span{
	color: #898989;
	margin-right: 10px;
	font-size:12px;
}
@media screen and (max-height: 450px) {
  .member-container .login-modal {padding-top: 15px;}
  .member-container .login-modal a {font-size: 18px;}
}

.member-container .register-modal {
	position: relative;
	display:inline-block;
	padding: 20px 35px 0 35px;
    z-index: 998;
    left: -390px;
    width: 380px;
	height:auto;
	max-height: auto;
	top:85px;
    background: url(../../images/member-bg4.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
    overflow: hidden;
    transition: 0.5s;
}
.member-container .register-modal .title-img{
	width: 100%;
	height: 152px;
	text-align:center;
	background-image: url(../../images/member-register-title.png);
	background-position: top center;
	background-size: 93% auto;
	background-repeat: no-repeat;
}
.member-container .register-modal .line-12 {
	margin: 20px 0 30px 0;
	width: 100%;
	border-top: #CCC 1px solid;
}
.member-container .register-modal .closebtn {
    position: absolute;
    top: 115px;
    right: 0px;
    font-size: 36px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
	width: 55px;
	height: 55px;
	background: rgba(255,255,255,0.97);
	border: #256392 2px solid;
	border-radius: 50%;
}
.member-container .register-modal .closebtn i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size:30px;
	color: #256392;
}
.member-container .register-modal .register-container{
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.member-container .register-modal .gender{
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
}
.member-container .register-modal .agree{
	margin:15px auto;
	display:inline-block;
	width:auto;
	font-size:15px;
}

@media(max-width:720px){
	.member-container .login-modal {
		position:absolute;
		top:80px;
	}
}
@media screen and (max-height: 450px) {
  .member-container .register-modal {padding-top: 15px;}
  .member-container .register-modal a {font-size: 18px;}
}
@media(max-width:430px){
	.member-container .login-modal {
		top:0;
		bottom:0;
		margin-top:80px;
		margin-bottom: 0px;
		width: 100%;
		height:auto;
		right: -102%;
		background: url(../../images/member-bg5-2.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}	
	.member-container .register-modal {
		margin-bottom: 0px;
		width: 100%;
		bottom: 0;
		left: -102%;
		background: url(../../images/member-bg4-2.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}



.edit-address-input{
	
}

.edit-address-input select{
	margin-bottom: 8px;
    width: 49%;
	max-width: 150px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.edit-address-input select.county{
	margin-right: 1%;
}
.edit-branch-input {
	
}
.edit-branch-input .chosen-container{
	margin-top: 0;
	width: 100% !important;
}
.edit-branch-input .chosen-container-single .chosen-single{
	padding: 0 12px;
	height: 34px;
}
.edit-branch-input .chosen-container-single .chosen-single span{
	padding: 0;
}

.member-section{
	position:relative;
	padding: 50px 0;
	width:100%;
	height: auto;
	overflow: hidden;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0.6),
    rgba(0,0,0,0.2)),url(../../images/login-bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.member-section .login-container, .member-section .register-container{
	position: relative;
	margin:0 5px;
	width:260px;
	height: 260px;
	background: #FFF;
	border-radius: 7px;
}
.member-section .login-container{
	box-shadow: -2px 2px 5px rgba(0,0,0,0.5);
	z-index:2;
}
.member-section .register-container{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.member-section .login-container .rings-1, .member-section .login-container .rings-2{
	position: absolute;
	right:-24px;
	transform: translateY(-50%);
}
.member-section .login-container .rings-1{
	top:30%;
}
.member-section .login-container .rings-2{
	bottom:30%;
}




.error-header-bg {
	position: relative;
	width: 100%;
	height: 300px;
	line-height: 300px;
	text-align: center;
	overflow: hidden;
    background:url(../../images/error-bg-3.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:top center;
	background-attachment: fixed;
	font-size: 50px;
	color: #FFF;
}
.error-container{
	position: relative;
	width:100%;
	padding: 20px;
}
.error-container .error-img{
	display: inline-block;
	width: 300px;
}
.error-container .error-img img{
	max-width:100%;
}
@media(max-width:660px){
	.error-container .error-img{
		display: none;
	}
}
.error-container .error{
	display:inline-block;
	padding: 20px;
	font-size:15px;
	color: #4A4A4A;
	text-align: left;
	max-width: 450px;
}
.error-container .error p{
	margin-bottom: 4px;
	line-height:23px;
	letter-spacing: 1px;
}
.error-container .error .title-success{
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	color: #175F92;
}
.error-container .error .title-error{
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	color: #BA2727;
}
.error-container .error .line{
	margin: 12px 0;
	width:100%;
	height:1px;
	border-bottom: 1px dashed;
}
.error-container .error button{
    background-color: #249648;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


.height-content{
	position: relative;
	width: 100%;
	height: calc(100vh - 80px);
	min-height: calc(100vh - 80px);
}
.height-content .center{
	position: relative;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size:21px;
	font-weight: bold;
}

@media(max-width:1250px){
	.img-portfolio{
		position: relative;
		width:100%;
	}
	#chart-container{
		position:relative;
		width:100%;
	}
}



.download-container{
    margin: auto;
}
.download-container .page-title{
	margin-top: 50px;
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
    display: block;
    font-size: 29px;
    font-weight: bold;
    color: #855F46;
}
.download-container .page-title div{
	position: relative;
	display: inline-block;
	padding: 0 10px 0 0;
	background-color: #FFF;
	z-index: 2;
}
.download-container .page-title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    width: 100%;
	border-bottom: 1px dotted;
}
.download-container .page-info{
	padding: 0 15px;
}
.download-container .item{
	margin-bottom: 15px;
	padding: 35px 20px;
	background-color: rgb(246, 246, 246);
    border-radius: 4px;
    color: rgb(116, 116, 116);
	text-align: center;
}
.download-container .item h3{
	height: 53px;
}


.foundation-header{
	padding: 135px 0;
	padding-top: 240px;
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	background-image: url('https://www.oligo88.com/images/foundation_top_bg.png');
	background-position: bottom center;
	background-size: cover;
}
.foundation-header h2{
	font-size: 38px;
	line-height: 63px;
}
.foundation-1{
	padding: 50px 0;
	
}
.foundation-1 .item-1{
	font-size: 20px;
}
.foundation-1 .item-1 .item-title{
	color: #00b050;
	font-weight: bold;
	font-size: 36px;
}
.foundation-1 .item-1 .item-body{
	margin-bottom: 15px;
}
.foundation-1 .item-1 .item-body ol{
	margin-left: 20px;
}
.foundation-1 .item-1 .memberList td:nth-child(1){
	width: 80px;
	font-weight: bold;
}
.foundation-1 .item-2{
	padding: 20px 15px;
	background-color: #f2f2f2;
}
.foundation-1 .item-2 table{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
.foundation-1 .item-2 table th{
	padding-bottom: 15px;
	color: #00b050;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.foundation-1 .item-2 table td{
	padding: 10px;
	font-size: 16px;
	line-height: 32px;
	background-color: #92d050;
	border: 3px solid #f2f2f2;
}
@media(max-width: 768px){
	.foundation-header{
		position: relative;
		height: 100vh;
	}
	.foundation-header .header-text{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		font-size: 20px;
	}
	.foundation-header h2{
		font-size: 36px;
	}
	.foundation-1 .item-1{
		padding-left: 30px;
		padding-right: 30px;
		font-size: 18px;
	}
	.foundation-1 .item-1 .item-title{
		text-align: center;
	}
	
	.foundation-1 .item-1 .item-text:nth-child(1){
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #00b050;
	}
	.foundation-1 .item-2{
		margin: 30px;
	}
}
@media(max-width: 425px){
	.foundation-1 .item-1{
		font-size: 15px;
	}
	.foundation-1 .item-1 li{
		margin-bottom: 5px;
	}
}

.order-banner{
	background-image: url(https://www.oligo88.com/images/news-bg-1.jpg);
}
.order-banner .inner {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -moz-transition: opacity 1s ease, transform 1s ease;
    -webkit-transition: opacity 1s ease, transform 1s ease;
    -ms-transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    position: relative;
    opacity: 1;
    z-index: 3;
    padding: 0 2em;
	color: #FFFFFF;
}
.order-banner button {
    background: none;
    box-shadow: 0 0 0 2px rgba(144, 144, 144, 0.25);
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #FFF;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    width: 100px;
    height: 2.85em;
    line-height: 2.95em;
    text-align: center;
    white-space: nowrap;
}
.order{
	margin: 80px auto;
}
.order .form-control-input{
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
	padding-right: 65px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
}
.order .form-control-input:hover,
.order .form-control-input:focus{
	border: 1px solid #868686;
}
.order .form-control-input.warning{
	position:relative;
	border: 1px solid #AE3333;
}
.order .warning-text{
	display: none;
	position: absolute;
	top: 50%;
	right: 25px;
	color: #AE3333;
	transform: translateY(-50%);
}

.order .tab-content{
	border: 1px solid #ddd;
}
.order-tabs .nav-tabs{
	width: 100%;
}
.order-tabs .nav-tabs>li{
	width: 25%;
}
.order-tabs span.order-list-tags{
	margin-top: 15px;
	float:right;
	text-align: center;
	color: #2EA64B;
}
.order-tabs .nav-tabs>li>a{
	margin-right: 0;
	display: block;
	border-radius: 0;
	padding: 18px 0;
	text-align: center;
	font-weight: bold;
	background-color: #F4F4F4;
	color: #3A3A3A;
	border-color: #DDD;
	/* border-color: transparent #ddd #ddd transparent; */
}
.order-tabs .nav-tabs>li.active>a,
.order-tabs .order-tabs .nav-tabs>li.active>a:focus,
.order-tabs .nav-tabs>li.active>a:hover{
	/* border-color: transparent #ddd transparent transparent; */
	background-color: #fff;
}
.order .no-order{
	display: block;
	margin: 30px;
	padding: 30px 0;
	background: #F4F4F4;
	text-align: center;
}
.order .order-list{
	padding: 5px 0;
	background-color: #F5F6F5;
}
.order .order-list .table{
	background-color: #FFFFFF;
}
.order .order-list .table th,
.order .order-list .table td{
	text-align: center;
	vertical-align: middle;
}
.order .order-list .table th{
	font-weight: bold;
}
.order .order-list .table td{
	color: #5B5B5B;
}
.order .paylist{
	position: relative;
	display: block;
	padding: 10px 15px;
}
.order .paylist-title{
    margin: 0 24px;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: solid 1px #d2d2d2;
}
.order .paylist .wrapper {
    padding: 24px;
}
.order .paylist label.control-label{
	max-width: 100px;
	color: #1D6491;
}
.order .list-title-1 {
    margin-top: 8px;
    font-size: 15px;
    font-weight: bold;
    color: #b9372d;
}
#pay-form #submit-pay{
	border-radius: 0;
}


.product-container{
	margin: 80px 0;
}
.product-container .product-name{
	margin-bottom: 25px;
	padding: 25px 0;
	color: #2184B9;
	border-bottom: 1px solid #ECECEC;
}
.product-container .product-tag{
    border-left: 3px solid #999899;
    padding: 0 8px;
    margin: 0;
    font-size: 14px;
    text-align: left;
}
.product-container .price{
	padding-top: 15px;
	font-size: 14px;
	line-height: 23px;
}
.product-container .price span{
	font-size: 26px;
	font-weight: 600;
}


.payment-table{
	margin: 0 auto;
	margin-bottom: 50px;
	background: #FFFFFF;
	overflow: hidden;
	width: 100%;
	max-width: 600px;
	border: 2px solid #EEEEEE;
}
.payment-table tr:nth-of-type(2n){
	background: #FAFAFA;
}
.payment-table td{
	padding: 10px;
	text-align: left;
	border: 1px solid #FFFFFF;
}
.payment-table td:before{
	content: attr(data-th)"";
	display: block;
	color: #356595;
	font-weight: bold;
}
@media(min-width:480px){
	.payment-table td:before{
		display: none;
	}
	.payment-table td{
		display: table-cell;
	}
	.payment-table td:first-child{
		text-align: right;
		color: #356595;
		font-weight: bold;
	}
}
@media(max-width:479px){
	.payment-table td:first-child {
		display: none;
	}
}

/* .login-container { */
	/* padding-top: 10px; */
    /* position: relative; */
    /* width: 100%; */
    /* height: auto; */
	/* min-height: 100vh; */
    /* text-align: center; */
    /* overflow: hidden; */
	/* background: #f9f9f9; */
/* } */
/* .login-container .imo-logo{ */
	/* margin: 0 auto; */
	/* margin-bottom: 20px; */
	/* max-width: 747px; */
	/* text-align: left; */
/* } */
/* .login-container .imo-logo img{ */

/* } */
/* .login-form{ */
	/* margin: 0 auto; */
	/* background-color: #FFFFFF; */
	/* width: 100%; */
	/* max-width: 747px; */
	/* padding: 80px 35px; */
	/* border: 1px solid #dce0e0; */
/* } */
/* .login-form .nav-tabs{ */
	/* display: none; */
/* } */
/* .login-form .nav-tabs>li{ */
	/* width: 50%; */
/* } */

/* .login-form .nav-tabs>li>a{ */
	/* margin-right: 0; */
	/* padding: 0; */
	/* height: 88px; */
	/* line-height: 88px; */
	/* background-color: #F4F4F4; */
	/* border: 0; */
	/* border-radius: 0; */
	/* font-size: 15px; */
/* } */
/* .login-form .nav-tabs>li:nth-child(1)>a{ */
	/* color: #3676A4; */
/* } */
/* .login-form .nav-tabs>li:nth-child(2)>a{ */
	/* color: #C03634; */
/* } */
/* .login-form .nav-tabs>li.active>a, */
/* .login-form .nav-tabs>li.active>a:focus, */
/* .login-form .nav-tabs>li.active>a:hover{ */
	/* background-color: #FFFFFF; */
	/* border: 0; */
	/* font-weight: bold; */
	/* font-size: 22px; */
/* } */
/* .login-form .tab-content{ */
    /* width: calc(100% - 96px); */
    /* margin: 0 auto; */
	/* background-color: #FFFFFF; */
	/* border-top: 3px solid #ddd; */
/* } */
/* .login-form .tab-content h2{ */
	/* position: relative; */
	/* margin-bottom: 30px; */
	/* padding-bottom: 15px; */
	/* color: #1A466A; */
	/* text-shadow: 0 1px 1px rgba(0,0,0,0.4); */
	/* border-bottom: 1px solid #1A466A; */
/* } */
/* .login-form .tab-content h2:after{ */
    /* position: absolute; */
    /* content: ""; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 0; */
    /* background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); */
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); */
    /* background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); */
    /* background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); */
    /* background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); */
    /* background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); */
/* } */
/* .login-form input:focus{outline: none;} */
/* .login-form input[type="text"], */
/* .login-form input[type="password"], */
/* .login-form input[type="email"] { */
    /* font: 15px/24px "Lato", Arial, sans-serif; */
    /* color: #333; */
    /* width: 100%; */
    /* box-sizing: border-box; */
    /* letter-spacing: 1px; */
/* } */
/* .login-form .submit{ */
	/* background-color: #1A466A; */
    /* border: none; */
    /* color: white; */
    /* width: 100%; */
    /* height: 45px; */
    /* text-align: center; */
    /* text-decoration: none; */
    /* display: inline-block; */
    /* font-size: 16px; */
    /* margin: 12px auto; */
    /* cursor: pointer; */
/* } */

.register-container .input-effec input,
.login-container .input-effec input{
	width: 100%;
}
.input-effect{
	margin-top: 12px;
	position: relative;
	width: 100%;
	z-index:3;
	background: rgba(255,255,255,0.9);
	border-radius: 5px;
}
.input-effect input[type=date]::before{
	content: "" !important;
}
.effect-19,
.effect-20,
.effect-21{margin-top: 0 !important;border: 1px solid #ccc; padding: 7px 14px; transition: 0.4s; width: 100%; height: 45px; background: transparent !important;}
.effect-20 ~ .focus-border:before,
.effect-20 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background-color: #3676A4; transition: 0.3s;}
.effect-20 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.effect-20 ~ .focus-border i:before,
.effect-20 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #3676A4; transition: 0.4s;}
.effect-20 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-20:focus ~ .focus-border:before,
.effect-20:focus ~ .focus-border:after,
.has-content.effect-20 ~ .focus-border:before,
.has-content.effect-20 ~ .focus-border:after{width: 100%; transition: 0.3s;}
.effect-20:focus ~ .focus-border i:before,
.effect-20:focus ~ .focus-border i:after,
.has-content.effect-20 ~ .focus-border i:before,
.has-content.effect-20 ~ .focus-border i:after{height: 100%; transition: 0.4s;}
.effect-20 ~ label{position: absolute; left: 14px; top: 15px; text-align:left; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px; background: rgba(255,255,255,0.95);}
.effect-20:focus ~ label, .has-content.effect-20 ~ label{top: -7px; left: 20px; font-size: 12px; color: #3676A4; transition: 0.3s; z-index: 1;}
.has-content-hide ~ label{opacity: 0;}
.has-content-hide.effect-20 ~ .focus-border:before,
.has-content-hide.effect-20 ~ .focus-border:after{width: 0; transition: 0.3s;}
.has-content-hide.effect-20 ~ .focus-border i:before,
.has-content-hide.effect-20 ~ .focus-border i:after{height: 0; transition: 0.4s;}

.input-effect  input.has-content-hide[type=date] {
    padding-left: 20px;
}