﻿@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
   font-family: "微軟正黑體";
}

p {
    /* line-height: 24px; */
    /* margin-bottom: 24px; */
}

a {
    color: #666;
}

a:hover {
    color: #52CED5;
}

/********************* Header *********************/
.header {
    background: url(https://www.hihosting.hinet.net/) center 180px no-repeat;
}

/* header logo */
.header .navbar .navbar-brand {
    width: 201px;
    height: 53px;
    background: url(../images/all/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin:6px 0 0px;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */


.header .navbar {
    z-index: 99999;
    border: none;
    background-color: #0062cb;
    height:68px;
}

.header .navbar .navbar-nav {
    background: none;
    float: right;
}

.header .navbar .navbar-nav > li > a {
    background: none;
    color: #FFF;
    padding-top: 0px;
    font-size:20px;
    line-height: 52px;
    padding: 8px 24px;
}

.header .navbar .navbar-nav li a:hover {
    color: #FFF;
}

.header .navbar .navbar-nav > li + li > a {
    border-left: 1px solid #eee;
}

.header .navbar .navbar-nav > li ul li a {
    padding: 5px;
}

/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: 15px;
    top: 20px;
    display: none;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow:none;
    border: none;
    border-radius: 0;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 54px;
    top: 20px;
    display: none;
}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}

/*------- Banner -------*/
.banner {
    position: relative;
    height:521px;
    z-index: 10;
}


    .banner .container-fluid {
        padding:0px;
        margin:0px;
    
    }

.banner .container {
    max-width: 1144px;
    background-color: #EEE;
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;

}


    .banner .bxslider {
        height:421px;
        display:block;
    }


.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
    overflow:visible !important;
    display: block;
	
}


.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: right;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1EB5BE;
}


 .banner .bxslider li {
    display: block;
}



.bx-wrapper .bx-controls-direction a {
    display:none;
}





/********************* Footer *********************/
.footer {
    text-align: center;
	
}

/* sitemap */
  

    .footer .sitemap {
        display:none;
    }

.footer .sitemap ul li {
    color: #888;
    padding: 0;
}

.footer .sitemap ul li a {
    color: #888;
    padding: 10px;
}

.footer .sitemap ul li a:hover {
    color: #36B9C0;
}




.footer_content {
    background-color: #D3D3D3;
    font-size: 13px;
    line-height: 22px;
    padding: 147px 0 42px 0px;
    background-image:url(../images/all/footer_bg.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}



/* siteinfo */

.footer .siteinfo {
    float: right;
    width: 395px;
    overflow: hidden;
    clear: both;
    margin-top: -61px;
}
.footer .siteinfo ul > li {
    float: left;
    text-align:left;
}



.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}

.footer .copyright b {
    color: #36B9C0;
}

.footer .powered a {
    color: #AAA;
    display:block;
}

.footer .powered a:hover {
    color: #666;
}


.footer .copyright {
    float:right;
}

  .footer .footer_logo  {
	  display:block;
	  }
/********************* floating *********************/


#floating a.float {
    background-image:url(../images/all/top.png);
    background-position:left top;
    background-repeat:no-repeat;
    display: block;
    width: 61px;
    height: 82px;
    bottom:0px !important;
}

#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.1);
    display: none;
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

#floating {
    display:none;
}



/********************* Main *********************/
.main {
    -ms-box-shadow: 0 0 10px 0 #919191;
    -moz-box-shadow: 0 0 10px 0 #919191;
    z-index: 10;
}

.main_content {
    min-height: 600px;
	margin-top:-55px;


   
}


/*----------------------- side -----------------------*/
.side.side1 {
    display:none;
} 
.side .side-toggle {
    font-size: 15px;
    color: #23989f;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
}

.side .nav > li + li {
    border-top: 1px solid #ABCFDB;
}

.side .nav > li a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 22px;
}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    background: url(../images/all/list_icon.png) no-repeat 0 10px;
    color: #02b7c1;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}
s
.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

/*----------------------- Content -----------------------*/
.content > h1 {
    color: #36b9c0;
    font-size: 30px;
    padding: 5px 10px 15px;
    margin-top: 0;
    height: 94px;
}
/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    display:none;
}

.content .breadcrumb > li + li:before {
    content: "＞";
    background-image:url(https://www.hihosting.hinet.net/);
    background-position:left top;
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #36B9C0;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    border-top: 1px solid #ACE7EB;
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    background: #fff;
    color: #888;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    padding: 5px 20px;
}

.content .btn-box .pager li > a:hover {
    background-color: #36B9C0;
    color: #fff;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
    background-image:none;
    display:none;
}

body.home .content h2 {
    font-size: 20px;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;

}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}


body.home .banner {
    background-image:none;
    z-index:-1;
	margin-top:-69px;
}

body.home .banner .bxslider {

     height: 740px;
    display: block;
}

body.home  {
    position: relative;
    height:740px;
   
        
}

body.home .banner .bxslider li {

}


    body.home .banner .bx-wrapper ul.people li {
        height:447px;
        margin-left: 1037px;
    }

    body.home .banner .bx-wrapper ul.people {
        top: -596px;
    }

body.home .footer {
    z-index:999;
    margin-top:-157px;
}



body.home .footer_content {
    background-color: transparent;
    font-size: 13px;
    line-height: 22px;
    padding: 108px 0 42px 0px;
    background-image:url(../images/home/footer_bg.png);
    background-position:left top;
    background-repeat:no-repeat;
    margin-top: 247px;
    padd;
    padding-bottom: 158px;
}

    body.home .header .navbar {
        background-color:transparent;
    }

        body.home .header .navbar .navbar-brand {
           display:none;
        }


       .header .navbar .navbar-nav > li > a {
            padding: 36px 24px 0px 24px;
            line-height: 27px;
        }


        .header .navbar .navbar-nav > li > a.en {
                display:block;
            }

         .header .navbar .navbar-nav > li > a.cn {
                display:none !important;
            }

        
         .header .navbar .navbar-nav > li:hover a.en {
                 display:none;
            }
			.header .navbar .navbar-nav >  li:hover   a.cn {
                 display:block !important;
				 color:#FFF;
				 opacity:1;
            }
			
			 .header .navbar .navbar-nav > li > a:hover{
				 opacity:0.7;}
				 
		 .header .navbar .navbar-nav > li:hover > a {
            padding: 36px 21px 0px 21px;
            line-height: 27px;
        }
			

    body.home .banner .bx-wrapper .bx-viewport {
	margin-top:0px;}
/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
    display: none;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
    display: none;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
/*h1設定*/
.content > h1 {
	background-image: url(../images/all/title.png);
	background-repeat: no-repeat;
	text-indent:-999px;
	background-position: center top;
}
.about .content h1 {background-position:  center 0px;}
.product .content h1{background-position:  center -93px;}
.contact .content h1{background-position:  center -186px;}

/*tab效果*/
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	background-image: url(https://www.hihosting.hinet.net/);
	background-position: left top;
	background-repeat: repeat-x;
}
.tabs li.ui-state-default, li.ui-corner-top{
	color: #676767;
	text-decoration: none;
	background-image: url(../images/about/tab_a.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #000;
	text-decoration: none;
	background-image: url(../images/about/tab_h.jpg);
		background-repeat: repeat-x;
	background-position: center top;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image: url(../images/about/tab_a.jpg) !important;
    background-repeat: repeat-x;
}

.ui-tabs .ui-tabs-nav li a {
    font-size:20px;
    padding: 16px 0px !important;
    width: 377px !important;
    color: #0f5fb4;
}


.ui-widget-content {
    background-color:#FFF !important;
    border:none;
}

body.product .imgbox {
    float:left;
    padding: 60px 10px;
    margin: 0 38px;
}

body.about h3 {
    font-size:21px;
    color:#679c00;
    margin: 39px auto;
}
body.product p {
    background-image: url(../images/about/icon.png);
    background-repeat: no-repeat;
    background-position: 0 23px;
    font-size:15px;
    padding: 21px 0 0 43px;
    line-height: 36px;
    /* min-height: 22px; */
}

body.product .writebox {
    display:block;
    overflow: hidden;
    float: right;
    margin: 82px 50px 0 50px;
}

    body.product .writebox h3 {
        font-size:24px;
        color:#679c00;
		font-weight:bold;
    }

        body.product .writebox h3 > span {
            display: inline-block;
            line-height: 16px;
            float: right;
        }

    body.product .writebox.w2 h3 {

font-size:24px;

font-weight: bold;

}

    body.product .writebox.w2 p.light {
        line-height:28px;
    }

        body.product .writebox.w2 p.light span {
            color:#0059ae;
        }
   body.product ul.list li  {
       background-color:#122;
       font-size:15px;
       list-style-type:none;
    }

    body.product ul.list li h4 {
        float:left;
     
    }


    body.product ul.list li {  }
    
     body.product ul.list li:first-child {
        background-color:#afeaff !important;
    } 

       body.product ul.list li:nth-child(even) {
        background-color:#f0f0f0; 
    } 

     body.product ul.list li:nth-child(odd) {
      background-color:#daf5fe; 
    }

    body.product ul.list li span {
        color:#00507e;
        margin: 16px 31px 10px 31px;
        float: left;
    }
    body.product ul.list p {
        background-image:none;
        margin: 29px 0px;
        display: block;
        padding: 10px 0px;
    }

    body.product ul.list b {
        color:#00507e;
        font-weight:bold;
    }

      body.product ul.list li h4 {
        float:left;
     
    }
body.product .product-list {
    margin:0 auto;
}

body.product  .product-list h4{
    font-size:15px;
    color: #1272C4;
    text-align: center;
    border-bottom:dashed 1px #888;
    line-height: 35px;
}
body.product .product-list span {
    color:#888;
    text-align: center;
    display: block;
}

body.product .product-list a {
    border: 1px solid #90E3FF;
    padding: 25px 19px;
    margin: 10px 0px;
}

body.product img.cer {
    float: right;
    display:block;
    overflow:hidden;
    margin-top: 15px;
    margin-left: 46px;
	margin-top:-50px;
}


body.product .product-list .pic img{
	width:85%;}


/*聯絡我們*/
/*------加盟專區 ( 聯絡我們 )-----*/
.store_icon.contact_list{
    padding-left: 0;.side1
    height: 292px;
    padding-left: 0;
    width: 250px;
}
.contact_list ul{
    display: block;
    width: 230px;
    margin: 0 auto;
}
.contact_list ul li{
    font-size: 14px;
    color: #000;
    padding-left: 8px;
}
.contact_list ul li.title{
    color: #856c29;
    font-weight: bold;
    background-color: #fff6d5;
    margin-top: 12px;
    padding: 6px;
    margin-bottom: 5px;
}

body.contact .main .side1,body.about .main .side1{
    margin-top: 20px;
    display: none;
}
body.contact .main .side1{}
.main .side1 a.con_us{
    font-size: 16px;
}

strong{
    color: #7E4820;
}

.contact_box {
        background-image:url(../images/contact/bg.jpg);
    background-position: left top;
    background-repeat:no-repeat;
    position:relative;
    height:760px;
    display:block;
    margin-top:30px;
}


.contact_box .mailbox {
    background-color: #FFFFFF;
    height: 115px;
    position: absolute;
    overflow: hidden;
    clear: both;
    top: 29px;
    width: 100%;
    left: 60px;
}


 


    .contact_box .mailbox a {
            color: #22AEE4;
    }

        .contact_box .mailbox a:hover {
            color:#888;
        }


    .contact_box .mailbox p {
        padding-right:53px;
        font-size: 16px;
        margin-bottom: 0px;
        padding-top: 31px;
        color: #0D0D0D;
        font-weight: bold;
    }


     .contact_box .mailbox h2 {
        padding-right:50px;
        margin: 10px 0px;
        font-size: 21px;
        color: #039FD9;
    }

        .contact_box .mailbox h2 span {
            color: #00498F;
            font-size: 14px;
            padding: 0 13px 0 0px;
        }


    .contact_box .mailbox img {
        float:left;
        margin: 0 30px;
    }



.contact_in {
    width: 705px;
    display: block;
    background-color: #AAE8FF;
    float: right;
    margin-top: 188px;
    overflow: hidden;
    padding: 18px 0px 3px 0px;
        border-radius: 10px;
}
.contact_in table{
    font-size: 16px;
    margin: 0 auto;
}

.contact_in table tr{
}
.contact_in table th{
    text-align: right;
    padding-right: 14px;
    letter-spacing: 1px;
}

.contact_in table th,.contact_in table td {
    color: #1B1B1B;
    padding-bottom: 20px;
}
.contact_in table td{
}
input, button, select, textarea {
    padding: 8px 23px;
    border-radius:8px;
    border: 0;
    color: #7ACBE9;
}

.contact_in input, 
.textarea {
    width: 660px;
	border:1px solid #FFF;
}


.contact_in input:hover, 
.textarea:hover {
	border: 1px solid #328FB2;
	color:#333;
}

.contact_in input.code {
    width: 300px;
}
.btn_box {
    display:block;
    margin:0px auto;
    bottom: 39px;
    position: absolute;
    right: 0px;
    left: 0;
    text-align: center;
}
    .btn_box input {
        padding: 10px 38px;
        margin: 0 10px;
        color: #FFF;
        background-color: #1366B6;
    }

        .btn_box input:hover {
            background-color:#AAE8FF;
            color:#000;
        }

/*about*/

body.about .sec1 {
    border-bottom:1px solid #DFDFDF;
    min-height: 443px;
}


     body.about .writebox {
         float:left;
         width: 602px;
         margin-right: 103px;
      }


        body.about .writebox span {
            font-size:18px;
            color:#0051c1;
        }


body.about .writebox  p{
    line-height: 38px;
}

        body.about .writebox h2 {
            color:#196a00;
            font-size:28px;
            line-height: 52px;
            width: 610px;
            margin: 45px 0 34px 0px;
        }

     body.about .imgbox img.im01 {
         border-radius:300px;
         display:block;
         
      }

body.about .imgbox img.im02 {
      border-radius:300px;
      display:block;
      position: absolute;
      right: 313px;
      top: 285px;
      border: 1px solid #CCC;
}

body.about ul.box1 {
    width: 500px;
    float:left;
    margin: 0 35px;
}

body.about ul.box1 img {
     border-radius:300px;
     margin: 10px auto 27px auto;
     display: block;
     border: 1px solid #CCC;
}
body.about ul.box1 li {
    list-style-type:none;
    line-height: 38px;
}
body.about ul.box1 h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    width: 350px;
    text-align: center;
    margin: 17px auto;
    color: #0FB3B6;
}
    body.about ul.box1 p {
        line-height:33px;
    }

body.about .sec2 h3,body.about .sec3 h3 {
    text-align:center;
    color: #058BD3;
    font-size: 30px;
}



body.about .sec2{
    border-bottom:1px solid #DFDFDF;
    min-height: 670px;
    }

body.about .sec3 ul {
    list-style-type:none;

}


body.about .sec3  ul li {
    background-image: url(../images/about/icon.png); 
    background-repeat: no-repeat;
    background-position: 0 14px;
    font-size:15px;
   padding: 9px 0 0 43px;
}
body.about .sec3 ul  {
    width:1140px;

}

body.about .sec3 li {
    line-height:47px;
    border-bottom:1px dashed #CCC;
   
}
    body.about .sec3 li span {
        font-size: 20px;
        font-weight:bold;
        color: #41C4D7;
        font-style:italic;
        padding-right: 10px;
    }

