/** news-section **/

.news-section {
    position: relative;
    background: #f5f9fc;
}

.news-section .title-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.news-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.05);
}

.news-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 23px;
}

.news-block-one .inner-box .lower-content .post-date {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 8px;
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--roboto);
    font-weight: 700;
    margin-bottom: 11px;
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #051d3e;
}

.news-block-one .inner-box .lower-content h3 a:hover {}

.news-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--jost);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news-block-one .inner-box .lower-content .link a:hover {
    text-decoration: underline;
}

/** news-style-two **/

.news-style-two {
    position: relative;
}

.news-style-two .sec-title a {
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--roboto);
    color: #182158;
    font-weight: 500;
    padding-right: 160px;
}

.news-style-two .sec-title a:hover {}

.news-style-two .sec-title a:before {
    position: absolute;
    content: '';
    background: #011e45;
    width: 145px;
    height: 1px;
    right: 0px;
    bottom: 7px;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.news-block-two .inner-box .image-box {
    position: relative;
    display: block;
}

.news-block-two .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.news-block-two .inner-box .image-box .image img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.news-block-two .inner-box .image-box .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-block-two .inner-box .image-box .link a {
    position: relative;
    display: inline-block;
    transform: scale(0, 0);
}

.news-block-two .inner-box:hover .image-box .link a {
    transform: scale(1, 1);
}

.news-block-two .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 33px;
}

.news-block-two .inner-box .lower-content .post-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.news-block-two .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-family: var(--jost);
    color: #6e6e6e;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 30px;
}

.news-block-two .inner-box .lower-content .post-info li:last-child {
    margin-right: 0px;
}

.news-block-two .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #007aef;
    width: 2px;
    height: 15px;
    top: 5px;
    right: -17px;
}

.news-block-two .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}

.news-block-two .inner-box .lower-content .post-info li a {
    position: relative;
    display: inline-block;
    color: #007aef;
    padding-left: 40px;
}

.news-block-two .inner-box .lower-content .post-info li a:before {
    position: absolute;
    content: '';
    background: #007aef;
    width: 30px;
    height: 2px;
    left: 0px;
    top: 11px;
}

.news-block-two .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-family: var(--roboto);
    font-weight: 700;
}

.news-block-two .inner-box .lower-content h3 a {
    display: inline-block;
    color: #0b1953;
}

.news-block-two .inner-box .lower-content h3 a:hover {}

/** news-style-three **/

.news-style-three {
    position: relative;
    background: #fafcfe;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    padding-left: 30px;
    z-index: 1;
    margin-bottom: 30px;
}

.news-block-three .inner-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: calc(100% - 35px);
    left: 0px;
    bottom: 0px;
    border-radius: 10px;
    z-index: -1;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.10);
}

.news-block-three .inner-box .image-box {
    position: relative;
    display: block;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.news-block-three .inner-box .image-box img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.news-block-three .inner-box .lower-content {
    position: relative;
    padding: 20px 40px 40px 10px;
}

.news-block-three .inner-box .lower-content .post-date {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #999999;
    margin-bottom: 10px;
}

.news-block-three .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-family: var(--roboto);
    font-weight: 700;
    margin-bottom: 10px;
}

.news-block-three .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--title-color);
}

.news-block-three .inner-box .lower-content h3 a:hover {}

.news-block-three .inner-box .lower-content p {
    margin-bottom: 20px;
}

.news-block-three .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-family: var(--jost);
    font-weight: 700;
    text-transform: uppercase;
}

.news-block-three .inner-box .lower-content .link a:hover {
    text-decoration: underline;
}

.news-style-three .sec-title a {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 0px;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--jost);
    color: #999999;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #747474;
    border-radius: 5px;
    padding: 14px 40px 13px 40px;
}

.news-style-three .sec-title a:hover {
    color: #fff;
}

/** news-style-four **/

.news-style-four {
    position: relative;
}

.news-block-four .inner-box {
    position: relative;
    display: block;
    margin-bottom: 90px;
}

.news-block-four .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.news-block-four .inner-box .image-box img {
    width: 100%;
    border-radius: 15px;
    transition: all 500ms ease;
}

.news-block-four .inner-box:hover .image-box a img {
    opacity: 0.5;
    transform: scale(1.05);
}

.news-block-four .inner-box .lower-content {
    position: relative;
    display: block;
    background: #fff;
    margin-left: 40px;
    margin-top: -54px;
    z-index: 1;
    padding: 31px 0px 0px 33px;
    border-top-left-radius: 10px;
}

.news-block-four .inner-box .lower-content .upper-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 36px;
}

.news-block-four .inner-box .lower-content .post-date {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-right: 35px;
}

.news-block-four .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #666666;
    margin-right: 38px;
}

.news-block-four .inner-box .lower-content .post-info li:last-child {
    margin-right: 0px;
}

.news-block-four .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: #666;
}

.news-block-four .inner-box .lower-content .post-info li a:hover {}

.news-block-four .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '/';
    top: 0px;
    right: -22px;
}

.news-block-four .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}

.news-block-four .inner-box .lower-content h2 {
    display: block;
    font-size: 34px;
    line-height: 41px;
    font-weight: 700;
    margin-bottom: 11px;
}

.news-block-four .inner-box .lower-content h2 a {
    display: inline-block;
    color: var(--title-color);
}

.news-block-four .inner-box .lower-content h2 a:hover {}

.news-block-four .inner-box .lower-content p {
    line-height: 30px;
    margin-bottom: 25px;
}

.news-block-four .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--jost);
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.news-block-four .inner-box .lower-content .link a span {
    position: relative;
    padding-right: 32px;
}

.news-block-four .inner-box .lower-content .link a span:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-257.png);
    width: 14px;
    height: 14px;
    top: 4px;
    right: 0px;
    filter: grayscale(100%);
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: all 500ms ease;
}

.news-block-four .inner-box .lower-content .link a:hover span:before {
    filter: grayscale(0);
    opacity: 1;
}