@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
.slide-out-div {
	padding: 30px 40px 40px;
	background: #f7f7f7;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	z-index: 99999;
	width: 400px;
	height: 318px;
	letter-spacing: 0;
}
.slide-out-div h2 {
	margin: 10px 0;
	font-size: 28px;
}
.slide-out-div p {
	font-weight: 300;
	font-size: 24px;
}
.handle {
	opacity: 1;
	transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
.handle:hover {
	opacity: .8;
}
body {
    font-family: "Roboto", sans-serif !important;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    line-height: normal;
}
::selection {
    background: #0597cc;
    color: #fff;
}
::-moz-selection {
	background: #0597cc;
    color: #fff;
}
html,
body {
    height: 100%;
}
a {
    color: #000000;
    text-decoration: none;
}
ul,
p {
    margin: 0;
    padding: 0;
}
a:hover,
a:focus {
    color: #0597cc;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/fancybox_loading.gif) no-repeat 50% 50% rgb(255, 255, 255);
}
.wrapper {
    margin: 0;
    overflow: hidden;
    min-width: 980px;
    width: 100%;
}
.wrap {
    min-height: 100%;
    *display: table;
    /* For IE7 Hack */
    
    *height: 100%;
    /* For IE7 Hack */
    
    margin: 0;
    overflow: hidden;
    min-width: 1170px;
}
.search_main {
    padding-bottom: 180px;
}
.brand {
    margin: 0 auto;
    width: 130px;
    height: auto;
    padding: 20px 0;
}
.footer-brand {
    position: absolute;
    right: 10px;
    top: 8px;
}
.footer-brand a > img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
.footer-brand a > img:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.main-content ul > li > a > span > img {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
}
.main-content ul > li > a > span > img:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
.navbox {
    background: #f7f7f7;
}
.footer-navbox {
    position: relative;
    background: #0597cc;
}
/*----------------- search -----------------*/

.search-bar {
    position: absolute;
    width: 130px;
    right: 10px;
    top: 9px;
    z-index: 70;
    float: right;
}
.searchbox {
    position: relative;
    min-width: 40px;
    height: 40px;
}
.searchbox-input {
    top: 0;
    right: 0;
    border: 1px solid #ddd;
    outline: 0;
    background: #ffffff;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 0 0 50px;
    line-height: 40px;
}
.searchbox-input::-webkit-input-placeholder,
.searchbox-input:-moz-placeholder,
.searchbox-input::-moz-placeholder,
.searchbox-input:-ms-input-placeholder {
    color: #666;
}
.searchbox-icon,
.searchbox-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 40px !important;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background: #0597cc;
}
.searchbox-submit:hover {
    background: #0597cc;
}
.searchbox-open {
    width: 100%;
}
.search_list {
    height: 235px;
    text-align: center;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.search_list img {
    -webkit-transition: 0.16s ease-in-out;
    /* Safari and Chrome */
    
    -moz-transition: 0.16s ease-in-out;
    /* Firefox */
    
    -o-transition: 0.16s ease-in-out;
    /* IE 9 */
    
    -ms-transition: 0.16s ease-in-out;
    /* Opera */
    
    transition: 0.16s ease-in-out;
    max-width: 100%;
}
.search_list img:hover {
    -webkit-transform: scale(1.06);
    /* Safari and Chrome */
    
    -moz-transform: scale(1.06);
    /* Firefox */
    
    -ms-transform: scale(1.06);
    /* IE 9 */
    
    -o-transform: scale(1.06);
    /* Opera */
    
    transform: scale(1.06);
}
.search_title {
    font-size: 25px;
    font-weight: 300;
    color: #888889;
    margin: 20px 10px;
    display: block;
    font-style: italic;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e1e1e8;
}
.noresult_box {
    margin: 0 0 0 10px;
}
.noresult_box h2 {
    font-size: 19px;
    font-weight: 500;
    margin: 10px 0;
}
.noresult_box p {
    font-size: 15px;
    font-weight: 300;
    color: #888889;
}
/*----------------- search end -----------------*/
/*----------------- slideshow -----------------*/

.s01,
.s02,
.s03,
.s04 {
    width: 100%;
    height: 300px;
}
.s01 {
    background: url(../images/slide/sl1.jpg) no-repeat center center;
    background-position: 50% 50%;
}
.s02 {
    background: url(../images/slide/sl2.jpg) no-repeat center center;
    background-position: 50% 50%;
}
.s03 {
    background: url(../images/slide/sl3.jpg) no-repeat center center;
    background-position: 50% 50%;
}
.s04 {
    background: url(../images/slide/sl4.jpg) no-repeat center center;
    background-position: 50% 50%;
}
/*.s05 {
	background: url(../images/slide/sl5.jpg) no-repeat center center;
	background-position: 50% 50%;
}*/
/*----------------- slideshow end -----------------*/
/*----------------- navbar start -----------------*/
#cssmenu,
#cssmenu-footer {
    width: auto;
    padding: 0;
    line-height: 1;
    display: block;
    position: relative;
}
#cssmenu ul,
#cssmenu-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
#cssmenu ul:after,
#cssmenu:after,
#cssmenu-footer ul:after,
#cssmenu-footer:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
#cssmenu ul li,
#cssmenu-footer ul li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
#cssmenu ul li a,
#cssmenu-footer ul li a {
    text-decoration: none;
    display: block;
    margin: 0;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu ul li ul {
    position: absolute;
    left: -9999px;
    top: auto;
}
#cssmenu-footer ul li ul {
    position: absolute;
    left: -9999px;
    bottom: 57px;
    z-index: 999;
}
#cssmenu ul li ul li,
#cssmenu-footer ul li ul li {
    max-height: 0;
    position: absolute;
    -webkit-transition: max-height 0.4s ease-out;
    -moz-transition: max-height 0.4s ease-out;
    -ms-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
    background: #ededed;
}
#cssmenu ul li ul li a,
#cssmenu-footer ul li ul li a {
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    display: block;
    width: 170px;
    padding: 20px 0 20px 10px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a,
#showicon ul > li > ul > li:hover > a,
#showitem ul > li > ul > li:hover > a,
#cssmenu-footer ul li ul li {
    color: #ffffff;
    background: #0597cc;
}
#cssmenu-footer ul li ul li:hover > a {
    color: #0597cc;
    background: #f7f7f7;
}
/*#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #0597cc;
}*/

#cssmenu ul li ul li:hover > ul,
#cssmenu-footer ul li ul li:hover > ul {
    left: 100%;
    top: 0;
}
#cssmenu ul li ul li:hover > ul > li,
#cssmenu-footer ul li ul li:hover > ul > li {
    max-height: 72px;
    position: relative;
}
#cssmenu > ul > li,
#cssmenu-footer > ul > li {
    float: left;
}
#cssmenu > ul > li:after,
#cssmenu-footer > ul > li:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    z-index: 0;
    background: #0597cc;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -ms-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
}
#cssmenu-footer > ul > li:after {
    background: #f7f7f7;
}
#cssmenu > ul > li > a,
#cssmenu-footer > ul > li > a {
    color: #000000;
    padding: 20px 83px 20px 10px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 17px;
    z-index: 2;
    position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after,
#cssmenu-footer > ul > li:hover:after,
#cssmenu-footer > ul > li.active:after {
    height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a,
#cssmenu-footer > ul > li > a,
#cssmenu-footer ul li ul li a {
    color: #fff;
}
#cssmenu-footer > ul > li:hover > a,
#cssmenu-footer > ul > li.active > a {
    color: #0597cc;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after,
#cssmenu-footer > ul > li:hover > a:after,
#cssmenu-footer > ul > li.active > a:after {
    background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before,
#cssmenu-footer > ul > li:hover > a:before,
#cssmenu-footer > ul > li.active > a:before {
    border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul,
#cssmenu-footer > ul > li:hover > ul {
    left: 0;
}
#cssmenu > ul > li:hover > ul > li,
#cssmenu-footer > ul > li:hover > ul > li {
    max-height: 72px;
    position: relative;
}
#cssmenu > ul > li > a,
#cssmenu-footer > ul > li > a {
    display: block;
}
#cssmenu > ul > li,
#cssmenu-footer > ul > li {
    width: auto;
}
#cssmenu > ul > li > ul,
#cssmenu-footer > ul > li > ul {
    width: 170px;
    display: block;
    z-index: 999;
}
#cssmenu > ul > li > ul > li,
#cssmenu-footer > ul > li > ul > li {
    width: 170px;
    display: block;
}
/*----------------- navbar end -----------------*/
.hotbox {
    overflow: hidden;
    background: #F7F7F7;
    text-align: center;
    min-height: 160px;
}
.hotbox h3 {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 18px;
}
.hotbox p {
    margin: 0;
    padding: 5px 0 10px 0;
    display: block;
}
/*----------------- product box effect -----------------*/

.view {
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #f7f7f7;
}
.view .mask,
.view .content {
    width: 100%;
    min-height: 250px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    position: relative;
    max-width: 100%;
}
.view h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 22px;
    padding: 10px;
    margin: 48px 0 0 0;
}
.view p {
    position: relative;
    color: #fff;
    padding: 10px 10px 20px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 3px 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
}
.view a.info:hover {
    background: #fff;
    color: #000;
}
.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(4, 3, 60, 0.7);
    -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;
}
.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/*----------------- product box effect end -----------------*/

.padding-t30 {
    padding-top: 30px;
}
.padding-b10 {
    padding: 0 0 10px 0;
}
.padding-r10 {
    padding: 0 0 0 10px;
}
.interfacecontent {
    text-indent: 35px;
}
.interfacebox {
    padding: 0 0 10px 0;
    text-align: center;
}
.index_icon h3 {
    font-size: 15px;
    margin: 0;
    display: block;
}
.draw_icon h3 {
    font-size: 17px;
    padding: 5px 0 0 0;
	margin: 0;
    display: block;
}
.interfacebox ul > li > a:hover,
.product-point ul > li > a:hover {
    color: #0597cc;
}
.draw_icon {
	padding: 30px 0 15px;
}
.index_icon {
	padding: 10px 0;
	text-align: center;
}
.index_icon a > span {
	
}
.draw_icon a > span, .index_icon a > span {
	height:35px;
	width: 65px;
	display: inline-block;
	line-height: 35px;
}
.two_icon {
	width: 125px !important;
}
.line {
    border-top: 1px solid #e1e1e8;
    margin: 10px 0 0 0;
}
.middleline {
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 20;
    display: block;
    margin: 0;
    border-top: none;
	border-left: 1px solid #e1e1e8;
}
.titlebox,
.titlebox_product {
    position: relative;
    color: #ffffff;
    line-height: 60px;
}
.title {
    width: 100%;
    background: #0597cc;
    position: relative;
    margin: 20px 0 0 0;
    overflow: hidden;
    max-height: 64px;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 64px 64px;
    border-color: transparent transparent #ffffff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    right: 0;
    top: 0;
}
.triangle_profile {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 48px 48px;
    border-color: transparent transparent #ffffff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    right: 0;
    top: 0;
}
.titlebox h1,
.titlebox_product h1 {
	margin: 0 120px 0 220px;
    display: inline-block;
    font-size: 27px;
    font-weight: 300;
    float: left;
    line-height: 60px;
}
.titlebox_product p {
    font-size: 17px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
	letter-spacing: 0;
}
.margin_st h1 {
	margin: 0 40px 0 160px !important;
}
.product-point {
    margin: 20% 0 0 20%;
    display: block;
}
.product-point ul > li > a {
    font-size: 19px;
    color: #888889;
    padding: 12px 0;
    display: block;
}
.mainpic {
    max-width: 350px;
    height: auto;
    margin: 0 auto;
}
.mainpic_product {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
.category-icon {
    display: inline-block;
    position: absolute;
    right: 22.7%;
    top: 0;
    width: 85px;
}
.product_title_icon {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 0;
	width: 136px;
	text-align: right;
}
.main-content ul > li {
    display: block;
    margin: 5px 0;
    cursor: pointer;
    position: relative;
    float: left;
    width: 100%;
}
.main-content {
    padding: 5% 0 5% 34%;
}
.product-point ul > li {
    display: block;
}
.main-icon {
    width: 150px;
    display: inline-block;
    text-align: center;
}
.main-content ul > li > a > span {
    width: 100px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.main-content ul > li > a > span:hover {
    text-decoration: underline !important;
}
.featuresbox {
    padding: 10px 0 0 0;
}
.features-title {
    color: #888889;
    margin: 0;
    display: block;
    font-size: 19px;
    font-weight: 500;
}
.features-content {
    margin: 0 0 0 33px;
}
.features-content p {
    line-height: 1.5;
    margin: 0;
    font-size: 15px;
	color: #888889;
}
.features-bg {
    padding: 20px 10px;
    border-top: 1px solid #e1e1e8;
}
.to {
    position: absolute;
    right: -24px;
    top: 36%;
    display: block;
    font-size: 50px;
    font-weight: 300;
    margin: 0;
}
.productbox {
    position: relative;
    border-bottom: 1px solid #e1e1e8;
    border-top: 1px solid #e1e1e8;
}
.productbox ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.productbox ul > li {
    float: left;
    display: block;
    width: 50%;
    height: 50px;
    overflow: hidden;
    position: relative;
	line-height: 50px;
	padding-left: 10px;
}
.productbox ul > li > a {
    
}
.productbox ul > li > a:hover {
    color: #0597cc;
    text-decoration: none;
}
.productbox h3 {
    display: block;
    margin: 0;
    width: 15%;
    overflow: hidden;
    font-size: 15px;
    float: left;
	line-height: inherit;
}
.product-content {
    display: block;
    width: 54%;
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
	float: left;
}
.product-icon {
    width: 30%;
    display: inline-block;
	position: absolute;
	right: 0;
}
.available-box {
    padding: 20px 0 0 0;
}
.listbox {
	display: block;
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
	padding-left: 1.3em;
}
.listbox li {
	display: block;
}
.listbox_f_none {
	display: block;
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
}
.listbox_f_none li {
	display: block;
	width: 50%;
	margin: 0 auto;
	padding-left: 1.5em;
}
.f-left,
.padding-left {
    float: left;
    display: block;
}
.f-left > li {
    padding-left: 21px !important;
}
.contactinfo {
    padding: 10px 0;
	color: #888889;
}
a.contactus {
    padding: 4px 0;
    cursor: pointer;
    transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
    display: block;
    width: 210px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
	color: #888889;
}
a.contactus > a {
    color: #0597cc;
    text-decoration: none;
}
a.contactus:hover {
    border: 1px solid #fffffff;
    background: #0597cc;
    color: #ffffff;
}
.telphone,
.address {
    width: 50%;
    float: left;
    line-height: 1.4;
}
.telphone {
    text-align: right;
    padding: 5px 30px 0 0;
}
.address {
    text-align: left;
    padding: 5px 0;
}
.fix_bottom {
    position: relative;
    margin-top: -180px;
    height: 180px;
    clear: both;
    min-width: 1170px;
}
p.copyright {
    display: block;
    text-align: center;
    color: #888889;
    font-size: 11px;
    border-top: 1px solid #2F2D65;
    padding: 10px 0;
}
/*--------- show icon toggle----------*/

#showicon ul,
#showitem ul,
#cssmenu ul li a,
#cssmenu-footer ul li a,
#showicon > ul > li > ul > li > a,
#showitem > ul > li > ul > li > a,
.gotop {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s;
}
#showicon ul,
#showitem ul {
    padding: 0;
    margin: 0;
}
#showicon:before,
#showicon:after,
#showicon > ul:before,
#showicon > ul:after,
#showitem:before,
#showitem:after,
#showitem > ul:before,
#showitem > ul:after {
    content: "";
    display: table;
}
#showicon ul > li > a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px;
}
#showitem ul > li > a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 0 0 20px 0;
}
#showicon ul > li > a:hover,
#showitem ul > li > a:hover {
    text-decoration: underline;
    opacity: 0.8;
}
#showicon ul > li > ul > li > a:hover,
#showitem ul > li > ul > li > a:hover {
    text-decoration: none;
    opacity: 1 !important;
}
#showicon ul > li > a:hover:before,
#showitem ul > li > a:hover:before {
    content: "";
    z-index: 2;
    position: absolute;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1px;
    opacity: .2;
}
#showicon ul > li > a:hover:after,
#showitem ul > li > a:hover:after {
    content: "";
    z-index: 2;
    position: absolute;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: -1px;
    opacity: .2;
}
#showicon ul > li > ul,
#showitem ul > li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
#showicon > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    position: absolute;
    right: -60px;
    top: 0;
}
#showitem > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 40px;
}
#showitem > ul > li > ul {
    border: 1px solid #e0e0e0;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 999;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 170px;
}
#showicon > ul > li > ul {
    border: 1px solid #e0e0e0;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    text-align: left;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}
#showicon > ul > li > ul > li,
#showitem > ul > li > ul > li {
    float: none;
    position: relative;
    background: #f7f7f7;
    padding: 0;
    margin: 0 !important;
}
#showicon > ul > li > ul > li > a,
#showitem > ul > li > ul > li > a {
    padding: 12px 45px;
    text-transform: uppercase;
}
.arrow_icon {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #e0e0e0;
    position: absolute;
    z-index: 99;
    left: -14px;
    top: 5px;
}
.arrow_icon:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #f7f7f7;
    position: absolute;
    top: -14px;
    left: 1px;
}
.showitem_arrow {
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #e0e0e0;
    position: absolute;
    z-index: 99;
    left: 40%;
    top: -15px;
}
.showitem_arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #f7f7f7;
    position: absolute;
    top: 1px;
    left: -14px;
}
/*--------- show icon toggle end ----------*/

.navbar-toggle .icon-bar {
    background: #0597cc;
}
.poistion {
    position: relative;
}
/*--------- sweep effect ----------*/

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
    color: white;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/*--------- sweep effect end ----------*/

.profile_title {
    background: #0597cc;
    width: 300px;
    position: relative;
    overflow: hidden;
}
.profile_title h4,
.drawing_title h1,
.new_title h1 {
    margin: 0;
    padding: 12px 0 12px 12px;
    display: block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 300;
}
.profile_box {
    margin: 20px 10px 0 10px;
    border-top: 1px solid #e1e1e8;
}
.profile {
    float: left;
    width: 71%;
}
.profile ul,
.competence ul,
.facts ul {
    padding: 0 0 0 12px;
    display: block;
}
.profile ul > li,
.competence ul > li,
.facts ul > li {
    margin: 20px 0 0 0;
    display: block;
}
.profile ul > li > p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: .5px;
    /*text-align:justify;*/
}
.competence ul > li > p,
.facts ul > li > p {
    font-size: 17px;
}
.competence {
    width: 100%;
    border-top: 1px solid #e1e1e8;
    margin: 0 0 20px 0;
}
.expertise {
    width: 100%;
    border-top: 1px solid #e1e1e8;
}
.expertise ul {
    padding: 20px 0 0 0;
    display: block;
}
.expertise ul > li {
    float: left;
    display: block;
    text-align: center;
    line-height: 30px;
    width: 139px;
    height: 80px;
    margin: 0 134px 10px 0;
    position: relative;
}
.expertise ul > li > a {
    font-size: 15px;
}
.expertise ul > li > a > span {
    display: block;
}
.expertise ul > li > a > p {
    font-size: 17px;
}
.facts {
    width: 100%;
    border-top: 1px solid #e1e1e8;
    margin: 0 0 60px 0;
}
.narrative {
    padding: 20px 0;
    border-top: 1px solid #e1e1e8;
    text-align: center;
    border-bottom: 1px solid #e1e1e8;
}
.narrative b {
    font-size: 27px;
    margin: 0;
    font-weight: 700;
    color: #0597cc;
}
.narrative span {
    font-size: 21px;
    color: #0597cc;
    font-weight: 400;
}
.narrative p {
    font-size: 17px;
    font-style: italic;
    color: #666;
}
.brand_box {
    width: 29%;
    float: left;
    text-align: right;
}
.brand_box figure {
    width: 270px;
    display: inline-block;
    margin: 10px 0;
}
.available-box ul > li {
    display: block;
    cursor: pointer;
    position: relative;
    float: left;
    width: 150px;
    text-align: center;
}
.show_usb-c li,
.show_dp li {
    margin-right: 5px;
}
.show_hdmi li,
.show_dvi li {
    margin-right: 240px;
}
.show_mp li {
    margin-right: 45px;
}
.show_usb3 li {
    margin-right: 110px;
}
.margin_r0 {
    margin-right: 0 !important;
}
.exp_margin_r0 {
    margin: 0 !important;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 10;
}
.container {
    width: 980px !important;
}
.cablerow {
    margin: 10px 0;
}
.cablebox {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}
.cablelist h3 {
    font-size: 17px;
    display: block;
    margin: 0 0 10px 0;
}
.cablelist li {
    padding: 5px 0;
    letter-spacing: .5px;
}
.cabletitle h1 {
    margin: 0;
    display: inline-block;
    font-size: 27px;
    font-weight: 300;
    float: left;
    line-height: 60px;
    color: #ffffff;
    padding: 0 0 0 10px;
}
.productionbox ul > li {
    float: left;
    margin: 0.5%;
    width: 49%;
    min-height: 360px;
    position: relative;
    overflow: hidden;
}
.productionbox,
.qualificationbox {
    margin: 20px 0 0 0;
}
.qualificationbox ul > li {
    float: left;
    width: 33.33333333%;
    padding: 0 10px;
    min-height: 440px;
    overflow: hidden;
}
.drawing_box {
	display: block;
    text-align: left;
    font-size: 15px;
    line-height: 2;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
    column-count: 2;
	-moz-column-gap:1em; /* Firefox */
	-webkit-column-gap:1em; /* Safari and Chrome */
    column-gap: 1em;
}
.drawing_box_f_none {
	display: block;
    text-align: left;
    font-size: 15px;
    line-height: 2;
}
.drawing_box li {
	display: inline-block;	
}
.drawing_box li a {
	
}
.drawing_box_f_none li {
	display: block;
	width: 50%;
	padding: 0 0 0 .65em;
	margin: 0 auto;
}
.drawing_title {
    width: 50%;
    background: #0597cc;
    position: relative;
    margin: 0 0 20px 10px;
    overflow: hidden;
}
.drawing_title h1 {
    text-align: left !important;
}
.new_title {
    width: 50%;
    background: #0597cc;
    position: relative;
    overflow: hidden;
    max-height: 64px;
}
.newtop_line {
    border-top: 1px solid #e1e1e8;
    margin: 20px 10px 0 10px;
}
.drawingbox,
.drawingbox_2 {
    margin: 60px 33px 60px 10px;
    float: left;
    font-size: 15px;
}
.drawingbox ul > li {
    padding: 10px 0 10px 24px;
    display: block;
    text-align: left;
}
.drawingbox_2 ul > li {
    padding: 10px 0 10px 48px;
    display: block;
    text-align: left;
}
.drawing {
    margin: 20px 0 0;
	padding: 0 0 50px;
    text-align: center;
	border-bottom: 1px solid #e1e1e8;
}
.list-box {
	width: 50%;
	padding-left: 15px;
	float: left;
	text-align: left;
}
.padding-line {
    border-top: 1px solid #e1e1e8;
    margin: 0 10px;
}
.padding-left > li {
    padding-left: 10px !important;
}
.inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
}
.inner p {
    font-size: 15px;
    padding: 8px;
    color: #fff;
}
.gotop {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 28px;
    cursor: pointer;
    z-index: 9999;
    background: #0597cc;
    color: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 10px;
}
.gotop:hover {
    background: #f7f7f7;
    color: #0597cc;
}
.gotop i {
    line-height: 45px;
}
.gutter-2.row {
    margin-right: -1px;
    margin-left: -1px;
}
.gutter-2 > [class^="col-"],
.gutter-2 > [class^=" col-"] {
    padding-right: 1px;
    padding-left: 1px;
}
.gutter-8.row {
    margin-right: -4px;
    margin-left: -4px;
}
.gutter-8 > [class^="col-"],
.gutter-8 > [class^=" col-"] {
    padding-right: 4px;
    padding-left: 4px;
}
.gutter-20.row {
    margin-right: -10px;
    margin-left: -10px;
}
.gutter-20 > [class^="col-"],
.gutter-20 > [class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.new_box {
    padding-top: 20px;
}
.application_box {
    width: 830px;
    margin: 0 auto;
}
/*--------- disable-responsive ----------*/
/*@media screen and (min-width: 480px) {
	.container {
		width: 480px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.container {
		width: 970px !important;
	}
	#cssmenu > ul > li > a, #cssmenu-footer > ul > li > a {
		padding:20px 37px;
	}
	#cssmenu > ul > li > ul, #cssmenu-footer > ul > li > ul {
		width:205px;
	}
	.search-bar {
		margin-left:40px;	
	}
	.indent {
		text-indent:44px;
	}
	.f-left {
		text-indent:3px;
	}
}
*/
/*--------- disable-responsive ----------*/