/* ---------------------------------------------------------------------------
 * Font Website
 * --------------------------------------------------------------------------- */
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Italic.ttf);
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}
@font-face {font-family:'WP';
	src: url('../fonts/WP.eot');
	src: url('../fonts/WP.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/WP.woff') format('woff'),
	     url('../fonts/WP.ttf') format('truetype'),
	     url('../fonts/WP.svg#WP') format('svg');
}
@font-face {font-family:'WPLine';
	src: url('../fonts/WPLine.eot');
	src: url('../fonts/WPLine.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/WPLine.woff') format('woff'),
	     url('../fonts/WPLine.ttf') format('truetype'),
	     url('../fonts/WPLine.svg#WPLine') format('svg');
}
/* ---------------------------------------------------------------------------
 * Default
 * --------------------------------------------------------------------------- */
* { margin:0; padding:0 }
html, div, ul, ol, li, h1, h2, h3, h4, h5, h6 { margin:0; padding:0 }
ul, ol { list-style:none }
img { border:none; outline:none }
a { text-decoration:none; outline:none }
a:hover, a:focus{ text-decoration: none; outline:none;}
body{font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}
/* Size */
body{font-size: 16px; font-weight: 500}
/* Size - Headings */
h1 {font-size: 22px;line-height: 35px;font-weight: 600;}	
h2 {font-size: 20px;line-height: 32px;font-weight: 600;}	
h3 {font-size: 18px;line-height: 26px;font-weight: 600;}	
h4 {font-size: 17px;line-height: 25px;font-weight: 600;}	
h5 {font-size: 17px;line-height: 25px;font-weight: 600;}	
h6 {font-size: 14px;line-height: 22px;font-weight: normal;}
/* Color */
body{color: #666;}
a{color: #007dcb;}
/* Color - Heading */
h1{color:#111}
h2{color:#333}
h3{color:#f23d4e}
h4{color:#08c}
h5{color:#262626}
h6{color:#5b7c98}

.no-scroll{overflow: hidden;}
.overlay-dark{background-color:rgba(0,0,0,.9);height:0;width:100%;position:fixed;left:0;bottom:0;-webkit-transition:height 0.6s ease-in-out;transition:height 0.6s ease-in-out;z-index:1500}
.overlay-dark.show{height:100%}

.close-album, .close-video{background: url(../images/close.png) center center/cover no-repeat;width: 60px;height: 60px;text-indent: -9999px;font-size: 0;cursor: pointer;position: absolute;right:30px;top:20px;left:auto;bottom:auto;margin:0;z-index:9999;-webkit-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-ms-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;display:block;box-shadow:0 0 60px rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.5);background-color:rgba(255,255,255,.1)}
.all-album, .all-video{position:fixed;display:none;z-index:3600;width:100vw;height:100vh;top:0;left:0;}
.album-load, .video-load{display:block;position:relative;width:100%;height:100%;opacity:0}
.close-album:hover, .close-video:hover{background-color:rgba(255,255,255,.3);box-shadow:0 0 20px rgba(255,255,255,.8)}
.admin-bar .close-album, .admin-bar .close-video{top:52px}

/* ---------------------------------------------------------------------------
 * Go to Top
 * --------------------------------------------------------------------------- */
.go-top.desktop{opacity: 0; display:block;background-color:#007dcb;margin-bottom:1px;width:46px;position:fixed;bottom:25px;right:25px}
.go-top.desktop a{display:block;position:relative;font-size:11px;text-align:center;color:#fff;padding-top:10px;padding-bottom:10px}
.go-top.desktop a i{width:20px;height:13px;display:inline-block;font-size:25px}
.go-top.show{-webkit-animation:scaleLarge;animation:scaleLarge;-webkit-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-delay:0.3s;animation-delay:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}

/* ---------------------------------------------------------------------------
 * Header logo
 * --------------------------------------------------------------------------- */
.header h1{font-size:0;line-height:0;text-indent:-9999px;margin:0}
.header{width:100%;height:80px}
.header_top{position:fixed;left:0;top:0;width:100%;height:80px;line-height:80px;text-align:center;font-size:0;z-index:10;background-color: #fff;}
.admin-bar .header_top{top: 32px;}
.logo{position:absolute;top:10px;line-height:0;}
.logo a{display:block;width:205px;height:33%}
.logo a img{width: 60%;height:135%;object-fit:contain;object-position:0 0}
@media screen and (max-width: 1100px){
    .header{height: 70px;}
    .header_top{position: static;left: auto;top: auto;background-color: transparent;padding: 0;height: 0;}
    .logo{position: fixed;z-index: 9;}
    .bg_header_mobile{position: fixed;left: 0;top: 0;width: 100%;height: 70px;background-color: #fff;z-index: 8;box-shadow: 0 0 30px 0 rgba(0,0,0,.3);}
}
/* ---------------------------------------------------------------------------
 * Main menu
 * --------------------------------------------------------------------------- */
.navigation{display:inline-block;vertical-align:middle;z-index:11}
.navigation, .navigation ul li{width:auto;height:auto}
.navigation ul li{float:left;padding:0 13px}
.navigation ul li a{padding:0 2px;font-family:Montserrat,sans-serif;font-weight:bold;font-size:15px;line-height:50px;color:#666;z-index:1;transition:all 0.3s ease-in-out;text-transform:uppercase;position:relative;display:block}
.navigation ul li a::after{position:absolute;width:100%;left:0}
.navigation ul li a::after{content:'';bottom:0;height:4px;margin:0;background-color:#666;transition:all 0.3s ease-in-out;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}
.navigation ul li:hover>a::after{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
.navigation ul li.current_page_item a{color: #00b1e7;}


@media screen and (max-width: 1100px){
    .nav-but{position:fixed;top:9px;right:10px;width:60px;height:48px;background:url("../images/nav-click.png") center top no-repeat;cursor:pointer;z-index:999}
    .nav-but.active {position: fixed;background-position: center bottom;}
    .nav-overlay{position:fixed;top:0;left:0;width:100%;height:0;background-color:rgba(0,0,0,.3);-webkit-transition:height 0.3s ease-in-out;transition:height 0.3s ease-in-out;z-index:400}
    .nav-overlay.active, .navigation{height:100vh}
    .navigation{position:fixed;width: 280px;left:auto;top:0;right:0;background-color:#fff;text-align:center;z-index:900;-webkit-transform: translate3d(280px,0,0);transform: translate3d(280px,0,0);-webkit-transition:0.3s ease-in-out;transition::0.3s ease-in-out}
    .navigation.active{-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
    .navigation ul li{display:block;float:none;padding:0;margin:0 0 1px}
    .navigation ul li a::after{display:none}
    #nav-main{width:100%;height:calc(100vh - 70px);top:70px;margin:0;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10;position:relative}
}
/* ---------------------------------------------------------------------------
 * Header Right
 * --------------------------------------------------------------------------- */
.header_right{position:fixed;right:30px;top:20px;font-size:0;line-height:0;z-index:10}
.admin-bar .header_right{top: 52px;}
.header_right li{position:relative;display:inline-block;vertical-align:middle;margin-left:10px}
.cart-shopping,.login-but,.search-but,.language-but{position:relative;display:block;width:40px;height:40px}
.search-but{background:url("../images/search.png") center center no-repeat}
.cart-icon{position:relative;display:block;width:100%;height:100%;background:url("../images/cart.png") center -3px no-repeat;background-size:contain}
.cart-text{position:absolute;left:50%;bottom:-10px;margin-left:-12px;width:24px;height:24px;-webkit-border-radius:50%;border-radius:50%;font-size:12px;text-align:center;line-height:24px;opacity: 0;}
.cart-text,.cart-top li{color:#fff;font-weight:700}
.login-but{background:url("../images/login.png") center center no-repeat}
@media screen and (max-width: 1100px){
    .header_right {right: 65px;top: 25px;}
}
/* ---------------------------------------------------------------------------
 * Search form
 * --------------------------------------------------------------------------- */
.search-form{position:fixed;right:15px;top:130px;display:block;width:400px;background-color:transparent;z-index:8;-webkit-transform:translate3d(0,-160px,0);transform:translate3d(0,-160px,0);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;opacity: 0}
.search-form.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0); opacity: 1}
.search-form input{font-size:15px;font-weight:400;line-height:35px;margin:0;border:1px solid #d3d3d3;border-radius:50px;padding-left:20px;padding-right:60px;width:100%;height:60px;box-shadow:0 0 10px rgba(0,0,0,.3)}
.search-form button{background-color:#fff;border:1px solid #d3d3d3;border-radius:50%;cursor:pointer;height:60px;right:0;position:absolute;text-indent:-9999px;top:0;width:60px}
.search-form button:after{content:"";background-repeat:no-repeat;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-image:url("../images/search.png");width:40px;height:40px}
.search-form input:focus,.search-form button:focus{outline:none}
.admin-bar .search-form{top: 162px;}
@media screen and (max-width: 1100px){
    .search-form{max-width: 300px;top: 70px;}
}
/* ---------------------------------------------------------------------------
 * SUB HEADER
 * --------------------------------------------------------------------------- */
.subheader{padding:200px 0;background-size:cover;text-align:center;opacity:1;margin-bottom: 45px;background-color:#00b1e7}
.subheader h1,.subheader h2{font-size:95px;color:#fff;margin-bottom:15px;line-height:100px}
ul.breadcrumbs{padding:0}
ul.breadcrumbs li{display:inline-block;color:#fff}
ul.breadcrumbs li a,ul.breadcrumbs a,ul.breadcrumbs span{color:#fff;font-size:16px}
ul.breadcrumbs li a:hover,ul.breadcrumbs li a:hover{color:#cc1f1a}
ul.breadcrumbs .breadcrumbs_icon{margin:0 5px;color:#fff;font-size:13px}

/* ---------------------------------------------------------------------------
 * Footer
 * --------------------------------------------------------------------------- */
.copyright{background:#00b1e7;color:#fff;overflow:hidden;padding:24px 0;text-align:center}
.copyright_content p{font-size:16px;line-height:22px;margin-bottom:0}.nav_footer{margin-bottom:15px}
.nav_footer ul li{display:inline-block;margin-right:16px;padding-right:16px;position:relative}
.nav_footer ul li a{color:#fff}
.nav_footer ul li a:after{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:#666;content:"";display:block;height:16px;right:0;width:1px;background:#fff}
.nav_footer ul li:last-child a:after{display:none}

.footer_social{text-align:center;background:#efefef;padding:40px 0}
.footer_social_title{font-size:16px;font-weight:bold;color:#666;margin-bottom:5px}
.footer_social ul li{display:inline-block}
.footer_social_icon{display:block;height:36px;margin:0 8px;position:relative;text-indent:-9999px;width:36px}
.footer_social_icon:hover{opacity: .8}
.icon_face{background-image: url(../images/icon_face.png);}
.icon_twitter{background-image: url(../images/icon_twitter.png);}
.icon_instagram{background-image: url(../images/icon_instagram.png);}
.icon_pinterest{background-image: url(../images/icon_pinterest.png);}
.icon_youtube{background-image: url(../images/icon_youtube.png);}


/* ---------------------------------------------------------------------------
 * Box share
 * --------------------------------------------------------------------------- */
.box_share{top:30%;position:fixed;z-index:2147483635;width:125px;left:0}
.box_share a{display:inline-block;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-webkit-transform:translate3d(-80px,0px,0);transform:translate3d(-80px,0px,0);-webkit-transition:all 0.3s ease-in-out}
.box_share a:hover{-webkit-transform:translate3d(0px,0px,0);transform:translate3d(0px,0px,0)}
.box_share a span:last-child{width:40px;height:40px;line-height:40px;text-align:center;display:inline-block;vertical-align:middle;color:#fff;font-size:20px}
.box_share a span:first-child{font-weight:700;font-size:14px;vertical-align:middle;word-wrap:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:40px;display:inline-block;max-width:500px;vertical-align:middle;color:#fff;width:80px;text-align:center}
.box_share a.facebook span:first-child,.box_share a.facebook span:last-child{background-color:#3a559f}
.box_share a.google span:first-child,.box_share a.google span:last-child{background-color:#DF4901}
.box_share a.twitter span:first-child,.box_share a.twitter span:last-child{background-color:#03a9f4}
.box_share a.instagram span:first-child,.box_share a.instagram span:last-child{background-color:#232323}
.box_share a.pinterest span:first-child,.box_share a.pinterest span:last-child{background-color:#bd081c}
/* ---------------------------------------------------------------------------
 * Loading
 * --------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
 * Archive Medium
 * --------------------------------------------------------------------------- */
.search .medium{max-width:70%;margin:0 auto}
.medium-classic,.medium-data{position:relative;padding:15px 0;display:inline-block;width:100%}
.medium-classic,.medium-data{border-bottom:1px solid #eee}
.medium-content{margin-bottom:25px}
.medium-data .thumbnail{margin:0;width:48.052%;float:left;max-width:160px;padding:0;border:none}
.medium-data .thumbnail a{position:relative;width:100%;background:#f5f5f5 url("../images/no-image.jpg");display:inline-block;vertical-align:top;background-repeat:no-repeat;background-position:center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;overflow:hidden}
.medium-data-photo{width:350px;height:197px;overflow:hidden;float:left;position:relative}
.medium-data-photo{width:160px;height:80px;margin-right:15px}
.medium-data-photo img{width:100%;max-width:100%;height:auto;float:left}
.medium-data-one.alt{width:100%}.medium-data-one{margin:0;padding-left:180px}
.medium-data-title{font-size:16px;line-height:20px;margin-bottom:5px}
.medium-data-title a{color:#666}
.medium-data-zero{display:inline-block;width:100%;font-size:0;margin-bottom:5px;position:relative}
.medium-data-excerpt{font-size:14px}.medium-data-excerpt,.medium-data-cat a{color:#666}
.medium-data-zero div{margin-right:20px;font-size:13px;display:inline-block}
.medium-data-author a{color:#007dcb}
.medium-data-more{color:#484848;position:relative;font-size:14px}
@media screen and (max-width: 1100px){
    .search .medium{max-width:100%;}
    .medium-data .thumbnail{width: 40%;}
}
 /* --------------------------------------------------------------------------
 * Content Post 
 * --------------------------------------------------------------------------- */

.no-sidebar .box-main{display:inline-block;width:100%;-webkit-box-shadow:0 -15px 33px 0 rgba(0,0,0,.2);box-shadow:0 -15px 33px 0 rgba(0,0,0,.2);background:#fff;padding:30px 35px}
.no-sidebar .box-main article{max-width: 70%; margin: 0 auto 30px;}
.title_wrapper{border-bottom: 1px solid #d4d4d4;padding-bottom: 15px;margin-bottom: 25px;}
.post-entry{margin-bottom:33px;line-height:28px; text-align: justify;}
.post-entry.standard-post-entry{margin-bottom:0}
.post-entry:before{content:" ";display:table}
.post-entry .inner-post-entry:after{content:" ";display:table;clear:both}
.post-entry.page-has-margin{margin-bottom:85px}
.post-entry img, .post-entry .wp-caption{max-width:100%;height:auto;}
.wpb_text_column{line-height:1.8}
.post-entry a:hover,.wpb_text_column a:hover{text-decoration:underline}
.post-entry h1,.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5,.post-entry h6,.post-entry hr,.wpb_text_column h1,.wpb_text_column h2,.wpb_text_column h3,.wpb_text_column h4,.wpb_text_column h5,.wpb_text_column h6,.wpb_text_column hr{margin-bottom:17px}
.post-entry p,.wpb_text_column p{margin-bottom:17px;font-size: 16px; text-align: justify;}
.post-entry h1,.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5,.post-entry h6,.wpb_text_column h1,.wpb_text_column h2,.wpb_text_column h3,.wpb_text_column h4,.wpb_text_column h5,.wpb_text_column h6{color:#313131;letter-spacing:0;line-height:1.3em}
.post-entry h1,.wpb_text_column h1{font-size:24px}
.post-entry h2,.wpb_text_column h2{font-size:22px}
.post-entry h3,.wpb_text_column h3{font-size:20px}
.post-entry h4,.wpb_text_column h4{font-size:18px}
.post-entry h5,.wpb_text_column h5{font-size:16px}
.post-entry h6,.wpb_text_column h6{font-size:14px}
.post-entry hr,.wpb_text_column hr{border:0;height:0;border-bottom:1px solid #dedede;clear:both}
.post-entry ul,.post-entry ol{padding-left:50px;margin-bottom:20px}
.post-entry ul ul{margin:2px 0;padding-left:22px}
.post-entry ol ol{margin:2px 0;padding-left:32px}
.post-entry ul li{margin-bottom:7px;position:relative;list-style-type:square;line-height:1.7}
.post-entry ol li{margin-bottom:2px;list-style:decimal}
.post-entry table{width:100%;margin-bottom:22px;border-collapse:collapse;border-left:1px solid #f5f5f5;border-right:1px solid #f5f5f5}
.post-entry td,.post-entry th{padding:12px;border-bottom:1px #e9e9e9 solid}
.post-entry th{font-weight:700;font-size:14px;background:#f5f5f5}
.post-entry tr:hover{background:#fff}
.post-entry blockquote,.wpb_text_column blockquote{padding:0;position:relative;margin:0 0 20px}
.post-entry blockquote,.post-entry blockquote p,.wpb_text_column blockquote,.wpb_text_column blockquote p{font-size:16px;color:#888;font-style:italic;line-height:1.7;text-align:left}
.post-entry blockquote p,.wpb_text_column blockquote p{margin:0}
.post-entry blockquote,.wpb_text_column blockquote{position:relative;padding:0 0 0 46px;border:0!important;overflow:hidden}
.post-entry blockquote:before,.wpb_text_column blockquote:before{color:#6eb48c;content:open-quote;font-family:playfair display sc,serif;font-size:64px;font-weight:900;line-height:1;font-style:normal;position:absolute;top:-4px;left:0}
.post-entry blockquote cite,.post-entry blockquote .author,.wpb_text_column blockquote cite,.wpb_text_column blockquote .author{display:block;font-size:12px;text-transform:uppercase;margin-top:7px;color:#6eb48c;font-style:normal;font-family:raleway,sans-serif;font-weight:700;overflow:hidden;text-align:left;position:relative;z-index:1}
.post-entry blockquote .author span,.wpb_text_column blockquote .author span{position:relative;display:inline-block;padding:0 10px 0 0}
.post-entry blockquote .author span:after,.wpb_text_column blockquote .author span:after{content:"";position:absolute;top:50%;width:90px;height:1px;background:#6eb48c;left:100%;opacity:.8}
.post-entry.blockquote-style-2 blockquote{background:#f5f5f5;padding:10px 20px 10px 24px}
.post-entry.blockquote-style-2 blockquote:before{content:'';left:0;position:absolute;height:100%;top:0;width:4px;background:#6eb48c}
.post-entry.blockquote-style-2 .author span{padding:0 0 0 30px}
.post-entry.blockquote-style-2 .author span:after{width:20px;left:0}
.penci-pullqoute.align-left{max-width:460px;float:left;width:100%;margin-right:20px}
.penci-pullqoute.align-right{max-width:460px;float:right;width:100%;margin-left:20px}
.sticky.post .post-header{border:1px dashed #ddd;padding:20px 0}
.post-entry em strong{font-style:italic}
.post-entry .gallery {
    display: inline-block;
    width: 100%;
    margin: 0 -5px 15px ;
}
.post-entry div[class*="gallery-columns"] .gallery-item{
    float: left;
    text-align: center !important;
    padding: 5px;
}
.gallery-columns-2 .gallery-item{
    width: calc(100%/2) !important;
}
.gallery-columns-3 .gallery-item{
    width: calc(100%/3) !important;
}
.gallery-columns-4 .gallery-item{
    width: calc(100%/4) !important;
}
.gallery-columns-5 .gallery-item{
    width: calc(100%/5) !important;
}
.gallery-columns-6 .gallery-item{
    width: calc(100%/6) !important;
}
.post-entry div[class*="gallery-columns"] .gallery-icon{
    border: 1px solid #dadada;
    margin-bottom: 0;
    padding: 5px
}
.post-entry div[class*="gallery-columns"] .gallery-icon img{
    border: none !important;
}
.gallery .gallery-item .gallery-caption{
    font-weight: normal;
    background-color: #dadada;
    padding: 8px 10px;
    font-size: 14px;
}
.post-entry figure{
    text-align: center
}
.post-entry figure figcaption{
    font-weight: 600;
    background-color: #dadada;
    padding: 8px 10px;
}
a img.aligncenter, img.aligncenter{display: block;margin-left: auto;margin-right: auto;}



.no-sidebar .single-post-title{
    letter-spacing: -999999px;
    height: 0;
    opacity: 0;
}
.container-single .single-post-title {
    font-size: 30px;
}
.post-box-meta-single {
    text-align: left;
    margin: 6px 0 0;
    font-size: 14px;
    background-color: #c2eaf4;
    padding: 10px 20px;
    border-radius: 3px;
    color: #00b1e7;
    font-weight: bold;
}
.header-standard .author-post span a {
    color: #666;
    text-transform: capitalize;
    font-weight: 500
}
.header-standard .author-post span a:hover {
    color: #2196f3;
}
.post-box-meta-single>span:before {
    content: "";
    width: 0;
    height: 10px;
    margin: 0 15px;
    display: inline-block;
    background: none !important;
    border-right: 1px solid;
    opacity: 0.7;
}
.post-box-meta-single>span:first-child:before{
    content:none;
    display:block
}
.header-standard.header-classic {
    margin: 0 0 26px 0;
    padding: 0;
}
.post-tags {
  margin-top: 30px;
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-left: 4px solid #ac2026;
  border-radius: 8px;
  font-family: 'Segoe UI', sans-serif;
}

.post-tags .tag-label {
  font-weight: bold;
  color: #333;
  margin-right: 10px;
  font-size: 16px;
}

.post-tags .tag-item {
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 2px 8px;
  background-color: #ac2026;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.post-tags .tag-item:hover {
  background-color: #005bb5;
}

.tags-share-box {
    display: table;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 19px 160px 18px 0;
    clear: both;
    border-top: 1px solid #DEDEDE;
    font-size: 14px;
}
.tags-share-box.center-box {
    text-align: center;
    padding: 15px 0;
}
.tags-share-box .single-comment-o {
    color: #888;
}
.tags-share-box .single-comment-o i {
    margin-right: 5px;
}
.tags-share-box .single-comment-o:after, .post-share a.penci-post-like:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 4px 6px 0 20px;
    vertical-align: top;
    border: none;
    background-color: #dedede;
}
.post-share {
    display: inline-block;
    position: static;
    z-index: 10;
    right: 0;
    top: 20px;
}
.post-share .list-posts-share {
    display: inline-block;
    vertical-align: top;
}
.post-share a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-size: 14px;
    margin: 0 0 0 10px;
    color: #313131;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.post-share a .dt-share {
    position: absolute;
    display: inline-block;
    font-size: 9px;
    font-weight: normal;
    background: #313131;
    color: #fff;
    height: 20px;
    white-space: nowrap;
    line-height: 20px;
    text-align: center;
    z-index: 20;
    bottom: -45px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.post-share .list-posts-share i{
    font-size: 18px;
}
.post-pagination {
    overflow: hidden;
    margin: 0;
    padding: 12px 0 15px;
    border-top: 1px solid #DEDEDE;
}
.post-pagination .prev-post {
    float: left;
    width: 50%;
}
.post-pagination .next-post {
    float: right;
    text-align: right;
    width: 50%;
}
.post-pagination.one_next .next-post{
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
    background-color: #c2eaf4;
    color: #666;
    padding: 15px 0;
    border-radius: 8px;
}
.post-pagination span {
    margin: 0;
    display: inline-block;
    color: #888;
}
.pagi-text {
    margin-top: 6px;
}
.container-single .post-pagination h5 {
    text-transform: none;
    letter-spacing: 0;
    line-height: 22px;
}
.post-pagination a {
    color: #00b1e7;
}
.post-pagination a:hover{
    color: #2196f3;
}


.post-related{
    overflow:hidden;
    margin:0;
    text-align:center;
    padding:36px 0 36px;
    border-top:1px solid #DEDEDE
}
.post-title-box, #respond h3.comment-reply-title{
    position:relative;
    padding:0;
    margin-bottom:30px;
    text-align:center
}
#respond h3.comment-reply-title span, .post-box-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 0 10px;
}
.item-related{
    margin:0 10px 20px;
    transition:opacity 0.2s;
    -webkit-transition:opacity 0.2s;
    -moz-transition:opacity 0.2s;
    text-align:center;
    width: calc((100%/3) - 20px);
    float: left;
}
.penci-posts-related-grid{
    padding-bottom:16px
}
.penci-related-grid-display{
    margin-left:-10px;
    margin-right:-10px;
    width:100%;
    width:calc(100% + 20px)
}
.penci-related-grid-display .item-related{
    opacity:1;
    margin:0 0 20px;
    padding:0 10px;
    width:33.333333%;
    float:left
}
.penci-related-grid-display .item-related:nth-child(3n+1){
    clear:both
}
.penci-related-grid-display .item-related span.date{
    margin-top:6px
}
.penci-owl-carousel.owl-loaded .item-related{
    opacity:1
}
.penci-owl-carousel-slider .owl-dots{
    position:static;
    height:10px;
    clear:both;
    margin-top:16px;
    text-align:center
}
.penci-owl-carousel-slider .owl-dots.disabled, .penci-owl-carousel-slider .owl-nav.disabled{
    display:none
}
.penci-related-carousel .owl-dot span{
    width:10px;
    height:10px;
    display:inline-block;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    font-size:0;
    background:#fff;
    margin:0 2px;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    outline:none;
    vertical-align:top;
    cursor:pointer;
    transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    border:2px solid #DEDEDE
}
.penci-owl-carousel-slider .owl-dot span{
    border:1px solid #d4d4d4;
    background:#fff
}
.penci-owl-carousel-slider .owl-dot.active span, .penci-related-carousel .owl-dot.active span{
    background:#6eb48c;
    border-color:#6eb48c
}
.item-related img{
    width:100%;
    height:auto
}
.item-related>a{
    transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
    -moz-transition:opacity 0.3s;
    display:inline-block;
    margin-bottom:17px;
    width:100%;
    position:relative
}
.item-related>a:hover{
    opacity:0.85
}
.item-related h3{
    line-height: 20px;
    font-size: 18px;
}
.item-related h3 a {
    color: #666;
}
.item-related span.date {
    color: #888;
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
}

/* ---------------------------------------------------------------------------
 * Comments
 * --------------------------------------------------------------------------- */
.comment_top{margin-bottom:15px}
.comment_top .avatar_comment{position:absolute;border-radius:50%;width:40px;margin:12px 19px}
.comment_top .avatar_comment img{border-radius:50%}
.comment_left{float:left;width:50%}
.comment_right{float:right;width:50%;text-align:right}
.comments, .comment-content, .comment-protect, .comment-heading{width:100%;}
.comment{width:100%;display:inline-block}.comments{max-width:70%;margin:0 auto;float:none}
.comment-content{box-sizing:border-box;padding:15px 0}
.comment-container{width:100%;float:left;}
.comment-protect{padding:15px;font-size:14px;line-height:18px;text-align:center;margin-bottom:15px;box-sizing:border-box}
.comment-heading{font:16px/24px;margin-bottom:15px}
.comment-heading div{float:right;font-size:14px}
.comment-heading div span{margin-left:10px;padding:3px 15px;font-weight:bold;border-radius:5px}
.comment-content.store{border-top:none}
.comment-protect{background:#ecebeb;color:#797b7c}
.comment-heading{color:#2A2A2A;float:left;width:100%;}
.comment-heading div{color:#34af37}
.comment-heading div span{background:#f5f5f5;color:#666;border:1px solid #b4b4b4}
.comment-list li{float:left;width:100%;border-bottom:1px solid #e4e4e4;padding-bottom:20px;margin-bottom:20px}
.reply a.del{color:#e62117;display:inline-block;float:right;}
.comment-one{float:left;width:100%;margin-bottom:15px;}
.comment-heading h3{font-size:20px;text-transform:uppercase;font-weight:bold;margin:0 0 25px;}
.comment-respond_head{float:left;width:100%;}
.comment-respond_head h3{margin:0 0 25px;font-size:20px;font-weight:bold}
.comment-respond form{float:left;width:100%;}
.comment-form-rating label{font-size:16px;color:#7a7a7a;font-style:italic;}
.comment-form-rating .stars{float:left;margin-left:15px;font-size:22px;}
.comment-form-rating{float:left;width:100%;margin-bottom:15px}
.comment-2{float:left;width:100%;}
.comment-list ul{float:left;width:100%;list-style:none;margin-top:5px}
.comment-form label{float:left;margin-bottom:5px}
.comment-form input.field{width:100%;font:14px/18px;border-radius:0;border:none;-webkit-border-radius:0px;-webkit-appearance:none;box-sizing:border-box;float:left;padding:5px 30px;margin-bottom:15px}
.comment-form input.submit{padding:0 25px;height:40px;padding-bottom:4px;line-height:40px;cursor:pointer;text-align:center;border-radius: 50px;}
.comment-form label span{color:#e62117; }
.comment-form input.field, .comment-form textarea{background:#fff;color:#333;border:1px solid #00b1e7;border-radius: 50px;font-size:15px;}
.comment-form input.field:focus, .comment-form textarea:focus{text-decoration: none; outline:none;}
.comment-form textarea{height: 75px;width: 100%; padding: 15px 80px;}
.comment-form input.submit{background:#00b1e7;border:none;color:#fff;text-transform:uppercase;font-weight:bold;font-size:15px}
.comment-form input.submit:hover{background:#f23d4e;border:1px solid #f23d4e;color:#fff}
.comment-list{margin:0;padding:0;list-style:none;float:left;width:100%;margin-bottom:35px;}
.comment-author_information{width:180px;float:left;text-align:center;border-right:1px solid #e2e2e2;padding:15px 0;}
.comment-avatar{margin-bottom:10px;}
.comment-meta .comment-author_name{display:block;text-transform:uppercase;font-weight:bold;font-size:14px;}
.comment-box{float:left;width:calc(100% - 180px);padding-left:25px;text-align:justify;line-height:25px;}

/* ---------------------------------------------------------------------------
 * Pagination
 * --------------------------------------------------------------------------- */
.show-more{display: inline-block;width: 100%; margin-bottom: 25px}
.pagination{width:auto;height:auto;margin:0 auto;padding:12px 0;display:table}
.pagination a, .pagination span{width:auto;padding:8px 15px 10px 15px;margin:0 3px;font-size:14px;line-height:14px;float:left}
.pagination .numbers{float:left}
.pagination-comment{margin-bottom:0}
.pagination-article, .pagination-comment{width:100%;float:left}
.pagination-article, .pagination-comment{margin-bottom:24px;text-align:center}
.pagination-article span, .pagination-comment a, .pagination-comment span{margin:10px 4px;padding:5px 20px 8px 20px;font-weight:bold;border-radius:3px;display:inline-block}
.pagination-comment{margin-bottom:0}
.pagination span{background:#0066a6;color:#fff}
.pagination a{background:#f1f1f1;color:#666}
.pagination a:hover{background:#f04e30;color:#fff}
.pagination a:hover, .pagination-article a:hover span, .pagination-comment a:hover{background:#f04e30;color:#fff}
.pagination-article, .pagination-comment{background:#fafafa}
.pagination-article span, .pagination-comment span{background:#00cc77;color:#fff;box-shadow:0 0 2px #dadcdb}
.pagination-article a span, .pagination-comment a{background:#fff;color:#666;box-shadow:0 0 2px #dadcdb}
/* ---------------------------------------------------------------------------
 * 404 Error
 * --------------------------------------------------------------------------- */
.box_error404{width:calc(100% - 40px);margin:20px 2%;padding:20px 3%;float:left}
.box_error404 h2{font:20px/20px;padding-bottom:15px;position:relative}
.box_error404 h2:after{position:absolute;right:0;top:0;font:24px/24px "WP";content:"H"}
.box_error404 h3{font-size:18px;font-weight:bold;padding-bottom:10px;color:#666;}
.box_error404 h5{font-size:15px;line-height:20px;;padding-bottom:20px; color: #666;}
.box_error404 div{width:100%;float:left}
.box_error404 div.big{padding:0px 0 20px 0;font-weight:bold;font-size:150px;line-height:150px;text-align:center;letter-spacing:8px}
.box_error404 div.oops{margin-bottom:30px;font-size:20px;line-height:28px;text-align:center}
.box_error404 div.go{margin-bottom:40px}
.box_error404 div.go a{padding:15px 30px;margin:0 auto;font-size:20px;font-weight:bold;border-radius:50px;display:table;text-transform:uppercase;}
.box_error404 div.useful{padding-top:10px}
.box_error404 div.useful ul{width:60%;float:left;text-align:left;}
.box_error404 div.useful ul li{list-style:none;padding:0 0 12px 20px;font-size:15px;line-height:22px;position:relative;display:list-item}
.box_error404 div.useful ul li:before{position:absolute;left:0;top:4px;font:16px/16px "WP";content:"*"}
.box_error404 div.useful form{width:38%;padding-left:2%;float:right}
.box_error404 div.useful input.field{width:100%;height:45px;padding:0 20px;outline:none;border-radius:5px;position:relative;z-index:10;font-size:15px;line-height:45px;}
.box_error404{background:#fff}
.box_error404 h2{border-bottom:1px solid #dadada;color:#646262}
.box_error404 h2:after{color:#ce1417}
.box_error404 div.big{color:#1DA1F2}
.box_error404 div.oops{color:#393a3c}
.box_error404 div.go a{background:#1DA1F2;color:#fff}
.box_error404 div.go a:hover{background:#fede5f;color:#8d7b1b;}
.box_error404 div.useful{border-top:1px solid #dadada;color:#646262}
.box_error404 div.useful ul li a{color:#666666}
.box_error404 div.useful ul li a:hover{color:#ce1417}
.box_error404 div.useful input.field{border:1px solid #d2d8dd}

/* ---------------------------------------------------------------------------
 * MENU MOBILE
 * --------------------------------------------------------------------------- */

/*====BEGIN: MENU MOBILE====*/
.menu_mobile{
    float: right;
    position: relative;
    overflow: hidden;
    /*display: none;*/
}
.menu_mobile.showmenu{
    position: static;
    display: block
}
.menu_mobile .mmContent .icon_menu{
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 28px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    background: transparent;
    margin-top: 12px;
}
.menu_mobile .icon_menu .style_icon{
    display: block;
    position: absolute;
    top: 18px;
    left: 12px;
    right: 12px;
    height: 2px;
    background: transparent;
    -webkit-transition: background 0s .3s;
    -moz-transition: background 0s .3s;
    transition: background 0s .3s;
}
.menu_mobile .icon_menu .style_icon:before,
.menu_mobile .icon_menu .style_icon:after{
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}
.menu_mobile .icon_menu .style_icon:before{
    top: -4px;
    -webkit-transition-property: top, -webkit-transform;
    -moz-transition-property: top, -moz-transform;
    transition-property: top, transform;
}
.menu_mobile .icon_menu .style_icon:after{
    bottom: -4px;
    -webkit-transition-property: bottom, -webkit-transform;
    -moz-transition-property: bottom, -moz-transform;
    transition-property: bottom, transform;
}
.menu_mobile.showmenu .icon_menu .style_icon{
    background: transparent;
}
.menu_mobile.showmenu .icon_menu .style_icon:before{
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}
.menu_mobile.showmenu .icon_menu .style_icon:after{
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}
.menu_mobile .divmm {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 999991;
}
.menu_mobile .divmm .mmContent {
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 101;
    -webkit-transform: translate(0%, -100%);
    -moz-transform: translate(0%, -100%);
    -o-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
}
.menu_mobile .divmm .mmContent .mmSearch {
    padding: 10px;
    background-color: #d01820;
    position: relative;
    z-index: 1;
}
.menu_mobile .divmm .mmContent .mmSearch .input-group .form-control {
    height: 30px;
}
.menu_mobile .divmm .mmContent .mmSearch .input-group button.btn {
    height: 30px;
    background: #dca73a;
    color: #ffffff;
    border-color: #dca73a;
    outline: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.menu_mobile .divmm .mmContent .mmSearch .input-group button.btn span {
    color: #ffffff;
}
.menu_mobile .divmm .mmContent .mmTitle{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 13px 10px 13px 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #009442;
}
.menu_mobile .divmm .mmContent .mmTitle:after{
    position: absolute;
    font-family: "fontawesome";
    top: 10px;
    left: 15px;
    width: 35px;
    height: 26px;
    border-right: 1px solid #4dcbd5;
    color: #ffffff;
    font-weight: normal;
    font-size: 30px;
    line-height: 26px;
}
.menu_mobile .divmm .mmContent .mmMenu {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    color: #333333;
    pointer-events: auto;
}
.nav_mobile{
    background-image: url(../images/bg_menu.png);
    background-size: cover;
}
.menu_mobile .divmm .mmContent .mmMenu ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
.menu_mobile .divmm .mmContent .mmMenu > ul{
}
.menu_mobile .divmm .mmContent .mmMenu ul li {
    display: inline-block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    margin: 0 15px;
}
.menu_mobile .divmm.en_box .mmContent .mmMenu ul li{
    margin: 0 20px;
}
.menu_mobile .divmm .mmContent .mmMenu ul li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 0 25px;
    height: 80px;
    line-height: 80px;
    position: relative;
    font-weight: 500;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu_mobile .divmm .mmContent .mmMenu ul li a:hover{
    color: #3b82ea;

}
.menu_mobile .divmm .mmContent .mmMenu ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 3px;
    background: transparent;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub{
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub,
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > a,
.menu_mobile .divmm .mmContent .mmMenu > ul > li.current > .m-sub,
.menu_mobile .divmm .mmContent .mmMenu > ul > li.current > a{
    color: #df0000;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub > a,
.menu_mobile .divmm .mmContent .mmMenu > ul > li.current > .m-sub > a{
    color: #df0000;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li > .m-sub > a:after,
.menu_mobile .divmm .mmContent .mmMenu > ul > li > a:after {
    position: absolute;
    font-family: fontawesome;
    content: '';
    top: 15px;
    left: 0;
    font-size: 10px;
    line-height: 20px;
    color: #999999;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul {
    width: 100%;
    margin: 0px 0 20px 40px;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li{
    border-bottom: none;
    border-top: 1px solid #ffffff;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a {
    padding: 0 5px;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    position: relative;
    font-weight: normal;
    text-transform: none;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a:after{
    position: absolute;
    font-family: fontawesome;
    content: '';
    top: 12px;
    left: 0;
}
.menu_mobile .divmm .mmContent .mmMenu ul li ul li a:hover{
    color:#3b82ea;
    background-color: transparent;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .m-sub{
    position: relative;
    padding-right: 45px;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    cursor: pointer;
    border-left: 1px solid rgba(0,0,0,0.1);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-family: 'Material-Design-Iconic-Font';
    content: '\f2fb';
    font-size: 18px;
    line-height: 30px;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show:before{
    content: '\f2f9';
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show{
    background-position: -45px 50%;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family:"fontawesome";
    font-size: 20px;
    line-height: 36px;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub > .button-submenu:after{
    color:#0066b3;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu.show:after {
}
.menu_mobile .divmm .mmContent .formsearch{
    height: 60px;
    background: #104872;
    padding: 10px 0;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 62px;
    right: 0;
    z-index: 1;
}
.menu_mobile .divmm .mmContent .formsearch .form-control{
    background: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}
.menu_mobile .divmm .mmContent .formsearch button.btn{
    width: 50px;
    height: 34px;
    background: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    position: relative;
}
.menu_mobile .divmm .mmContent .formsearch button.btn:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "fontawesome";
    content: '\f002';
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 25px;
}
.menu_mobile .divmm .mmContent .close-mmenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    color: #ffffff;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    cursor: pointer;
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
    opacity: 0;
    pointer-events: auto;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
.menu_mobile .close-mmenu .icon_menu{
    margin: 15px auto;
    border: none;
    transition: inherit;
}
.menu_mobile .close-mmenu .icon_menu .style_icon{
    top: 24px;
}
/*.menu_mobile .divmm .mmContent .close-mmenu:after{*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*font-size: 30px;*/
/*line-height: 40px;*/
/*-webkit-transform:translate(-50%,-50%);*/
/*-moz-transform:translate(-50%,-50%);*/
/*-o-transform:translate(-50%,-50%);*/
/*-ms-transform:translate(-50%,-50%);*/
/*transform:translate(-50%,-50%);*/
/*color: #333333;*/
/*font-family: "fontawesome";*/
/*content: "\f00d";*/
/*}*/
.menu_mobile .divmm.show {
    visibility: visible;
}
.menu_mobile .divmm.show .mmContent {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.menu_mobile .divmm.show .mmContent .close-mmenu {
    top: 0;
    opacity: 1;    
    left: auto;
    right: 0;
    background-color: #f68121;
}
.menu_mobile .divmm .divmmbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.menu_mobile .divmm.show .divmmbg {
    opacity: 1;
    visibility: visible;
}
.menu_mobile .logo_langues{
    background: #f2f2f2;
    position: relative;
}
.menu_mobile .logo_langues .ll_logo{
    float: left;
    width: 330px;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    height: 50px;
    padding: 5px 20px;
}
.menu_mobile .logo_langues .ll_logo img{
    max-height: 40px;
}
.menu_mobile .logo_langues .ll_langues{
    width: 150px;
    float: right;
}
.menu_mobile .logo_langues .ll_langues .ll_ttile{
    background: #e0e0e0;
    padding: 15px 30px 15px 15px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
}
.menu_mobile .logo_langues .ll_langues .ll_ttile:before{
    position: absolute;
    font-family: FontAwesome;
    content: '\f107';
    text-align: center;
    top: 50%;
    right: 0;
    width: 30px;
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.menu_mobile .logo_langues .ll_langues .ll_ttile .text{
    float: left;
    max-width: 85px;
    padding-right: 10px;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.menu_mobile .logo_langues .ll_langues .ll_ttile img{
    max-width: 18px;
    max-height: 13px;
    margin-top: 4px;
}
.menu_mobile .logo_langues .ll_langues .ll_content{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1px;
    background: #e0e0e0;
    z-index: 1;
    display: none;
}
.menu_mobile .logo_langues .ll_langues.active .ll_content{
    display: block;
}
.menu_mobile .logo_langues .ll_langues .ll_content .list_lang a{
    display: block;
    border-bottom: 1px solid #ffffff;
    padding: 5px 20px;
    padding-left: 45px;
    position: relative;
}
.menu_mobile .logo_langues .ll_langues .ll_content .list_lang a img{
    max-width: 18px;
    max-height: 13px;
    margin-right: 5px;
    position: absolute;
    top: calc(50% - 2px);
    left: 20px;
    transform: translate(-50%, -50%);
}
.menu_mobile .search-hotline{
    background: #225d24;
    padding: 20px;
}
.menu_mobile .search-hotline .sh_hotline{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #ffffff;
    padding-left: 30px;
    position: relative;
    font-weight: 600;
}
.menu_mobile .search-hotline .sh_hotline:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    content: '\f095';
    font-weight: normal;
}
.menu_mobile .search-hotline .sh_hotline a{
    color: #ffffff;
}
.menu_mobile .search-hotline .sh_search .form-control{
    height: 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.menu_mobile .search-hotline .sh_search button.btn{
    margin-left: 0 !important;
    height: 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-left: 1px solid #e4e4e4;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #666666;
}
.menu_mobile .search-hotline .sh_search button.btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.menu_mobile .search-hotline .sh_search button.btn .fa{
    color: #333333;
    padding-left: 5px;
}
.search_mobile{
    float: left;
    display: none;
}
.search_mobile .sm_title{
    width: 50px;
    height: 50px;
    position: relative;
    background: #f3f3f3;
    cursor: pointer;
    font-size: 20px;    
    text-align: center;
    line-height: 50px;
    color: #225d24;
    margin-top: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box_nav_product{
    background-image: url(../images/bg_menu_product.jpg);
}
.nav_product_title{
    margin-bottom: 50px
}
.nav_product_title h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.nav_product ul{
    margin: 0;
    padding: 0;
}
.nav_product .product-menu{
    margin: 0 -15px
}
.menu_mobile .divmm .mmContent .mmMenu .nav_product ul li{
    float: left;
    min-height: 220px;
     margin: 0 26px;
}
.menu_mobile .divmm .mmContent .mmMenu .nav_product ul li a{
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #3b82ea;
    font-weight: bold;
    height: auto;
    line-height: 28px;
    margin-bottom: 15px;
}
.menu_mobile .divmm .mmContent .mmMenu .nav_product ul ul{
    width: 100%;
}
.menu_mobile .divmm .mmContent .mmMenu .nav_product ul ul li{
    display: block;
    border: none;
    margin: 0 0 15px;
    position: relative;
    float: none;
    width: 100%;
    min-height: 0;
    max-width: 328px;
}
.menu_mobile .divmm .mmContent .mmMenu .nav_product ul ul li a{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    height: auto;
    padding: 0 0px 0 25px;
    font-weight: 500;
    text-transform: inherit;
    margin: 0;
}
.menu_mobile .divmm .mmContent .mmMenu .nav_product ul ul li a:before{
    content: '\f301';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    position: absolute;
    top: 3px;
    left: 0;
}


.post-type-archive-project .grid-post-box-meta, .post-type-archive-project .item-content{display:none;}

/* ---------------------------------------------------------------------------
 * CATEGORY POST
 * --------------------------------------------------------------------------- */
.container.penci_sidebar #main{width:70.94%;padding-right:50px;float:left}
.penci-sidebar-content{width:29.06%;float:right;position:relative;overflow:visible;box-sizing:border-box;min-height:1px}
.archive-box{background:none;margin:0 0 30px;position:relative;text-align:center}.archive-box h1{color:#2196f3}
.archive-box .title-bar{position:relative;display:block}
.archive-box span,.archive-box h1{letter-spacing:1px;color:#313131;font-weight:bold;text-transform:uppercase;font-size:24px;line-height:1.2em;position:relative;z-index:10;display:initial}
ul.penci-grid{display:inline-block;width:100%;vertical-align:top;padding:0;margin:0}
.penci-grid>li{display:inline-block;vertical-align:top;width:31.62%;margin-bottom:51px;float:left;margin-right:2.57%;list-style:none !important}
.penci-grid>li:nth-of-type(3n+1){clear:both}
.penci-grid li.list-post{width:100% !important;margin-right:0 !important;padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #DEDEDE}
.container.penci_sidebar .penci-grid li:nth-of-type(2n+1),.penci-grid li.grid-2-style:nth-of-type(2n+1){clear:both}
.penci-grid li .item > .thumbnail,.penci-masonry .item-masonry>.thumbnail{display:inline-block;position:relative;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;margin-bottom:28px;width:100%}
.penci-grid li.list-post .item>.thumbnail{margin:0;width:48.052%;float:left;max-width:370px;padding:0;border:none}
.penci-image-holder{position:relative;width:100%;background:#f5f5f5 url("../images/no-image.jpg");display:inline-block;vertical-align:top;background-repeat:no-repeat;background-position:center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;overflow:hidden}
.penci-image-holder:before{display:block;content:"";width:100%;padding-top:66.6667%;background:none !important;box-shadow:none !important}
.penci-grid li.list-post .item .content-list-right{margin:0;padding-left:400px}.list-post .header-list-style{position:relative;padding-bottom:0}
.list-post .header-list-style h2{line-height:24px}
.penci-grid li .item .cat,.penci-masonry .item-masonry .cat{color:#6eb48c;display:block;margin-bottom:8px}
.cat>a.penci-cat-name{font-size:13px;color:#6eb48c;line-height:1.2;margin:0 18px 0 0;padding-right:10px;display:inline-block;vertical-align:top;background:none;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;font-weight:normal;margin-bottom:5px;position:relative;text-decoration:none}
.penci-grid .cat a.penci-cat-name,.penci-masonry .cat a.penci-cat-name{color:#2196f3}
.cat>a.penci-cat-name:after{content:"";display:inline-block;border:1px solid;font-size:12px;margin-left:11px;position:absolute;top:50%;margin-top:-3px;width:3px;height:3px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg)}
.grid-post-box-meta{margin:12px 0 0;font-size:14px}.grid-post-box-meta span{color:#888}.grid-post-box-meta span a{color:#313131}
.grid-post-box-meta span:after{content:"";width:1px;height:10px;background:#DEDEDE;margin:0 11px 0 15px;border-right:1px solid;background:none !important;opacity:0.6;display:inline-block}
.grid-post-box-meta span:last-child:after,span.svl_show_count_only:after{display:none}
.penci-grid li .item .item-content,.penci-masonry .item-masonry .item-content,.penci-grid .mixed-detail .item-content{margin-top:18px;text-align:left}
.penci-grid li .item h2 a,.penci-masonry .item-masonry h2 a{font-size:18px;color:#666;letter-spacing:0.5px;-o-transition:0.3s;-ms-transition:0.3s;-moz-transition:0.3s;-webkit-transition:0.3s}.penci-sidebar-content .widget{width:100%;margin-right:0;float:none;margin-bottom:60px;clear:both}
.penci-sidebar-content .widget-title{color:#313131;margin-bottom:30px;font-weight:bold;letter-spacing:1px;position:relative;text-align:center;line-height:1.3;background:#fff}
.penci-sidebar-content.pcalign-left .widget-title{text-align:left}
.penci-border-arrow .inner-arrow{border:1px solid #666;background:#fff;position:relative;display:block;text-transform:uppercase;padding:8px 12px 7px;z-index:3;font-size:16px}
.penci-sidebar-content .penci-border-arrow .inner-arrow{background-color:#666}
.penci-sidebar-content .penci-border-arrow .inner-arrow{color:#fff}
.widget-social{text-align:center;display:table;width:100%}.widget-social.show-text{margin-left:-5px}
.widget a{color:#313131}.widget-social a:first-child{margin-left:0}
.widget-social.show-text a{width:50%;float:left;text-align:left;margin-bottom:10px}
.widget-social a i{width:36px;height:36px;line-height:34px;background:none;color:#313131;border:1px solid #E0E0E0;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;margin:0 5px 5px;display:inline-block;font-size:14px;-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;text-align:center}
.widget-social.show-text a i{margin-bottom:0}
.widget-social.remove-circle a i{width:auto;height:auto;line-height:20px;background:none !important;border:none !important;font-size:18px !important}
.penci-sidebar-content img{max-width:100%;height:auto;vertical-align:top}
.widget-social.show-text a span{display:inline-block;color:#313131;text-transform:uppercase;font-size:13px;margin-left:10px;font-weight:bold;letter-spacing:0;transition:color 0.3s;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;line-height:20px}.widget-social.remove-circle a span{line-height:20px;margin-left:5px}
.widget ul li{margin-bottom:11px;padding-bottom:12px;border-bottom:1px solid #DEDEDE;font-size:14px;color:#888}
.widget ul.side-newsfeed li{list-style-type:none;margin-bottom:20px;padding-bottom:20px;margin-left:0;position:relative}
.widget ul.side-newsfeed li.featured-news{width:100% !important;margin-right:0}
.widget ul.side-newsfeed li .order-border-number{position:absolute;left:5px;top:-15px;background-color:rgba(255,255,255,0.3);box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);display:inline-block;vertical-align:middle;width:30px;height:30px;line-height:28px;border-radius:50%;z-index:3;text-align:center}
.widget ul.side-newsfeed li.featured-news .order-border-number{width:40px;height:40px;line-height:38px}
.widget ul.side-newsfeed li .side-item{overflow:hidden;position:relative}
.widget ul.side-newsfeed li .side-item .side-image{float:left;margin-right:20px;position:relative;width:120px}
.widget ul.side-newsfeed li.featured-news .side-image{float:none !important;margin:0 0 12px !important;width:100%}
.widget ul li a{font-size:14px;font-style:normal;line-height:1.4}
.widget ul.side-newsfeed li .side-item .side-image a{transition:opacity 0.3s;-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s}
.widget ul.side-newsfeed li .side-item .side-item-text{overflow:hidden;width:calc( 100% - 140px)}
.widget ul.side-newsfeed li.featured-news .side-item-text{width:100%}
.widget ul.side-newsfeed li .side-item .side-item-text h4 a{margin-bottom:6px;color:#313131;display:block;font-size:16px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;letter-spacing:0;line-height:1.4}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta{letter-spacing:0;color:#888;font-size:13px}
.widget ul.side-newsfeed li .number-post{background-color:#383838;border-radius:50%;width:26px;height:26px;line-height:28px;text-align:center;display:inline-block;vertical-align:middle;color:#fff;font-size:12px;font-family:'Montserrat',sans-serif;font-weight:600;z-index:3}
.widget ul.side-newsfeed li.featured-news .number-post{width:36px;height:36px;line-height:38px;font-size:16px}