/*News*/
.main_content .list-categories {margin: 0 -9px 20px; padding: 0; list-style: none;}
.list-categories .cate-item {float: left; padding: 0 9px;}
.list-categories .cate-item a {font-size: 18px; color: #0067ac; display: inline-block; padding: 10px 15px; line-height: 1; border: 1px solid #0067ac; position: relative;}
.list-categories .cate-item a:before {
    position: absolute; content: ''; width: 100%; height: 100%; border: 1px solid transparent; left: 0; top: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.list-categories .cate-item.active a,
.list-categories .cate-item:hover a {color: #252525; border-color: #252525; text-shadow: 1px 0 0 #252525, 1px 0 0 #252525}
.list-categories .cate-item.active a:before,
.list-categories .cate-item:hover a:before {border-color: #252525;}

.blog .list-post {margin: 0 -5px;}
.blog .list-post .post-item {padding: 0 5px 10px; float: left; box-sizing: border-box;}
.blog .list-post .post-item .inner {height: 320px; max-height: 320px; position: relative; cursor: pointer; background-size: cover; background-position: center;}
.blog .list-post .post-item .inner:before {
    position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 103, 172, 0.7); opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*asdf*/
.post-related .post-thumb:after,
.list-project-wrapper .project-item .post-thumb:after,
.blog .list-post .post-item .inner:after {
    content:""; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
    width:50px; height:50px;
    background:url("../images/icon_plus_o.png"); background-size:contain; background-repeat:no-repeat;
    opacity:0;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
}
.blog .list-post .post-item .post-content {
    padding: 15px 20px 30px; position: absolute; width: 100%; height: auto; box-sizing: border-box; left: 0; bottom: 0;
    background: rgba(82, 82, 82, 0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.blog .list-post .post-item .post-title {margin: 0;}
.blog .list-post .post-item .post-title a {font-family: 'Source Sans Pro', sans-serif; font-size: 18px; color: #fff;}
.blog .list-post .post-item .post-date {font-size: 16px; color: #fff; margin: 0; position:relative; padding:0 0 0 25px;}
.blog .list-post .post-item .post-date:before {
    content:"\f073"; font-family:"FontAwesome";
    position:absolute; left:0; top:0;
}
.blog .list-post .post-item .inner:hover .post-content {opacity: 0;}
.blog .list-post .post-item .inner:hover:before,
.blog .list-post .post-item .inner:hover:after,
.list-project-wrapper .project-item .inner:hover .post-thumb:after,
.post-related .post-item .inner:hover .post-thumb:after,
.post-related .post-item .inner:hover .post-thumb:before{opacity: 1;}
/*Set width post item*/
/*.blog .list-post .post-item.width-1 {width: 56%;}
.blog .list-post .post-item.width-2 {width: 44%;}
.blog .list-post .post-item.width-3 {width: 29%;}
.blog .list-post .post-item.width-4 {width: 42%;}
.blog .list-post .post-item.width-5 {width: 58%;}*/

/*Set width post item*/
.blog .list-post .post-item.width-1,
.blog .list-post .post-item.width-2,
.blog .list-post .post-item.width-3,
.blog .list-post .post-item.width-4,
.blog .list-post .post-item.width-5 {width: 33.33%;}

.screen-reader-text {display: none;}
.page-navigations {text-align: center; padding: 20px 0 33px;}
.page-navigations .page-numbers {color: #dedede; font-size: 17px; font-weight: 700; display: inline-block; padding: 0 8px; text-transform: uppercase;}
.page-navigations .page-numbers:hover,
.page-navigations .page-numbers.current {color: #353535; text-decoration: underline;}
.page-navigations .page-numbers.prev,
.page-navigations .page-numbers.next {font-weight: 400; color: #353535; padding:0 25px 0 0; position:relative;}
.page-navigations .page-numbers.prev {padding:0 0 0 25px;}
.page-navigations .page-numbers.next:before {content:"\f178"; font-family:"FontAwesome"; position:absolute;right:0;top:0;}
.page-navigations .page-numbers.prev:before {content:"\f177"; font-family:"FontAwesome"; position:absolute;left:0;top:0;}
/*Single News*/
.single .page-title-primary {font-family: 'Source Sans Pro', sans-serif; font-size: 24px; color: #292929; font-weight: 700; line-height: 1.35;}
.single .page-title-primary,
.single .post-detail,
.single .btn-back {max-width: 990px;}
.single .post-date {font-size: 15px; color: #292929; font-weight: 700; margin-bottom: 20px;}
.single .btn-back {margin: 0; text-align: right; line-height: 1; font-family: 'Source Sans Pro', sans-serif; margin-top: -15px;}
.single .btn-back a {color: #c9c9c9; font-size: 19px; font-weight: 600; display: inline-block; position: relative; padding-left: 25px;}
.single .btn-back a:before {
    position: absolute; content: '\f177'; font-family: FontAwesome; font-size: 18px; color: #c9c9c9; left: 0; top: 1px;
}
.single .btn-back a:hover:before {
    -webkit-animation: btnback_hover 1s cubic-bezier(0.46, 0.74, 0.79, 0.43) infinite;
    animation: btnback_hover 1s cubic-bezier(0.46, 0.74, 0.79, 0.43) infinite;
}
@keyframes btnback_hover { 0% {opacity:1;left:0;} 100% {opacity:0;left:-20px;} }
.single .btn-back a:hover, .single .btn-back a:hover:before {color: #00b070;}
.post-related { margin: 15px 0;}
.post-related .related-title {font-size: 28px; position: relative; padding: 0 0 20px; margin: 0 0 20px;}
.post-related .related-title:before {position: absolute; content: ''; width: 100%; height: 10px; bottom: 0; left: 0; background: #0067ac;}
.post-related .post-item {padding: 0 10px; border-right:1px solid #f1f1f1; box-sizing:border-box;}
.post-related .post-content {padding: 20px 0;}
.post-related .post-thumb {background-size: cover;background-position: center;position: relative;height: 250px!important;}
.post-related .post-thumb:before {
    position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 103, 172, 0.7); opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.post-related .post-date {color: #6c6c6c; margin-bottom: 12px;}
.post-related .post-title {font-size: 18px; line-height: 1.35; margin-bottom: 12px;}
.main_content .slick-prev:before,
.main_content .slick-next:before {
    content: '\f053'; font-family: FontAwesome; font-size: 19px; color: #858585;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;
}
.main_content .slick-next:before {content: '\f054';}
.main_content .slick-prev, .main_content .slick-next {
    width: 48px; height: 48px; border: 1px solid #dcdcdc; opacity: 1;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease;
}
.main_content .slick-prev {left: -50px;}
.main_content .slick-next {right: -50px;}
.main_content .slick-prev:hover, .main_content .slick-next:hover {border-color: #0067ac;}
.main_content .slick-prev:hover:before,
.main_content .slick-next:hover:before {color: #0067ac;}
.post-related .post-item .inner {
    cursor: pointer; border: 1px solid transparent; border-right: 0; border-left: 0; border-bottom-width: 3px;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease;
}
.post-related .post-item .inner:hover {border-color: rgba(0, 103, 172, 0.8)}

/*Client page*/
.list-logos .inner {
    display: -webkit-flex; display: -ms-flexbox; display: -moz-box; display: flex;
    flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; align-content: stretch;}
.list-logos .logo-item {
    width: 25%; float: left; text-align: center; padding: 15px 0 23px; position: relative;
    align-items: center; justify-content: center; display: flex;
}

/*project page*/
.list-project-wrapper .project-item > .inner {border: 1px solid #0067ac;background: #f3f3f3; position: relative; cursor: pointer}
.list-project-wrapper .project-item:not(:nth-child(3n)) > .inner:before {
    content:""; position:absolute; right:-16px; top:0;
    width:1px; height:100%; background:#e9e9e9;
}
.list-project-wrapper .project-item .post-thumb {background-size: contain; background-position: center; position: relative; background-repeat: no-repeat}
.list-project-wrapper .project-item .post-thumb:before {
    position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 103, 172, 0.7); opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.list-project-wrapper .project-item .post-thumb img {visibility: hidden}
.list-project-wrapper .project-item > .inner:hover .post-thumb:before {opacity: 1;}
.list-project-wrapper .project-item > .inner:hover .post-title a {color: #0067ac}
.list-project-wrapper .project-item .post-content { padding: 15px 20px 60px;}
.list-project-wrapper .project-item .btn-readmore {
    position: absolute; left: 20px; bottom: 45px; font-size: 14px; text-transform: uppercase; letter-spacing: 2px;
    padding:0 25px 0 0;
}
.list-project-wrapper .project-item .btn-readmore:before {
    content: '\f178'; font-family: FontAwesome; font-size:15px;
    position:absolute; right:0; top:0;
}
.list-project-wrapper .project-item .btn-readmore:hover:before {
    -webkit-animation: readmore_hover 1s cubic-bezier(0.25, 0.1, 0.62, 1.24) infinite;
    animation: readmore_hover 1s cubic-bezier(0.25, 0.1, 0.62, 1.24) infinite;
}
-webkit-@keyframes readmore_hover { 0% {opacity:1;right:0;} 100%  {opacity:0;right:-20px;} }
@keyframes readmore_hover { 0% {opacity:1;right:0;} 100%  {opacity:0;right:-20px;} }
.list-project-wrapper .project-item .post-date {font-size: 14px; margin-bottom: 15px;color:#000;}
.list-project-wrapper .project-item .post-title {font-size: 16px; line-height: 1.35; font-family: 'Source Sans Pro', sans-serif; font-weight: 600;}
.list-project-wrapper .project-item .post-title a {color: #323233;}
.main_content .loadmore-wrapper {text-align: center;}
.main_content .btn-loadmore {
    font-weight: 700; color: #fff; font-size: 16px; padding: 12px 50px; display: inline-block; background: #0067ac;
    -webkit-box-shadow: 5px 5px 0 0 #065386;
    -moz-box-shadow: 5px 5px 0 0 #065386;
    box-shadow: 5px 5px 0 0 #065386;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;
}
.main_content .btn-loadmore:hover {
    -webkit-box-shadow: 8px 8px 0 0 #065386;
    -moz-box-shadow: 8px 8px 0 0 #065386;
    box-shadow: 8px 8px 0 0 #065386;
}
#st-1 {display: none !important;}
.main_content .st-btn {background: #c9c9c9 !important;}

.getintouch-wrapper button.btn_w_bgg {display: none !important;}

.blog .list-categories {display: none;}
