body {
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #444444;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #25bce9;
}

img {
    max-width: 100%;
}

p, a, span, h1, h2, h3 {
    font-weight: 400;
    color: #444444;
}

.index section {
    padding: 60px 0px;
    width: 100%;
}

section.home-out-recent {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 40px;
}

section.home-out-recent .block-title-w {
    margin-bottom: 25px;
}
.block-title-w {
    text-align: center;
    margin: 0 0 30px 0;
    color: #666666;
}

.block-title-w h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #444;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.block-title-w span.icon-title {
    display: block;
    width: 260px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.block-title-w span.icon-title > span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    top: 50%;
    z-index: 90;
}

.block-title-w span.icon-title i {
    color: #25bce9;
    padding: 5px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    font-size: 19px;
    position: relative;
    z-index: 100;
    background-color: #fff;
}

.block-title-w ul {
    display: inline-block;
    margin-top: 30px;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.w-block-recent:hover:after {
    opacity: 1;
    visibility: visible;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
.w-block-recent:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    border-top: 34px solid transparent;
    border-left: 34px solid #65d5f7;
    opacity: 0;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    visibility: hidden;
    z-index: 3;
}

.block-title-w ul li {
    float: left;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin: 0 6px;
    cursor: pointer;
}

.block-title-w ul li a {
    padding: 0 14px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 14px;
}

.block-title-w ul li:hover, .block-title-w ul li.active {
    background: #25bce9;
    border-color: #25bce9;
}

.block-title-w ul li:hover a, .block-title-w ul li.active a {
    color: #fff;
}

.trust-w.inview .block-trust, .home-out-recent .tab-content.inview .block-recent {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0px);
}
.home-out-recent .tab-content .block-recent {
    transition: all 1s ease-in-out;
}
.trust-w .block-trust, .home-out-recent .tab-content .block-recent {
    transition: all 770ms ease-in-out;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(120px);
}
.block-recent {
    margin-bottom: 20px;
}

.w-block-recent {
    position: relative;
    float: left;
    cursor: pointer;
}

.w-block-recent:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    border-bottom: 34px solid transparent;
    border-right: 34px solid #fafafa;
    opacity: 0;
    transition: all 0.8s ease-out 0s;
    visibility: hidden;
    z-index: 2;
}

.w-block-recent:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    border-top: 34px solid transparent;
    border-left: 34px solid #65d5f7;
    opacity: 0;
    transition: all 0.8s ease-out 0s;
    visibility: hidden;
    z-index: 3;
}

.w-block-recent:hover .info-recent {
    transform: scale(1);
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    visibility: visible;
}
.info-recent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #25bce9;
    display: block;
    text-align: center;
    padding: 0 30px;
    transform: scale(0.3);
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
}

.info-recent .title {
    margin-top: 65px;
    font-size: 114.28%;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.text-recent {
    margin-top: 20px;
    display: inline-block;
}

.text-recent p {
    color: #fff;
}

.info-recent .read-more {
    text-transform: uppercase;
    color: #fff;
    font-size: 85.71%;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 7px 17px;
    margin-top: 15px;
    display: inline-block;
}

.info-recent .read-more:hover {
    background: #fff;
    color: #25bce9;
    transition: all 0.2s ease-out 0s;
}

.w-block-recent:hover:before {
    opacity: 1;
    visibility: visible;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}