﻿@charset "utf-8";
/*  Banner Slider, coda-slider-1
----------------------------------------*/
/* coda-slider-warpper */
.coda-slider-wrapper {
	overflow: hidden;
	width: 960px;
	height: 260px;
	margin-bottom: 25px;
	position: relative!important;
}
/* preloader */
.coda-slider p.loading {
	padding-top: 100px;
	text-align: center;
}
/* coda-slider */	
.coda-slider {
	overflow: hidden;
	position: relative;
	width: 960px;
}
.coda-slider .panel {
	display: block;
	float: left;
	width: 960px;
}
.coda-slider .panel div.background {
	height: 220px;
	position: relative;
}
.coda-slider .panel div.transbox {
	position: absolute;
	top: 20px;
	text-indent: -9999px;
	width: 360px;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
.coda-slider .panel div.transbox-left {
	left: 0px;
}
.coda-slider .panel div.transbox-right {
	right: 0px;
}
.coda-slider .panel div.transbox-colored {
	background-color: #00401b;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
.coda-slider .panel div.transbox-height-0 {
	height: 100px;
}
.coda-slider .panel div.transbox-height-1 {
	height: 190px;
}
.coda-slider .panel div.transbox-height-2 {
	height: 170px;
}
.coda-slider .panel div.transbox-height-3 {
	height: 140px;
}
.coda-slider .panel div.transbox-height-4 {
	height: 120px;
}
.coda-slider .panel div.transbox-width-0 {
	width: 380px;
}
.coda-slider .panel div.content {
	position: absolute;
	top: 20px;
	width: 280px;
	height: 140px;
	padding: 20px 40px;
}
.coda-slider .panel div.content-left {
	left: 0px;
}
.coda-slider .panel div.content-right {
	right: 0px;
}
.coda-slider .panel div.content-width-0 {
	width: 380px;
}
.coda-slider .panel div.content h2 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
}
.coda-slider .panel div.content h2.big {
	font-size: 30px;
	line-height: 30px;
	color: #008736;
}
.coda-slider .panel div.content h2.small {
	font-size: 24px;
	line-height: 24px;
}
.coda-slider .panel div.content h3 {
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
.coda-slider .panel div.content h3.big {
	font-size: 16px;
	line-height: 18px;
	color: #4d4d4d;
}
.coda-slider .panel div.content h4.more a {
	float: right;
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

.coda-slider .panel h2.title {
	display: none;
}
/* dont' change */
.coda-slider .panel-container {
	position: relative;
}
/* tabbed nav */
.coda-nav ul {
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left: 425px;
	list-style: none;
	z-index: 10;
!important
}
.coda-nav ul li a.current {
	background: url(https://www.advantech.com/bu/images/slider-nav-current.png) no-repeat;
}
/*  Video Slider, coda-slider-2
----------------------------------------*/
/* coda-slider-warpper */
.msp-content-homeright .coda-slider-wrapper {
	overflow: hidden;
	width: 240px;
	height: 240px;
	position: relative;
!important
}
/* coda-slider */	
.msp-content-homeright .coda-slider {
	overflow: hidden;
	position: relative;
	width: 240px;
}
.msp-content-homeright .coda-slider .panel {
	display: block;
	float: left;
	width: 240px;
}
.msp-content-homeright .coda-slider .panel div.background {
	height: 240px;
	position: relative;
}
.msp-content-homeright .coda-slider .panel h2.title {
	display: none
}
/* dont' change */
.msp-content-homeright .coda-slider .panel-container {
	position: relative;
}
/* tabbed nav */
.msp-content-homeright .coda-nav ul {
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 95px;
	list-style: none;
	z-index: 10;
!important
}

/*  Tabbed Nav Style
----------------------------------------*/
.coda-nav ul li { /*display: inline;*/
	float: left;
}

	.coda-nav ul li a {
		display: block;
		margin-right: 10px;
		text-indent: -9999px;
		width: 10px;
		height: 10px;
		background: url(https://advcloudfiles.advantech.com/web/Images/bu-portal/slider-nav.png) no-repeat;
	}

		.coda-nav ul li a:hover {
			background: url(https://advcloudfiles.advantech.com/web/Images/bu-portal/slider-nav-hover.png) no-repeat;
		}

.coda-slider .panel div.content h4.more a:hover {
	background: #0081D2;
}

.coda-nav ul li a.current {
	background: url(https://advcloudfiles.advantech.com/web/Images/bu-portal/slider-nav-current-dn.png) no-repeat;
}
