/*
Theme Name: Asia Pacific
Theme URI: http://expresoweb.com/
Author: The DesignBox Team
Author URI: http://expresoweb.com/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* =WordPress Core
-------------------------------------------------------------- */

/************************ font face ***********************************/
/************************ font face ***********************************/
/************************ font face ***********************************/
@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto/roboto-regular-webfont.eot');
    src: url('fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/************************ font face ***********************************/
/************************ font face ***********************************/
/************************ font face ***********************************/


body{
	background: #f9f9f9;
	font-size: 14px;
	color: #555555;
	font-family: 'roboto';
}
h1, h2, h3, h4, h5, h6{
	color: #444444;
	font-family: 'roboto';
}
.wrapper-website{
	float: left;
	width: 100%;
}
.wrapper-header{
	float: left;
	width: 100%;
	padding: 20px 0px;
	background-color: #000000;
	background-image: url('images/bg-header.png');
	background-position: center;
	background-repeat: repeat;
}
.wrapper-content-white{
	float: left;
	width: 100%;
	padding: 30px 0px;
	background: #f9f9f9;
}
.wrapper-content-gray{
	float: left;
	width: 100%;
	padding: 30px 0px;
	background: #ededed;
}
.wrapper-copyright{
	float: left;
	width: 100%;
	color: #ffffff;
	background: #333333;
	padding: 25px 0px;
}
.wrapper-copyright p{
	margin: 5px auto;
	font-family: 'roboto';
}
.wrapper-slider{
	float: left;
	width: 100%;
}
.slider-content{
	float: left;
	width: 100%;
	position: relative;
}
.cycle-slideshow{
	float: left;
	width: 100%;
}
.cycle-slideshow .item-slide{
	float: left;
	width: 100%;
	min-height: 550px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.item-description{
	color: #ffffff;
	position: absolute;
	padding: 15px;
	width: 100%;
	left: 0px;
	bottom: 150px;
}
.item-description h1,
.item-description h2,
.item-description h3,
.item-description h4,
.item-description h5,
.item-description h6,
.item-description p{
	color: #ffffff;
}
.title-line{
	background-image: url('images/lines-title.png');
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	margin: 50px auto;
}
.title-line span{
	padding: 2px 15px;
	background: #f9f9f9;
}
.navbar-main-menu{
	border: 0px;
	border-radius: 0px;
	background: none;
	margin-bottom: 0px;
}
.navbar-main-menu .navbar-nav > li > a {
	font-family: 'roboto';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
    color: #ffffff;
}
.navbar-main-menu .navbar-nav > .active > a,
.navbar-main-menu .navbar-nav > .active > a:focus, 
.navbar-main-menu .navbar-nav > .active > a:hover {
    background: none;
    color: #28b8d8;
}
.navbar-main-menu .navbar-nav > li > a:focus, 
.navbar-main-menu .navbar-nav > li > a:hover{
	background: none;
    color: #28b8d8;
}
.category-product-item{
	float: left;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	width: 100%;
	text-align: center;
}
#category-product .owl-item{
	padding: 2px 15px;
}
.category-product-item .image-thumb{
	display: block;
	width: 100%;
	height: 225px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wrapper-content-dark{
	float: left;
	width: 100%;
	padding: 50px 0px;
	color: #d5d5d5;
	background-color: #1a1a1a;
	background-image: url('images/wrapper-bg-dark.jpg');
	background-repeat: repeat;
	background-position: center;
}
.wrapper-content-dark h1,
.wrapper-content-dark h2,
.wrapper-content-dark h3,
.wrapper-content-dark h4,
.wrapper-content-dark h5,
.wrapper-content-dark h6{
	color: #d5d5d5;
}
.view-all-black-btn{
	color: #a6a6a6 !important;
	display: inline-block;
	text-decoration: none !important;
	border: 1px solid #797979;
	padding: 8px 15px;
	margin: 25px auto 5px auto;
	outline: none;
}
#products-owl{
	margin-top: 20px;
}
#products-owl .owl-item{
	padding: 2px 15px;
}
.product-owl-item{
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.product-owl-item .image-thumb{
	display: block;
	max-width: 350px;
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-owl-item .product-blue-hover{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(33,148,174,0.5);
	z-index: 100;
	display: none;
}
.product-owl-item:hover .product-blue-hover{
	display: block;
}
.product-blue-hover h3{
	text-transform: uppercase;
	font-size: 24px;
	color: #ffffff;
	font-family: 'roboto';
}
.product-blue-hover .view-product{
	font-family: 'roboto';
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none !important;
	border: 1px solid #ffffff;
	padding: 10px 16px;
	display: inline-block;
	margin-top: 15px;
}
.news-item{
	float: left;
	width: 100%;
	max-width: 369px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.news-item h3{
	color: #444444;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin: 7px auto 11px auto;
}
.news-item .news-thumb{
	width: 100%;
	height: 225px;
	display:block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 10px 0px;
}
.continue-reading{
	display: inline-block;
	font-family: 'roboto';
	font-size: 11px;
	text-transform: uppercase;
	color: #999999 !important;
	text-decoration: none !important;
	padding-bottom: 5px;
	border-bottom: 1px solid #28b8d8;
}
.img-center{
	margin: 0px auto;
}
.wrapper-banner-page{
	float: left;
	width: 100%;
	min-height: 170px;
	background-image: url('images/slider.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wrapper-banner-page table{
	width: 100%;
	height: 170px;
}
.wrapper-banner-page h1{
	font-family: 'roboto';
	font-size: 30px;
	font-weight: bold;
	color: #28b8d8;
	text-transform: uppercase;
}
.wrapper-banner-page h2{
	font-family: 'roboto';
	font-weight: bold;
	color: #28b8d8;
	text-transform: uppercase;
	margin: 10px auto;
}
.product-categories-list{
	border: 1px solid #e8e8e8;
	background: #f5f5f5;
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
.product-categories-list li a{
	display: block;
	color: #28b8d8;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 25px;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dedede;
}
.product-categories-list li:last-child a{
	border-bottom: 0px;
}
.product-categories-list li a.selected, .product-categories-list li a:hover{
	color: #ffffff;
	background: #28b8d8;
}
.title-category{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #444444;
}
.product-item-box{
	float: left;
	width: 100%;
	position: relative;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	margin: 8px auto;
}
.thumbnail-product-item{
	width: 100%;
	height: 170px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-item-box h3{
	font-size: 14px;
	color: #28b8d8;
	text-align: center;
	padding: 10px;
	min-height: 60px;
	margin: 0px;
	border-top: 1px solid #e0e0e0;
}
.product-item-hover{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(33,148,174,0.7);
	z-index: 100;
	display: none;
}
.product-item-box:hover .product-item-hover{
	display: block;
}
.product-item-hover .view-product{
	font-family: 'roboto';
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none !important;
	border: 1px solid #ffffff;
	padding: 10px 16px;
	display: inline-block;
	margin-top: 15px;
}
.wp-pagenavi{
	width: 100%;
	text-align: center;
	margin: 35px auto 10px auto;
}
.wp-pagenavi span, .wp-pagenavi a{
	display: inline-block;
	padding: 5px 10px;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover{
	border: 1px solid #28b8d8;
	background: #28b8d8;
	color: #ffffff;
}
.contact-map{
	margin: 40px auto 10px auto;
	width: 100%;
	height: 400px;
}
.wrapper-website form input[type="text"],form input[type="email"],form textarea{
	background: #f2f2f2 !important;
}
.wrapper-website form input[type="submit"]{
	background-color: #28b8d8;
	color: #ffffff;
	border-radius: 25px;
	padding: 10px 25px;
	border: 0px;
}
.contact-info-item{
	margin: 30px auto 20px auto;
	text-align: center;
}
.contact-info-item span.icon-info{
	display: inline-block;
	background: #1abc9c;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	text-align: center;
}
.contact-info-item span.icon-info i{
	color: #ffffff;
	font-size: 24px;
	position: relative;
	top: 9px;
}
.contact-info-item h4{
	color: #1abc9c;
}
.contact-info-item.phone-fax-info span.icon-info{
	background: #48afdb;
}
.contact-info-item.phone-fax-info h4{
	color: #48afdb;
}
.contact-info-item.email-info span.icon-info{
	background: #558cad;
}
.contact-info-item.email-info h4{
	color: #558cad;
}
.contact-info-item.clock-info span.icon-info{
	background: #3a5370;
}
.contact-info-item.clock-info h4{
	color: #3a5370;
}
.form-box-contact{
	margin-top: 50px;
	margin-bottom: 20px;
}
.item-list-industry-solution img{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
a.view-more{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #28b8d8;
	color: #ffffff;
	border-radius: 25px;
	padding: 10px 25px;
	border: 0px;
	display: inline-block;
	text-decoration: none !important;
}
.industry-thumb-item{
	display: inline-block;
	max-width: 500px;
	width: 100%;
	height: 300px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.product-tab-container{
	margin-top: 40px;
	display: block;
}
.title-product-detail{
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 30px;
}
.product-slider{
	background: #F5F5F5;
	border: 1px solid #DEDEDE;
	margin-bottom: 10px;
	width: 300px;
	max-width: 100%;
}
.product-slider .cycle-slide{
	display: none;
	width: 100%;
	height: auto;
}
.product-slider .cycle-slide:first-child{
	display: block;
}
#product-pager-slider img{
	cursor: pointer;
	display: inline-block;
	width: 30%;
	height: auto;
	margin: 0px 3px 10px 3px;
	border: 1px solid #DEDEDE;
	background: #F5F5F5;
}
.detail-industry-image{
	display: inline-block;
	margin: 5px auto 25px auto;
}
.row-about-section{
	padding-top: 25px;
	padding-bottom: 25px;
}
.about-img-section{
	display: inline-block;
	margin: 5px auto;
}
.row-about-industry-solutions{
	padding-top: 15px;
	padding-bottom: 15px;
}
.row-about-industry-solutions .section-title{
	color: #28b8d8;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 35px;
}
#img-solution-industry-left{
	width: 100%;
	height: 320px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/******************** overwrite accordion css ******************/
/******************** overwrite accordion css ******************/
.ui-accordion-content{
	border: 0px !important;
	font-family: 'roboto' !important;
	color: #878787 !important;
	padding-left: 50px !important;
}
.ui-accordion-content .more-link{
	color: #28b8d8 !important;
}
.ui-accordion-header{
	background: none !important;
	border: 0px !important;
	border-top: 1px solid #d8d8d8 !important;
	padding: 15px 0 15px 50px !important;
	font-family: 'roboto' !important;
	font-size: 16px !important;
	color: #424242 !important;
	text-transform: uppercase;
}
.ui-accordion-header span.ui-accordion-header-icon{
	margin-top: -15px !important;
	width: 31px !important;
	height: 31px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.ui-accordion-header span.ui-icon-triangle-1-s{
	background-image: url('images/accordion-active-icon.png') !important;
}
.ui-accordion-header span.ui-icon-triangle-1-e{
	background-image: url('images/accordion-default-icon.png') !important;
}
/******************** overwrite accordion css ******************/
/******************** overwrite accordion css ******************/
*:focus {
    outline: none;
}