    body {
        margin: 0;
        padding: 0;
        font-family: Arial, "微軟正黑體";
        color: #454545;
    }

    p {
        margin: 0;
    }

    img {
        max-width: 100%;
    }

    #wrapper {
        overflow: hidden;
        position: relative;
    }

    .banner_menu {
        overflow: hidden;
        position: relative;
    }

    .slick-dotted.slick-slider {
        margin: 0;
    }

    .slick-prev {
        background: url(../tw_img/banner/preview_arrow.png) no-repeat center;
        width: 52px;
        height: 110px;
        top: 10%;
        z-index: 1;
        top: 50%;
        left: 2%;
    }

    .slick-next {
        background: url(../tw_img/banner/next_arrow.png) no-repeat center;
        width: 52px;
        height: 110px;
        top: 10%;
        z-index: 1;
        top: 50%;
        right: 2%;
    }



/*************************************/
/*                index              */
/*************************************/

header{
    background-color: #222222;
}

.logo{
    text-align: -webkit-center;
    /*firefox*/
    text-align: -moz-center;
    /*ie*/
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo img{
    margin-left: 260px;
}

.header_right{
    margin-left: 20px;
    width: 20%;
}

.search-content p{
	color:#282828;
	position:absolute; 
	font-size: 18px;
	margin-top: 8px;
}

.search-content p a{
	color:#b2b2b2;
	display: inline-block;
	width: 70px;
	height: 30px;
	border: 1px solid #b2b2b2;
	text-align: center;
	line-height: 28px;
	margin-left: 5px;
}

.search-content p a:hover,
.search-content p a.lang-active{
	color:#fff;
	background: #1889d0;
	border:1px solid #1889d0;
}

.search-content{
    margin-right: 200px;
    top: 48px;
}

.searchbox{
    position:relative;
    min-width:40px;
    width:0%;
    height:40px;
    float:right;
    overflow:hidden;
    margin-left: 15px;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
	margin-top: 2px;
}

.searchbox-input{
    top:0;
    right:0;
    outline:0;
    background:#e5e5e5;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 0px 0px 38px;
    font-size:18px;
    color:#282828;
	border-radius: 20px;
	border: 1px solid #fff;
}
.searchbox-input::-webkit-input-placeholder {
    color: #282828;
}
.searchbox-input:-moz-placeholder {
    color: #282828;
}
.searchbox-input::-moz-placeholder {
    color: #282828;
}
.searchbox-input:-ms-input-placeholder {
    color: #282828;
}

.searchbox-icon,
.searchbox-submit{
	width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
   /* right: 0;*/
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #e5831a;
    border-radius: 20px;
}

.searchbox-icon{
	font-size: 25px;
}

.searchbox-icon i{
    margin-top: 5px;
}

.searchbox-open{
    width:100%;
}

.search2{
	display: none;
}

.search2 .btn {
    background: #ddd;
}


.lang{
	list-style-type:none;
	text-align:left;
	width: 137px;
	height: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,c4c4c4+100 */
	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(top, #e7e7e7 0%, #c4c4c4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e7e7e7 0%,#c4c4c4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e7e7e7 0%,#c4c4c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
	border-radius: 20px;
	border:1px solid #c9c9c9;
	line-height: 40px;
	padding-left: 3px;
	margin-top: 28px;
    right: 400px;
    position: absolute;
    top: 20px;
}


.lang i.fa-globe{
	font-size: 23px;
	color:#363636;
	position: relative;
	top:2px;
	margin-right: 3px;
}

.lang .btn{
	background: transparent;
	padding: 0;
	font-size: 17px;
	color:#010101;
	vertical-align: inherit;
}


.lang .show{
    min-width: 90px;
}


@media (max-width:1880px){
    .logo img{
        margin-left: 0px;
    }
 

}


@media (max-width:1680px){
    .logo{
        display: block;
    }
    .lang{
        position: relative;
        right: 0;
        top:4px;
        margin-top: 0;
        margin-left: 200px;
    }
    .search-content{
        float: left;
        margin-right: 0;
    }
    .header_right{
        width: auto;
        margin-left: 30%;
    }
    .searchbox{
        float: none;
        margin-left: 0px;
    }
}


@media (max-width:1200px){
    .header_right{
        margin-left: 26%;
    }
    .lang{
        margin-left: 180px;
    }
}

@media (max-width:1050px){
    .header_right{
        margin-left: 20%;
    }
    .lang{
        margin-left: 150px;
    }
}

@media (max-width:900px){
    .header_right{
     display: inline-block;
    }
    .header_right{
        margin-left: 0;
    }
    .lang{
        margin-left: 0;
    }
}



@media screen\0 {
      .logo img{
         margin: auto;
      }
   }


  @media screen\0 {
      .lang{
          margin-left: 50%
      }
   }


@media screen\0 {
       .searchbox{
        float: right;
        margin-left: 0%;
    }
   }





/*----------- nav -----------*/

nav.navbar.bootsnav{
    background-color: #e3e3e3;
}

nav.navbar.bootsnav ul.nav > li > a{
    padding: 20px 60px;
    font-size: 20px;
    color: #1a1a1a;
    border-left: 1px solid #c0c0c0;
    font-weight: 400;
}

nav.navbar.bootsnav ul.nav > li > a:hover{
    background: #222222;
    color: #fff;
    
}

nav.navbar.bootsnav.menu-center ul.nav.navbar-center{
    border-right: 1px solid #c0c0c0;
}




@media (max-width:1520px){
    nav.navbar.bootsnav ul.nav > li > a{
        padding: 20px 50px;
    }
}


@media (max-width:991px){
    nav.navbar.bootsnav.menu-center ul.nav.navbar-center{
        border-right: 0px;
    }
    nav.navbar.bootsnav ul.nav > li > a{
        border-left: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        background-color: transparent;
    }
}
































/*----------- about ---------*/

.box_right{
    padding-left: 80px;
    font-family: Microsoft JhengHei;
}

.about{
    background: url("../tw_img/index/about_bg.jpg") no-repeat 100%;
    min-height: 466px;
    padding: 0px;
}

.about .about_img{
    float: left;
}

.about .about_text{
    float: left;
    padding-left: 40px;
    padding-top: 50px;
}


.about_text span{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.about_text hr{
    width: 150px;
    margin-top: 0px;
    border: 1px solid #ff9320;
    margin: 0px;
}

.about_text p{
    width: 500px;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 20px;
}



.about_innertext{
    margin-top: 10px;
    margin-bottom: 30px;
}

.about_text a{
    font-size: 18px;
    background-color: #ff9320;
    padding: 10px 20px;
    border-radius: 5px;
    float: right;
    color: #fff;
}


@media (max-width:1511px){
    .about{
        background: #ececed;
    }
    .about .about_img{
        float: none;
        text-align: center;
        padding-top: 40px;
    }
    .about .about_text{
        float: none;
        padding: 30px 60px;
    }
    .about_text p{
        width: 100%;
    }
    .about_text a{
        float: none;
    }
    .about_innertext{
        margin-bottom: 0px;
    }
}

@media (max-width:991px){
    .box_right{
        padding-left: 15px;
        margin-top: 20px;
    }
}

/*---------  index hp  -----------*/

.hpContent{
	background:url(../tw_img/index/index_hp_bg.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 20px 0px 60px 0px;
    border-bottom: 2px solid #0b0b0b;
}

.hpContent h3{
	font-size: 30px;
	color:#fefefe;
	text-align: center;
	font-weight: bold;
}

.hpContent hr{
    width: 150px;
    margin-top: 10px;
    margin-bottom: 60px;
    border: 1px solid #ff9320;
}

.hpContent .owl-carousel .item {
	padding: 6px;
}

.hpContent .owl-carousel .item {
	background: #e0e0e0;
}

.hpContent .owl-carousel .item p{
	font-size: 18px;
	line-height: 22px;
	color:#000;
	padding: 15px 0 9px;
	text-align: center;
}

.hpPic{
	overflow: hidden;
}

.hpContent .owl-dots{
	display: none;
}

.hpContent .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.hpContent .owl-theme .owl-nav {
    margin-top: 20px;
    position: absolute;
    top: -65px;
    right: 0;
}

@media (max-width:600px){
   .hpContent .owl-carousel.owl-drag .owl-item .item{
       width: 400px;
       margin: auto;
    }
}

@media (max-width:480px){
   .hpContent .owl-carousel.owl-drag .owl-item .item{
       width: 300px;
       margin: auto;
    }
}

@media (max-width:380px){
    .hpContent .owl-carousel.owl-drag .owl-item .item{
       width: 250px;
       margin: auto;
    }
}

}

.owl-carousel .owl-item .item img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.owl-carousel .owl-item .item:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


/*------------- product ------------*/

.product{
    padding-left: 0px;
    padding-right: 1px;
}

.product .title{
    font-size: 32px;
    padding: 20px 0px;
    text-align: center;
    color: #0b56a5;
    font-weight: bold;
}

.product .pro_img{
    padding: 0px;
}

.pro_img img{
    position: relative;
    width: 100%;
}

.product .subtitle{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,80,165,0.7);
    color: #fff;
    font-size: 28px;
    padding: 10px 0px;
    font-weight: bold;
}



/*************************************/
/*                about              */
/*************************************/



.breadcrumb{
    background-color: transparent;
    font-size: 17px;
    text-align: right;
    margin-top: 20px;
}

.breadcrumb img{
    vertical-align: unset;
    margin-right: 8px;
}

.title_text{
    font-size: 30px;
    color: #464646;
    margin-left: 10px;
    vertical-align: middle;
}

.title .hr01{
    margin-top: 0px;
    border:1px solid #e5831a;
    width: 180px;
    margin-left: 0px;
    margin-bottom: 10px;
}

.title .hr02{
    margin-top: 0px;
    border:1px solid #ba6f1f;
    margin-left: 0px;
    width: 60%;
}

.about_textbox{
    text-align: center;
    margin-bottom: 40px;
}

.about_textbox img{
    margin-bottom: 20px;
}

.about_textbox p{
    text-align: left;
    font-size: 18px;
    color: #5a5959;
    margin: 10px 0px;
}

.about_textbox .operating_text{
    margin-top: 220px;
}


@media (max-width:1200px){
    .about_textbox .about_img{
        float: none;
    }
    
}

@media (max-width:991px){
   .about_textbox .operating_text{
    margin-top: 20px;
}
}




/*************************************/
/*              product              */
/*************************************/

/*------- aside --------*/

.sidBtn {
    display: none;
}

.sideBar{
    background-color: #e5831a;
    padding: 10px;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.aside_box{
    padding: 0px;
}

.aside_box hr{
    border:2px solid #ba6f1f;
    margin-bottom: 3px;
    margin-top: 0px;
}

.sideBar .menu{
    float: right;
    padding-top: 5px;
}

.sidBtn{
	color:fff;
	padding:0 7px;
	border-radius:5px;
	float:right;
	line-height:28px;
	display:none;
	opacity:0.8;
	font-weight:bold;
	font-size:26px;	
	cursor:pointer;
}


#sub .has-sub {
    font-size: 17px;
    padding: 10px;
    background-color: #e6e6e6;
    color: #333333;
    margin-bottom: 2px;
}

#sub .has-sub a{
    color: #333333;
}

@media (max-width:991px){
	.sidBtn{
		display:block;
        margin-top: 6px;
	}

	#sub ul{
		display:none;
	}

	.aside-open{
		display:block !important;
	}
}

#sub,
#sub ul,
#sub ul li,
#sub ul li a {
	margin: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 0px;
}



@media (max-width:991px){
    #sub {
	   width: 100%;
	   display:none;
    }
    .sideBar .menu{
        float: none;
        padding-left: 10px;
        vertical-align: middle;
    }
    #pro_sub{
        display:none ;
    }
}

#pro_sub .item img{
    margin-right: 10px;
}

/*------- other_sub --------*/

#sub .other_sub{
    font-size: 18px;
    padding: 15px;
    background-color: #e6e6e6;
    color: #333333;
    margin-bottom: 2px;
}






/*------- aside end --------*/



.protext_box{
    padding: 10px 10px 15px 10px;
    margin: 20px 5px 30px 5px;
    background-color: #e5e5e5;
    width: 32%;
} 



.protext_box .title{
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    
}


.pro_del_img .pro_name{
    padding-top: 20px;
    font-size: 28px;
    color: #e5831a;
}

.pro_del_img .pro_name img{
    margin-right: 15px;
}


.pro_del_bottom{
    margin-top: 30px;
    margin-bottom: 120px;
}

.pro_del_bottom .introduction{
    font-size: 18px;
    color: #fff;
    padding-bottom: 12px;
}

.pro_del_bottom .introductiontext{
    font-size: 28px;
    color: #5a5959;
    vertical-align: sub;
}

.pro_del_bottom .introduction img{
    display: inline-block;
    margin-right: 10px;
}


.pro_del_bottom p{
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0px;
}

.del_btn {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.del_btn a{
    padding: 10px 30px;
    border: 1px solid #fe8701;
    font-size: 18px;
    background-color: #fff;
    color: #e5831a;
    margin: 0px 5px;
}

.del_btn a:hover{
    background-color: #fe8701;
    color: #fff;
}


@media (max-width:1200px){
    .protext_box{
        width: 40%;
        margin-left: 20px;
        margin-right: 20px;
        float: left;
    }
    #accordion .panel-title a{
        font-size: 17px;
        padding-right: 45px;
    }
}

@media (max-width:991px){
    .pro_con .box_right{
        margin-top: 20px;
        padding-left: 15px;
    }
    .del_btn a{
        display: inline-block;
    }
}


@media (max-width:600px){
    .del_btn{
        display: grid;
    }
}

@media (max-width:480px){
    .protext_box{
        width: 75%;
        margin-left: 30px;
    } 
}


/*************************************/
/*              inquiry              */
/*************************************/

.inquiry{
    font-size: 18px;
}

.inq_box thead{
    background-color: #ff8400;
    color: #fffefe;
}

.inq_box thead th{
    padding: 10px;
}

.inq_box thead .number{
    width: 15%;
    text-align: center;
    border-right: 1px solid #fff;
}


.inq_box thead .model{
    width: 15%;
    text-align: center;
    border-right: 1px solid #fff;
}

.inq_box thead .specification{
    width: 15%;
    text-align: center;
    border-right: 1px solid #fff;
}


.inq_box thead .amount{
    width: 20%;
    text-align: center;
    border-right: 1px solid #fff;
}

.inq_box thead .delete{
    width: 18%;
    text-align: center;
    border-right: 1px solid #fff;
}

.inq_box tbody{
    border: 1px solid #dadada;
}


.inq_box tbody .number{
    width: 15%;
    text-align: center;
}




.inq_box tbody .del{
    text-align: center;
}


.inq_box tbody tr td{
    text-align: center;
    border: 1px solid #dadada;
}

.inq_box tbody tr td input{
    width: 80%;
}


.inq_box tbody tr th{
    padding: 10px
}

.inquiry_form p{
    font-size: 16px;
}

.inquiry_form span{
    color: #ef1700;
}

.content_form{
    margin-top: 10px;
    font-size: 18px;
}

.contact_form  input,
.content_form .contact_area{
    background-color: #f1f1f1;
    margin-top: 15px;
    width: 100%;
    border: 0px;
    padding: 10px 15px;
    color: #333;
}


/*webkit瀏覽器專用*/
.contact_form  ::-webkit-input-placeholder { color: #cfcfcf; }
/*Firefox 4-18瀏覽器專用*/
.contact_form  input::-moz-placeholder { color: #cfcfcf; }
/*Firefox 19+瀏覽器專用*/
.contact_form  input::-moz-placeholder{color:#cfcfcf;}
/*IE10瀏覽器專用*/
.contact_form  input:-ms-input-placeholder{color: #cfcfcf;}



textarea::-webkit-input-placeholder { color: #cfcfcf; }
/* Firefox 19+ */
textarea::-moz-placeholder { color: #cfcfcf; }

textarea:-ms-input-placeholder { color: #cfcfcf;  }

.contact_form textarea:-ms-input-placeholder{color: #cfcfcf;}

.authcode_right{
    margin-top: 22px;
}

.inq_btn{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.inq_btn li {
    display: inline-block;
    margin: 0 16px;
}

.inq_btn .btn_con{
    border:1px solid #fe8701;
    padding: 10px 50px;
    color: #e5831a;
    background-color: #fff;
}

.inq_btn .btn_con:hover{
    background-color: #fe8701;
    color: #fff;
}

@media (max-width:390px){
    .inq_btn .btn_con{
        margin-bottom: 10px;
    }
}



/*************************************/
/*                news               */
/*************************************/


.news_box{
    margin-top: 20px;
}

.news_box .breadcrumb{
    margin-top: 0px;
}

.news_box tbody{
    border: 1px solid #e6e6e6;
}

.news_box table .left{
    width: 10%;
    padding: 15px 0px;
}
    
.news_box table .right{
    width: 70%;
    text-align: left;
    padding-left: 10px;
}

.news_box table th,
.exhibition_box table th {
    background: #ff8400;
    color: #fff;
    font-size: 18px;
    text-align: left;
}

.news_box table tr {
    height: 45px;
    font-size: 17px;
    border-top: 1px solid #e6e6e6;
}

.news_box tr,
.exhibition_box tr {
    text-align: center;
}

.news_box tr th,
.exhibition_box tr th {
    text-align: center;
     border-right: 1px solid #fff;
}
    
.news_box table td{
    border-right: 1px solid #e6e6e6;
}

.news_box tr td a,
.exhibition_box tr td a {
    color: #000;
}

.news_box tr td a:hover,
.exhibition_box tr td a:hover {
    color: #ff0101;
}

/*      news_detail     */

.news_del_box .news_del_con{
    margin-bottom: 80px;
}

.news_detail{
    margin-top: 20px;
}


.news_detail tbody{
    border:1px solid #edebeb;
}
    
.news_detail .det_title{
    width: 150px;
    background-color: #ff8400;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.news_detail .con_title{
    vertical-align: top;
}

.news_detail .det_con{
    font-size: 18px;
    padding-left: 20px;
}
    
.news_detail .message{
    padding: 20px;
}

.news_detail .content_text{
    margin-top: 30px;
    margin-bottom: 80px;
}

.news_detail a{
    border:1px solid #fe8701;
    padding: 10px 30px;
    color: #e5831a;
    background-color: #fff;
    font-size: 18px;
    float: right;
    margin-top: 20px;
}
    
.news_detail a:hover{
    background-color: #fe8701;
    color: #fff;
}

@media (max-width:480px){
    .news_detail .det_title{
        width: 120px;
    }
}


/*      exhibition     */


.exhibition_box .date{
    text-align: left;
    padding-left: 20px;
    width: 33%;
}

.exhibition_box .subject{
    text-align: left;
    padding-left: 20px;
}



/*************************************/
/*             download              */
/*************************************/

.dow_con .dow_img{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}


/*************************************/
/*              contact              */
/*************************************/

.con_box{
    margin-top: 20px;
}

.con_form p{
    font-size: 18px;
}

.con_form span{
    color: #ef1700;
}

.con_form{
    margin-top: 10px;
    font-size: 18px;
}

.con_form  input,
.con_form .contact_area{
    background-color: #f1f1f1;
    margin-top: 15px;
    width: 100%;
    border: 0px;
    padding: 10px 15px;
    color: #333;
}


/*webkit瀏覽器專用*/
.form_con  ::-webkit-input-placeholder { color: #a2a8ae; }
/*Firefox 4-18瀏覽器專用*/
.form_con  input::-moz-placeholder { color: #a2a8ae; }
/*Firefox 19+瀏覽器專用*/
.form_con  input::-moz-placeholder{color:#a2a8ae;}
/*IE10瀏覽器專用*/
.form_con  input:-ms-input-placeholder{color: #a2a8ae;}



textarea::-webkit-input-placeholder { color: #a2a8ae; }
/* Firefox 19+ */
textarea::-moz-placeholder { color: #a2a8ae; }

textarea:-ms-input-placeholder { color: #a2a8ae;  }

.contact_form textarea:-ms-input-placeholder{color: #a2a8ae;}

.authcode_right{
    margin-top: 22px;
}

.contact_btn{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact_btn li {
    display: inline-block;
    margin: 0 16px;
}

.contact_btn .btn_con{
    padding: 10px 50px;
    color: #e5831a;
    background-color: #fff;
    border: 1px solid #fe8701;
}

.contact_btn .btn_con:hover{
    background-color: #fe8701;
    color: #fff;
}

.content_con .content_form{
    margin-top: 30px;
}

@media (max-width:420px){
    .contact_btn .btn_con{
        margin-bottom: 20px;
    }
}











/*************************************/
/*               page                */
/*************************************/

.page{
    text-align: center;
    clear: both;
    padding: 50px 0px;
}

.page li{
    display: inline;
}

.page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.page li i{
    font-size: 32px;
    vertical-align: sub;
}

.page li a {
    display: block;
    width: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

.page li .number:hover {
    color: #ff8500;
    text-decoration:underline;
}



























/*************************************/
/*               footer              */
/*************************************/

footer{
    clear: both;
    background-color: #363636;
    font-size: 16px;
    color: #c4c4c4;
}

.footer_box .text_box{
    margin: 15px 0px;
}

.footer_box .footertext_box{
    border-bottom: 1px solid #707070;
    box-shadow: 0 1px 0 0 #000;
}

.footertext .title{
    font-size: 30px;
    color: #fffdfd;
    font-weight: bold;
}

.footertext hr{
    width: 150px;
    border: 1px solid #ff9320;
    margin: 0px 0px 20px;
}

.footer_box ul{
    float: left;
}

.footer_box ul > li{
    margin-bottom: 8px;
}

.footer_box .text_box img{
    margin-right: 5px;
}

.footer_box .QR{
    float: right;
}

.go_top {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 1;
}

.copyright{
    padding: 10px; 0px;
    color: #a4a4a4;
}

