﻿/* --about-- */
.about-div {
    margin-top: 50px;
}

.about-txt {
    padding-left: 50px;
}

.about-txt p {
    text-indent: 2rem;
}

.about-txt h3 {
    text-align: center;
}

.contact-address {
    padding-left: 6%;
}

.contact-address p span {
    display: block;
    float: left;
    width: 100px;
}

.contact-address p:last-child {
    color: #00A1E2;
}

.contact-address p:last-child span {
    color: #555;
}

.contact-sy {
    margin-top: 100px;
}

.contact-s {
    margin-top: 110px;
}

.contact-s p:first-child {
    font-weight: bold;
}

.carousel {
    padding: 0;
}

.about-page .carousel-control {
    font-size: 40px;
    line-height: 50px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    margin-top: 140px;
}

.carousel-indicators {
    bottom: -10px;
}

.about-page .carousel-inner .item img {
    height: 340px;
}

.carousel-inner > .item > img {
    width: 100%;
}

/* --kepware-index-- */
.kep-content a:hover {
    color: #00a1e2;
}

.ke-lb {
    margin-top: 52px;
}

.new-mtop {
    margin-top: 100px;
}

/* .ke-lb .carousel-inner > .item > img {
    height: 450px;
}
*/
.ke-lb .carousel-control {
    font-size: 60px;
    line-height: 450px;
    width: 8%;
}
.ke-lb .carousel-control i{
	position:absolute;
	top:50%;
	margin-top:-30px;
}
.mtop {
    margin-top: 100px;
}
.kep-index-page .mtop{
	margin-top: 15px;
}

li {
    list-style: none;
}

.index-ul li {
    text-align: center;
    padding: 20px;
}

.index-ul li h4 {
    font-size: 16px;
}

.index-ul li .kep-button {
    background: white;
    color: #00a1e2;
    font-weight: bold;
}

.index-ul li img {
    width: 22%;
    margin: 0 0 30px 39%;
}

.index-ul li h4 {
    margin: 0;
}

#primary-menu2 {
    padding: 0 14% 0 12%;
    background: #16629c;
    color: white;
}

.navbar-toggle .icon-bar {
    background: #999;
}

.dropdown-menu > li > a {
    padding: 7px 20px;
}

.proinfo-menu{
    /* min-width:360px; */
    min-width:410px;
}
.proinfo-menu>li{
	float:left;
	width:50%;
}
.proinfo-menu a{
	display:block;
	padding: 7px 20px;
}
.proinfo-menu a:hover{
	background:#f2f2f2;
}
.tc {
    text-align: center;
}

.kep-content {
    padding: 100px 15%;
}

.kep-title {
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
}

.kep-button {
    background: #00a1e2;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
}

.kep-button:hover {
    background: #16629c;
    color: white;
}

.kep-blue {
    background: #dbf1fb;
}

.kep-ul {
    padding-left: 10%;
	font-size: 16px;
}

.kep-ul li {
    height: 45px;
    line-height: 45px;
}

.kep-ul li img {
    margin-right: 10px;
}

.kep-ul3.mtop{
	margin-top: 60px;
}

.kep-ul3 li {
    padding: 0 15px;
}

.kep-ul3 li img {
    width: 60px;
    position: absolute;
    top: -30px;
    left: -30px;
    margin-left: 50%;
}

.kep-ul3 li .kep-button {
    background: #fff;
    color: #00a1e2;
    font-weight: bold;
}

.kep-list {
    position: relative;
    border: 1px solid #efefef;
    padding: 50px 20px 20px 20px;
}

.opc-col {
    padding: 0;
}

.opc-col p {
    margin: 0;
	height:40px;
	line-height: 40px;
	text-align: right;
}

.opc-ul li {
    text-align: center;
	padding: 0 20px 0 11px;
}

.opc-hover:first-child {
    overflow: hidden;
    height: 105px;
    position: relative;
}

.kep-tab {
    margin-bottom: 0;
}

.kep-tab li {
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    width: 28%;
    text-align: center;
    float: left;
    font-weight: bold;
    font-size: 15px;
}

.active {
    background: #00a1e2;
    color: white;
}

.tab-content div:last-child {
    display: none;
}
.tab-content p{
	line-height:20px;
}
.tab-content div {
    border: 1px solid #efefef;
    padding: 10px 0 10px 35px;
}

.navbar {
    position: fixed;
    z-index: 99;
    width: 100%;
}

.navbar-toggle {
    margin-right: 0;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: white;
}

@media (max-width: 991px) {
    .navbar {
        position: relative;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

    .kep-tab li {
        width: 40%;
    }
}

.kep-contact {
    border: 1px solid #efefef;
    padding: 15px;
    margin-top: 30px;
    line-height: 30px;
}

.kep-contact:after, .kep-contact:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    left: 10%;
    position: absolute;
    width: 0;
}

.kep-contact:after {
    border-width: 12px;
    border-bottom-color: #fff;
    top: 133px;
}

.kep-contact:before {
    border-width: 12px;
    border-bottom-color: #efefef;
    top: 132px;
}

.kep-magin {
    margin-bottom: 30px;
}

.mask a i {
    color: #fff !important;
    font-size: 16px;
    margin-top: 40px;
}

.opc-hover:hover .mask {
    display: block;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background-color: rgba(0, 161, 226, 0.8);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.kep-more a {
    color: #00a1e2;
    font-weight: bold;
}

.kep-more a:hover {
    color: #16629c;
}

.kep-tel {
    text-align: center;
    font-weight: bold;
    background: #00a1e2;
    color: #fff;
    font-size: 18px;
    padding: 26.5px 0;
}

@media(max-width:767px){
	.kep-tel{
		padding: 10px 0;
		font-size:16px;
	}
	.kep-tel span:first-child{
		display: block;
		text-align:left;
	}
	.kep-tel span:last-child{
		float:left;
		margin-right: 10px !important;
	}
}

.opc-drive ul{
	margin-bottom: 0;
}

.content-wrap>div:nth-child(2) .index-ul{
	margin-bottom: 0;
}
/* kep-index-new */
.index-ul p{line-height: 23px;}
.kep-content {
    padding: 30px 0 20px 0;
}
.opc-ul li img{
	height:105px;
	}
.font15{
	font-size: 15px;
	}
@media (min-width: 1366px){
	.container-fluid{width: 1300px;}
}
@media (min-width: 1200px){
	.kep-index-page .kep-content{width: 1200px;margin:0 auto;}
	#primary-menu2{padding: 0;}
	.index-ul .kep-magin{padding: 0 5px;}
}
@media (min-width: 1200px) and (max-width: 1365px){
	#primary-menu2{padding:0;}
}
@media (max-width: 991px){
	.index-ul .kep-magin,.kep-ul3 li,.opc-server,.opc-drive,.tech-support{padding:0 15%;}
	.kep-ul3 li{margin-bottom: 50px;}
	.kep-ul3 li:last-child{margin-bottom: 0;}
	.kep-ul,.tech-support .col-lg-6,.opc-drive .col-lg-10,.opc-drive .col-lg-2{padding: 0;}
	.tech-support .tab-content div{padding: 15px 0 15px 15px;}
	.opc-hover:first-child,.opc-ul li img{height: auto;}
	.mask{display: none !important;}
	.kep-ul,.font15{font-size: 14px;}
	.kep-index-page .mtop{margin-top: 70px !important;}
	.kep-index-page .kep-content{padding: 70px 0;}
}


.suite-list li{
	width: 20%;
	float: left;
	padding:0 15px;
	position: relative;
}

.suite-list li a{
	display: inline-block;
	width: 100%;
	background: url(../../../images/kepware/jjfa_li.png) no-repeat;
	background-size: 100% auto;
	box-shadow: 5px 5px 5px #999;
}
.lili div{
	margin:0 auto;
	width: 160px;
	height: 160px;
	margin-top:30px;
}
.suite-list .lili img{
	width: 160px;
	height: 160px;
}
.lili p{
	height: 34px;
	line-height: 34px;
	text-align: center;
	overflow: hidden;
	margin: 34px 0 10px 0;
}
.kep-xstel{
	height: 40px;
	line-height: 40px;
	background: #dbf1fb;
	padding: 0 10%;
	/* color: white; */
	font-size: 18px;
	font-weight: bold;
}
.index-xstel{
	display: block;
	margin-top: 13px;
	float: left;
	margin-left: 25px;
	font-size: 18px;
}
.index-promess li img{
	height: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	width: auto;
}

/* .kep-tel span{float: left;}
.kep-tel span:last-child{float: right;} */

/*  news  */



.kep-date {
    width: 65px;
    height: 60px;
    float: left;;
}

.kep-new li {
    margin-top: 30px;
}

.date16 div {
    background: #efefef;
}

.date16 div:first-child {
    background: #16629c;
}

.mtop70 {
    margin-top: 70px;
}

.mtop50 {
    margin-top: 30px;
}

.kep-date div:first-child {
    height: 40px;
    line-height: 40px;
    background: #00a1e2;
    color: white;
    font-size: 21px;
    border-bottom: 1px solid #fff;
}

.kep-date div {
    height: 20px;
    line-height: 20px;
    background: #dbf1fb;
    text-align: center;
    font-size: 12px;
}

.kep-center h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.kep-new li > div:first-child {
    float: left;
    width: 100px;
}

.kep-new p {
    margin-left: 0;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
}

.kep-center {
    float: left;
    width: 87%;
}

.new-bg p {
    text-indent: 2rem;
    font-size: 15px;
    line-height: 35px;
}

.date16 div {
    background: #efefef;
}

.date16 div:first-child {
    background: #16629c;
}

/*  kep-techsupport  */


.tech-page .kep-content {
    padding: 70px 0;
}

.kep-mtop{
    margin-top: 52px;
}
.tech-page .mtop{
	margin-top: 20px;
}
.tech-page .carousel-control {
    font-size: 40px;
    line-height: 40px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    margin-top: 105px;
}

.tech-page .carousel-inner .item img {
    height: 260px;
}

.tech-contact {
    padding-left: 14%;
}

.tech-contact p {
    margin: 31px 0;
}

.tech-ul {
    margin-bottom: 0;
    padding-left: 5%;
}

.tech-ul li i {
    width: 22px;
    height: 22px;
    background: #00a1e2;
    display: block;
    float: left;
    margin: 19px 20px 0 0;
}

.tech-ul li {
    height: auto;
    line-height: 60px;
}

.tech-page .kep-list {
    border: 3px solid #dbf1fb;
    padding: 65px 20px 28px 20px;
}

.blue-line {
    width: 50px;
    height: 3px;
    background: #00a1e2;
    margin: 20px auto;
}

.tech-page .kep-title {
    border: 0;
}

.tech-page .kep-ul3 li {
    padding-left: 0;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .tech-contact {
        padding-left: 0;
    }

    .tech-page .kep-ul3 li {
        margin-top: 50px;
    }

    .kep-mtop, .ke-lb, .new-mtop {
        margin-top: 0;
    }

    .tech-ul {
        padding-left: 0;
    }

    .new-page, .proinfo-page {
        margin-top: 50px;
    }
}

/*  kep-proinfo  */

.proinfo-page .blue-line {
    margin: -10px auto;
    margin-bottom: 40px;
}

.blue-sq {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #dbf1fb;
    margin: 5px 10px 0 0;
    float: left;
    font-size: 0;
}

.proinfo-part1 img {
    width: 80%;
}

.proinfo-page p {
    font-size: 15px;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}

.proinfo-part2 h4 {
    color: #00a1e2;
    margin: 35px 0 0 0;
}

.proinfo-page {
    padding-left: 5%;
}

.proinfo-ul li {
    font-size: 15px;
    line-height: 40px;
}

.proinfo-ul li i {
    margin: 10px 10px 0 0;
}

.proinfo-v6 {
    padding: 35px 17%;
}

.proinfo-v6 p {
    line-height: 35px;
}

.proinfo-v6 p:first-child {
    margin-top: 0;
}

@media (max-width: 991px) {
    .proinfo-v6 {
        padding: 35px 0;
    }
}

.widget i {
    font-size: 0;
}

.fa-angle-double-right:before, .fa-download:before {
    font-size: 14px;
}

.fa-download:before {
    color: #00a1e2;
}

.rm-ul li {
    line-height: 30px;
    list-style: inside;
    font-size: 15px;
}

.proinfo-page h5 {
    font-size: 15px;
}

.three-h5 {
    margin: 20px 0 -10px 0;
}

.proinfo-part2 h4.mtop70 {
    margin-top: 70px;
}

.widget a {
    color: #555;
}

.sidebar-widgets-wrap > div:first-child a:hover {
    color: #00a1e2;
}

.nomargin p {
    margin: 10px 0;
}

.nomargin h4 {
    margin-bottom: 20px;
}

.lm-page {
    padding: 30px 0;
}

.lm-page img {
    width: 55%;
}

.lm-ul li a {
    display: block;
    margin-left: 25px;
}

.lm-content h4 {
    margin: 35px 0;
}

.table th {
    background: #f2f2f2;
}

.it tbody tr td {
    background: #fff;
}

/* OPCdriveList */

.opc-list-page #portfolio-filter li:nth-child(8), #portfolio-filter li:nth-child(9) {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.opc-list-page #portfolio-filter li:nth-child(17), #portfolio-filter li:nth-child(18), #portfolio-filter li:nth-child(19), #portfolio-filter li:nth-child(20), #portfolio-filter li:nth-child(21), #portfolio-filter li:nth-child(22), #portfolio-filter li:nth-child(23), #portfolio-filter li:nth-child(24), #portfolio-filter li:nth-child(25) {
    border-top: 0;
}

.opc-list-page #portfolio-filter li:nth-child(16) a {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.opc-list-page #portfolio-filter li:nth-child(7) a {
    border-right: 0;
}

.opc-list-page .table tbody tr th {
    background: #fbfbfb;
}

.opc-list-page .table tr:nth-child(even) {
    background-color: #fff;
}

.head-title {
    width: 100%;
    background: #00a1e2;
    clear: both;
    color: white;
    font-size: 15px;
    font-weight: 700;
	padding: 13px 0;
}

.opc-list-page .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.table > tbody > tr > th{
    text-align: center;
}
.table > tbody > tr > td{
   text-align: center;
}
.table > tbody > tr > td:last-child{
    text-align: left;
}
/*.opc-list-page .pro-link {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}*/

.opc-list-page .pro-link i {
    margin-right: 3px;
}

.opc-list-page .table-one .pro-link {
    font-size: 13px;
}

.opc-list-page .table-one .pro-link i {
    margin-right: 0;
}

/*  common  */
.tr {
    text-align: right;
}

.w64 {
    width: 64%;
}

.w36 {
    width: 36%;
}

.padding0 {
    padding: 0;
}

@media (max-width: 991px) {
    .lm-page .col-lg-7, .lm-page .col-lg-5 {
        width: 100% !important;
    }

    .lm-page .col-lg-5 {
        text-align: center !important;
    }

    .lm-page img {
        width: 80% !important;
    }

    .lm-page .col-lg-5 {
        padding-right: 0;
    }
}

/* AL套件 */
.odd-background tr:nth-child(odd) {
    background-color: #f2f2f2 !important;
}

.odd-background tr:nth-child(even) {
    background-color: #fff !important;
}

.w50-table tr td {
    width: 50%;
}

/*  OPCdriveList  */
@media (max-width: 991px) {
    .opc-list-page .table tr td {
        vertical-align: middle !important;
    }
}

/*  OPCdriveList add */
.opc-list-page .head-title:nth-of-type(2){
		margin-top: 30px;
	}
.opc-list-page ul.tabletolist > li > ul > li{
		padding: 0; 
	}
.opc-list-page ul.tabletolist ul > li .row_data.html{
		border-left: 1px solid #ddd;
		padding: 10px;
    }
.opc-list-page ul.tabletolist ul > li:last-child .row_data.html{
		padding-left: 15px;
	}
.opc-list-page ul.tabletolist ul > li .row_data{max-width: 60%;}
.opc-list-page ul.tabletolist ul > li .row_headers{padding: 10px 0 10px 10px;margin-right: 0;}
@media (max-width: 991px) {
	.opc-list-page .postcontent {
		border-bottom: none;
	}

}
@media (max-width: 1024px){
	.navbar{
		position: relative !important;
	}
	.opc-list-page .table3 tbody td:first-child,.table3 tbody td:nth-child(2){
		width: 25% !important;
	}
	/*  20180314新增  */
	#primary-menu2{
		padding: 0;
	}
	.ke-lb{
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	.opc-list-page .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 8px !important;}

	.opc-list-page .opc-list-page #portfolio-filter li:nth-child(8), #portfolio-filter li:nth-child(9),#portfolio-filter li{
		border-top: 0 !important;
	}
}

.opc-list-page .table{
	margin-bottom: 0;
}

@media (max-width: 479px){
	.opc-list-page #portfolio-filter li {
		width: 33.33%; 
	}
	.opc-list-page #portfolio-filter li a{
		border: 0 !important;
	}

	.opc-list-page .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 2px;}

	.opc-list-page .table tbody tr th:first-child{
		word-break: break-word;
	}
	.opc-list-page .head-title{
		height: auto;
	}
}



/*  kepindex-new  */
.drive1{
    background: url(../../../images/kepware/opcdrive/kepare-Siemens-3.png) no-repeat;
    background-size: 100% 100%;
}
.drive2{
    background: url(../../../images/kepware/opcdrive/kepare-OPC-2.png) no-repeat;
    background-size: 100% 100%;
}
.drive3{
    background: url(../../../images/kepware/opcdrive/kepware-AB-1.png) no-repeat;
    background-size: 100% 100%;
}
.drive4{
    background: url(../../../images/kepware/opcdrive/kepware-Modbus-2.png) no-repeat;
    background-size: 100% 100%;
}
.drive5{
    background: url(../../../images/kepware/opcdrive/kepware-GE-2.png) no-repeat;
    background-size: 100% 100%;
}
.drive6{
    background: url(../../../images/kepware/opcdrive/kepware-Omron.png) no-repeat;
    background-size: 100% 100%;
}
.suite1{
    background: url(../../../images/kepware/manufacture.png) no-repeat;
    background-size: 100% 100%;
}
.suite2{
    background: url(../../../images/kepware/it.png) no-repeat;
    background-size: 100% 100%;
}
.suite3{
    background: url(../../../images/kepware/build.png) no-repeat;
    background-size: 100% 100%;
}
.suite4{
    background: url(../../../images/kepware/electric.png) no-repeat;
    background-size: 100% 100%;
}
.suite5{
    background: url(../../../images/kepware/oil2.png) no-repeat;
    background-size: 100% 100%;
}

/* add-wl-1130 */
@media(min-width: 1200px){
	.kep-index-page .kep-content{
		width: 100%;
		padding: 0 40px;
	}
	/* .suite-part{
		height: 250px !important;
	} */
	.kep-tag>div:first-child>a{
		height: 440px !important;
	}
	.tag-advange, .tag-data, .tag-alarm{
		height: 205px !important;
	}
}
@media(min-width: 1600px){
	.kep-index-page .kep-content{
		width: 100%;
		padding: 0 8.5%;
	}
	/* .suite-part{
		height: 300px !important;
	} */
	.kep-tag>div:first-child>a{
		height: 500px !important;
	}
	.tag-advange, .tag-data, .tag-alarm{
		height: 235px !important;
	}
}

/* @media(min-width: 1200px){

    .navbar-collapse{
        padding-left: 0px;
    }
    } */


    #primary-menu2 {
        padding: 0px;
        background: #16629c;
        color: white;
        border-radius: 0px;
    }
    @media (min-width: 768px)
    {
        .navbar-right .dropdown-menu {
        left: 0;
        right: 0;
    }
    }
    @media (min-width: 768px)
    {
        .navbar-right .dropdown-menu {
        left: 0;
        right: 0;
    }
        .navbar-collapse.collapse {
        display: inline-block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        float: left;
    }
        .container-fluid > .navbar-header{
        margin-right: 0;
        margin-left: 0;
        float: right;
    }
    /* .dropdown:hover .dropdown-menu {
        display: block;
    } */
    /* .dropdown:hover .dropdown-toggle {
        border-bottom: 3px solid #fff;
    } */
    .dropdown-menu:hover{
        display: block;
    }
    }
    .navbar {
        z-index: 99;
        width: 100%;
    }

    
    @media(min-width: 768px){
        .navbar-collapse{
            padding-left: 0px;
        }

        .dropdown{
            padding-bottom: 0px;
        }
        
        .dropdown:hover .dropdown-menu {
            display: block;
            margin-top: 0px;
        }

        /* .navbar-nav li .dropdown-toggle:hover{
            border-bottom: 3px solid #fff;
        } */

        .navbar-nav .dropdown:hover .dropdown-toggle{
            border-bottom: 3px solid #fff;
        }
        
        .navbar-nav li:nth-of-type(3) a:hover{
            border-bottom: 3px solid #fff;
        }
        
        .navbar-nav li:nth-of-type(4) a:hover{
            border-bottom: 3px solid #fff;
        }
        
        .navbar-nav li:nth-of-type(5) a:hover{
            border-bottom: 3px solid #fff;
        }

        .f-label:hover{
            border-bottom:none !important;
        }

        .nav > li > a {
            padding-left: 0px;
            padding-right: 0px;
            margin-right: 30px;
        }
        .navbar-nav > li > a {
            padding-bottom: 12px;
        }
    
        .navbar-nav > li > .dropdown-menu:hover {
            margin-top: 0px;
        }

    }

    @media(min-width: 1200px){
        .kep-index .navbar-collapse{
            padding-left: 15px !important;
        }
    }

    .dropdown-menu {
        background-color: #f4f4f4;
    }
    .caret{
        display: none;
    }





    .kep-index-firszhe{
        background-image: -webkit-gradient(linear,right top,left top,color-stop(26%,rgba(30,38,38,0)),to(#1e2626));
        background-image: -o-linear-gradient(right,rgba(22,22,22,0) 26%,#111111);
        background-image: linear-gradient(270deg,rgba(22,22,22,0) 26%,#111111);
        display: block;
        height: 100%;
        left: 0;
        opacity: .8;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .kep-index-firscont{
        position: absolute;
        left: 36%;
        color: #fff;
        padding-bottom: 25px;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
    .kep-index-firsbtn{
        color: #00a1e2;
        padding: 7px 15px;
        border: 1px solid #00a1e2;
        font-size: 1.3em;
    }
    .kep-index-firdisc{
        font-size: 1.3em;
    }
    .kep-index-firsbtns{
        margin-top: 30px;
    }

    @media(min-width: 500px) and (max-width: 1300px){
       .kep-index-firscont h3{
        font-size: 1.8em !important;
        margin-bottom: 10px !important;
       }
       .kep-index-firscont{
           top: 58%;
       }
       .kep-index-firdisc{
           font-size: 1.2em;
       }
       .kep-index-firsbtns{
           margin-top: 20px;
       }
       .kep-index-firsbtn {
        padding: 3px 10px;
        font-size: 1.2em;
    }
    }

    @media(max-width: 900px){
        .kep-index-firscont h3{
         font-size: 1.5em !important;
         margin-bottom: 5px !important;
        }
        .kep-index-firscont{
            top: 58%;
        }
        .kep-index-firdisc{
            font-size: 1em;
        }
        .kep-index-firsbtns{
            margin-top: 15px;
        }
        .kep-index-firsbtn {
         padding: 6px 10px;
         font-size: 1em;
     }
     }

     @media(max-width: 650px){
         .kep-index-firstpart img{
             height: 180px;
         }
         .kep-index-firscont {
            top: 58%;
            width: 80%;
        }
        .kep-index-firscont {
            left: 44%;
        }
        .kep-index-firsbtn {
            padding: 6px 10px;
            font-size: 0.6em;
        }
        .kep-index-firscont h3{
            font-size: 1.1em !important;
            margin-bottom: 5px !important;
        }
        /* .kep-index-firdisc {
            display: none;
        } */
     }
     .navbar-brand {
        padding-right: 5px;
    }