@charset "utf-8";
/*
 KSODESIGN MULTIPURPOSE XE LAYOUT
 http://ksodesign.com/
 
 Copyright 2010 KSODESIGN	 
 Contributing author : KSJade (contact@ksodesign.com)
----------------------------------------------------------------*/
/*
** Default 
--------------------------------------------------------*/
body {position: relative;background-color:#fff;}


/* header
--------------------------------------------------------*/
.kso-wrapper .fixed-bar {position:fixed;top:0;bottom:0;background-color: #fff;z-index: 8;}
.kso-wrapper .left-space {left:0;}
.kso-wrapper .right-space {right:0;}

.kso-wrapper .left-space .social-left {
    position: absolute;top: 50%;left: 0;
    margin-top: -20px;width: 50px;height: 40px;
    text-align: center;
}
.kso-wrapper .left-space .social-left>.block {position: relative;width: 50px;height: 40px;}
.kso-wrapper .left-space .social-left>.block>.line {
    position: absolute;top: 0;left: 50%;
    width: 1px;height: 40px;
    background-color: #ccc;
}
.kso-wrapper .left-space .social-left>.block>span.title {
    position: absolute;left: -10px;top: -60px;
    font-size: 12px;font-weight: 700;letter-spacing: 1px;
    color: #333;
    white-space: nowrap;
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);    
}
.kso-wrapper .left-space .social-left>.block>span.so {
    position: absolute;left: 0;top: 50px;width: 50px;
}

/* section
--------------------------------------------------------*/
/* video caption */
.player-caption {position: absolute;left: 0;top: 0;width: 100%;z-index: 1;}
.player-caption>.item-caption {
    position: absolute;left: 50%;top: 35%;
    margin-left: -30%;width: 60%;
    text-align: center;
}
.player-caption>.item-caption>h1 {font-size: 50px;font-weight: normal;margin-top: 0;letter-spacing:10px}
.player-caption>.item-caption>h4 {font-size: 20px;font-weight: normal;}

.kso-section {padding-top: 60px;padding-bottom: 60px;}
.kso-section h1,.kso-section h2,.kso-section h3 {margin-top: 0;}
.section-header {position: relative;margin-top: 0;margin-bottom: 80px;font-weight: normal;text-align: center;}
.section-header-t {position: relative;margin-top: 0;margin-bottom: 0px;font-weight: normal;text-align: center;}
.section-header:before,
.section-header:after {
    display: block;content: '';
    position: absolute;left: 50%;
    margin-bottom: 10px;width: 60px;height: 1px;background-color: #777;
}
.section-header:before {bottom: -20px;margin-left: -50px;width: 100px;}
.section-header:after {bottom: -27px;margin-left: -20px;width: 40px;}
.kso-parallaxer .section-header {color: #fff;}
.kso-parallaxer .section-header:before,
.kso-parallaxer .section-header:after {background-color: #fff;}
.a-font-white { font-size:22px;}
.b-font-white { font-size:17px;}
.a-font-white-p10 { padding-left:10px; font-size:22px;}
.b-font-white-p10 { padding-left:10px; font-size:17px;}
.font-white-ok   { font-size:17px;color:#ffffff;font-color:#ffffff}

/* teaser */
.teaser-box {padding-top: 30px;padding-left: 40px;}
.teaser-box>span {position: absolute;left: 0;top: 0;font-size: 60px;line-height: 1;color: #eaeaea;}
.teaser-box>h5>i {padding: 3px 2px 3px 5px;}

/* grid-box */
.kso-section-block .row>div[class*="col-"] .grid-box figure  {/*height: 50vh;*/}
.kso-section-block .column-summary {padding: 3em 4em;}
.kso-section-block .column-summary,
.kso-section-block .column-summary h2 {color: #fff;}
.kso-section-block .column-summary h2.line-point-bottom {margin-bottom: 20px;}
.kso-section-block .column-summary:hover h2.line-point-bottom:after {width: 3em;}

.grid-box {overflow: hidden;}
.grid-box figure {position: relative;}
.grid-box figure figcaption {
    position: absolute;left: 0;top: auto;right: 0;bottom: 0;
    padding: 2em 2em;z-index: 1;
}
.grid-box figure figcaption h3,
.grid-box figure figcaption h2,
.grid-box figure figcaption p {
    position: relative;color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.grid-box figure figcaption h2 {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.grid-box figure figcaption h3,
.grid-box figure figcaption>p {bottom: 0;margin-top: 0;}
.grid-box figure figcaption h2:before {
    content: '';position: absolute;left: 0;top: -8px;
    width: 30px;height: 1px;margin-left: 0;
    background-color: #fff;
}
.grid-box figure:after {
    content: '';position: absolute;left: 0;top: 0;
    width: 100%;height: 100%;
    background-color: #111;
    opacity: .4;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.grid-box figure>img {   
    display: block;width: 100%;
    -webkit-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;
}
.grid-box figure .btn-zoom {
    position: absolute;left: 50%;top: 50%;
    padding: 2em;margin: -3em;width: 6em;height: 6em;
    color: #fff;background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.grid-box figure figcaption>.btn-zoom>i {color: #fff;}
.grid-box:hover figure:after {opacity: 0;}
.grid-box:hover figure>img {-webkit-transform: scale(1.4);transform: scale(1.4);}
.grid-box:hover figure figcaption h3,
.grid-box:hover figure figcaption>p {bottom: 30px;opacity: 0;}
.grid-box:hover figure figcaption h2 {letter-spacing: .5em;white-space: nowrap;opacity: 0;}
.grid-box:hover figure .btn-zoom {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.line-box {position: relative;}
.line-box:after {
    display: block;content: '';
    position: absolute;left: 3em;top: 3em;
    width: 100%;height: 100%;
    border: 10px solid #f2f2f2;
    z-index: -1;
}

.line-head-left {padding: 1em 1.5em;border-left: 10px solid #f2f2f2;}
h3.line-head-left {margin-bottom: 40px;font-size: 24px;line-height: 1.4;color: #666;}

/* ico item */
.ico-item {margin-bottom: 50px;padding-left: 60px;}
.ico-item>i {position: absolute;left: 15px;top: 3px;}
.ico-item>h4 {margin-top: 0;}

.ico-item-white {color: #fff;margin-bottom: 50px;padding-left: 60px;}
.ico-item-white>i {color: #fff;text-align:left;position: absolute;left: 15px;top: 3px;}
.ico-item-white>h4 {color: #fff;text-align:left;margin-top: 0;}
.ico-item-white>p {color: #fff;text-align:left;margin-top: 0;}
/* parallaxer */
.parallaxer .btn-line {margin-left: auto;margin-right: auto;}

/* sub */
.sub-header .sub-header-caption {text-align: center;margin-top: -30px;}
.sub-header .sub-header-caption h1 {line-height: 1.4;}
.sub-header .sub-header-caption h1>small {font-size: 60%;}
.submenu-md>ul {display: table;float: none;margin: 0 auto;}
.submenu-md .nav>li>a:focus, 
.submenu-md .nav>li>a:hover,
.submenu-md .nav-pills>li.active>a, 
.submenu-md .nav-pills>li.active>a:focus, 
.submenu-md .nav-pills>li.active>a:hover {background-color: transparent;}
.submenu-md .nav-pills>li>a:after {
    display: block;content: '';
    position: absolute;left: 0px;top: 50%;
    margin-top: -7px;width: 1px;height: 14px;
    background-color: #ccc;
    transform: rotate(30deg);
}
.submenu-md .nav-pills>li:first-child>a:after {display: none;}
.aside .side-nav .list-group-item {
    transition: all 0.2s ease;
}
.aside .side-nav .list-group-item:hover {font-size:18; padding-left: 10px;}
.aside .side-nav .list-group-item.on:hover {font-size:18; padding-left: 3px;}
.kso-contents {min-height: 500px;}

/* footer */
.section-footer {font-size: 16px;font-color:#333333;line-height: 1.8;background-color: #ffffff;     border-top: 1px solid #cccccc;}
.section-footer a {color:#666666;}
.section-footer .line-bottom {margin-bottom: 20px;}
.section-footer .line-span span {padding-bottom: 15px;}
.section-footer .footer-info {padding-right: 50px;margin-top: 20px;margin-bottom: 20px;}
.section-footer .about-info div {line-height: 1.8;}
.section-footer .contact-info {margin-bottom: 20px;}
.kso-social a {display: inline-block;width: 25px;height: 25px;}
.kso-copyright {padding: 10px;font-size:12px;color:#ddd;}


/* pannel-wrapper */
.pannel-wrapper .padding-none {padding-left: 0;padding-right: 0;}
.pannel-wrapper .form-control {
    border: 0;border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}
.pannel-wrapper .keep-sign,
.pannel-wrapper .find-account {font-size: 12px;}
.pannel-wrapper .pannel-search {position: relative;}
.pannel-wrapper .pannel-search .search-ico {position: absolute;left: 10px;top: 6px;}
.pannel-wrapper .pannel-search input {padding: 7px 7px 7px 35px;width: 100%;line-height: 1.4;border: 1px solid #dcdcdc;}
.pannel-wrapper .btn-kso {background-color: #454545; font-size:20px;}
input:-webkit-autofill {background: none !important;}

/* ETC
--------------------------------------------------------*/
.bg-gray {background-color: #f8f8f8;}
.bg-darka{background-color: #3b3a40;}
.bg-darkb {background-color: #302f34;}
.bg-black {background-color: #000000;}
.bg-red {background-color: #830808;}
.font-white {color: #ffffff;}
.h5, h5 {font-size: 15px;}

body.on-side {margin: 0;}
nav.navbar.bootsnav {box-shadow: none;}
.side-pannel {}
.side-pannel-base {
    position: absolute;left: 0;top: 0;right: 0;bottom: 0;        
    opacity: 0;z-index: -1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s 
}
body.on-side .side-pannel-base {
    background-color: rgba(100,100,100,.7);
    cursor: url(../img/cursor-close.png), auto;
    opacity: 1;z-index: 8;
}
body.on-side .side-pannel {z-index: 10;}


.section-vava {position: relative;}
.section-vava:before {content:'';display: block;position: absolute;left:0;top:0;right:50%;bottom:0;background-color: #222;background-image: url(/html/img/main_about.jpg);background-position: right top;background-size: cover}
.section-vava .about-column-right {padding:60px 0 40px 50px}
.section-vava .about-column {padding:50px 50px 50px 0}
.section-vava .about-column h2 {font-size:50px;font-weight:400;color:#fff}
.section-vava .about-column-right {padding: 70px 0 50px 120px}
.section-vava .about-column-right hr {margin:30px 0;border-top-color:#ddd}
.section-vava .about-column-right .left {float:left;width:22%;}
.section-vava .about-column-right .right {float:left;width:78%;}
.section-vava .about-column-right .right h4 {font-family: 'Open Sans';}


.section3-services {overflow: hidden;}
.kso-section .ser-header {padding: 60px 30px 20px 20px;margin-bottom:90px;border-left: 2px solid #333}
.section3-services .ser-body {position: relative;padding-left: 45px;margin-bottom: 30px}
.section3-services .ser-body i {position: absolute;left:0;top: -5px}
.section3-services .ser-divice {position: relative;margin:0 auto;width:450px}
.section3-services .ser-divice img {position: absolute;right: 0;top: 0}

@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Raleway:700';
/* kso-article-page 
-----------------------------------------------*/
#kso-article-page h2 {
	margin-bottom: 80px;padding: 0;
	font-size:24px;font-weight: 400;text-align: center;
}
#kso-article-page h2 small {font-size: 14px;color: #A7A7A7;}
#kso-article-page h3 {margin:20px 0;font-size:20px;font-weight: 400;}
#kso-article-page h4 {font-size:16px;font-weight: 400;}
#kso-article-page p{line-height:24px}

/* ico-column */
#kso-article-page .ico-column {margin-bottom:30px;}
#kso-article-page .ico-column h3,
#kso-article-page .ico-column h4 {position:relative;padding-bottom:20px;margin-bottom:20px;line-height: 1.4;}
#kso-article-page .ico-column h3:before,
#kso-article-page .ico-column h3:after, 
#kso-article-page .ico-column h4:before,
#kso-article-page .ico-column h4:after {
	content:'';display:block;
	position:absolute;bottom:3px;width:100px;height:1px;
	background-color:#ddd;
}
#kso-article-page .ico-column h3:after,
#kso-article-page .ico-column h4:after {bottom:-3px;width:60px;}
#kso-article-page .ico-column p {color:#999;}
#kso-article-page .ico-column i {color:#ddd;}

/* grid-section */
#kso-article-page .grid-block {padding-top: 80px;padding-bottom: 80px;background-color: #f5f5f5;}
#kso-article-page .grid-block h3.line-head-left {margin: 0 0 40px 0;border-left: 10px solid #e5e5e5;}
#kso-article-page .grid-block .grid-img {position: relative;margin-bottom: 30px;z-index: 1;}
#kso-article-page .grid-block .grid-img:after {
	content: '';
	position: absolute;left: 3em;top: 3em;
	width: 100%;height: 100%;
	border: 10px solid #e5e5e5;
	z-index: -1;
}

/* grid-section */
#kso-article-page .article-section {padding-top: 100px;padding-bottom: 60px;}
#kso-article-page .article-section .ico-column {margin-bottom: 60px;}
#kso-article-page .article-section .article-block {position: relative;margin-bottom: 80px;padding-bottom: 40px;border-bottom: 1px solid #e8e8e8;}
#kso-article-page .article-section .article-block h4 {margin-top: 0;margin-bottom: 20px;}
#kso-article-page .article-section .article-block h4.line-point-bottom:after {background-color: #bbb;}
#kso-article-page .article-section .article-block>div {color: #999;line-height:24px;}
#kso-article-page .article-section .article-block>.numb {
	position: absolute;left: -30px;top: -10px;
	font-size: 80px;font-weight: 700;font-family: 'Raleway', 'Open Sans';
	line-height: 0;
	color: #f2f2f2;
}



.container {max-width: 1580px !important; width:100% !important;}
.container_sub {max-width: 1180px !important; width:100% ; align:center;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}

@media (max-width: 768px) {
	#kso-article-page .article-section .article-block>.numb {left: 0;}
}
@media (max-width: 480px) {
	#kso-article-page .grid-block .grid-img:after {display: none;}
}

/* mediaQuery
--------------------------------------------------------*/
@media (min-width: 4000px) {
    .container {width: 1900px;}
    .container_sub {width: 1700px;}
}

@media (min-width: 768px) {
    .container {width: 750px;}
    .container_sub {width: 750px;}
}
@media (min-width: 992px) {
    .container {width: 880px;}
    .container_sub {width: 880px;}
    nav.navbar.bootsnav.navbar-fixed {left: 0;right: 0;}
    nav.navbar.bootsnav .navbar-header {padding-left: 50px;}
    nav.navbar.bootsnav .attr-nav {padding-right: 50px;}
	nav.navbar.bootsnav .attr-nav .navbar-toggle{padding:10px 0px 0px 0px;}
    .kso-wrapper .fixed-bar {width: 50px;}
	    nav.navbar.bootsnav .navbar-toggle {padding:10px 0px 0px 0px;}
}
@media (min-width: 1200px) {
    .container {width: 1080px;}
    .container_sub {width: 1080px;}	
}
@media (min-width: 1400px) {
    .container {width: 1370px;}
    .container_sub {width: 1170px;}
}
@media (max-width: 991px) { 
    #kso-wrapper .fixed-bar {display:none;}
    nav.navbar.bootsnav .navbar-toggle {display: none;}
    nav.navbar.bootsnav .navbar-brand {float: left !important;display: block;height: 80px; padding:10px 0px 0px 0px;}
    .player-caption>.item-caption>h1 {font-size: 30px;}
    .player-caption>.item-caption>h4 {font-size: 14px;}
    .sub-header {height: 200px;}
	.section-vava:before {background-color: #f8f8f8;background-image: none;}
	.section-vava .about-column-right {padding:40px 20px}
	.section-footer .footer-content {padding-left:30px}

}
@media (max-width: 767px) { 
    .kso-section {padding-top: 50px !important;padding-bottom: 50px !important;}
    .player-caption>.item-caption {top: 20%;}
    .section-footer .kso-copyright .pull-left,
    .section-footer .kso-copyright .pull-right {float: none !important;text-align: center;}
    .scroll-top {right: 10%;}
    .line-box:after {display: none;}
    h2.section-header-t {font-size: 20px;}
	


	
}
@media (max-width: 480px) { 

    #slider_owl .item-caption .container>div.owl-p {
        margin: 0 auto;width:300px;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
    }
    h1.section-header {font-size: 30px;}


