.body-contain {
    padding-top: 60px;
}

.banner-contain {
    display: flex;
    flex-direction: row;
}

.banner-contain .contain-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: calc((100vw - 1200px)/2);
}

@media (min-width: 1200px) {
    .banner-contain .contain-left {
        height: 50vw;
        max-height: 720px;
        /* margin: auto; */
    }
}

.banner-contain .breadcrumb-wrap {
    width: 100%;
    margin-top: 20px;
}

.banner-contain .breadcrum ul {
    display: contents;
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-contain .breadcrum ul li {
    display: contents;
    align-items: center;
}

.banner-contain .breadcrum ul li a:hover {
    text-decoration: underline !important;
}

.banner-contain .breadcrum ul li.breadcrum-title a:hover {
    text-decoration: none !important;
}

.banner-contain .breadcrum ul a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #141414;
}

.banner-contain .breadcrum ul .breadcrum-item:last-child a:hover {
    text-decoration: none !important;
}

.banner-contain .breadcrum ul li:last-child::after {
    content: "";
}

.banner-contain .breadcrum ul li::after {
    content: ">";
    font-size: 16px;
    vertical-align: baseline;
}

.banner-contain .date {
    /* margin-top: 211px; */
    margin-bottom: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #C4C4C4;
}

.banner-contain .content {
    margin-bottom: 135px;
}

.title-date {
    margin: auto;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.banner-contain .big-title h1 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 89px;
    color: #141414;
    padding-right: 15px;
}

.banner-contain .sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #141414;
    padding-right: 15px;
    margin-top: 4px;
    max-width: 540px;
}

.banner-contain .net-work-contain span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #141414;
    margin-bottom: 5px;
}

.net-work-icon a:last-child {
    position: relative;
}

.net-work-icon a:last-child span {
    font-family: Montserrat;
    visibility: hidden;
    width: max-content;
    background-color: var(--hover);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    transform: translateX(-50%);
}

.net-work-icon a:hover {
    cursor: pointer;
}

.net-work-icon a:nth-child(3):hover span {
    visibility: visible;
    opacity: 1;
}

.net-work-icon a:last-child span::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: var(--hover);
}


.banner-contain .net-work-icon {
    display: flex;
    flex-direction: row;
}

.banner-contain .net-work-icon img {
    max-height: 17px;
    width: 22px;
}

.net-work-icon a:first-child {
    margin-right: 23px;
}

.banner-contain .contain-right {
    width: 50%;
}

.banner-contain .image-feature {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.banner-contain .image-feature img {
    object-fit: cover;
    max-width: 720px;
    max-height: 720px;

}

@media(min-width:769px) {
    .banner-contain .image-feature img {
        width: 50vw;
        height: 50vw;
        max-width: 720px;
        max-height: 720px;
        margin: auto;
    }
}

/* blog contain  */

.banner-contain .big-title h1,
.grey-contain .title-big h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
}

.blog-contain .content {
    max-width: 864px;
    margin: auto;
    padding: 80px 0;
    line-height: 1.5;
    font-family: 'Montserrat';
}

.blog-contain .content * {
    /* display: block; */
}

.blog-contain .content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    object-fit: cover;
}

.blog-contain .content h2,
.blog-contain .content h1,
.blog-contain .content h3,
.blog-contain .content h4,
.blog-contain .content h5,
.blog-contain .content h6 {
    line-height: 1.5;
}

.blog-contain .content h2 {
    font-size: 1.8rem;
}

.blog-contain .content p {
    line-height: 1.5;
}

.blog-contain .content h3 {
    font-size: 1.6rem;
}

.blog-contain .content h4 {
    font-size: 1.4rem;
}

.blog-contain .content h5 {
    font-size: 1.2rem;
}

.blog-contain .content h6 {
    font-size: 1rem;
}

.blog-contain .content iframe {
    width: 100%;
}

.title-big,
.grey-contain .title-big h2 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    width: 90%;
}

.grey-contain {
    background-color: #E1E1E1;
}

.grey-contain .title-big h2 {
    color: #141414;
}

.post-usefull {
    display: flex;
    flex-direction: column;
    /*max-width: 1200px;
    margin: auto;*/
    padding: 80px 0;
    background-color: #E1E1E1;
}

.post-usefull-left {
    width: 100%;
    padding: 20px;
    display: flex;
    align-content: center;
    /* vertical-align: middle; */
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.post-usefull-right {
    display: flex;
    align-items: center;
    margin-left: calc((100% - 1200px)/2);
    margin-right: calc((100% - 1280px)/2);
}

.post-usefull-contain {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.post-usefull .item {
    flex: 0 25%;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.service-image {
    height: 425px;
    object-fit: cover;
}

.post-usefull-contain a {
    /* display: flex;
    justify-content: space-between; */
    color: var(--red);
    align-items: center;
    display: flex;
    /*max-width: 240px;*/
}

a:hover {
    text-decoration: none !important;
}

.post-usefull-contain .item:focus {
    outline: none;
}

.post-usefull-contain a span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-right: 8px;
}

.post-usefull-contain a img {
    display: unset !important;
}

.post-usefull-contain a:hover img {
    transform: translate(3px, 0);
}

.post-usefull-contain a img {
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.post-usefull-contain a:hover span {
    color: var(--red);
}

.post-usefull-readmore {
    display: flex;
    margin-bottom: 10px;
    text-align: start;
    padding: 0 10px;
    flex-direction: row;
    align-items: center;
    margin-top: 14px;
}

.post-usefull-readmore span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    /* text-decoration: underline; */
    width: 50%;
}

.post-usefull .item {
    padding: 0 40px;
    padding-left: 0;
    /* margin-right: 80px; */
}

.post-usefull .item .image {
    padding-bottom: calc(100% * (5 / 4));
    overflow: hidden;
    /* margin-bottom: 24px; */
    position: relative;
}

.post-usefull .item .image .blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0
}

.post-usefull .item .image:hover .blog-image {
    transform: unset;
}

.post-usefull .item img {
    object-fit: cover;
}

.post-usefull .item-text {
    /* position: relative; */
    z-index: 4;
    /* margin-top: -52px; */
    /* background: #FFFFFF; */
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    padding: 16px 0px;
    /* background: #FFFFFF; */
    /* border: 1px solid #000000; */
    box-sizing: border-box;
    border-top: none;
    min-height: 90px;
    /* max-width: 240px; */
}

.post-usefull .item-title h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    /* padding-bottom: 40px; */
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /* max-width: 240px; */
}

.post-usefull .item-text .content {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-usefull .item-date {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #C4C4C4;
}

.post-usefull .item-type {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #DA2128;
}

.post-usefull .slick-prev,
.post-usefull .slick-next {
    width: 40px !important;
    height: 40px !important;
    padding: 12px 15px !important;
    background: #000000 !important;
    top: 55% !important;
}

.post-usefull .slick-next {
    right: 20px !important;
}

.post-usefull .slick-prev {
    left: 20px !important;
}

.post-usefull .slick-disabled {
    background: rgba(0, 0, 0, 0.5) !important;
}

.post-usefull .readmore-contain {
    position: absolute;
    bottom: 40px;
    right: 0;
}

.blog-image {
    object-fit: cover;
}

.readmore-contain a {
    color: var(--red);
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.readmore-contain a img {
    margin-left: 9px;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.readmore-contain a:hover {
    color: #220302;
}

.readmore-contain a:hover img {
    transform: translate(5px, 0px);
}

.slick-prev:before {
    content: url("../images/Vector-pre-white.svg") !important;
}

.slick-next:before {
    content: url("../images/Vector-next-white.svg") !important;
}

.slick-arrow {
    z-index: 1;
}

.slick-next {
    right: 0 !important;
}

.slick-prev {
    left: 0 !important;
}

#mobile {
    display: none;
}

.net-work-contain {
    margin-top: auto;
}

/* responsive  */

@media(max-width:768px) {
    .post-usefull .item {
        flex: 0 100%;
        width: 100%;
    }

    .body-contain {
        padding-top: 52px;
    }

    .banner-contain {
        flex-direction: column;
    }

    .banner-contain .big-title h1,
    .grey-contain .title-big h2 {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
    }

    .blog-contain .content {
        max-width: 864px;
        margin: auto;
        padding: 80px 0;
        line-height: 1.5;
        font-family: 'Montserrat';
    }

    .banner-contain .contain-left {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        position: relative;
    }

    .banner-contain .breadcrumb-wrap {
        margin-top: 32px;
    }

    .banner-contain .breadcrum ul a {
        font-size: 12px;
        line-height: 21px;
    }

    .banner-contain .breadcrum ul li::after {
        font-size: 12px;
    }

    .banner-contain .content {
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .blog-contain .content p {
        text-align: justify;
    }

    .banner-contain .big-title {
        font-size: 40px;
        line-height: 60px;
        padding-right: 0px;
    }

    .banner-contain .sub-title {
        font-size: 14px;
        line-height: 18px;
        text-align: justify;
        padding-right: 0px;
    }

    .banner-contain .net-work-contain {
        flex-direction: row;
        /* display: flex; */
        align-items: baseline;
        justify-content: flex-end;
        /* position: absolute;
        bottom: 0;
        right: 0; */
    }

    .banner-contain .net-work-contain span {
        font-size: 12px;
        line-height: 18px;
    }

    .net-work-icon a:first-child {
        margin-right: 9px;
    }

    .net-work-icon a {
        max-width: 11px;
    }

    .net-work-icon a img {
        object-fit: contain;
    }

    .banner-contain .contain-right {
        width: 100%;
    }

    .title-date {
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
    }

    .banner-contain .date {
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .banner-contain .date span {
        font-size: 12px;
        line-height: 18px;
        align-items: center;
        display: flex;
    }

    .banner-contain .image-feature img {
        max-height: unset;
        max-width: unset;
    }

    .net-work-contain {
        display: none;
    }

    .net-work-contain#mobile {
        display: flex;

    }

    .net-work-contain#mobile span {
        margin-right: 12px;
    }

    .blog-contain .content {
        padding: 32px 20px;
    }

    .post-usefull {
        padding: 32px 20px;
        padding-right: 0;
    }

    .post-usefull-right {
        /*width: calc(100% - 20px);*/
        width: 100%;
        margin-left: 0;
        margin-right: 0 !important;
    }

    .post-usefull-contain .slick-list {
        padding: 0 134px !important;
        padding-left: 0 !important;
    }

    .post-usefull-left {
        padding: 0;
    }

    .post-usefull .readmore-contain {
        position: unset;
        padding: 8px 0 32px;
    }

    .post-usefull-contain .item {
        padding: 0 20px;
        padding-left: 0;
    }
}