.home .section-title b {
    background-color: var(--secondary-color);
    opacity: 1;
}

.banner_slider .flickity-button {
    width: 60px;
}

.banner_slider .flickity-button svg {
    padding: 31%;
}

.list_services>.post-item>.col-inner {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.list_services>.post-item .is-divider {
    display: none !important;
}

.list_services>.post-item .box-text {
    padding: 20px 0 0 0;
}

.list_services>.post-item .box-text .post-title {
    font-weight: 400;
}

.list_services>.post-item>.col-inner:hover {
    background-color: var(--fs-color-secondary);
}

.list_services>.post-item>.col-inner:hover .post-title {
    color: #fff;
}

.list_why_choose .icon-box {
    display: flex;
    margin-bottom: 30px;
}

.list_why_choose .icon-box::before {
    content: '01.';
    font-size: 2.5em;
    font-weight: 600;
    color: var(--fs-color-secondary);
    line-height: 1.2;
    margin-right: 30px;
}

.button .icon-angle-right::before {
    content: "";
    display: block;
    background: url(../../images/arrow-right-long.svg) no-repeat center;
    width: 20px;
    height: 20px;
}

.list_news .post-item {}

.list_news .post-item .box-blog-post {}

.list_news .post-item .box-blog-post>.badge.absolute {
    display: none;
}

.list_news .post-item .box-blog-post .is-divider {
    display: none;
}

.list_news .post-item .box-blog-post .button {
    margin: 0;
    padding: 0 !important;
    min-height: auto !important;
    line-height: 1.3em;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: #222;
    font-weight: 500;
}

.list_news .post-item .box-blog-post .button::after {
    content: '';
    display: block;
    background: url(../../images/arrow-right-long-black.svg) no-repeat center;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 4px;
}

.list_news .post-item .box-blog-post:hover .box-text .button::after {
    background: url(../../images/arrow-right-long.svg) no-repeat center;
}

.list_news .post-item .box-blog-post .post-title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 20px;
}

.list_news .post-item .box-blog-post .cat-label {
    font-size: 1em;
    background-color: var(--primary-color);
    text-transform: inherit;
    padding: 10px;
    border-radius: 5px;
    opacity: 1;
}

.list_news .post-item .box-blog-post .badge_post {
    margin: 20px 0 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.list_news .post-item .box-blog-post .badge_post .icon-calender {
    margin-right: 5px;
}

.list_news .post-item .box-blog-post .box-text {
    padding: 20px 20px 50px;
}

.list_news .post-item .box-blog-post:hover .box-text {
    background-color: var(--fs-color-secondary);
    color: #fff;
}

.list_news .post-item .box-blog-post:hover .box-text .post-title {
    color: #fff;
}

.list_news .post-item .box-blog-post:hover .box-text .button {
    color: #fff;
}

.list_news .post-item .box-blog-post:hover .box-text .cat-label {
    background-color: #fff;
    color: var(--primary-color);
}

.list_news .post-item .box-blog-post:hover .box-text .badge_post {}

.list_news .post-item .box-blog-post:hover .box-text .badge_post .icon-calender {
    filter: brightness(0) invert(1);
}

.list_news .flickity-button {
    display: none !important;
}

.list_news .flickity-page-dots {
    bottom: -20px !important;
}

.special_divider .divider {
    background-color: unset !important;
    display: flex;
    max-width: 100% !important;
    justify-content: center;
    align-items: center;
}

.special_divider .divider::before,
.special_divider .divider::after {
    content: '';
    width: 50px;
    background-color: #ff914d;
    height: 2px;
    margin: 0 10px;
}

.special_divider .divider span {
    display: block;
}

.special_divider .divider>span>span {
    width: 30px;
    height: 2px;
    background-color: #ff914d;
    margin: 2px 0px;
}

.special_divider.white_divider .divider::before,
.special_divider.white_divider .divider::after {
    background-color: #fff;
}

.special_divider.white_divider .divider>span>span {
    background-color: #fff;
}

.video_bg .section-bg .video-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.video_bg iframe {
    height: 1280px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.box_image_layer {
    width: 465px;
    max-width: 100%;
    margin: 0;
    padding-right: 15px;
}

.box_image_layer .top_img {
    right: 0;
    bottom: 10%;
    width: 80%;
    z-index: 2;
}

.box_image_layer .bottom_img {
    margin-bottom: 50%;
    position: relative;
    z-index: 0;
}

.box_image_layer .circle_layer {
    width: 250px;
    height: 250px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: 1;
}

@media screen and (max-width: 849px) {
    .box_image_layer .circle_layer {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 549px) {
    .banner_slider .banner .text-box .text h3 span {
        font-size: 30px !important;
    }
    .list_services>.post-item>.col-inner .box-image {
        border-radius: 5px;
        overflow: hidden;
    }
    .list_services>.post-item>.col-inner {
        border-radius: 5px;
        padding: 5px;
        height: 100%;
    }
    .list_services>.post-item .box-text .post-title {
        font-size: 1.5em;
    }
    .list_services>.post-item .box-text {
        padding: 10px 0 5px;
    }
    .btn-intro {
        display: block !important;
        max-width: 170px !important;
        margin: 0 auto !important;
    }
}

.special_divider .text {
    max-width: 810px;
    margin: 0 auto;
}