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

/* template_id RWDfullscreen02 */
/* load db RWDMenuIcon002 */
/*language{*/
.RWDMenuIcon002 .mobile_language{display:none;}
.RWDMenuIcon002 .web_language{width:107px;font-size:12px;color:#7c7c7c;margin-top:20px;position:relative;cursor:pointer;}
.RWDMenuIcon002 .web_language .lang_text{padding: 0px 6px;background-color: #fff;border: 1px solid #7c7c7c;position: absolute;width: 107px;}
.RWDMenuIcon002 .web_language .btnToggle {cursor: pointer;display: block;height: 24px;position: absolute;right: 0;top: 0;width: 24px;}
.RWDMenuIcon002 .web_language .btnToggle .line {background-color: #7c7c7c;display: block;height: 2px;position: absolute;transition: all 0.3s ease-out 0s;width: 14px;}
.RWDMenuIcon002 .web_language .btnToggle .line_01 {right: 6px;top: 4px;}
.RWDMenuIcon002 .web_language .btnToggle .line_02 {right: 6px;top: 8px;}
.RWDMenuIcon002 .web_language .btnToggle .line_03 {right: 6px;top: 12px;}
.RWDMenuIcon002 .web_language.is-opened .btnToggle .line_01 {top: 8px;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;}
.RWDMenuIcon002 .web_language.is-opened .btnToggle .line_02 {opacity: 0;}
.RWDMenuIcon002 .web_language.is-opened .btnToggle .line_03 {top: 8px;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;}          	
.RWDMenuIcon002 .web_language.is-opened{color:#ffffff;}
.RWDMenuIcon002 .web_language.is-opened .lang_text{background-color:#7c7c7c;}
.RWDMenuIcon002 .web_language.is-opened .line {background-color:#ffffff;}
.RWDMenuIcon002 .web_language .lang_options{display:none;top:30px;position: absolute;z-index:10;width:107px;}
.RWDMenuIcon002 .web_language.is-opened .lang_options{display:block}
.RWDMenuIcon002 .web_language .web_language_menu{background-color:#eaeaea;border-bottom:1px solid #b5b5b5;line-height:29px;text-align:center;font-size:12px;}
.RWDMenuIcon002 .web_language .web_language_menu a{color:#494949;}
.RWDMenuIcon002 .web_language .web_language_menu:last-child{border-bottom:0px;}

.RWDMenuIcon002 .mobile_language{text-align:center;}
.RWDMenuIcon002 .mobile_language .lang_text{background-color:#eaeaea;font-size:14px;line-height:35px;color:#494949;}
.RWDMenuIcon002 .mobile_language .lang_options{display:none;}

.RWDMenuIcon002 .mobile_language .web_language_menu{background-color:#eaeaea;border-bottom:1px solid #b5b5b5;line-height:29px;text-align:center;font-size:14px;}
.RWDMenuIcon002 .mobile_language .web_language_menu a{color:#494949;}
.RWDMenuIcon002 .mobile_language .web_language_menu:last-child{border-bottom:0px;}

.RWDMenuIcon002 .mobile_language.is-opened .lang_text{background-color:#494949;color:#FFFFFF;}
.RWDMenuIcon002 .mobile_language.is-opened .lang_options{display:block;}
@media (min-width: 800px){
  .RWDMenuIcon002 .web_language{margin-left:0px;}
}
@media (min-width: 1025px){
  .RWDMenuIcon002 .web_language{margin-left:30px;}
}
@media (max-width: 799px){
  .RWDMenuIcon002 .web_language{display:none;}
  .RWDMenuIcon002 .mobile_language{display:block;}
}
/*language}*/

/*search{*/
#navigation .web_search {border:1px solid transparent;display:inline-block;margin-top:13px;}
#navigation .web_search .searchkey{float:left;position:relative;}
#navigation .web_search .searchkey input{border: medium none;line-height:30px;height:30px;padding:0px 5px;width: 100px;margin:0 5px}
#navigation .web_search .btn{display: inline-block;padding:0px 10px;line-height: 30px;font-size:13px;float:left;text-align: center;cursor:pointer;}
#navigation .web_search {background-color:#1a1a1a;}
#navigation .web_search {border-color:#1a1a1a;}
#navigation .web_search input{color:#909090;}
#navigation .web_search input{background:#1a1a1a;}
#navigation .web_search .btn{background:transparent;}
#navigation .web_search .btn{color:#7b7b7b;}
#navigation .web_search .btn:hover{color:#ffffff;}
#navigation .web_search.mobile_web_search{display:none;}
@media (min-width: 800px){
  #navigation .web_search{margin-left:0px;}
}
@media (min-width: 1025px){
  #navigation .web_search{margin-left:30px;}
}
@media (max-width: 799px){
  #navigation .web_search{display:none;}
  #navigation .web_search.mobile_web_search{display:block;}
  #navigation .web_search .searchkey{width:80%;}
  #navigation .web_search .searchkey input{width:100%}
  #navigation .web_search .btn{width:10%;float:right;margin-right:10px;}
}
/*search}*/


.navbar-right{  max-width: 60%;}
@media screen and (max-width: 799px) {
  .navbar-right {max-width: 100%;width:100%;}
}
.navbar.navbar-fixed-top {
    
              position: relative;
              margin: 0;
              border: 0;
              min-height: 60px;
              background-color: #222;
              box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
            }
            @media (min-width: 800px) {
              .navbar.navbar-fixed-top {
                -webkit-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
                -moz-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
                transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
              }
            }
            .navbar.navbar-fixed-top .navbar-brand {
              color: #fff;
              font-size: 28px;
              font-weight: 700;

              height: 60px;
              line-height: 60px;
              padding-top: 0px;
              padding-bottom: 0px;
              letter-spacing: 0.1em;
            }
            .navbar.navbar-fixed-top .navbar-brand:hover {
              color: #fff;
            }
            .navbar.navbar-fixed-top .navbar-toggle {
              margin-top: 12px;
              background-color: #1abc9c;
            }
            .navbar.navbar-fixed-top .navbar-nav > li > a {
              color: #fff;
              font-weight: 400;

            }
            @media (min-width: 992px) {
              .navbar.navbar-fixed-top .navbar-nav > li > a {
                height: 60px;
                line-height: 60px;
                padding-top: 0px;
                padding-bottom: 0px;
              }
            }
            .navbar.navbar-fixed-top .navbar-nav > li > a:hover {
              color: #1abc9c;
              background-color: #222;
            }
            .navbar.navbar-fixed-top .navbar-nav > li > a > i.fa-angle-down {
              padding-left: 2px;
            }
            .navbar.navbar-fixed-top .navbar-nav > li.active a,
            .navbar.navbar-fixed-top .navbar-nav > li.active a:hover {
              background-color: #1abc9c;
              color: #fff;
            }
            @media (min-width: 992px) {
              .navbar.navbar-fixed-top .navbar-nav > li.active a,
              .navbar.navbar-fixed-top .navbar-nav > li.active a:hover {
                color: #fff;
                background-color: #1abc9c;
                background-repeat: repeat;
              }
            }
/*.navbar li > ul {list-style-type:none;display:none;margin:0px;padding:0px;position:absolute;z-index:10;background:#FFF;width: 200%;margin-left: -50%;box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);}*/
.navbar li > ul {list-style-type:none;display:none;margin:0px;padding:0px;position:absolute;z-index:10;background:#FFF;box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);min-width:100%;}
.navbar li > ul li{list-style-type; margin:0px;padding:5px 10px;white-space: nowrap; text-align:center;}
.navbar li > ul li:hover{background:#222;}
.navbar li > ul li a{text-decoration:none;display:block;color:#111}
.navbar li > ul li:hover a{color: #1abc9c;}
.navbar li > ul li ul{box-shadow: none;
    margin: 0;
    position: relative;
    width: 100%;}
.navbar .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
@media screen and (max-width: 799px) {
  .navbar-right {max-width: 100%;width:100%;}
  .navbar-nav {margin:0px;}
  .navbar li > ul{margin-left:0px;width:100%;}
  .navbar li > ul {position:relative;}
}


/*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 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 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 RWDsocial001 */
.RWDsocial001{
  background: #428bca;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 101;
  overflow: hidden;
  padding: 10px;
}
#social_media_wrapper a {
  text-align: center;
  display: block;
  float: left;
  margin: 0 3px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 6px;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social_media_wrapper a i {
  vertical-align: top !important;
}
#social_media_wrapper a i img{width:100%}
#social_media_wrapper a:hover,
#social_media_wrapper a:active {
  text-decoration: none;
  color: #fff;
  background: #428bca;
}
.RWDsocial001 #social_media_wrapper a[title="+line3"]{
    font-size: 14px;
    padding: 0;
}
.RWDsocial001 #social_media_wrapper a .ii-line3{
    line-height: 30px;
}
/*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 web_search */
/**
* 網站搜尋
**/
.web_search {border:1px solid transparent;}
.web_search .searchkey{float:left;position:relative;}
.web_search .searchkey input{border: medium none;line-height:30px;height:30px;padding:0px 5px;width: 149px;margin:0 5px}
.web_search .btn{display: inline-block;padding:0px 10px;line-height: 30px;font-size:13px;float:left;text-align: center;cursor:pointer;}

.web_search {background-color:#1a1a1a;}
.web_search {border-color:#1a1a1a;}
.web_search input{color:#909090;}
.web_search input{background:#1a1a1a;}
.web_search .btn{background:transparent;}
.web_search .btn{color:#7b7b7b;}
.web_search .btn:hover{color:#ffffff;}
/*END*/
/* load file model/lib/web_edm/model.css */
.web_edm{background-color:#1a1a1a;border:1px solid #1a1a1a}.web_edm .btn_container,.web_edm .email{float:left;position:relative}.web_edm .email input{border:none;line-height:30px;height:30px;padding:0 5px;width:149px;margin:0 5px;color:#909090;background-color:#1a1a1a}.web_edm .btn{display:inline-block;padding:0 10px;line-height:30px;font-size:13px;float:left;text-align:center;cursor:pointer;color:#7b7b7b}.web_edm .btn:hover{color:#fff}
/*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/RWDnews005/css/model.css */
.RWDnews005 header.section-header{margin-bottom:80px}.RWDnews005 .margin-bottom-60{margin-bottom:60px}.RWDnews005 .weight-300{font-weight:300 !important}.RWDnews005 .section-subject{text-align:center;margin-bottom:50px}.RWDnews005 .main-title{margin:0px;color:#414141;font-size:48px;font-weight:300}.RWDnews005 .sub-title{margin:18px 0 0;color:#8ab933;font-size:22px;font-weight:300}.RWDnews005 .section-line{background-color:#222;display:inline-block;height:1px;width:100px;margin-top:50px}.RWDnews005 .size-13{font-size:13px !important;line-height:17px !important}.RWDnews005 .margin-bottom-40{margin-bottom:40px !important}.RWDnews005 .margin-top-80{margin-top:80px !important}.RWDnews005 a{text-decoration:none}.RWDnews005 .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.RWDnews005 .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.RWDnews005 .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px)}.RWDnews005 .owl-carousel .owl-wrapper-outer{position:relative;width:100%;z-index:0}.RWDnews005 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.RWDnews005 .owl-carousel .owl-item{float:left}.RWDnews005 .owl-controls .owl-page,.RWDnews005 .owl-controls .owl-buttons div{cursor:pointer}.RWDnews005 .owl-controls{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.RWDnews005 .owl-carousel.featured .owl-controls .owl-prev{margin-right:3px}.RWDnews005 .owl-carousel .owl-wrapper,.RWDnews005 .owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.RWDnews005 .owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.RWDnews005 .owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.RWDnews005 .owl-fade-in{-webkit-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.RWDnews005 .owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.RWDnews005 .owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.RWDnews005 .owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.RWDnews005 .owl-goDown-in{-webkit-animation:goDown .6s ease both;animation:goDown .6s ease both}.RWDnews005 .owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.RWDnews005 .owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}.RWDnews005 .owl-carousel{overflow:hidden;margin-bottom:20px;position:relative}.RWDnews005 .owl-carousel.owl-padding-10{margin-left:-10px;margin-right:-10px;width:auto}.RWDnews005 .owl-carousel.owl-padding-10 .owl-item{padding:0 10px}.RWDnews005 .owl-carousel img{display:inline-block}.RWDnews005 .owl-carousel.buttons-autohide .owl-buttons{filter:Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.RWDnews005 .owl-carousel.buttons-autohide:hover .owl-buttons{filter:Alpha(Opacity=100);opacity:1}.RWDnews005 .owl-theme .owl-controls .owl-buttons div{color:#121212;background:#fff;border:#fff 1px solid;opacity:1;filter:Alpha(Opacity=100);border-radius:3px}.RWDnews005 .controlls-over .owl-controls .owl-prev{position:absolute;top:50%;margin-top:-28px;right:auto;left:-13px;zoom:1;width:36px;height:36px;opacity:0}.RWDnews005 .controlls-over .owl-controls .owl-next{position:absolute;top:50%;margin-top:-28px;left:auto;right:-13px;zoom:1;width:36px;height:36px;opacity:0}.RWDnews005 .controlls-over .owl-pagination{text-align:center;width:60%;margin:auto;bottom:-20px;left:0;right:0;z-index:1}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page{margin-bottom:0px;position:relative;display:inline-block}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page:first-child{-webkit-border-top-left-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomleft:10px;border-top-left-radius:10px;border-bottom-left-radius:10px}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page:last-child{-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;border-top-right-radius:10px;border-bottom-right-radius:10px}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page span{background:gray}.RWDnews005 .bottom-pagination .owl-controls .owl-page{margin-bottom:-40px !important}.RWDnews005 .owl-carousel .owl-item div{position:relative;text-align:center}.RWDnews005 .owl-carousel .owl-caption{padding:10px;position:absolute !important;left:0;top:0;right:0;margin-top:0;max-width:100%;background:rgba(0,0,0,.3);display:block;color:#fff}.RWDnews005 .owl-carousel .owl-caption p{color:#fff;font-size:13px;line-height:20px;padding:0;margin:0}.RWDnews005 .owl-carousel .owl-caption h1,.RWDnews005 .owl-carousel .owl-caption h1 a,.RWDnews005 .owl-carousel .owl-caption h2,.RWDnews005 .owl-carousel .owl-caption h2 a,.RWDnews005 .owl-carousel .owl-caption h3,.RWDnews005 .owl-carousel .owl-caption h3 a{color:#fff;font-size:21px;line-height:21px;font-weight:bold;margin-bottom:10px}.RWDnews005 .owl-carousel .owl-caption a{color:#fff;font-weight:bold}.RWDnews005 .owl-carousel.controls-hover-only .owl-controls{filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.RWDnews005 .slider:hover .owl-carousel.controls-hover-only .owl-controls,.RWDnews005 .owl-carousel.controls-hover-only:hover .owl-controls{filter:alpha(opacity=100);opacity:1}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;border-radius:99em;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;border-radius:30px}@media only screen and (max-width: 600px){.owl-pagination{display:none}}.RWDnews005 .owl-prev,.RWDnews005 .owl-next{background-image:none !important;border:0;color:#ccc;font-size:34px;line-height:55px;height:auto !important;width:56px !important;text-align:center;background-color:rgba(0,0,0,.2);border-radius:3px;-webkit-transition:all .4s;transition:all .4s}.RWDnews005 h4,.news005_h4{font-size:18px;letter-spacing:normal;margin:0 0 14px 0}.RWDnews005 h4 a,.news005_h4 a{color:#121212}.RWDnews005 h4:hover,.news005_h4:hover{color:#888}.RWDnews005 .margin-top-20{margin-top:20px !important}.RWDnews005 ul>li>i{margin-right:10px}@media only screen and (max-width: 600px){.RWDnews005 .owl-theme .owl-controls .owl-buttons div{background:rgba(0,0,0,0);border:#fff 0px solid}.RWDnews005 .owl-prev,.RWDnews005 .owl-next{background-color:rgba(0,0,0,0)}}
/*END*/