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

/* template_id RWDfullscreen02 */
/* load db RWDPreloader002 */
.RWDPreloader002 {
              position: fixed;
              left: 0px;
              top: 0px;
              width: 100%;
              height: 100%;
              z-index: 9999;
              background-color: #fff;
            }
            .RWDPreloader002 .preload {
              width: 128px;
              height: 128px;
              position: absolute;
              top: 50%;
              left: 50%;
              margin-top: -64px;
              margin-left: -64px;
            }
/*END*/
/* load db RWDfullScreenEditor */
.RWDfullScreenEditor {
position: relative;
              display: table;
  width:100%;
        height:100%;
 background-repeat: no-repeat;
 background-attachment:scroll;
 background-size: cover;
 background-position: top center;
}
@media(min-width:1200px){
  .RWDfullScreenEditor {
    background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
 }
}


            .RWDfullScreenEditor:before {
              position: absolute;
              content: " ";
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.8);
            }
            .RWDfullScreenEditor .intro-body {
              position: relative;
              display: table-cell;
              vertical-align: middle;
              padding-top: 70px;
              padding-bottom: 70px;
            }
            @media (min-width: 1280px) {
              .RWDfullScreenEditor .intro-body {
                padding-top: 0px;
                padding-bottom: 20px;
              }
            }
            .RWDfullScreenEditor .intro-body .intro-text {
              margin-top: 40px;
            }
            .RWDfullScreenEditor .intro-body .intro-text h2 {
              color: #fff;
              font-size: 50px;
              font-weight: 700;
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .intro-text h2 {
                font-size: 55px;
              }
            }
            .RWDfullScreenEditor .intro-body .intro-text  {
              color: #fff;
              font-size: 22px;
              font-weight: 400;
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .intro-text  {
                font-size: 26px;
              }
            }
            .RWDfullScreenEditor .intro-body .page-scroll {
              margin-top: 30px;
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .page-scroll {
                margin-top: 50px;
              }
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .page-scroll a.btn {
                padding: 20px 25px;
                font-size: 22px;
              }
            }

.RWDfullScreenEditor .logo img {
    margin: auto;
    position: relative;
    width: 300px;
}


.RWDfullScreenEditor .btn.btn-rj {
    background-color: #1abc9c;
    border-color: #1dd2af;
    color: #fff;
    text-transform: uppercase;
}
.RWDfullScreenEditor .btn.btn-rj:hover, .btn.btn-rj:focus {
    background-color: #17a689;
    color: #fff;
}

.RWDfullScreenEditor .bgbanner{width:100%;height:100%;position: absolute;z-index:-1;top: 0;}
.RWDfullScreenEditor .bx-viewport,.RWDfullScreenEditor .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.RWDfullScreenEditor .bxslider,.RWDfullScreenEditor .bxslider li{
    height: 100% !important;
   list-style: none;
  margin:0px;padding:0px;
}
.RWDfullScreenEditor .bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.RWDfullScreenEditor .bx-wrapper .bx-viewport{
    border: none !important;
}
/*END*/
/* load db scrollDown001 */
.scrollDown001 {text-align: center;}
.scrollDown001 .scrollLink{display:inline-block;}

/*END*/
/* 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 RWDedictor001 */
/*subject area*/
.RWDedictor001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDedictor001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDedictor001 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDedictor001 h3 {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: -0.06em;    
}

.RWDedictor001 .mt30 {
    margin-top: 3em;
}

/*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 RWDproduct002 */
.RWDproduct002{position:relative;padding:50px 0px;}
/*subject area*/
.RWDproduct002 .section-subject{text-align:center;margin:0px 0px 50px;}
.RWDproduct002 .main-title{font-size:48px;margin:0px;color:#222;font-weight: 300;}
.RWDproduct002 .sub-title{font-size:22px;;margin:18px 0 0;color:#222;font-weight: 300;}
.RWDproduct002 .section-line {background-color: #222;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/
.RWDproduct002 .btn.btn-rj {
    background-color: #1abc9c;
    border-color: #1dd2af;
    color: #fff;
    text-transform: uppercase;
}
.RWDproduct002 .btn.btn-rj:hover, .btn.btn-rj:focus {
    background-color: #17a689;
    color: #fff;
}


            .filter-portfolio ul {
              padding: 0;
              margin: 0;
              margin-bottom: 30px;
              text-align: center;
            }
            .filter-portfolio ul > li {
              display: inline-block;
              margin: 0px 3px 10px 3px;
            }
            .filter-portfolio ul > li.active > a {
              font-weight: 700;
            }
            .popup-portfolio {
              margin: 0 auto;
            }
            .popup-portfolio .portfolio-item {
              padding: 0 7px;
            }
/*
            .popup-portfolio .portfolio-item {
              width: 100%;
              padding: 0 7px;
            }
            @media (min-width: 600px) {
              .popup-portfolio .portfolio-item {
                width: 320px;
              }
            }
            @media (min-width: 992px) {
              .popup-portfolio .portfolio-item {
                width: 273px;
              }
            }
            @media (min-width: 1024px) {
              .popup-portfolio .portfolio-item {
                width: 370px;
              }
            }
*/
            .portfolio-item {
              margin-bottom: 15px;
            }
            .portfolio-item > .inner-content {
              position: relative;
              display: block;
              overflow: hidden;
            }
            .portfolio-item > .inner-content:hover {
              cursor: pointer;
            }
            .portfolio-item > .inner-content:hover > .portfolio-content {
              display: block;
            }
            .portfolio-item > .inner-content > .portfolio-content {
              display: none;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              z-index: 10;
              background-color: #000;
              opacity: 0.7;
              filter: alpha(opacity=70);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
              -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail {
              width: 100%;
              height: 100%;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a {
              text-align: center;
              display: table;
              width: 100%;
              height: 100%;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text {
              display: table-cell;
              vertical-align: middle;
              padding: 0 15px;
              color: #fff;
              letter-spacing: 0.2em;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text h4 {
              text-transform: uppercase;
              font-size: 20px;
              font-weight: 300;
              margin-bottom: 10px;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text p {
              text-transform: uppercase;
              font-size: 14px;
              font-weight: 300;
              margin-bottom: 0px;
            }
            .portfolio-item > .inner-content > img {
              -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
            }
            /*---------------------------------------------------------------------*/
            /*  10.1. PORTFOLIO HOVER EFFECT 1 - GROW 
            /*---------------------------------------------------------------------*/
            .portfolio-item.grow > .inner-content:hover > img {
              -webkit-transform: scale(1.2);
              transform: scale(1.2);
            }

/*new style*/
.RWDproduct002 .showbottom a{
  text-align: left; text-decoration: none;color: inherit;
}
.RWDproduct002 .showbottom a:hover{
   text-decoration: none;
}

.RWDproduct002 .showbottom .portfolio-content{
  display:none!important;
}
.RWDproduct002 .showbottom:hover .inner-content > img {
              -webkit-transform: scale(1.2);
              transform: scale(1.2);
}

.RWDproduct002 .showbottom:hover .portfolio-bottom h4{
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
  color:#19509D;
}  
.RWDproduct002 .showbottom .btn_area{text-align:center;}
.RWDproduct002 .showbottom .btn_add2car{
    background-color: transparent;
    color: #333333;
    padding: 5px 40px;
    display: inline-block;
    width: auto;
    border-radius: 5px;
    border:1px solid #BABABA;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
}

.RWDproduct002 .showbottom:hover .portfolio-bottom .btn_add2car{
    background-color: #1D5377;
    color: #FFFFFF;
    border:1px solid #1D5377;
}

/*
@media (min-width: 992px){
    .popup-portfolio .portfolio-item.col-md-4 { width:calc((100% / 3) - 0.1px);}
}
@media (min-width: 768px){
    .popup-portfolio .portfolio-item.col-sm-4 { width:calc((100% / 3) - 0.1px);}
}
*/
/*END*/
/* load file model/lib/RWDproduct002/model.css */
.RWDproduct002 .btn_area{
	display: block;
	text-align: center;
}
.RWDproduct002 a.btn_add2car{
    display: inline-block;
    margin: 10px auto;
    padding: 3px 25px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #525252;
}

.RWDproduct002 a.btn_add2car:hover{
	transition: all 0.5s ease 0s;
	background-color: #525252;
	color:#FFFFFF;
}

.boxstand .heading {margin-bottom: 20px;clear: both;text-align: center;    border-radius: 0 !important;}
.boxstand .heading h2:before {right: 100%;}
.boxstand .heading h2:after {left: 100%;}
.boxstand .heading h2:before, .boxstand .heading h2:after {width: 100%;content: ' ';width: 70%;position: absolute;border-width: 1px;border-color: #bbb;top: 15px;height: 6px;border-top-style: solid;border-bottom-style: solid;}
.boxstand .heading h2 {color: #687074;font-size: 24px;font-weight: normal;padding: 0 12px;position: relative;display: inline-block;line-height: 34px !important;margin-top: 5px;text-shadow: none;}
.boxstand .heading p{color: #888;font-size: 14px;}
.bx-pagerx a {
  width:35px;
  height:35px;
  display:block;
  border:1px solid #dddddd;
 
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;
}
.bx-wrapper{margin-bottom:7px;}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:  0px;
}

.bx-wrapper .bx-prev{margin-left:-55px;}
.bx-wrapper .bx-next{margin-right:-55px;}
.bx-wrapper .bx-viewport{left:0px;}


 .standNavigation {text-align: center; margin-top: -32px}
 .standNavigation a.stand-btn {color: #ccc;width: 30px;height: 30px;font-size: 17px;cursor: pointer;line-height: 26px;text-align: center;display: inline-block;border: 2px solid #ddd;border-radius: 50% !important;text-decoration: none;position: absolute;}
 .standNavigation a.stand-btn:hover {color: #555;border-color: #777;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
 .standNavigation a.stand-btn.stand_prev i {margin-left: -2px;}
 .standNavigation a.stand-btn.stand_next i {margin-right: -2px;}

 .standNavigation a.stand-btn.stand_prev {left:0px;}
 .standNavigation a.stand-btn.stand_next {right:0px;}
.nbg{background-color: #c3c3c3;color:#FFFFFF;    border-radius: 0px;}
.nbg option{ background-color: #FFFFFF;color:#666666;margin:3px;border-bottom:1px solid #c3c3c3; }
.title-price{color:#c9253c;font-size:18px;}
.fix-price{color:#687074;font-size:14px;text-decoration: line-through;}
.btn-success{border-radius: 0px;width:100%;background-color: #18ab9b;border:1px solid #18ab9b;}


.boxstand{
    background-color:#ffffff;width:550px;height:420px;padding:30px;
}
.box_photo{width:240px;float:left;position:relative;}
.box_photo li{width:159px;height:218px;}
.box_info{width:200px;float:left;position:relative;margin-left:20px;}
@media (max-width: 600px) {
    .boxstand{width:90%;height:auto;}
    .box_photo{width:100%;float:none;}
    .box_info{width:100%;float:none;margin-left:0px;margin-top:52px;}  
    .bx-pagerx a{width:50px;height:50px;}
}

.bx-wrapper .bx-viewport{
    box-shadow:none!important;
    border:0px!important;
    left:0px!important;
}
.bx-wrapper{margin-bottom:0px!important;}
.standNavigation a{display:block;}
/*END*/
/* load db RWDbanner003 */
.RWDbanner003 .module-hero {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.RWDbanner003 ul,.RWDbanner003 li{margin:0px;padding:0px;list-style: none;}

.RWDbanner003 .hs-title-size-1 {
	letter-spacing: 0.1em;
	font-size: 14px;
}

.RWDbanner003 .hs-title-size-2 {
	letter-spacing: 0.2em;
	font-size: 18px;
}

.RWDbanner003 .hs-title-size-3 {
	letter-spacing: 0.1em;
	font-size: 28px;
}

.RWDbanner003 .hs-title-size-4 {
	letter-spacing: 0.2em;
	font-size: 36px;
}
.RWDbanner003 .font-inc {
    font-family: "Inconsolata", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.RWDbanner003 .font-alt {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.RWDbanner003 .m-b-20 {
    margin-bottom: 20px !important;
}
/* -------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

.RWDbanner003 .flex-direction-nav a,
.RWDbanner003 .flex-control-nav > li > a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		 -o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}

.RWDbanner003 .flex-direction-nav a {
	position: absolute;
	display: block;
	height: 100%;
	width: 50%;
	top: 0;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	margin:0;
}

.RWDbanner003 .flex-direction-nav .RWDbanner003 .flex-prev {
	opacity: 0;
	left: 0;
	cursor: url(../../model/sample/baseimg/RWDbanner003/prev-light.png), e-resize;
}

.RWDbanner003 .flex-direction-nav .flex-next {
	opacity: 0;
	right: 0;
	cursor: url(../../model/sample/baseimg/RWDbanner003/next-light.png), e-resize;
}

.RWDbanner003 .flex-control-nav {
	position: absolute;
	width: auto;
	left: 50%;
	bottom: 10px;
	z-index: 11;
	text-align: center;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.RWDbanner003 .flex-control-nav > li {
	display: inline-block;
	margin: 5px 3px;
}

.RWDbanner003 .flex-control-nav > li > a {
	background: transparent;
	border: 1px solid #fff;
	display: block;
	height: 6px;
	width: 6px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

.RWDbanner003 .flex-control-nav > li > a:hover,
.RWDbanner003 .flex-control-nav > li > a.flex-active {
	background: #fff;
}

.RWDbanner003 .hero-slider {
	position: relative;
	overflow: hidden;
}

.RWDbanner003 .hero-slider .slidebg {
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.RWDbanner003 .hero-slider > .slides > li.flex-active-slide .slidebg.slide-zoom {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

.RWDbanner003 .hero-slider > .slides > li .slidebg {
	-webkit-transition: transform 10s ease;
	   -moz-transition: transform 10s ease;
	    -ms-transition: transform 10s ease;
	     -o-transition: transform 10s ease;
	        transition: transform 10s ease;
}

.RWDbanner003 .hero-slider-dark .flex-direction-nav .flex-prev {
	opacity: 0;
	left: 0;
	cursor: url(../../model/sample/baseimg/RWDbanner003/prev-dark.png), e-resize;
}

.RWDbanner003 .hero-slider-dark .flex-direction-nav .flex-next {
	opacity: 0;
	right: 0;
	cursor: url(../../model/sample/baseimg/RWDbanner003/next-dark.png), e-resize;
}

.RWDbanner003 .hero-slider-dark .flex-control-nav > li > a {
	border: 1px solid #000;
}

.RWDbanner003 .hero-slider-dark .flex-control-nav > li > a:hover,
.RWDbanner003 .hero-slider-dark .flex-control-nav > li > a.flex-active {
	background: #000;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */

.RWDbanner003 .hero-slider {
	margin: 0!important;
}

.RWDbanner003 .hero-slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.RWDbanner003 .hero-slider,
.RWDbanner003 .hero-slider .flex-viewport {
	height: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
}

.RWDbanner003 .hero-slider .slides {
	height: 100% !important;
	-webkit-transition-delay: 1s;
	   -moz-transition-delay: 1s;
	        transition-delay: 1s;
}

.RWDbanner003 .hero-slider .slides li {
	background-position: center center;
	background-repeat: no-repeat;
	height: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* Caption */

.RWDbanner003 .hs-caption {
	position: relative;
	display: table;
	height: 100%;
}

.RWDbanner003 .hs-caption {
	position: relative;
	display: table;
	height: 100%;
}

.RWDbanner003 .caption-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.RWDbanner003 .caption-content.left {
	vertical-align: bottom;
	text-align: left;
	padding: 140px 0;
}

.RWDbanner003 .caption-content.right {
	vertical-align: bottom;
	text-align: right;
	padding: 140px 0;
}

@media (max-width: 767px) {

	.RWDbanner003 .caption-content.left,
	.RWDbanner003 .caption-content.right {
		vertical-align: middle;
		text-align: center;
	}

}

/* Dark background */

.RWDbanner003 .bg-dark,
.RWDbanner003 .bg-dark-30,
.RWDbanner003 .bg-dark-50,
.RWDbanner003 .bg-dark-90,
.RWDbanner003 .bg-dark .module-title,
.RWDbanner003 .bg-dark-30 .module-title,
.RWDbanner003 .bg-dark-50 .module-title,
.RWDbanner003 .bg-dark-90 .module-title {
	color: #fff;
}

.RWDbanner003 .bg-dark {
	background: #111;
}

.RWDbanner003 .bg-dark-30:before {
	position: absolute;
	background: rgba(0, 0, 0, .3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.RWDbanner003 .bg-dark-50:before {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.RWDbanner003 .bg-dark-90:before {
	position: absolute;
	background: rgba(0, 0, 0, .9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* Light background */

.RWDbanner003 .bg-light,
.RWDbanner003 .bg-light-30,
.RWDbanner003 .bg-light-50,
.RWDbanner003 .bg-light-90 {
	color: #000;
}

.RWDbanner003 .bg-light {
	background: rgba(234, 234, 234, 0.7);
}

.RWDbanner003 .bg-light-30:before {
	position: absolute;
	background: rgba(255, 255, 255, .3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.RWDbanner003 .bg-light-50:before {
	position: absolute;
	background: rgba(255, 255, 255, .5);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.RWDbanner003 .bg-light-90:before {
	position: absolute;
	background: rgba(255, 255, 255, .9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
@media (max-width: 991px) {

	/* Headers */

	.RWDbanner003 .hs-title-size-3 {
		font-size: 24px;
	}

}

@media (max-width: 767px) {


	/* Headers */

	.RWDbanner003 .hs-title-size-1 {
		font-size: 12px;
	}

	.RWDbanner003 .hs-title-size-3 {
		font-size: 20px;
	}


}
/*END*/
/* load db RWDhistory001 */
.RWDhistory001 .section-content{padding-top:70px;padding-bottom:80px;}
/*subject area*/
.RWDhistory001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDhistory001 h1.main-title{font-size:48px;margin:0px;color:#222;font-weight: 300;}
.RWDhistory001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#222;font-weight: 300;}
.RWDhistory001 .section-line {background-color: #222;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/
.timeline {
              position: relative;
              padding: 20px 0 20px;
              list-style: none;
            }
            @media (min-width: 768px) {
              .timeline:before {
                content: " ";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 50%;
                width: 2px;
                margin-left: -1px;
                background-color: #e1e1e1;
              }
            }
            .timeline > li {
              position: relative;
              margin-bottom: 40px;
            }
            @media (min-width: 768px) {
              .timeline > li {
                margin-bottom: 20px;
              }
            }
            .timeline > li:last-child {
              margin-bottom: 0px;
            }
            .timeline > li:before,
            .timeline > li:after {
              content: " ";
              display: table;
            }
            .timeline > li:after {
              clear: both;
            }
            .timeline > li > .timeline-panel {
              position: relative;
              width: 100%;
              background-color: #f9f9f9;
              border: 1px solid #d6dddd;
              border-radius: 3px;
              -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
            }
            @media (min-width: 768px) {
              .timeline > li > .timeline-panel {
                float: left;
                width: 44%;
              }
            }
            @media (min-width: 768px) {
              .timeline > li > .timeline-panel:before {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 26px;
                right: -15px;
                border-top: 15px solid transparent;
                border-right: 0 solid #d6dddd;
                border-bottom: 15px solid transparent;
                border-left: 15px solid #d6dddd;
              }
            }
            @media (min-width: 768px) {
              .timeline > li > .timeline-panel:after {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 27px;
                right: -14px;
                border-top: 14px solid transparent;
                border-right: 0 solid #1abc9c;
                border-bottom: 14px solid transparent;
                border-left: 14px solid #1abc9c;
              }
            }
            .timeline > li > .timeline-panel > .timeline-heading > img {
              margin-bottom: 20px;
            }
            .timeline > li > .timeline-panel > .timeline-heading > .timeline-title {
              margin: 0;
              font-size: 28px;
              font-weight: 400;
              color: #fff;
              background: #1abc9c;
              padding: 20px;
            }
            .timeline > li > .timeline-panel > .timeline-body > p {
              color: #222222;
              font-size: 18px;
              padding: 0px 20px 10px 20px;
            }
            .timeline > li > .timeline-badge {
              display: none;
            }
            @media (min-width: 768px) {
              .timeline > li > .timeline-badge {
                display: block;
                z-index: 100;
                position: absolute;
                top: 15px;
                left: 50%;
                width: 50px;
                height: 50px;
                margin-left: -25px;
                border-radius: 50% 50% 50% 50%;
                text-align: center;
                font-size: 50px;
                line-height: 50px;
                color: #ccc;
              }
            }
            @media (min-width: 992px) {
              .timeline > li > .timeline-badge {
                top: 0;
                width: 80px;
                height: 80px;
                margin-left: -40px;
                font-size: 80px;
                line-height: 80px;
              }
            }
            @media (min-width: 768px) {
              .timeline > li.timeline-inverted > .timeline-panel {
                float: right;
              }
            }
            @media (min-width: 768px) {
              .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
              }
            }
            @media (min-width: 768px) {
              .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
              }
            }
/*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 db RWDeformandsoical */
.RWDeformandsoical .fa{
              line-height: inherit;
            }
.RWDeformandsoical > .section-inner .section-content {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .RWDeformandsoical > .section-inner .section-content {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

/*subject area*/
.RWDeformandsoical .section-subject{text-align:center;margin-bottom:50px;}
.RWDeformandsoical h1.main-title{font-size:48px;margin:0px;color:#b7ada4;font-weight: 300;}
.RWDeformandsoical h2.sub-title{font-size:22px;;margin:18px 0 0;color:#b7ada4;font-weight: 300;}
.RWDeformandsoical .section-line {background-color: #b7ada4;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

            .RWDeformandsoical > .section-inner .section-content .countdown-text {
              margin-top: 50px;
            }
            .RWDeformandsoical > .section-inner .section-content .countdown-text > p {
              color: #b7ada4;
            }

.RWDeformandsoical.section-bgimage-yes {
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 1280px) {
  .RWDeformandsoical.section-bgimage-yes {
    background-attachment: fixed;
  }
}
.RWDeformandsoical.section-bgimage-yes > .section-inner > .section-overlay {
  content: '';
  position: absolute;
  background-color: #000;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  zoom: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}



            .RWDeformandsoical > .section-inner .section-content .content-message {
              color: #fff;
              background-color: #1abc9c;
              margin-bottom: 50px;
              padding: 30px;
            }
            .RWDeformandsoical > .section-inner .section-content .form-group .input-group {
              width: 100%;
            }
            .RWDeformandsoical > .section-inner .section-content .form-group label {
              color: #b7ada4;
              font-size: 18px;
              font-weight: 300;
              text-transform: uppercase;
              letter-spacing: 0.05em;
            }
            .RWDeformandsoical > .section-inner .section-content .form-group label.error {
              position: absolute;
              top: -26px;
              right: 0;
              font-size: 13px;
              font-weight: 700;
              text-transform: none;
            }
            .RWDeformandsoical > .section-inner .section-content .form-group input,
            .RWDeformandsoical > .section-inner .section-content .form-group textarea {
              color: #222;
              font-weight: 300;
              letter-spacing: 0.1em;
              border-radius: 0px;
              border-left-color: #1abc9c;
            }
            .RWDeformandsoical > .section-inner .section-content .form-group textarea {
              height: 137px;
            }
            .RWDeformandsoical > .section-inner .section-content .form-group button {
              width: 100%;
              margin-top: 30px;
              border-radius: 0px;
            }
            .RWDeformandsoical > .section-inner .section-content .form-group span {
              color: #fff;
              background-color: #1abc9c;
              border-radius: 0px;
              border-color: #1abc9c;
            }
            .RWDeformandsoical > .section-inner .section-content .form-group span > i {
              width: 20px;
            }
            .RWDeformandsoical > .section-inner .section-content .social-icon-text > h2 {
              display: inline-block;
              color: #fff;
              font-size: 40px;
              font-weight: 300;
              text-transform: uppercase;
              background-color: #1abc9c;
              width: 100px;
              height: 100px;
              line-height: 100px;
              border-radius: 50%;
              border: 1px solid #148f77;
              margin-top: 50px;
            }
            .RWDeformandsoical > .section-inner .section-content .social-icon-text > h4 {
              color: #b7ada4;
              font-size: 30px;
              font-weight: 300;
              letter-spacing: 0.1em;
              text-transform: uppercase;
              margin-top: 30px;
            }
            .RWDeformandsoical > .section-inner .section-content .social-icon-text > ul.social-icon-list {
              margin-top: 20px;
            }
            .RWDeformandsoical > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a {
              display: block;
              width: 40px;
              height: 40px;
              line-height: 40px;
              color: #c9c9c9;
              font-size: 16px;
              text-align: center;
              border: 1px solid #c9c9c9;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%;
            }
            .RWDeformandsoical > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a:hover {
              border-color: #ffffff;
            }
.RWDeformandsoical .btn.btn-rj {
    background-color: #1abc9c;
    border-color: #1dd2af;
    color: #fff;
    text-transform: uppercase;
}
.RWDeformandsoical .btn.btn-rj:hover,.RWDeformandsoical .btn.btn-rj:focus {
    background-color: #17a689;
    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 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*/