@charset "utf-8";

/*=======================================================
      creARTive
========================================================*/

.pdfIcon {
	background: url(../images/pdf.png) top left no-repeat;
	padding-left: 50px;
	padding-top: 6px;
}
.selectpicker option {
	padding-left: 12px;
	font-size: 16px;
}
header .navbar ul.ownmenu li a.Chinese {
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif !important;
}
.news-tan ul li a {
	display:block;
}
#career h4 {
	font-size:20px;
	color:#00c1de !important;
}
ul.flatUL li {
	display:inline;
	margin-right:15px;
}
ul.flatUL {
	list-style-type:none;
	margin-left:35px;
}
.item3 h3 {
	margin-top:115px !important;
	background-color: rgba(255,255,255,.5);
	padding:11px 22px;
	width:510px;
	float:right;
}

.item3 p {
	padding-left:53%;
	clear:both;
}
.item4 h3 {
	margin-top:55px !important;
	width:780px;
	float:right;
	background-color: rgba(255,255,255,.5);
	padding:11px 22px;
}
.item4 p {
	padding-left:53%;
	padding-right:22px;
	clear:both;
}
.item2 h3 {
	margin-top:55px !important;
	background-color: rgba(255,255,255,.5);
	padding:11px 22px;
	width:500px;
	float:right;
}
.item2 p {
	padding-left:53%;
	clear:both;
}
.item1 h3 {
	background-color: rgba(255,255,255,.5);
	padding:11px 22px;
	width:820px;
	font-size:45px !important;
}
.item1 p {
	width:43%;
	padding-left:22px;
}
.item1 a {
	margin-left:22px;
}
a.anchorOffset {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
.addthis_sharing_toolbox {
	display:inline-block !important;
	vertical-align:middle;
}
.share {
	color:#fff;
	font-weight:bold;
	font-size:17px;
}
.Gmap {
	height:500px;width:100%;
	border:5px solid #eee;
}
.contet-inn a:hover {
	color:#666 !important;
	text-decoration: none !important;
}
.contet-inn a {
	color:#00c1de !important;
	text-decoration:underline !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contet-inn h5 {
	color:#666;
}
.search-icon i.fa {
	color:#888;
}
#sitemap .contet-inn ul li a {
	font-size:22px;
	color:#666;
	margin-bottom:12px;
	display:block;	
}
#success_message{ display: none;}

/* 
fieldset {border:0}

.contactForm ol, .contactForm ul, .contactForm li {list-style:none}

input,
textarea, label,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4c4c4c;
}

.contactForm {
  margin: 20px auto;
  width: 90%; 
  height: 1464px; 
  -webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px; 
  background-color: #ebebeb; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  border: solid 1px #cbc9c9;
}

input[type=radio] {
  visibility: hidden;
}

form{
  margin: 0 30px;
}

label.radio {
	cursor: pointer;
  text-indent: 30px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

label.radio:before {
  background: #3a57af;
  content:'';
  position: absolute;
  top:0px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

label.radio:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 0.7em;
	height: 0.45em;
	background: transparent;
	top: 5px;
	left: 5px;
	border: 3px solid #ffffff;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type=radio]:checked + label:after {
	opacity: 1;
}

.oneInput {
	margin-top:16px;
}
input[type=text]{
  display: inline-block;
  width: 70%; 
  height: 48px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  margin-top: 13px; 
  padding: 6px 5px 6px 10px;
}


.icon {
  display: inline-block;
  width: 50px;
  heisght: 50px; 
  font-size:16px;
  background-color: #3a57af;
  padding: 12px 0px 14px 15px;
  margin-left: 15px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
}
#icon {
  display: inline-block;
  width: 50px;
  background-color: #3a57af;
  padding: 8px 0px 8px 15px;
  margin-left: 15px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}

*/
form#contact_form {
	bosrder:1px solid red;
}
form#contact_form textarea {
	min-height:99px;
}
form#contact_form  input[type=text]{
	height:38px;
	font-size:17px;
	}
form#contact_form .radio {
	display:inline;
	margin-right:9px;
}
form#contact_form label.control-label {
	font-size:17px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
button.btn {
  font-weight: 600;
  color: white;
  padding: 6px 25px 0px 20px;
  margin: 10px 8px 20px 0px;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px !important; 
  border:0;
  background-color: #00c1de !important; 
  -webkit-box-shadow: 0 3px rgba(58,87,175,.75); 
  -moz-box-shadow: 0 3px rgba(58,87,175,.75); 
  box-shadow: 0 3px rgba(15,105,119,.75);
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative;
  font-size:17px;
}

button.btn:hover {
  top: 3px;
  background-color:#2e458b;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  border:0;
  
}


ul.JobList .JobDetails ol li {
	list-style-type:decimal !important;
	margin-left:15px;
	margin-top:7px;
}
ul.JobList .JobDetails h5 {
	margin-top:11px;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif !important;
}
ul.JobList .JobDetails {
	background-color:#eee;
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif !important;
	padding:4px 25px;
}
ul.JobList li a:hover {
	background-color:#ddd;
}
ul.JobList li {
	margin-bottom:6px;
}
.JobList p {
	line-height:19px !important;
}
.JobList h5 {
	color:#666;
	margin-bottom:8px;
	margin-top:22px;
}
.contet-inn ul {
	color:#666;
	font-size:17px;
	margin-left:22px;
	margin-bottom:22px;
}
.contet-inn ul li {
	list-style-type:disc;
}
.news a:hover, .rights a:hover {
	color:#3CF;
}
.dotLine {
	border-top:1px dotted #aaa;
	height:2px;
	margin-top:53px;
}
img.PicBorderRight {
	border:1px solid #ccc;
	padding:2px;
	float:right;
	margin-left:8px;
	width:40%;
	height:auto;
}
img.PicBorder {
	border:1px solid #ccc;
	padding:2px;
}
/*=======================================================
      
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #252525;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	font-weight: bold;
}
p {
	font-family: inherit;
	font-weight: 400;
	color: #6f6f6f;
	line-height: 26px;
	text-rendering: optimizeLegibility;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #141414;
}
.font-raleway {
	font-family: 'Raleway', sans-serif;
}
p.intro-small {
	width: 80%;
	margin: 0 auto;
}
.text-transform-none {
	text-transform: none !important;
}
.text-white {
	color: #fff !important;
}
.text-bold {
	font-weight: bold !important;
}
.text-normal {
	font-weight: normal !important;
}
.font-12px {
	font-size: 12px !important;
}
.font-14px {
	font-size: 14px !important;
}
.font-16px {
	font-size: 16px !important;
}
.font-18px {
	font-size: 18px !important;
}
.font-20px {
	font-size: 20px !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}
.white-text {
	color: #fff !important;
}
.font-italic {
	font-style: italic;
}
.font-bold {
	font-weight: bold !important;
}
a:hover, a:focus {
	color: #00b1f1;
}
.primary-color {
	color: #00c1de !important;
}
.border-bottom-1 {
	border-bottom: 1px solid #ededed;
}
.position-center-left {
	position: absolute;
	0top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.position-center-right {
	right: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.white-bg {
	background: #fff !important;
}
.relative {
	position: relative;
}
.line-height-24 {
	line-height: 24px !important;
}
.line-height-22 {
	line-height: 22px !important;
}
.line-height-26 {
	line-height: 26px !important;
}
.dark-text p {
	color: #141414;
}
.light-gray-bg {
	background: #f6f7f8 !important;
}
.customcolor1 {
	color: #448aff;
}
#content{
	padding-top:66px;
}
/*=======================================================
      BTN STYLE
========================================================*/
.btn {
	border: none;
	color: #00c1de;
	display: inline-block;
	padding: 0px 40px;
	border-radius: 0px;
	text-transform: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 46px;
	border: 1px solid #00c1de;
	background: none;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 1;
}
.btn:hover {
	background: #00c1de;
	color: #fff;
}
.btn-white {
	background: #fff;
	color: #078f8a !important;
}
.btn-white:hover {
	background: #078f8a;
	color: #fff !important;
}
.parallax-bg {
	background-size: cover !important;
}
section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.text-shadow {
	text-shadow: 3px 0px 5px rgba(0,0,0,0.5);
}
.text-shadow-1 {
	text-shadow: 2px 3px 0 rgba(0,0,0,0.5);
}
.search-icon {
	position: relative;
	z-index: 888;
	top: 30px;
}
.search-icon a {
	text-align: center;
	color: #333333;
	position: absolute;
	right: 0px;
	font-size: 20px;
	line-height: 32px;
	border-radius: 4px;
	display: inline-block;
}
.search-icon form {
	position: absolute;
	right: 0px;
	top: -20px;
	width: 0px;
	right: 0px;
	overflow: hidden;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.search-icon form input {
	height: 60px;
}
.search-icon form button {
	float: right;
	border: none;
	background: none;
	font-size: 20px;
	margin-top: -60px;
	z-index: 99;
	color: rgba(0,0,0,0.3);
	line-height: 60px;
	margin-right: 20px;
}
.search-icon:hover form {
	width: 70%;
	float: right;
}
.search-icon a:hover {
	background: #1193d4;
	color: #fff;
}
.lang {
	float: right;
	000margin-top: -35px;
	position: relative;
	z-index: 999;
}
.lang .active {
	background: #ececec;
	font-weight: bold;
	padding: 5px 8px;
}
.lang a.chinese:hover {
	color: #00c1de;
}
.lang a.chinese {
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4,Microsoft JhengHei,MingLiU,sans-serif !important;
	font-size:14px;
}
.lang a {
	color: #666666;
	display: inline-block;
}
/*=======================================================
      HEADING
========================================================*/
.heading {
	margin: 0 auto;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
.heading h3 {
	margin: 0px;
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	text-transform: none;
	position: relative;
}
.heading h3 span {
	color: #08ada7 !important;
}
.heading p {
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	width: 65%;
	margin: 0 auto;
	letter-spacing: 1px;
}
.heading.text-left p {
	text-align: left;
	width: 100%;
}
.heading.text-left h5 {
	margin-left: 22px;
}
.heading hr {
	height: 2px;
	background: #cccccc;
	border: none;
	margin: 20px auto;
	width: 40px;
}
.heading.white h3 {
	color: #fff;
}
.heading.white span {
	color: #fff;
}
.heading.white hr {
	background: #fff;
}
/*=======================================================
      HEADER
========================================================*/
header {
	position: fixed;
	width: 100%;
	z-index: 99;
	padding: 0 50px;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
header .navbar {
	border: none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	text-align: center;
	width: 100%;
	padding-right: 30px;
}
header .logo {
	float: left;
	position: absolute;
	margin-top: 20px;
}
header .logo img {
	z-index: 3;
	position: relative;
}
header .ownmenu {
	position: relative;
	background: #fff;
	display: inline-block;
	float: right;
	padding-right: 30px;
}
header .navbar {
	height: auto;
	min-height: inherit;
}
header .navbar li {
	display: inline-block;
	float: left;
	margin: 0 10px;
	position: relative;
}
header .navbar li a {
	font-size: 18px;
	color: #666666;
	padding: 36px 0px 13px 0;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	font-family:Arial, Helvetica, sans-serif !important;
  font-family: 'Open Sans', sans-serif;
}
header .navbar ul.ownmenu li a {
	font-family: 'Raleway', sans-serif !important;
}
header .navbar li a:hover {
	color: #00c1de;
}
header .navbar li.active a {
	color: #00c1de;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}
.ownmenu ul.dropdown {
	top: 74px;
	background: #00c1de;
	padding: 0px;
}
.ownmenu ul.dropdown li {
	margin: 0px;
}
.ownmenu ul.dropdown li {
	position: relative;
	z-index: 2;
}
.ownmenu ul.dropdown li a {
	z-index: 1;
	color: #fff;
	text-transform: none;
	font-size: 15px;
	position: relative;
}
.ownmenu ul.dropdown li a:before {
	background: #fb4848;
	content: "";
	width: 0px;
	height: 100%;
	top: 0px;
	margin: 0px;
	z-index: -1;
	left: 0px;
}
.ownmenu ul.dropdown li a:hover:before {
	width: 100%;
}
.ownmenu ul.dropdown li a {
	padding: 0px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ownmenu ul.dropdown li a:hover {
	color: #fff;
	background: #666666;
}
.ownmenu ul.dropdown:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 30px;
	width: 0;
	height: 0;
	border-bottom: 12px solid #00c1de;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.top-info-con {
	float: right;
	width: 70%;
	margin-top: 10px;
	background: #fff;
	position: relative;
	z-index: 3;
	text-align: right;
}
.top-info-con ul {
	display: inline-block;
}
.top-info-con ul li {
	display: inline-block;
	width: 25%;
	text-align: left;
	margin-right: 20px;
	border-right: 1px solid rgba(0,0,0,0.05);
}
.top-info-con ul li.fst {
	width: 35%;
	border: none;
}
.top-info-con ul li:nth-last-child(1) {
	margin: 0px;
	border: none;
}
.top-info-con li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
}
.top-info-con .icon {
	height: 48px;
	width: 48px;
	border: 1px solid #fb4848;
	color: #fb4848;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	border-radius: 0px;
	font-size: 20px;
}
.top-info-con p {
	font-size: 13px;
	margin: 0px;
}
.top-info-con h6 {
	font-weight: normal;
	font-family: 'Ubuntu';
	color: #999999;
	margin-top: 5px;
	font-size: 14px;
	text-transform: none;
	margin-bottom: 4px;
	letter-spacing: 1px;
}
.home-slider .single-slide .item {
	min-height: 600px;
}
.home-slider{
max-height:500px;
}
/*=======================================================
      SUB BANNER
========================================================*/
.properti-info {
	background: #fff;
	padding: 30px;
}
.modal-dialog{
	max-width:1170px;
	width:auto;
	position:relative;
}
.modal-header{
	border:none;
}
.modal-header .close{
	position:absolute;
	height:30px;
	width:30px;
	right:-10px;
	top:-10px;
	border-radius:50%;
	display:inline-block;
	padding:0px;
	background:#fff;
	opacity:1;
}
.home-slider .owl-nav div{
	display:block !important;
	font-size:60px;
	color:#00c1de;
}
.home-slider .owl-nav div.owl-prev{
	position:absolute;
	top:50%;
	left:50px;
}
.home-slider .owl-nav div.owl-next{
	position:absolute;
	top:50%;
	right:50px;
}
/*=======================================================
      SUB BANNER
========================================================*/
#Biopharmaceuticals .sub-bnr {
	background:url(../images/bk-6.jpg) no-repeat;
}
#searchResult .sub-bnr {
	background:url(../images/bk-1.jpg) no-repeat;
}
#investor .sub-bnr {
	background:url(../images/bk-3.jpg) no-repeat;
}
#contact .sub-bnr {
	background:url(../images/bk-contact.jpg) no-repeat;
}
#career .sub-bnr {
	background:url(../images/bk-career.jpg) no-repeat;
}
#manufacturing .sub-bnr {
	background:url(../images/bk-manufacturing.jpg) no-repeat;
}
#development .sub-bnr {
	background:url(../images/bk-product.jpg) no-repeat;
}
#news .sub-bnr {
	background:url(../images/bk-6.jpg) no-repeat;
}
#about .sub-bnr {
	background:url(../images/bk-about.jpg) top right no-repeat;
}
.sub-bnr {
	background-size: cover !important;
	min-height: 230px;
	background-color:#f7f7f7 !important;
	text-align: left;
	position: relative;
}
.sub-bnr h2 {
	color: #00c1de;
	text-transform: none;
	font-weight: 600;
	margin-top: 0px;
	font-size:28px;
}
.sub-bnr h4 {
	color: #00c1de;
	font-weight: 200;
	font-size:22px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif !important;
}
.color-border {
	background: rgba(0,192,222,1);
	background: -moz-linear-gradient(left, rgba(0,192,222,1) 0%, rgba(25,74,158,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,192,222,1)), color-stop(100%, rgba(25,74,158,1)));
	background: -webkit-linear-gradient(left, rgba(0,192,222,1) 0%, rgba(25,74,158,1) 100%);
	background: -o-linear-gradient(left, rgba(0,192,222,1) 0%, rgba(25,74,158,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,192,222,1) 0%, rgba(25,74,158,1) 100%);
	background: linear-gradient(to right, rgba(0,192,222,1) 0%, rgba(25,74,158,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0de', endColorstr='#194a9e', GradientType=1 );
	height: 10px;
}
.company-reviws {
	position: relative;
	z-index: 1;
}
.company-reviws:before {
	background: rgba(0,192,222,1);
	background: -moz-linear-gradient(left, rgba(0,192,222,1) 0%, rgba(25,74,158,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,192,222,1)), color-stop(100%, rgba(25,74,158,1)));
	background: -webkit-linear-gradient(left, rgba(0,192,222,1) 0%, rgba(25,74,158,1) 100%);
	background: -o-linear-gradient(left, rgba(0,192,222,1) 0%, rgba(25,74,158,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,192,222,1) 0%, rgba(25,74,158,1) 100%);
	background: linear-gradient(to right, rgba(0,192,222,1) 0%, rgba(25,74,158,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0de', endColorstr='#194a9e', GradientType=1 );
	height: 45px;
	content: "";
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 9;
}
.about-pages {
	background: #888888;
}
.contet-inn {
	background: #fff;
	padding: 50px;
	padding-top: 0px;
}
.contet-inn h3 {
	color: #00c1de;
	font-size: 26px;
	margin: 0px;
	margin-bottom: 20px;
}
.contet-inn p {
	font-size: 18px;
	color: #666;
	margin-bottom:26px !important;
}
.link-list li a {
	padding: 25px 30px;
	display: inline-block;
	width: 100%;
	color: #fff;
	border-bottom: 1px solid #ffffff;
	text-transform:uppercase;
}
.link-list li a:hover {
	background: #00c1de;
	color: #fff;
}
.link-list li.active a {
	background: #00c1de;
	color: #fff;
}
.direc h5 {
	font-size: 20px;
	text-transform: none;
	margin-bottom: 20px;
	color:#555;
}
.direc ul {
	border-bottom: 1px solid #b7b7b7;
}
.direc li {
	padding: 15px 0;
	font-size: 16px;
	margin: 0px;
	border-top: 1px solid #b7b7b7;
	list-style-type:none !important;
}
.direc li p {
	position: relative;
	line-height: 28px;
	margin: 0px;
}
p.list {
	margin-bottom:12px !important;
}
.list {
	position: relative;
	padding-left: 15px;
}
.list:before {
	content: "";
	position: absolute;
	height: 5px;
	left: 0px;
	top: 11px;
	line-height: 28px;
	border-radius: 50%;
	width: 5px;
	background: #666;
}
.direc hr {
	border: none;
	margin: 0px;
	border-top: 1px solid #b7b7b7;
}
.about-pages .sticky {
	width: 100%;
}
.contet-inn p {
	margin-bottom: 0px;
	line-height: 28px;
}
/*=======================================================
      SERVICES
========================================================*/
.text-info h5 {
	color: #00c1de;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: none;
}
.text-info p {
	color: #00c1de;
	font-size: 25px;
	font-weight:normal;
	line-height:33px;
	margin-bottom:38px;
}
.text-info {
	padding: 0 100px;
}
.text-info h3 {
	text-transform: none;
	margin-top: 0px;
	color: #00c1de;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 20px;
	text-shadow:2px 2px 4px #ccc;
	line-height: 60px;
}
.company-reviws ul li ul li a:hover {
	text-decoration:none;
	color:#999;
}
.company-reviws ul li ul li a {
	text-decoration:underline !important;
}
.company-reviws ul li ul li {
	list-style-type:disc;
	background: none;
	min-height: 15px;
	margin-top: 8px;
}
.company-reviws ul ul {
	margin-left:18px;
	color:#ccc;
}
.company-reviws {
	background: #7f7f7f;
}
.company-reviws li {
	background: #7f7f7f;
	min-height: 290px;
	margin-top: 45px;
}

.company-reviws li:nth-child(1) {
	background: url(../images/com-bg-1.jpg) right center no-repeat;
	color: #ccc;
	padding-right: 15%;
	background-size: cover;
}
.company-reviws li li:nth-child(1), .company-reviws li li:nth-child(3) {
	background: none;
}
.company-reviws li:nth-child(1) p {
	color: #333333;
	font-size: 15px;
}
.company-reviws li:nth-child(2) p {
	color: #eee;
	font-size: 17px;
}
.company-reviws li:nth-child(1) .position-center-center {
	padding: 100px;
	width: 100%;
}
.company-reviws li:nth-child(2) {
	background: #7f7f7f;
}
.company-reviws li:nth-child(3) {
	background: url(../images/com-bg-3.jpg) no-repeat;
	background-size: cover;
}
.company-reviws .title {
	position: relative;
	z-index: 91;
	height: 45px;
	font-size: 20px;
	margin-top: -45px;
	line-height: 45px;
	padding-left: 50px;
	color: #fff;
	font-weight: 500;
	width: 100%;
	float: left;
}
.company-reviws li:nth-child(3) .position-center-center{
	text-align:center;
}
.news-post {
	padding: 35px 50px;
}
.news-post a {
	font-size: 16px;
	color: #fff;
}
.news-post .date {
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;
}
.news-post .date span {
	background: #fff;
	color: #000;
	margin-left: 10px;
	padding: 5px;
	font-size: 12px;
	border-radius: 4px;
}
.play-icon {
	background: rgba(0,0,0,0.5);
	height: 115px;
	width: 115px;
	border-radius: 50%;
	line-height: 115px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 50px;
}
.play-icon:hover {
	background: rgba(0,0,0,1);
}
.re-com {
	padding: 20px 0 20px 50px;
	padding-right: 30%;
}
.re-com p {
	font-size: 16px !important;
	padding: 10px 60px 10px 22px;
	margin-bottom:0;
	background-color: rgba(255,255,255,0.5);
}
.rights {
	background: #a7a7a7;
	padding: 20px 40px;
}
.rights p {
	font-weight: 500;
	color: #fff;
	margin: 0px;
	font-size: 15px;
}
.rights a {
	color: #eee;
	font-size: 12px;
}
.map{
	height:510px;
	margin-top:20px;
	border:5px solid #eee;
}
.news-tan li{
	padding:0 15px;
	padding-bottom:20px;
	padding-top:20px;
}
.news-tan li p{
	font-size:17px;
	line-height:24px;
}
.news-tan li a{
	font-weight:600;
	font-size:19px;
	color:#555;
	text-decoration:underline !important;
}
.news-tan li a:hover {
	text-decoration:none !important;
	color:#00c1de;
}
.bluee{
	background:#00c1de;
	color:#fff;
}
.bluee p{
	color:#fff;
}
.bluee a{
	color:#fff;
}
.news-info{
	margin-bottom:10px;
}
.pagination {
	text-align:center;
	width:100%;
	margin-top:30px;
}
.pagination  a{
	padding:5px 8px;
}
.pagination  a:hover{
	background:#00c1de;
	color:#fff;
}
.news-tan-detail p{
	font-size:14px;
	line-height:24px;
}
.news-tan-detail h3{
	border-bottom:1px solid #adadad;
	padding-bottom:20px;
	margin-bottom:40px;
	margin-top:20px;
}
.pagination.detail{
	text-align:right;
	border-top:1px solid #adadad;
	padding-top:20px;
	margin-top:50px;
}
.pagination.detail a{
	text-align:right;
}
.is-sticky nav.sticky{
	top: 67px !important;
}
/*=======================================================
			CONTACT FORM
========================================================*/
.contact-page #map {
	height: 600px;
}
.contact-form .error {
	border: 1px solid red;
}
.contact-form .error:before {
	content: "\f071";
	font-family: 'FontAwesome';
	position: absolute;
	color: red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
.contact-page .heading hr {
	margin: 30px 0;
}
.contact-page h3 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 0px;
}
.timing {
	background: #fbfbfc;
	padding: 30px;
	border: 1px solid #e4e4e4;
	margin-top: 30px;
}
.timing ul li p {
	margin: 0px;
}
.timing ul li {
	border-bottom: 1px solid #e8e8e9;
	padding: 15px 0;
}
.timing ul li span {
	float: right;
}
.timing ul li:nth-last-child(1) {
	border-bottom: none;
	padding-bottom: 0px;
}
.contact-page p {
	font-size: 15px;
	color: #777777;
}
.timing ul li p {
	color: #999999;
}
.contact-form label {
	display: inline-block;
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 20px;
	color: #777777;
}
.contact-form label input {
	border: 1px solid #ececec;
	height: 40px;
	padding: 0 20px;
	border-radius: 0px;
	width: 100%;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
	border: 1px solid #ececec;
	height: 160px;
	border-radius: 0px;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form input:focus {
	border: 1px solid #4c4f5e !important;
}
.contact-form textarea:focus {
	border: 1px solid #4c4f5e !important;
}
#contact_form button {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	border-radius: 0px;
	height: 40px;
	margin-top: -5px;
	line-height: 40px;
	padding: 0px 0;
}
.cont-info-con {
	margin-bottom: 80px;
}
.cont-info-con li article {
	text-align: center;
	border: 1px solid #f0f0f0;
	padding: 35px 20px;
}
.cont-info-con p {
	color: #777777;
	margin: 0px;
}
.cont-info-con h6 {
	color: #333333;
	margin: 0px;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-transform: none;
	font-weight: 700;
}
.cont-info-con .icon {
	height: 76px;
	width: 76px;
	color: #08ada7;
	display: inline-block;
	font-size: 28px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 74px;
	border-radius: 50%;
	border: 3px solid #08ada7;
}

/*=======================================================
			GO TO TOP
========================================================*/
.cd-top {
	display: inline-block;
	z-index: 9;
	text-align:center;
	width: 120px;
	position: fixed;
	bottom: 50px;
	left: 50px;
	color: #fff;
	border-radius: 4px;
	font-size: 40px;
	text-align: center;
	line-height: 20px;
	white-space: nowrap;
	background: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cd-top i{
	width:100%;
	display:block;
}
.cd-top span{
	font-size:15px;
	display:inline-block;
	width:100%;
	float:left;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 1;
}
.no-touch .cd-top:hover {
	background-color: #ff83a6;
	opacity: 1;
	color: #fff;
}
