@charset "utf-8";
.clear{clear:both;}
input,textarea{outline:none}

/* template_id RWDfullscreen01 */
/* load db RWDPreloader001 */
body{overflow-y:scroll}
.RWDPreloader001 {position: fixed; top:0;left:0;right:0;bottom:0; z-index:10000;background:white; text-align: center;}
.RWDPreloader001 .status {width:100%; height:100px; position:absolute; left:0; top:50%; margin-top:-100px; padding-top:15px;	text-align: center; text-transform: uppercase; border-radius:11px;}
.RWDPreloader001 .status img{margin-bottom: 22px;}
/*END*/
/* load db RWDMenuIcon001 */
.RWDMenuIcon001{
    background-color: white;
/*
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
*/
	opacity: 0 ;
	transform: scaleY(0);
    transform-origin: 50% 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*language{*/
.mobile_language{display:none;}
.web_language{width:107px;font-size:12px;color:#7c7c7c;margin-top:37px;position:relative;cursor:pointer;}
.web_language .lang_text{padding: 0px 6px;background-color: #fff;border: 1px solid #7c7c7c;position: absolute;width: 107px;line-height: 22px;}
.web_language .btnToggle {cursor: pointer;display: block;height: 24px;position: absolute;right: 0;top: 0;width: 24px;}
.web_language .btnToggle .line {background-color: #7c7c7c;display: block;height: 2px;position: absolute;transition: all 0.3s ease-out 0s;width: 14px;margin:0px;}
.web_language .btnToggle .line_01 {right: 6px;top: 5px;}
.web_language .btnToggle .line_02 {right: 6px;top: 10px;}
.web_language .btnToggle .line_03 {right: 6px;top: 15px;}
.web_language.is-opened .btnToggle .line_01 {top: 10px;transform: rotate(45deg);transform-origin:50% 50% 0;-ms-transform: rotate(45deg);-ms-transform-origin:50% 50% 0;-webkit-transform: rotate(45deg);-webkit-transform-origin:50% 50% 0;-moz-transform: rotate(45deg);-moz-transform-origin:50% 50% 0;-o-transform: rotate(45deg);-o-transform-origin:50% 50% 0;}
.web_language.is-opened .btnToggle .line_02 {opacity: 0;}
.web_language.is-opened .btnToggle .line_03 {top: 10px;transform: rotate(135deg);transform-origin:50% 50% 0;-ms-transform: rotate(135deg);-ms-transform-origin:50% 50% 0;-webkit-transform: rotate(135deg);	-webkit-transform-origin:50% 50% 0;-moz-transform: rotate(135deg);-moz-transform-origin:50% 50% 0;	-o-transform: rotate(135deg);-o-transform-origin:50% 50% 0;}          	
.web_language.is-opened{color:#ffffff;}
.web_language.is-opened .lang_text{background-color:#7c7c7c;}
.web_language.is-opened .line {background-color:#ffffff;}
.web_language .lang_options{display:none;top:30px;position: absolute;z-index:10;width:107px;}
.web_language.is-opened .lang_options{display:block}
.web_language .web_language_menu{background-color:#eaeaea;border-bottom:1px solid #b5b5b5;line-height:29px;text-align:center;font-size:12px;}
.web_language .web_language_menu a{color:#494949;}
.web_language .web_language_menu:last-child{border-bottom:0px;}

.mobile_language{text-align:center;}
.mobile_language .lang_text{background-color:#eaeaea;font-size:14px;line-height:35px;color:#494949;}
.mobile_language .lang_options{display:none;}

.mobile_language .web_language_menu{background-color:#eaeaea;border-bottom:1px solid #b5b5b5;line-height:29px;text-align:center;font-size:14px;}
.mobile_language .web_language_menu a{color:#494949;}
.mobile_language .web_language_menu:last-child{border-bottom:0px;}

.mobile_language.is-opened .lang_text{background-color:#494949;color:#FFFFFF;}
.mobile_language.is-opened .lang_options{display:block;}
@media (min-width: 768px){
  .web_language{margin-left:0px;}
}
@media (min-width: 1025px){
  .web_language{margin-left:30px;}
}
@media (max-width: 800px){
  .web_language{display:none;}
  .mobile_language{display:block;}
}
/*language}*/


.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand{padding-top:30px;padding-left: 0;height:auto;}
.navbar-nav > li > a {
	display: block;
	font-size: 1em;
	font-weight: 300;
	margin: 0;
	padding-top:11px;
	padding-bottom:11px;
	vertical-align:middle;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	outline:none;
}

.navbar-nav > li > a i {font-size: 16px; text-align: center;padding: 20px 0 10px 0; color:#ccc;}
.navbar-nav > li > a:hover i, .navbar-nav > li.active > a i {color:#fff;}

.RWDMenuIcon001 .pull-right{ float:none !important; }

@media (min-width: 1200px){
.RWDMenuIcon001  .pull-right {
    float: right !important;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    height: 88px;
}
.navbar-nav > li > a i {
    display: block;
}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: #43B6B1;
	color:#fff;
}

.navbar-default .navbar-toggle {
    margin-top: 22px;
}



.RWDMenuIcon001 ul.nav li ul {
  position:absolute;
  z-index: 99;
    display:none;
    background: #fff;
    list-style-type: none;
    margin: 0px;
    padding:10px 0px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    width:200%;
}


@media (max-width:1199px){
.RWDMenuIcon001 ul.nav li ul {
  width:100%;
 position: relative;
}
}

.RWDMenuIcon001 ul.nav li ul li >ul{
box-shadow: none;
    margin: 0;
    position: relative;
    width: 100%;
}
.RWDMenuIcon001 ul.nav li ul li{background: #fff; list-style-type: none;margin: 5px 10px;}


.RWDMenuIcon001 i img{height:100%;;max-height:46px;}
.RWDMenuIcon001 .imghover{position:relative;padding-top:0px;}


@media (max-width: 767px){
  .RWDMenuIcon001 ul.nav li ul {
    position: relative;z-index: auto;
    width:100%;
  }
}
/*END*/
/* load db RWDbanner001 */
	.RWDbanner001 .slides li{
	width:100%;
        height:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: center center;
}

/*END*/
/* load db scrollDown001 */
.scrollDown001 {text-align: center;}
.scrollDown001 .scrollLink{display:inline-block;}

/*END*/
/* load db RWDService003 */
.RWDService003{
            position: relative;
            overflow: hidden;
        }

        .RWDService003 .item{
            float:left;
            width:25%;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            margin-bottom:20px;
        }

            /* pad */
            @media (max-width: 600px){
                .RWDService003 .item{
                    width:calc(100%/1); 
                    margin-bottom:25px;
                }  
            }

        /* line 特效*/


        .RWDService003 .item .line-01{
            position: absolute;
            width:100%;
            height:1px;
            background-color:transparent;
            top:0;
            left:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
        }

        .RWDService003 .item .line-01-in{
            position: absolute;
            width:100%;
            height:5px;
            background-color:#e2e2e2;
            top:0;
            left:0;
            z-index: 1;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            transform: translateX(150%);
            -webkit-transform: translateX(150%);
            -moz-transform: translateX(150%);
        }


        .RWDService003 .item:hover .line-01{
            transform: translateX(-500px);
            -moz-transform: translateX(-500px);
            -webkit-transform: translateX(-500px);
        }

        .RWDService003 .item:hover .line-01-in{
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
        }


        .RWDService003 .item .line-02{
            position: absolute;
            width:1px;
            height:100%;
            background-color: transparent;
            top:0;
            right:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
        }

        .RWDService003 .item .line-02-in{
            position: absolute;
            width:5px;
            height:98%;
            background-color:#e2e2e2;
            top:0;
            right:0;
            z-index: 1;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            transform: translateY(150%);
            -webkit-transform: translateY(150%);
            -moz-transform: translateY(150%);
        }

        .RWDService003 .item:hover .line-02{
            transform: translateY(-500px);
            -webkit-transform: translateY(-500px);
            -moz-transform: translateY(-500px);
        }


        .RWDService003 .item:hover .line-02-in{
            transform: translateY(0);
            -webkit-transform:  translateY(0);
            -moz-transform:  translateY(0);
        }

        .RWDService003 .item .line-03{
            position: absolute;
            width:100%;
            height:1px;
            background-color:transparent;
            bottom:0;
            left:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
        }

        .RWDService003 .item .line-03-in{
            position: absolute;
            width:100%;
            height:5px;
            background-color:#e2e2e2;
            bottom:0;
            left:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
            transform: translateX(-500px);
            -moz-transform: translateX(-500px);
            -webkit-transform: translateX(-500px);
        }

        .RWDService003 .item:hover .line-03{
            transform: translateX(150%);
        }


        .RWDService003 .item:hover .line-03-in{
            transform: translateX(0);
        }

        .RWDService003 .item .line-04{
            position: absolute;
            width:1px;
            height:100%;
            background-color:transparent;
            top:0;
            left:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
        }

        .RWDService003 .item .line-04-in{
            position: absolute;
            width:5px;
            height:98%;
            background-color: #e2e2e2;
            top:0;
            left:0;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index: 1;
            transform: translateY(-500px);
            -webkit-transform: translateY(-500px);
            -moz-transform: translateY(-500px);
        }

        .RWDService003 .item:hover .line-04{
            transform: translateY(150%);
            -webkit-transform: translateY(150%);
            -moz-transform: translateY(150%);
        }


        .RWDService003 .item:hover .line-04-in{
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
        }

        /* */

        .RWDService003 .item figcaption{
            position: absolute;
            width: 100%;
            height: 100%;
            background-color:rgba(43, 43, 43, 0.68);
            padding:30px;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
            z-index:5;
        }

        .RWDService003 .item:hover figcaption{
            background-color: rgba(60, 60, 60, 0.25);
        }

        .RWDService003 .item figcaption .icon{
            font-size:40px;
            color:#fff;
            margin-bottom: 10px;
        }

        /* phone */
        @media (max-width: 600px){
            .RWDService003 .item figcaption .icon{
                font-size: 30px;
            }
        }

        .RWDService003 .item:hover .icon{
            color:#e2e2e2;
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
        }

        .RWDService003 .item figcaption .title{
            font-size: 16px;
            letter-spacing: 3px;
            font-weight: 600;
            color:#fff;
            position: relative;
            overflow: hidden;
        }

        .RWDService003 .item figcaption .title span{
            transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            -o-transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            -webkit-transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            display: block;
        }

        .RWDService003 .item figcaption .title span:before{
            position: absolute;
            content: attr(data-hover);
            top: 100%;
            color:#e2e2e2;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
        }

        .RWDService003 .item:hover .title span{
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .RWDService003 .item:hover .title span:before{
            top:20px;
        }

        .RWDService003 .item figcaption .subtitle{
            font-size: 16px;
            letter-spacing: 3px;
            color:#fff;
            margin-top: 5px;
            position: relative;
            overflow: hidden;
        }

         /* phone*/
         @media (max-width: 600px){
            .RWDService003 .item figcaption .subtitle{
                font-size: 14px;
            }
         }

        .RWDService003 .item figcaption .subtitle span{
            transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            -o-transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            -webkit-transition:all 0.8s cubic-bezier(0.23,1,0.23,1);
            display: block;
        }

        .RWDService003 .item figcaption .subtitle span:before{
            position: absolute;
            content: attr(data-hover);
            top: 100%;
            color:#e2e2e2;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            transition: all 0.8s;
            -o-transition: all 0.8s;
            -webkit-transition: all 0.8s;
        }

        .RWDService003 .item:hover .subtitle span{
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .RWDService003 .item:hover .subtitle span:before{
            top:20px;
        }

        .RWDService003 .item figcaption .more{
            text-align: right;
            color: #fff;
            bottom: 0;
            width: 60%;
            margin-top: 155px;
            padding-top: 15px;
            position: relative;
            letter-spacing: 1px;
            float: right;
            display: block;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

        .RWDService003 .item:hover figcaption .more{
            letter-spacing: 3px;
        }

        .RWDService003 .item:hover figcaption .more:before{
            width:30px;
        }

        /* phone */
        @media (max-width: 900px){
            .RWDService003 .item figcaption .more{
                display: none;
            }
        }

        .RWDService003 .item figcaption .more:before{
            content: '';
            position: absolute;
            width: 40px;
            height: 1px;
            background-color:#fff;
            left: 0;
            top: 70%;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transform:rotateX(180deg);
        }


.RWDService003 .imghoverm {position:relative;}

.RWDService003 .imghoverm img {

  /* CSS3淡出淡入效果,1秒 */
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.RWDService003 .item .imghoverm img:nth-child(2){
  position:absolute;top:0px;left:0px;opacity:0;
}

.RWDService003 .item:hover .imghoverm img:nth-child(1){
  opacity:0; 
}
.RWDService003 .item:hover .imghoverm img:nth-child(2){
  opacity:1; 
}




.RWDService003 .main-title{font-size:48px;color:#333;text-align:center}
.RWDService003 .sub-title{font-size:22px;color:#333;text-align:center}
.RWDService003 .section-line{width:100px;height:1px;background-color:#333;margin:0 auto;margin-top:50px;}
.RWDService003 .section-subject{margin-bottom:50px}
/*END*/
/* load db RWDnews002 */
.RWDnews002 h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
.RWDnews002 li.media {
  position: relative;
}

.RWDnews002 li.media .media-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 70px;
  margin: 0px;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.RWDnews002 li.media h5.media-heading {
  font-weight: lighter;
  text-transform: uppercase;
  padding: 0px;
  margin: 0 0 0 75px;
}
.RWDnews002 li.media p {
  margin: 0 0 0 75px;
}
.RWDnews002 li.media a.media-date {
  float: right !important;
  background: #000000;
  border-left: solid 1px #428bca;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 10px 10px 10px;
  margin: 0 0px 0 10px;
  height: 70px;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 20px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.RWDnews002 li.media a.media-date:hover {
  background: #428bca;
  background-color: rgba(66, 139, 202, 0.4);
}
.RWDnews002 li.media a.media-date span {
  clear: both;
  display: block;
  font-size: 13px;
  font-weight: lighter;
}
/*END*/
/* load db RWDnews002 */
.RWDnews002 h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
.RWDnews002 li.media {
  position: relative;
}

.RWDnews002 li.media .media-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 70px;
  margin: 0px;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.RWDnews002 li.media h5.media-heading {
  font-weight: lighter;
  text-transform: uppercase;
  padding: 0px;
  margin: 0 0 0 75px;
}
.RWDnews002 li.media p {
  margin: 0 0 0 75px;
}
.RWDnews002 li.media a.media-date {
  float: right !important;
  background: #000000;
  border-left: solid 1px #428bca;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 10px 10px 10px;
  margin: 0 0px 0 10px;
  height: 70px;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 20px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.RWDnews002 li.media a.media-date:hover {
  background: #428bca;
  background-color: rgba(66, 139, 202, 0.4);
}
.RWDnews002 li.media a.media-date span {
  clear: both;
  display: block;
  font-size: 13px;
  font-weight: lighter;
}
/*END*/
/* load db RWDproduct008 */
/*subject area*/
.RWDproduct008 .section-subject{text-align:center;margin-bottom:50px;}
.RWDproduct008 h1.main-title{font-size:48px;margin:0px;color:#333333;font-weight: 300;}
.RWDproduct008 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#333333;font-weight: 300;}
.RWDproduct008 .section-line {background-color: #333333;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/
   .RWDproduct008{
        font-family: "微軟正黑體","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    .RWDproduct008 h1{
        font-size: 48px;
        text-align: center;
        letter-spacing: 1px;
    }

    .RWDproduct008 h2{
        font-size: 22px;
        text-align: center;
        letter-spacing: 1px;
    }


    .RWDproduct008 .line-border{
        width: 100px;
        height: 1px;
        background-color: #333;
        margin:0 auto;
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .RWDproduct008 .banner-box{
        position: relative;
    }

    .RWDproduct008 .arrow-left{
        position: absolute;
        left: -30px;
        top: 50%;
        z-index: 9;
        cursor: pointer;
    }

    .RWDproduct008 .arrow-right{
        position: absolute;
        right: -30px;
        top: 50%;
        z-index: 9;
        cursor: pointer;
    }

        /* pad*/
        @media(max-width: 1024px){
            .RWDproduct008 .arrow-left{
                position: absolute;
                left:0px;
                top: 50%;
            }

            .RWDproduct008 .arrow-right{
                position: absolute;
                right:0px;
                top: 50%;
            }
        }

    .RWDproduct008 .item{
        margin:20px;
        position: relative;
    }

   .RWDproduct008 .item img{width:100%;}

        /*pad*/
        @media(max-width: 1024px){
            .RWDproduct008 .item{
               margin:0 30px;
            }             
        }


       /* phone*/
       @media(max-width: 600px){
            .RWDproduct008 .item{
               margin:0 25px;
            }       
       } 

    .RWDproduct008 .overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.7);
        visibility: hidden;
        opacity: 0;
        cursor: pointer;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }


    .RWDproduct008 .item:hover .overlay{
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .RWDproduct008 .title{
        font-size: 22px;
        color: #fff;
        margin-top: 80px;
        text-align: center;
    }

    .RWDproduct008 .text{
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
        padding:0 20px;
        text-align:center;
    }
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDsocial002 */
.RWDsocial002 .iconRounded{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 11px;
  margin-right:5px;
	
}

.RWDsocial002 .cusimg{
  margin-top:0px;
  padding:0px;
}
.RWDsocial002 .iconRounded:before{margin: auto;text-align: center;}
.RWDsocial002 .iconBig{
	font-size: 50px;
}
.RWDsocial002 .iconBig.iconRounded{
	width: 112px;
	height: 112px;
	padding-top:29px;
	border-width: 4px;
}

.RWDsocial002 .iconRounded {border:2px solid #43B6B1;color:#43B6B1;background-color:#fff;}
.RWDsocial002 .iconRounded:hover, .color1 .iconRounded:hover{background-color:#43B6B1;color:#fff;}
.color1 .RWDsocial002 .iconRounded {color:#43B6B1;}
.color4 .RWDsocial002 .iconRounded {background-color:#FFF;color:#43B6B1;}

.RWDsocial002 ul.socialNetwork {padding:0; display: block;}
.RWDsocial002 ul.socialNetwork li {float: left; list-style-type: none;}
.RWDsocial002 .pull-right{ float:none !important; }
@media(min-width:1025px){
	.RWDsocial002 .pull-right {
		float:right !important;
	}
}

@media(min-width:768px){.RWDsocial002 .footerWidget{float:right;}}
/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load file model/lib/RWDright_cont002/css/model.css */
.RWDright_cont002 .item-first .pic:after,.RWDright_cont002 .item-first .pic:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;visibility:hidden}.RWDright_cont002{position:relative}.RWDright_cont002 .item-first{position:relative;background:#b3a297;padding:0}.RWDright_cont002 .item-first:hover .pic:before{visibility:visible;opacity:1;transform:translateX(0)}.RWDright_cont002 .item-first:hover .pic:after{visibility:visible;opacity:1}.RWDright_cont002 .item-first:hover .pic img{transform:scale(1.3)}.RWDright_cont002 .item-first .pic{width:50%;float:left;transition:.8s;-o-transition:.8s;-webkit-transition:.8s;position:relative;overflow:hidden}.RWDright_cont002 .item-first .pic img{transform:scale(1);transition:.8s;-o-transition:.8s;-webkit-transition:.8s}.RWDright_cont002 .item-first .pic:before{background:url(../../model/sample/baseimg/RWDright_cont002/arrow-left-white.png) center center no-repeat;z-index:1;opacity:0;transform:translateX(-100px);transition:.8s;-o-transition:.8s;-webkit-transition:.8s}.RWDright_cont002 .item-first .pic:after{background-color:rgba(84,84,84,.83);opacity:0;transition:.8s;-o-transition:.8s;-webkit-transition:.8s}.RWDright_cont002 .item-first .text-box{width:50%;position:relative;height:auto;float:right;color:#fff;padding:40px 50px;transition:.8s;-o-transition:.8s;-webkit-transition:.8s}.RWDright_cont002 .item-first .text-box .title{font-size:32px;letter-spacing:2px;font-weight:700}.RWDright_cont002 .item-first .text-box .subtitle{font-size:16px;letter-spacing:7px;margin-top:15px}.RWDright_cont002 .item-first .text-box .underline{width:60px;height:1px;background-color:#fff;margin:25px 0}.RWDright_cont002 .item-first .text-box .text{line-height:32px;font-size:14px;letter-spacing:2px;margin-top:35px;width:78%;overflow:hidden;transition:.8s;-o-transition:.8s;-webkit-transition:.8s}@media (max-width:1100px){.RWDright_cont002 .item-first .text-box .text{width:92%}}@media (max-width:990px){.RWDright_cont002 .item-first .pic{width:100%;float:none}.RWDright_cont002 .item-first .text-box{width:100%;height:auto;position:relative}.RWDright_cont002 .item-first .text-box .text{width:100%;height:auto;overflow:auto}}@media (max-width:700px){.RWDright_cont002 .item-first .pic{float:none;width:100%}.RWDright_cont002 .item-first .text-box .title{font-size:32px}.RWDright_cont002 .item-first .text-box .subtitle{font-size:22px}.RWDright_cont002 .item-first .text-box .text{width:100%;font-size:14px}}.RWDright_cont002 a:focus,.RWDright_cont002 a:hover{text-decoration:none}@media only screen and (max-width:799px){.main .RWDright_cont002 .container{padding-left:0;padding-right:0}}.RWDright_cont002 .item-first .text-box a:hover button,.RWDright_cont002 .item-first .text-box button:hover,.RWDright_cont002 a:focus,.RWDright_cont002 a:hover{color:#fff}.clearfix{clear:both}.RWDright_cont002 .item-first .text-box a{color:#000;display:block;padding:12px 10px;border:1px solid #ccc;width:120px;margin:30px auto 0;text-align:center;transition:.5s;-o-transition:.5s;-webkit-transition:.5s}.RWDright_cont002 .item-first .text-box a:hover{background-color:#000}.RWDright_cont002 .item-first .text-box button{box-shadow:1px 1px 5px #b1b1b1;box-shadow:none;background-image:none;border:none;background-color:transparent;margin:0 auto}.RWDright_cont002 .item-first .text-box button:hover{background-color:transparent}.RWDright_cont002 .item-first:hover .pic:after,.RWDright_cont002 .item-first:hover .pic:before{opacity:0}
/*END*/