    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: url(../tw_img/index/header_bg.jpg) center;
	width: 100%;
    background-size: cover;
}

.header_right{
    margin-top: 20px;
}

.logo{
    margin: 15px 0px;
}

.logo img{
    float: right;
}

.lang{
    float: right;
    margin-top: 10px;
}

.headerbox_right{
    margin-top: 40px;
}

.lang select{
    background: url(../tw_img/other/arrow.png) no-repeat right center rgb(255,255,255,0.3);
    padding: 5px 55px 5px 5px;
    color: #fff;
    font-size: 16px;
    /*移除箭頭樣式*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.lang option{
    color: #fff;
    background-color: rgb(80,80,80,0.5);
}


/*IE隱藏箭頭樣式*/
.lang select::-ms-expand { 
  display: none; 
}
/*IE select 樣式*/
@media screen and (min-width: 0\0) {
 .lang select{
    background: url(../tw_img/other/arrow.png) no-repeat right center; 
    background-color: rgba(255,255,255,0.3);
    }
    .lang option{
    color: #fff;
    background-color:rgba(80,80,80,0.5);
}
}  ( IE9 . IE10 )

/*Firefox */
 @-moz-document url-prefix(){
    .lang option{
    color: #fff;
    background-color: rgb(80,80,80,0.5);
     }
}

.search {
    float: right;
    margin-right: 20px;
}

.search * {
  outline: none;
  box-sizing: border-box;
   
}
.search__wrapper {
  position: relative;
    
}
.search__field {
  width: 50px;
  height: 50px;
  color: transparent;
  font-family: Lato, sans-serif;
  font-size: 1.35em;
  padding: 0.35em 45px 0.35em 0;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
    
}
.search__field:focus {
  border-bottom-color: #ccc;
  width: 15vw;
  color: #2b2b2b;
  cursor: default;
}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e9f1f4;
  width: 50px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
    background: url(../tw_img/other/search.png) center;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}


@media (max-width:1400px){
    .search__field:focus {
        width: 18vw;
    }
}

@media (max-width:991px){
    .logo{
        float: none;
        margin: auto;
        margin-top: 10px;
    }
    .logo img{
        float: none;
    }
    .box_right{
        margin:10px 0px;
    }
    .search{
        margin-bottom: 20px;
    }
    .search__field:focus {
        width: 50vw;
    }
    .headerbox_right{
        margin-top: 0px;
    }
}

@media (max-width:440px){
    .search__field:focus {
        width: 80vw;
    }
    .lang {
        margin-top: 15px;
    }
    .search{
        margin-top: 5px;
        margin-right: 10px;
    }
}





 /*--------banner_mo--------*/

.banner_menu .banner_mo02{
    display: none;
}

@media (max-width:767px){
    .banner_menu .banner_mo01{
        display: none;
    }
    .banner_menu .banner_mo02{
        display: block;
}
}



/*************************************/
/*             navigation            */
/*************************************/

.nav-content .navbar{
    background-color: transparent;
    border:0px;
}

nav.navbar.bootsnav ul.nav > li > a{
	position: relative;
	color: #333333;
    font-size: 18px;
    display: block;
    padding: 20px 40px;
    font-weight: bold;
}

.navbar-nav{
    text-align: center;
    float: none;
}

.navbar{
    background-color: #f1f1f1;
    border-radius: 0px;
    border: 0px;
}

.navbar-nav > li{
        float: none;
        display: inline-block;
    }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{ 
    background: none;
}


@media (max-width:1200px){
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 20px 30px;
    }
}


@media (max-width:991px){
	nav.navbar.bootsnav ul.nav > li > a {
        padding: 8px;
	}
	
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
		top: -1px;
	}
	
	.nav > li > a{
		margin: 0;
	}
    .navbar-nav > li {
        margin: 5px;
    }
}

@media (max-width:767px){
    .nav > li{
        display: block;
    }
    .navbar-nav > li {
        margin: 0px;
    }
	
}

@media (max-width:340px){
    .lang_link{
        display:inline-grid;
    }
    .lang_link span{
        display: none;
    }
    .right-addon input{
        width: 100%;
    }
}

    /*PRODUCTS*/

    .products-content{
        background: url(../tw_img/index/hp_bg.jpg) center;
        background-size: cover;
    }

    .hot_product {
        padding: 30px 0;
    }

    .hot_product img{
        padding-right: 10px;
    }
    

    .hot_product por_img:hover a{
        background: url(../tw_img/index/hp_hov.png) center no-repeat;
    }

    .hot_product .hp_title{
        text-align: center;
    }
    
    .hot_product .hp_title p{
        font-size: 28px;
        margin: 10px 0px 30px 0px;
        font-weight: bold;
        color: #fff;
    }

    .hot_product .por_img{
        margin-bottom: 30px;
        text-align: center;
        min-height: 300px;
    }

    .hot_product .subtitle{
        color: #fff;
        text-align: center;
        font-size: 22px;
        margin-top: 10px;
    }


.img_hp {
        position: absolute;
        width: 100%;
        height: 85%;
        top: 0;
        padding: 5px 5px;
        text-align: center;
    }

    .img_hp .mask{
        height: 100%;
        width: 100%;
    }

    .item .mask:hover{
        background-color: rgba(111, 111, 111, 0.7) ;
        display: block;
    }

    .img_hp .hov_img{
        width: 100%;
        float: left;
        position: absolute;
        top: 5%;
        left: 0%;
        opacity: 0;
    }

    .img_hp .hov_img:hover{
        opacity: 1;
        display: block;
    }


    @media (max-width:360px){
        .img_hp .hov_img{
            width: 92%;
            top: 4%;
            left: 4%;
        }    
        .hot_product .por_img{
            margin-bottom: 0px;
        }
    }


    /*關於我們*/

    .company {
        background: url(../tw_img/index/company_bg.jpg) no-repeat center;
        position: relative;
        background-size: cover;
        min-height: 600px;
    }

    .company .com_text{
        padding-top: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .company .com_text img{
        position: absolute;
        float: left;
        margin-top: 50px;
    }

    .company .com_text .right_text{
        background: url(../tw_img/index/company02.jpg) no-repeat center;
        float: right;
        color: #fff;
        width: 648px;
        height: 432px;
        padding-left: 100px;
        padding-right: 40px;
        padding-bottom: 40px;
        padding: 0px 40px 40px 125px;
    }

    .company .com_text .right_text hr{
        margin-top:0px;
        margin-bottom: 10px;
    }

    .company .com_text .right_text .a_hov{
        margin-top: 25px;
        margin-left: 455px;
    }

    .company .com_text .right_text .a_hov a{
        color: #fff;
        font-size: 18px;
    }

    .about_tittle {
        margin: 20px 0px 10px 0px;
        overflow: auto;
        font-size: 28px;
        font-weight: bold;
    }
    
    .company p {
        max-width: 580px;
        font-size: 19px;
        text-align: justify;
        line-height: 1.7em;
        color: #fff;
    }

   
   
    @media (max-width:1200px){
        .company .com_text{
            padding-top: 15px;
            text-align: center;
        }
        .company .com_text img{
            position: relative;
            float: none;
        }
        .company .com_text .right_text{
            float: none;
            height: auto;
            text-align: center;
            margin:10px auto;
            padding: 20px 20px 10px 20px;
        }
        .company p {
            width: 100%;
        }
        .company .com_text .right_text .a_hov{
            margin-top: 40px;
            margin-left: 570px;
        }
        
    }

    @media (max-width:991px){
        .company{
            /*background: #fbfbfb;*/
            min-height: auto;
        }
        .company .com_text{
            padding: 15px;
        }
    }


    @media (max-width:700px){
        .company .com_text .right_text{
            background: #0e3da5;
            width: 100%;
        }
        .company .com_text .right_text .a_hov{
            margin: 0px;
            text-align: right;
            margin-top: 20px;
        }
    }

/*----- index end -----*/



/*------- aside --------*/

.sidBtn {
    display: none;
    border-radius: 
}

.sideBar{
    background: linear-gradient(180deg, rgba(31, 87, 228, 1)32%, rgba(26, 63, 157, 1)66%);
    background: -moz-linear-gradient(270deg, rgba(31, 87, 228, 1)32%, rgba(26, 63, 157, 1)66%);
    background: -webkit-linear-gradient(270deg, rgba(31, 87, 228, 1)32%, rgba(26, 63, 157, 1)66%);
    background: -o-linear-gradient(270deg, rgba(31, 87, 228, 1)32%, rgba(26, 63, 157, 1)66%);
    padding: 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}


#sub li{
    background-color: #f1f1f1;
    font-size: 16px;
    border-bottom: 1px dashed #a0a0a0;
    max-height: 50px;
    padding: 15px;
}


#sub  li:hover{
    background-color: #312a2a;
    color: #fff;
}

#sub :hover a{
    color: #fff;
}

#sub a{
    color: #333333;
}

#sub ul{
    margin: 0px;
}

aside hr{
    margin: 0px;
    height: 5px;
    background-color:#415da7;
    border: 0px;
}


.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;
}

@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;
}

@media (max-width:991px){
#sub {
	width: 100%;
	display:none;
}
}



/*------- aside end --------*/



    /*以下是內頁*/

.breadcrumb{
    background-color: #1a3f9d;
    color: #fff;
    text-align: right;
    padding: 15px 10% 15px 0px;
    font-size: 18px;
    border-radius: 0px;
}   

.content{
    margin-top: 50px;
    min-height: 600px
}

.content .box_right hr{
    border:1px dashed #8d8d8d;
    margin: 10px 0px 30px 0px;
}

.content .title_text{
    font-size: 24px;
    margin-left: 10px;
    font-weight: bold;
    vertical-align: bottom;
}

.content .about_textbox{
    font-size: 18px;
}


.content .about_textbox p{
    margin-bottom: 20px;
}

.content .about_text span{
    color: #f00000;
}



/*************************************/
/*               about               */
/*************************************/



.box_right .about_bottom{
    background-color: #f9f9f9;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 25px;
    border: 1px solid #eeeeee;
}

.box_right .about_bottom img{
    float: left;
    margin-right: 20px;
}

.box_right .about_bottom p{
    font-size: 18px;
    color: #87bb42;
}


@media (max-width:480px){
    .box_right .about_bottom{
        padding: 10px 15px;
    }
    .box_right .about_bottom img{
        float: none;
        display: block;
        margin: auto;
    }
    .box_right .about_bottom p{
        display: inline-block;
        margin-top: 15px;
    }
}

@media (max-width:320px){
    .box_right .about_bottom{
        padding: 10px;
    }
}

/*************************************/
/*            production             */
/*************************************/

.process_box{
    margin-bottom: 50px;
}

.process li{
    display: inline-block;
}

.process .middle_arrow{
    margin-bottom: 9%;
}

.process_box .process img{
    width: 100%;
}

.odd_arrow{
    list-style: none;
    margin-left: 67.5%;
    margin-bottom: 10px;
}
.even_arrow{
    list-style: none;
    margin-left: 19.5%;
    margin-bottom: 10px;
}

@media (max-width:1200px){
    .process{
        display: inline-flex;
}
    .middle_arrow{
        margin: 12% 10px auto 10px;
}
    .odd_arrow{
        list-style: none;
        margin-left: 75%;
        width: 4.5%;
        margin-bottom: 10px;
}
    .even_arrow{
        list-style: none;
        margin-left: 20%;
        width: 4.5%;
        margin-bottom: 10px;
}   
    .end{
        width: 46%;
}
}


/*************************************/
/*                pro                */
/*************************************/


.pro_box .box_bor{
    border: 2px solid #3275fe;
    background: linear-gradient(180deg, rgba(214, 214, 214, 1)45%, rgba(255, 255, 255, 1)80%);
    background: -moz-linear-gradient(270deg, rgba(214, 214, 214, 1)45%, rgba(255, 255, 255, 1)80%);
    background: -webkit-linear-gradient(270deg, rgba(214, 214, 214, 1)45%, rgba(255, 255, 255, 1)80%);
    background: -o-linear-gradient(270deg, rgba(214, 214, 214, 1)45%, rgba(255, 255, 255, 1)80%);
}

.pro_box .title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 3px solid #3275fe;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}


.pro_con pro_box:hover a{
        background: url(../tw_img/index/hp_hov.png) center no-repeat;
}

.pro_img {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.pro_img .hov_img{
    width: 100%;
    float: left;
    position: absolute;
    top: 0.8%;
    left: 6%;
    opacity: 0;
}

.pro_img .hov_img:hover{
    opacity: 1;
    display: block;
}

.pro_con .pro_aside #sub li{
    padding: 10px;
}


@media (max-width:1200px){
    .pro_img .hov_img{
        width: 86%;
        left: 7%;
    }
    
}

@media (max-width:991px){
    .pro_box .box_bor{
        max-width: 250px;
    }
    .pro_img .hov_img{
        width: 70%;
        left: 4.5%;
    }
}

@media (max-width:767px){
    .pro_box{
        text-align: center;
    }
    .pro_box .title{
        width: auto;
        border: 0px;
        padding: 0px;
    }
    .pro_img .hov_img{
        width: 60%;
        left: 20%;
    }
}

@media (max-width:460px){
    .pro_img .hov_img{
        width: 87%;
        left: 7%;
    }
}

@media(max-width:320px){
    .pro_box .box_bor{
        max-width: 100%;
    }
}



/*************************************/
/*              pro_del              */
/*************************************/

.prodel_box{
    padding: 0px;
}

.prodel_text{
    margin-top: 10px;
}


.prodel_text span{
    font-size: 24px;
    font-weight: bold;
    border-left: 3px solid #3d5dad;
    padding:6px;
    color: #4f4f4f;
}

.prodel_text .border{
    border-left: 7px solid #3d5dad;
    padding-left: 4px;
}

.prodel_text p{
    font-size: 18px;
    line-height: 30px;
}

.pro_del .box_bottom{
    text-align: center;
    margin-top: 50px;
    margin-bottom:50px; 
}

.pro_del .box_bottom a{
    border:1px solid #333333;
    padding: 10px 20px;
    font-size: 16px;
    color: #333333;
    margin: 0px 5px;
    display: inline-block;
}

.pro_del .box_bottom a:hover{
    background-color: #0b1038;
    color: #fff;
}

.pro_del .sm_img{
    width: 200px;
    display: inline-block;
}



@media (max-width:991px){
    .prodel_box{
        width:  60%;
    }
    .prodel_text{
        padding: 0px;
        margin-top: 20px;
    }
}

@media (max-width:480px){
    .prodel_box {
        width: 100%;
        margin-bottom: 20px;
    }
    .pro_del .box_bottom a{
        display: block;
        margin-top: 10px;
    }
    
}


/*************************************/
/*              inquiry              */
/*************************************/

.inquiry{
    font-size: 18px;
}

.inq_box thead{
    background-color: #312a2a;
    color: #fffefe;
}

.inq_box thead th{
    padding: 10px;
}

.inq_box thead .number{
    width: 15%;
    text-align: center;
    border-right: 2px solid #fff;
}

.inq_box thead .name{
    border-right: 2px solid #fff;
}

.inq_box thead .amount{
    width: 20%;
    text-align: center;
    border-right: 2px solid #fff;
}

.inq_box thead .delete{
    width: 18%;
    text-align: center;
    border-right: 2px solid #fff;
}

.inq_box tbody{
    background-color: #edebeb;
}


.inq_box tbody .number{
    width: 15%;
    text-align: center;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.inq_box tbody .name{
   padding: 10px;
}


.inq_box tbody .amount_field{
    text-align: center;
}

.inq_box tbody .amount_field select{
    width: 70%;
    background-color: #fff;
    border:0px;
    padding-left: 25%;
}

.inq_box tbody .del{
    text-align: center;
}


.inq_box tbody tr td{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


.inq_box tbody tr th{
    padding: 10px
}

.inquiry_form p{
    font-size: 18px;
}

.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;
}

.contact_btn{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact_btn li {
    display: inline-block;
    margin: 0 16px;
}

.contact_btn .btn_con{
    border:1px solid #333333;
    padding: 8px 40px;
    color: #333333;
    background-color: #fff;
}

.contact_btn .btn_con:hover{
    background-color: #0b1038;
    color: #fff;
}

@media (max-width:480px){
    .contact_btn .btn_con {
        margin-top: 10px;
    }
    .inq_box tbody .amount_field select{
        padding-left: 0px;
    }
}





/*************************************/
/*          certification            */
/*************************************/

.cer_box{
    margin-bottom: 20px;
}

.cer_box .box_bor{
    border:3px solid #d3d3d3;
}

.cer_box .title{
   font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 3px solid #3275fe;
    color: #333333;
}

@media (max-width:767px){
    .cer_box{
        margin: auto;
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width:480px){
    .cer_box{
        width: 100%;
    }
}









/*************************************/
/*              contact              */
/*************************************/

.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瀏覽器專用*/
.con_form  ::-webkit-input-placeholder { color: #cfcfcf; }
/*Firefox 4-18瀏覽器專用*/
.con_form  input::-moz-placeholder { color: #cfcfcf; }
/*Firefox 19+瀏覽器專用*/
.con_form  input::-moz-placeholder{color:#cfcfcf;}
/*IE10瀏覽器專用*/
.con_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;
}

.contact_btn{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact_btn li {
    display: inline-block;
    margin: 0 16px;
}

.contact_btn .btn_con{
    border:1px solid #333333;
    padding: 8px 40px;
    color: #333333;
    background-color: #fff;
}

.contact_btn .btn_con:hover{
    background-color: #0b1038;
    color: #fff;
}







/*************************************/
/*               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;
    border:1px solid #e5e5e5;
    border-radius: 5px;
}

.page li i{
    font-size: 32px;
    vertical-align: sub;
}

.page li a {
    display: block;
    width: 35px;
   /* border:1px solid #e5e5e5;*/
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    color: #d9d9d9;
    font-weight: 400;
    border-radius: 5px;
}

.page li a:hover {
    background-color: #0b1038;
    color: #fff;
    border:0px;
}









/*************************************/
/*              FOOTER               */
/*************************************/

.footer_box {
    background: #0b1146;
    color: #fff;
}

.text_box li {
    display: inline-block;
    margin: 4px 8px;
    font-size: 18px;
    letter-spacing: 1px;
}

.footer_box hr{
    border: 1px solid #d2d2d2;
    margin: 10px auto;
    width: 90%;
}

.text_box {
    padding: 10px 0 0 0;
}

.copyright {
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    background: #07091c;
    font-size: 18px;
}

.go_top {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 1;
}

.footertext{
    padding: 5px 0px;
    margin: 0px 30px;
}

.footertext li img{
    margin-right: 5px;
}

.footertext span{
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .text_box li {
        display: block;
        text-align: left;
        margin: 12px 0;
    }
    .footerlogo{
        text-align: center;
    }
    .footertext br{
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .footertext{
        margin: 0px;
    }
}

 

   