.container {
    width: 100%;
    margin: 0 auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section {
    position: relative;
    height: max-content;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.page-section--banner {
    position: relative;
    width: 100%;
    padding: 0;
    height: max-content;

}

.page-section--banner img {
    width: 100%;
    height: auto;
}

.page-section--banner .box-txt {
    position: absolute;
    top: 113px;
    left: 50%;
    padding-left: 133px;
    transform: translate(-50%, -50%);
}

.page-section--banner .box-txt p.title {
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 96px;
    color: var(--main-bg-color);
}

.box-search-input {
    padding: 10px 20px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 305px;
    background: var(--main-color);
    opacity: 0.8;
    border-radius: 20px;
    height: 44px;
}

.box-search-input img {
    width: 19px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.box-search-input form.search-form {
    display: flex;
    align-items: center;
    height: 100%;
}

.box-search-input form.search-form label {
    width: 100%;
}

.box-search-input form.search-form input.search-field {
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    color: var(--main-bg-color);
}

.box-search-input form.search-form input.search-field::placeholder {
    font-size: 18px;
. site-footer__content . content__column . content__column--about-left color: var(--main-bg-color);
    font-weight: 600;
}

.page-section__content {
    width: 1210px;
    height: max-content;
    margin: 0 auto;
}

.page-section__content .sidebar-news .box-search-input form.search-form input.search-field::placeholder {
    font-size: 14px;
    color: #A9A9A9;
    font-weight: 500;
}

.box-search-input form.search-form input:focus {
    outline: none;
}

.box-search-input form.search-form input.search-submit {
    width: 0;
    overflow: hidden;
    padding: 0;
    border: none;
}

.page-section--featured-products .page-section__header-desc {
    width: 100%;
    max-width: 1200px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: justify;
    margin: 0px auto;
    color: var(--black-color);
}
.page-section--featured-products .page-section__header-desc p:first-child {
    font-size: 18px;
}
.page-section--featured-products .page-section__header-desc p:nth-child(2) {
    color: #e2793f;
    text-align: center;
    font-size: 18px;
    margin-bottom: -30px;
}
ul.featured-products {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    
}
li#menu-item-718, li#menu-item-719, li#menu-item-720, li#menu-item-721, li#menu-item-722, li#menu-item-723, li#menu-item-724 {
    display: none;
}
@media (max-width: 480px) {
    ul.featured-products {
        flex-direction: column;
        align-items: center;
        width: 100vw;
    }
}

ul.featured-products li.featured-products__item {
    position: relative;
    height: 210px;
    width: 210px;
}

ul.featured-products li.featured-products__item a {
    text-decoration: none;
}

ul.featured-products li.featured-products__item a .item__image {
    width: 100%;
}
ul.featured-products li.featured-products__item p.item__name:hover {
    background: #1A437E;
    color: #fff;
}
ul.featured-products li.featured-products__item p.item__name {
    margin: 0;
    /*position: absolute;*/
    bottom: 10px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #244179;
    height: 30px;
    left: 0px;
    /*background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 37%) 67.6% );*/
    border-radius: 8px;
    padding: 0px 20px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 4px rgb(40 64 120 / 12%);
    height:60px
}

.page-section--numbers ul.home-numbers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 134px;
    text-align: center;
    margin: 0px auto 80px auto;
    width: 1175px;
}

@media (max-width: 480px) {
    .page-section--numbers ul.home-numbers {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        margin-left: 0;
    }
}

/* .page-section--numbers ul.home-numbers .item__icon {
    width: 90px;
    height: 90px;
    background: #244179;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 */
.page-section--numbers ul.home-numbers .item__icon i {
    color: var(--main-color);
    font-size: 39px;
}

.page-section--numbers ul.home-numbers .item__numer {
    font-weight: 700;
    font-size: 82.7973px;
    line-height: 97px;
    color: var(--brown-color);
}

.page-section--numbers ul.home-numbers .item__desc {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: var(--main-bg-color);
}

.page-section--solutions {
    width: 100%;
    /* background-image: url(./assets/img/bg-solutions.svg); */
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 480px) {
    .page-section--solutions .page-section__content .box-img {
        display: none !important;
    }

    .page-section--solutions .box-txt {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .page-section--solutions .box-txt h4,
    .page-section--solutions .box-txt .page-section__content {
        width: 100% !important;
    }

    .feedback-container {
        width: 100vw !important;
    }

    .page-section--feedback h4.page-section__header {
        padding-left: 16px !important;
        padding-right: 16px !important;
        width: 100% !important;
    }

    .feedback-container .page-section__content {
        width: 100% !important;
    }

    .feedback-container .lSSlideOuter {
        width: 100% !important;
    }

    .feedback-container .lSSlideOuter .list-feedbacks {
        margin-left: 30px !important;
    }

    .page-section--feedback .lSAction {
        display: none !important;
    }

    .page-section--feedback li.feedback-item .item__author .author_img {
        display: none !important;
    }

    .page-section--news {
        padding: 36px 0 !important;

    }

    .contact-form-footer {
        flex-direction: column;
    }

    .footer-contact__ads {
        display: flex;
        flex-direction: column;
    }

    #colophon .site-footer__content {
        flex-direction: column;
        /* align-items: center; */
        width: 100%;
        gap: 36px;
        padding-left: 36px;
        padding-right: 36px;
    }

    .site-footer__content .content__column {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .site-footer__content .content__column.content__column--info {
        width: 252px !important;
        /* margin: 0 auto; */
    }

    .site-footer__content .background-footer {
        display: none;
    }

    .page-section__content,
    .page-section--news .page-section__content {
        width: 100% !important;
    }

    section.page-section.page-section--footer-contact {
        width: 100% !important;
    }

    .page-section--partners .page-section__content {
        width: 100% !important;
    }

    .site-footer__botttom-bar .container {
        flex-direction: column !important;
        gap: 36px !important;
        padding: 0 33px !important;
    }

    ul#bottom-navigation {
        flex-wrap: wrap !important;
    }

    .page-section--enterprise-customer .page-section--free-trial,
    .page-section--enterprise-customer .page-section--insurance-list .insurance-list,
    .page-section--personal-customer .product-list {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding-left: 24px;
        padding-right: 24px;
    }

    .page-section--enterprise-customer .page-section--consultant .consultant-request-form-container {
        position: relative;
        width: 100% !important;
    }

    .breadcrumb {
        width: 100% !important;
    }

    .page-section--enterprise-customer .page-section--interests .interests-table .urgent-call-btn {
        display: block !important;
    }

    .page-section--enterprise-customer .page-section--consultant .marketing-team-leader-info {
        display: none !important;
    }
}

.page-section--solutions .bg img {
    width: 100%;
}

.page-section--solutions .box-txt {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 63px;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-section--solutions .page-section__header {
    font-weight: 900;
    font-size: 36px;
    line-height: 54px;
    text-transform: capitalize;
    margin-bottom: 30px;
    width: 1175px;
    margin-left: auto;
    margin-right: auto;
}

.page-section--solutions .page-section__content {
    display: flex;
    align-items: flex-start;
    width: 1175px;
    justify-content: space-between;
}

.page-section--solutions .page-section__content .box-img {
    margin-top: 50px;
    height: 330px;
    width: 431px;
}

.page-section--solutions .page-section__content .lSSlideWrapper {
    height: 357px;
}

.page-section--solutions .item__name {
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    text-transform: capitalize;
    color: var(--main-color);
    padding-left: 20px;
    width: calc(100% - 40px);
}

.page-section--solutions .list-solutions {
    width: 529px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-section--solutions li.list-solutions__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 37px;
}

.page-section--solutions li.list-solutions__item:nth-child(1) {
    margin-right: 181px;
}

.page-section--solutions li.list-solutions__item .item__icon {
    width: 40px;
}

.page-section--solutions li.list-solutions__item img {
    vertical-align: middle;
}

.page-section--your-products {
    padding: 63px 0 50px 0;
}

.page-section--your-products h4.page-section__header {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: var(--main-bg-color);
    text-align: center;
    margin-bottom: 50px;
}

.page-section--your-products .list-your-products li.product__item .box-img {
    position: relative;
}

.feedback-container {
    width: 1175px;
    margin: 0 auto;
}

.feedback-container .lSSlideOuter {
    height: max-content;
}

.feedback-container .page-section__content {
    width: 1190px;
}

.feedback-container .lSSlideOuter .list-feedbacks {
    height: 358px !important;
}

.page-section--your-products
.list-your-products
li.product__item
.img-bg-hover {
    opacity: 0;
    transition: opacity 0.5s;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.page-section--your-products .list-your-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
}

@media (max-width: 480px) {
    .page-section--your-products .list-your-products {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
    }
}

.page-section--your-products .list-your-products li.product__item {
    min-width: 230px;
    min-height: 324px;
    position: relative;
}

.page-section--your-products
.list-your-products
li.product__item:hover
.img-bg-hover {
    opacity: 1;
}

.page-section--your-products
.list-your-products
li.product__item:hover
.box-txt
.box-img
.img-bg:first-child {
    opacity: 0;
}

.page-section--your-products
.list-your-products
li.product__item:hover
.item__icon
.img-bg-hover {
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-section--your-products
.list-your-products
li.product__item:hover
.item__name,
.page-section--your-products
.list-your-products
li.product__item:hover
.item__desc {
    color: var(--main-color);
}

.page-section--your-products .list-your-products .item__icon {
}

.page-section--your-products .list-your-products .item__icon .img-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-section--your-products .list-your-products .box-txt {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    width: 100%;
    max-width: 181px;
}

.page-section--your-products .list-your-products .box-txt img {
    margin-bottom: 12px;
}

.page-section--your-products .list-your-products .box-txt .item__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: var(--brown-color);
}

.page-section--your-products .list-your-products .box-txt .item__desc {
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: var(--main-bg-color);
}

.page-section--partners {
    background: var(--light-bg-color);
    padding: 40px 0;
    width: 100%;
}

.page-section--partners li.lslide {
    margin-right: 35px !important;
}

.page-section--partners h4.page-section__header {
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: var(--main-bg-color);
    text-align: center;
    margin-bottom: 37px;
}

.page-section--partners .page-section__content {
    padding: 0 68px;
}

.page-section--partners ul.lSPager.lSpg {
    display: none;
}

.page-section--feedback {
    margin-bottom: 50px;
    width: 100%;
    background-image: url('./assets/img/bg-feedback.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.page-section--feedback .container {
    padding: 0 112px;
}

.page-section--feedback .bg img {
    width: 100%;
}

.page-section--feedback .bg {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.page-section--feedback h4.page-section__header {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: var(--main-bg-color);
    padding: 58px 0 34px 0;
    text-align: center;
    text-transform: uppercase;
}

.page-section--feedback li.feedback-item {
    background: var(--main-color);
    border: 1px solid var(--main-bg-color);
    border-radius: 20px;
    padding: 20px 28px 13px 28px;
    //width: 369px !important;
    height: 357px !important;
    box-sizing: border-box;
    margin-right: 30px !important;
    margin: 0 !important;
}

.page-section--feedback li.feedback-item .item__stars i {
    color: var(--star-color);
}

.page-section--feedback .list-feedbacks {
    display: flex;
    flex-direction: row;
    gap: 29px;
    height: 357px !important;
}

.page-section--feedback li.feedback-item .item__img {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 11px;
    margin-left: 9px;
}

.page-section--feedback li.feedback-item .item__content {
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    line-height: 23px;
    color: var(--main-bg-color);
    margin-bottom: 8px;
    margin-left: 9px;
    text-align: justify;
}

.page-section--feedback li.feedback-item .item__author {
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.page-section--feedback li.feedback-item .item__author .author_info {
    width: 195px;
    margin-right: -9px;
}

.page-section--feedback li.feedback-item .author_info .author__name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: var(--main-bg-color);
    margin-bottom: 9px;
}

.page-section--feedback li.feedback-item .author_info .author__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #666666;
}

.page-section--feedback .lSAction {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-section--feedback .lSAction .lSPrev {
    width: 50px;
    display: block;
    top: 50%;
    height: 50px;
    background-image: url(assets/icon/icon_arrow_left.svg);
    background-color: var(--main-bg-color);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 50%;
    margin: 0;
    position: relative;
    left: 1px;
}

.page-section--feedback .lSAction .lSNext {
    width: 50px;
    display: block;
    top: 50%;
    height: 50px;
    background-image: url(assets/icon/icon_arrow_right.svg);
    background-color: var(--main-bg-color);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 50%;
    margin: 0;
    position: relative;
    right: 3px;
}

.page-section--feedback .lSSlideOuter .lSPager.lSpg {
    margin: 35px 0 15px 0 !important;
    padding: 0;
    text-align: center;
}

.page-section--news {
    padding: 50px 62px;
}

.page-section--news h4.page-section__header {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    margin-bottom: -17px;
    color: var(--main-bg-color);
}

.page-section--news .list-news {
    height: 100% !important;
}

@media (max-width: 480px) {
    .page-section--news .list-news {
        display: flex;
       
        width: 100vw !important;
        gap: 36px;
        align-items: center;
    }
}

.page-section--news .box__item {
    max-width: 365px;
}

.page-section--news .list-news .news__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.page-section--news .list-news .news__item .item__img {
    text-align: center;
    overflow: hidden;
    border-radius: 20px 20px 29px 29px;
    /* width: 337px !important; */
    height: 247px;
    box-shadow: 0px 20px 25px #D2D2D2;
}

.page-section--news .list-news .news__item .item__info {
  
}

.page-section--news .list-news .news__item .item__info .item__date {
    font-weight: 500;
    font-size: 19px;
    line-height: 29px;
}

.page-section--news .list-news .news__item .item__info .item__date i {
    margin-right: 14px;
}

.page-section--news
.list-news
.news__item
.item__info
.item__date
.item__title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}

.page-section--news .lSSlideOuter .lSPager.lSpg > li a {
    background: var(--main-bg-color);
    background: #c4c4c4;
    height: 19px;
    width: 19px;
    margin: 38px 0 50px 0;
}

.page-section--news .lSSlideOuter .lSPager.lSpg > li.active a {
    background: var(--main-bg-color);
}

.page-section--news .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 8px;
}

.page-section--single-news .page-section__content {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 27px;
    padding-left: 145px;
    padding-right: 135px;
}

.page-section--single-news .page-section__content > .box-news-latest .post-latest {
    justify-content: start;
    padding-bottom: 0;
    gap: 59px;
}

.page-section--single-news .page-section__content > .box-news-latest .post-latest .box-txt {
    width: 80%;
}

.page-section--single-news .page-section__content > .box-news-latest .slider-post-news {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-section--single-news .page-section__content > .box-news-latest .slider-post-news li.post-item {
    margin: 0 23px !important;
    display: flex;
    flex-direction: column;
    /* height: 267px !important; */
}


.page-section--single-news .box-news-normal {
    width: 1227px;
    padding: 0;
}

.page-section--single-news .box-news-normal .title {
    margin-left: 64px;
    width: 1175px;
    margin-left: auto;
    margin-right: auto;
}

.page-section--single-news .box-news-normal .box-news-latest {
    width: 1157px;
    margin: 0 auto;

}

.page-section--single-news .box-news-normal .box-news-latest .post-latest {
    gap: 59px;
    justify-content: center;
    padding: 0;
    width: 1157px;
}

.page-section--single-news .box-news-normal .post-title {
    font-size: 20px;
}

.page-section--single-news .box-news-normal .post-desc {
    font-size: 18px;
}

.page-section--single-news .box-news-normal .read-more {
    font-size: 18px;
    font-weight: 600;
}

.page-section--single-news .slider-post-news li {
    margin: 0 !important;
}

.page-section--single-news .box-news-normal .box-news-latest .post-latest .box-img {
    height: 250px;
}

.page-section--single-news .box-news-normal .box-news-latest .post-latest .box-txt {
    width: 100%;
}

.page-section--single-news .box-news-normal .box-news-latest .slider-post-news {
    display: flex;
    justify-content: center;
    gap: 67px;
}

.page-section--single-news .box-news-normal {

}


.page-section--single-news .page-section__content {
    padding: 0;
    justify-content: center;
    gap: 32px;
}

.page-section--single-news .sidebar-news {
    width: 100%;
    max-width: 380px;
    background: #f8f8f8;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 20px 20px 33px 20px;
    text-align: left;
    height: max-content;
}

.page-section--single-news .box-news {
    width: calc(100% - 349px);
}

.page-section--single-news .box-news .box-news {
    width: 100%;
}

.page-section--single-news .box-news .box-txt {
    width: 100%;
}

.page-section--single-news .box-news .title {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: var(--main-bg-color);
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}

.page-section--single-news .box-news .title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 192px;
    height: 2px;
    background: var(--brown-color);
}

.box-news.container .title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 110px;
    height: 2px;
    background: var(--brown-color);
}

.page-section--single-news .box-news .title span {
    color: var(--brown-color);
}

.page-section--single-news .box-news .title h4 span {
    color: var(--brown-color);
}

.page-section--single-news .box-news .post-latest {
    display: flex;
    margin-bottom: 20px;
    padding-right: 0px;
    justify-content: space-between;
}

.box-news .box-img {
    position: relative;
    width: 100%;
    height: 200px;
}

.box-news .box-img img {
    width: 770px;
    height: 100%;
    border-radius: 15px;
}

.box-news.normal {
    width: 100%;
    padding: 0 160px;

}

.box-news.normal .post-latest {
    padding: 0;
}

.box-news.normal .box-img {
    width: 328px;
    height: 305px;
}

.box-news.normal .box-img {
    width: 328px;
    height: 305px;
}

.box-news .box-txt {
    position: relative;
    width: 508px;
}

.box-news.normal .box-txt {
    position: relative;
    width: 732px;

}

.box-news p.date-post {
    position: absolute;
    top: 0;
    right: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: var(--main-color);
    padding: 0 8px 10px 8px;
    background: var(--brown-color);
    display: grid;
    clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0 100%, 0 0);
}

.box-news p.date-post span {
    position: relative;
}

.box-news p.date-post span:first-child::before {
    content: "";
    background: var(--main-color);
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
}

.box-news .post-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: var(--main-bg-color);
    text-align: left;
    margin-bottom: 8px;
    width: 100%;
    letter-spacing: -0.25px;
}

.box-news .post-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: var(--black-color);
    text-align: left;
}

.box-news .read-more {
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    color: var(--brown-color);
    text-align: right;
    display: block;
    cursor: pointer;
}

.box-news .lSSlideWrapper {
    overflow: visible;
}

.box-news .lSPager.lSpg {
    display: none;
}

.slider-post-news {
    overflow: visible;
  
    padding-bottom: 5px !important;
}

.slider-post-news .post-item {
    background: #ffffff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    border-radius: 13.88px;
    margin-right: 47px !important;
}

.slider-post-news .post-item .box-img img {
    width: 100%;
    height: 90%;
	object-fit: cover;
}

.slider-post-news .post-item .box-img {
    width: 100%;
    height: 175px;
    border-radius: 13.88px;
    overflow: hidden;
}

.slider-post-news .post-item {
    transition: all 0.5s;
}

.slider-post-news .post-item .box-txt {
    position: relative;
    width: 100%;
    padding: 0px 16px 6px 12px;
    transition: all 0.5s;
    background: var(--main-color);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.slider-post-news .post-item .box-txt .post-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: var(--main-bg-color);
    transition: all 0.5s;
}

.slider-post-news .post-item .box-txt .post-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--black-color);
    transition: all 0.5s;
}

.slider-post-news .post-item .read-more {
    margin: 11px 6px auto auto;
    color: var(--brown-color);
    background: var(--main-color);
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    border-radius: 6.9425px;
    padding: 4px;
    transition: all 0.5s;
    font-weight: 600;
    text-decoration: none;
}


.box-news .lSAction {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-news .lSAction .lSPrev {
    width: 30px;
    display: block;
    top: 50%;
    height: 30px;
    background-image: url(assets/icon/icon_arrow_left.svg);
    background-color: var(--main-bg-color);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 50%;
    margin: 0;
    position: relative;
    left: 0;
    z-index: 0;
}

.box-news .lSAction .lSNext {
    width: 30px;
    display: block;
    top: 50%;
    height: 30px;
    background-image: url(assets/icon/icon_arrow_right.svg);
    background-color: var(--main-bg-color);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 50%;
    margin: 0;
    position: relative;
    right: 0;
    z-index: 0;
}

.page-section--single-news .box-news .lSAction .lSPrev {
    background-image: none;
    background-color: transparent;
}

.page-section--single-news .box-news .lSAction .lSNext {
    background-image: none;
    background-color: transparent;
}

.page-section--single-news .box-news .lSAction .lSPrev::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    background-image: url(assets/icon/News-icon-left.svg);
    z-index: 1;
    height: 16.53px;
    width: 10.21px;
}

.page-section--single-news .box-news .lSAction .lSNext::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 19px;
    background-image: url(assets/icon/News-icon-right.svg);
    z-index: 1;
    height: 16.53px;
    width: 10.21px;
}

aside {
    margin-bottom: 22px;
    padding-left: 15px;
}

aside:last-child {
    margin-bottom: 0;
}

aside p.title {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    color: var(--main-bg-color);
}

aside p.title::before {
    content: "";
    background: var(--aside-color);
    height: 100%;
    width: 5px;
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
}

aside .box-search-input {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    opacity: 1;
    border: 1px solid #cccccc;
    border-radius: 10px;
    height: 34px;
    width: 253px;
    padding-left: 10px;
    padding-right: 8px;
}

aside .box-post ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

aside .box-post ul li:last-child {
    margin-bottom: 0;
}

aside .box-post ul li .box-img {
    width: 106px;
}

aside .box-post ul li .box-txt {
    width: calc(100% - 106px);
    padding-left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;

    color: var(--black-color);
}


.page-section--single-news .box-news-normal .slider-post-news li.post-item {
    width: 329px !important;
    /* height: 385px !important; */
    display: flex;
    flex-direction: column;
}

.page-section--single-news .box-news-normal .slider-post-news li.post-item .box-img {
    height: 178px;
}

.page-section--single-news .box-news-normal .slider-post-news li.post-item .box-txt {
    flex: 1;
    padding: 11px 19px 9px 18px;
}

.page-section--single-news .box-news-normal .slider-post-news li.post-item .box-txt .post-title {
    font-size: 20px;
    line-height: 26.68px;
}

.page-section--single-news .box-news-normal .slider-post-news li.post-item .box-txt .post-desc {
    font-size: 18px;
}

.page-section--single-news .box-news-normal .slider-post-news li.post-item .box-txt .post-desc {
    font-size: 18px;
    line-height: 24.01px;
}

.page-section--single-news .box-news-normal .slider-post-news li.post-item .box-txt p:nth-child(3) {
    text-align: right;
    position: absolute;
    bottom: 9px;
    right: 23px;
    font-size: 20px;
    font-weight: 700;
}

.page-section--single-news .box-news-normal .slider-post-news li.post-item:hover .box-txt p:nth-child(3) a {
    color: white;
    background: var(--brown-color);
}

.page-section--single-news .box-news-normal .slider-post-news li.post-item .box-txt p:nth-child(3) a.read-more {
    font-size: 20px;
    font-weight: 700;
    color: var(--orange-color);
}

.page-section--single-news .box-news-normal .slider-post-news li.post-item:hover .box-txt p:nth-child(3) a.read-more {
    background-color: var(--orange-color);
    color: var(--main-color);
}

/*
* ===================================================== Cộng tác viên =====================================================
*/

.page-section--reason {
    /*background: var(--light-bg-color);*/
    padding-top: 19px;
    height: max-content;
    padding-bottom: 15px;
}

.page-section--reason .container {
    position: relative;
    width: 1170px;
}

.page-section--reason .container .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.page-section--reason .container img.img-bg {
    position: absolute;
    z-index: 1;
}

.page-section--reason .container img.img-bg:nth-child(1) {
    bottom: 111px;
    left: 134px;
}

.page-section--reason .container img.img-bg:nth-child(2) {
    bottom: 351px;
    right: 586px;
}

.page-section--reason .container img.img-bg:nth-child(3) {
    bottom: 35px;
    right: 443px;
}

.page-section--reason .container img.img-bg:nth-child(4) {
    width: 223px;
    right: 196px;
    bottom: 243px;
}

.page-section--reason .container img.img-bg:nth-child(5) {
    right: 472px;
    bottom: 74px;
    height: 386px;
}

.page-section--reason .container img.img-bg:nth-child(6) {
    width: 301px;
    bottom: -15px;
    right: 133px;
}

.page-section--reason .box-txt {
    max-width: 430px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 238px;
}

.page-section--reason li.reason .reason-number {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1a437e;
    position: relative;
    height: max-content;
}


.page-section--reason li.reason .reason-number::before {
    content: "";
    background: var(--main-bg-color);
    display: block;
    width: 2px;
    height: 90%;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(-50%, -50%);
}

.page-section--reason li.reason {
    display: flex;
    gap: 20px;
}

.page-section--reason li.reason:nth-child(2n) {
    margin-left: 46px;
}


.page-section--reason li.reason:nth-child(2) .reason-number,
.page-section--reason li.reason:nth-child(2) .reason-txt .reason-txt_title {
    /* color: #d255cc; */
}


.page-section--reason li.reason:nth-child(3) .reason-number,
.page-section--reason li.reason:nth-child(3) .reason-txt .reason-txt_title {
    /* color: #5fc887; */
}


.page-section--reason li.reason:nth-child(4) .reason-number,
.page-section--reason li.reason:nth-child(4) .reason-txt .reason-txt_title {
    /* color: #50a5f8; */
}



.page-section--reason li.reason:nth-child(5) .reason-number,
.page-section--reason li.reason:nth-child(5) .reason-txt .reason-txt_title {
    /* color: #5180e0; */
}

.page-section--reason li.reason .reason-txt .reason-txt_title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.03em;
    color: #1a437e;
    margin-bottom: 1px;
}

.page-section--reason li.reason .reason-txt .reason-txt_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.page-section--agvantage {
    padding: 31px 0;
}

.page-section--agvantage h4.page-section__header {
    margin-bottom: 31px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0.03em;
    color: var(--main-bg-color);
    text-align: center;
}

.page-section--agvantage ul.agvantage {
    display: flex;
    gap: 50px;
    justify-content: space-around;
}

.page-section--agvantage ul.agvantage li.agvantage-item {
    background: #ffffff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    border-radius: 100px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 17px 46px 17px;
    max-width: 212px;
    min-height: 270px;
    transition: all 0.5s;
}

.page-section--agvantage ul.agvantage li.agvantage-item .box-txt {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: var(--main-bg-color);
}

.page-section--agvantage ul.agvantage li.agvantage-item .box-txt:before {
    left: 50%;
    content: "";
    background: #e36d2e;
    display: block;
    width: 40px;
    height: 5px;
    position: absolute;
    bottom: -16px;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}

.page-section--agvantage ul.agvantage li.agvantage-item:hover {
    background: var(--main-bg-color);
    box-shadow: 0px 4px 6px #e36d2e;
    cursor: pointer;
}

.page-section--agvantage ul.agvantage li.agvantage-item:hover .box-txt {
    color: var(--main-color);
}

.page-section--agvantage ul.agvantage li.agvantage-item.active-item .box-txt {
    /* color: var(--main-color); */
}

.page-section--connect {
    padding-left: 137px;
    padding-right: 140px;
    height: 552px;
    background: var(--light-bg-color);
    display: flex;
    justify-content: center;
}

.page-section--connect .page-section__content {
    display: flex;
    flex-direction: row;
    gap: 47px;
    align-items: center;
    margin: auto 0;
}

.page-section--connect .page-section__content > img {
    height: 413px;
    width: 643px;
}

.page-section--connect .page-section__content .box-txt {
    width: 472px;
    display: flex;
    flex-direction: column;
}

.page-section--connect .connect-title {
    font-style: normal;
    font-weight: 700;
    font-size: 33.8433px!important;
    line-height: 45px;
    color: #19447e;
    margin-bottom: 14px;
}

.page-section--connect .connect-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 22.5622px!important;
    line-height: 30px;
    color: var(--black-color);
    margin-bottom: 38px;
    width: 458px;
}

.page-section--connect .download .download-title {
    font-weight: 700;
    font-size: 22.5622px;
    line-height: 30px;
    color: var(--main-bg-color);
    margin-bottom: 27px;
}

.page-section--connect .download-box {
    display: flex;
    flex-direction: row;
}

.page-section--connect .download-box .box-app {
    margin-right: 9px;
    width: 239px;
    height: max-content;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.page-section--connect .download-box p {
    font-weight: 700;
    font-size: 18.3384px;
    line-height: 24px;
    color: var(--main-bg-color);
    margin: auto 0;
}

.page-section--connect .download-box .box-qrcode {
    margin-left: 13px;
    height: 156px;
    width: 156px;
}

.page-section--connect .download-box .box-qrcode img {
    width: 100%;
}

.page-section--collaborators .page-section__content {
    display: flex;
    align-items: center;
    padding-top: 74px;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-bottom: 73px;
    flex-wrap: wrap;
    justify-content: center;
    width: 1440px;
}

.page-section--collaborators .box-img {
    overflow: hidden;
}

.set-letter-spacing ~ .page-section--footer-contact {
    letter-spacing: -0.5px;
}

.page-section--collaborators .box-img img {
    margin-left: -26px;
}

.page-section--collaborators .box-form {
    background: var(--main-bg-color);
    border-radius: 15.4786px;
    padding: 15px 52px 28px 49px;
    box-sizing: border-box;
    width: 546px;
    height: 450px;
    color: var(--main-color);
}

.page-section--collaborators p.box-form_title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 40px;
    position: relative;
}

.page-section--collaborators p.box-form_title:before {
    content: "";
    background: var(--main-color);
    width: 229px;
    height: 4px;
    display: block;
    position: absolute;
    top: 45px;
    left: -49px;
}

.page-section--collaborators p.box-form_title::after {
    content: "";
    background: var(--main-color);
    width: 163px;
    height: 4px;
    display: block;
    position: absolute;
    top: 60px;
    left: -49px;
}

.page-section--collaborators p.box-form_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--main-color);
    height: 60px;
}

.page-section--collaborators input {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--black-color);
    padding: 15px 5px 15px 40px;
    padding: 15px 5px 15px 40px;
    height: 47px;
    border-radius: 7.74px;
    box-sizing: border-box;
}

.page-section--collaborators input::placeholder {
    color: #969696;
    font-size: 16px;
}

.page-section--collaborators input:nth-child(2)::type {

}

.page-section--collaborators .wpcf7-submit {
    color: var(--main-color);
    background: var(--orange-color);
    border-radius: 7.74px;
    border: none;
    height: 49px;

}

span.wpcf7-spinner {
    margin: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}

.box-form-cf7 p img {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 24px;
}

.box-form-cf7 p {
    position: relative;
    height: 47px;
    margin-bottom: 17.87px;
}

.box-form-cf7 p:nth-last-child {
    margin-bottom: 0;
}

.box-form-cf7 p br {
    display: none;
}

/*
* ===================================================== Header =====================================================
*/
#topbar {
    background: var(--main-bg-color);
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    justify-content: center;
    align-items: unset;
    z-index: 1;
    padding-right: 500px;
    justify-content: flex-end;
}

.topbar__contact {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #f0f7ff;
    width: 500px;
    height: 64px;
    display: flex;
    align-items: center;
   	font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    color: var(--main-bg-color);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 47px 100%);
    letter-spacing: 0.5px;
	justify-content: space-evenly;
}
}

.topbar__contact a {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: var(--brown-color);
}

.topbar__contact .contact__item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.topbar__contact i {
    background: var(--main-bg-color);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    color: var(--main-color);
    align-items: center;
    justify-content: center;
    font-size: 13px;
	
}

.topbar__contact .contact__item--email i {
    color: var(--main-bg-color);
    background: none;
    font-size: 19px;
}

#top-navigation {
    height: 100%;
}

#top-navigation .menu-item-type-custom a {
    padding: 0 15px;
    margin: 0;
    transition: all 0.5s;
    background: none;
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

#top-navigation .menu-item-type-custom:hover {
    background: var(--brown-color);
    color: var(--main-color);
}

.main-navigation-wrapper {
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 80px;
}

nav#site-navigation {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}

nav#site-navigation li.menu-item {
    margin-right: 20px;
}

nav#site-navigation li.menu-item:last-child {
    margin-right: 0;
}

nav#site-navigation li.menu-item a {
    color: var(--main-bg-color);
    float: left;
	text-transform: uppercase;
}

.site-branding img.custom-logo {
    max-width: 105px;
}

.site-branding {
    margin: 3px 0 3px 76px;
}

.site-branding a {
    display: flex;
    align-items: center;
    height: 100%;
}

ul.header-action {
    display: flex;
    /* align-items: center; */
    /* background: var(--main-bg-color); */
    color: var(--main-color);
    gap: 9px;
    width: 100%;
    max-width: 384px;
    /* clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%); */
    justify-content: center;
    position: relative;
    /* align-items: end; */
}

ul.header-action:before {
    content: "";
    background: var(--main-bg-color);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
}

ul.header-action a {
    text-decoration: none;
    color: var(--main-color);
}

ul.header-action a.item__icon {
    display: flex;
    align-items: center;

}

ul.header-action a.item__icon.user__icon {
    margin-right: 11px;
    overflow: hidden;
    border-radius: 50%;
}

ul.header-action a.item__icon img {
    width: 26.5px;
    height: 26px;
}

ul.header-action li.header-action__item {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    position: relative;
    align-items: center;
    color: var(--main-color);
    height: 91px;
    cursor: pointer;
}

ul.header-action li.header-action__item.item--notification .badge {
    right: -3px;
    top: -2px;
}

ul.header-action li.header-action__item.item--cart .badge {
    right: -2px;
    font-size: 10px;
}

ul.header-action li.header-action__item.item--cart .item__icon {
    margin-right: 4px;
}

ul.header-action li.header-action__item .item__icon i {
    font-size: 26px;
    margin-right: 8px;
}

ul.header-action li.header-action__item .header-login-dropdown {
    /* display: none; */
    position: absolute;
    visibility: hidden;
    background-color: var(--main-color);
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /* padding: 19px 7px 8px 20px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 39px;
    right: -14px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 224px;
    /* height: 157px; */
    padding-top: 26px;
    padding-left: 20px;
    padding-bottom: 30px;
}

ul.header-action li.header-action__item .header-login-dropdown::before {
    content: "";
    position: absolute;
    top: -37px;
    right: 2px;
    height: 37px;
    width: 48px;
    border-width: 22px 24px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.header-action li.header-action__item.item--account:hover .header-login-dropdown {
    visibility: visible;
}

ul.header-action li.header-action__item .header-login-dropdown-wraper {
    position: relative;
}

ul.header-action li.header-action__item.item--account .header-login-dropdown li {
    height: 21px;
    width: 100%;
}

ul.header-action li.header-action__item.item--account .header-login-dropdown a {
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
}

ul.header-action li.header-action__item.item--account .header-login-dropdown li:hover a {
    color: var(--orange-color);
}

/* ul.header-action li.header-action__item .header-login-dropdown-wraper:hover .header-login-dropdown {
   visibility: visible;
} */

ul.header-action li.header-action__item a {
    position: relative;
}

ul.header-action li.header-action__item span.badge {
    position: absolute;
    background: red;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: -0.25138px;
    right: 0;
    top: -5px;
}

ul.header-action li.header-action__item.item--cart span.badge {
    color: var(--green-color);
    background: #fff22f;
    width: max-content;
    min-width: 16px;
}

ul.header-action li.header-action__item.item--cart .item__content {
    display: flex;
    align-items: center;
}

ul.header-action .header-cart-products-wrapper {
    display: none;
    position: absolute;
    top: 75px;
    background: var(--main-color);
    z-index: 11111;
    width: 340px;
    height: auto;
    right: 0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 20px;
    padding-top: 21px;
    padding-left: 22px;
    color: #000;
    padding-bottom: 20px;
    padding-right: 20px;
}

ul.header-action .header-cart-products-wrapper::before {
    content: '';
    position: absolute;
    top: -52px;
    right: 32px;
    height: 62px;
    width: 33px;
    border-width: 28px 17px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.header-action
li.header-action__item.item--cart:hover
.header-cart-products-wrapper {
    display: block;
    z-index: 111111;
}

ul.header-cart-product li {
	margin: 15px 0;
    display: flex;
    gap: 21px;
}

ul.header-cart-product li .product-icon {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #282828;
}

ul.header-cart-product li .product-icon p {
    width: 65px;
    display: none;
}

ul.header-cart-product li .product-icon img {
    margin-bottom: 10px;
    height: 48px;
    width: 48px;
}

ul.header-cart-product li .product-info {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: var(--green-color);
}

ul.header-cart-product li .product-info .product-name {
    margin-bottom: 11px;
    color: #1A437E;
    font-size: 16px;
}
ul.header-cart-product li .product-info .product-price {
    margin-bottom: 11px;
    color: #343A40;
    font-size: 14px;
    font-weight: 600;
}

ul.header-action .header-cart-products-wrapper .cart-product__total {
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin: 20px 0;
    display: flex;
    width: 90%;
    justify-content: space-between;
}

ul.header-action .header-cart-products-wrapper .cart-product__total span {
    display: block;
    margin: 10px 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #343A40;
}
ul.header-action .header-cart-products-wrapper .cart-product__total span#cart-total-fees {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #E36D2E;
}
ul.header-action .header-cart-products-wrapper .btn-cart {
      background: var(--main-bg-color);
    border-radius: 6.70807px;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: var(--main-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

/*
* ===================================================== Footer =====================================================
*/
.contact-form-footer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap:25px
}

.contact-form-footer p input {
    width: 100%;
}

.contact-form-footer p.input-mail {
    width: 100%;
}

.contact-form-footer p.input-mail input {
    background: #f4f4f4;
    border: 1px solid #bdbdbd;
    border-radius: 11.254px;
    padding: 25px 48px 28px 48px;
    font-size: 24px;
    line-height: 29px;
    /* color: #bdbdbd; */
}

.contact-form-footer button {
    border: none;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.contact-form-footer button img {
    max-width: 385px;
}

.page-section--footer-contact {
    padding-bottom: 60px;
}

.page-section--footer-contact .page-section__content {
    width: 100% !important;
}

.footer-contact__form {
    margin-bottom: 26px;
}

section.page-section.page-section--footer-contact {
    width: 1126px;
    margin: 0 auto;
    padding-top: 40px;
}

.footer-contact__ads {
    background: var(--main-bg-color);
    color: var(--main-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    height: 123px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-contact__ads .ads__text {
    padding-left: 51px;
    z-index: 1;
}

.footer-contact__ads .ads__text span {
    font-weight: 700;
}

.footer-contact__ads .ads__phone {
    font-weight: 700;
    font-size: 32px;
    line-height: 52px;
    padding-right: 15px;
    color: var(--main-color);
    z-index: 1;
}

.footer-contact__ads .ads__phone i.fa.fa-phone {
    font-size: 23px;
    vertical-align: middle;
    margin-right: 7px;
}

.footer-contact__ads {
    position: relative;
}

.footer-contact__ads .bg-img {
    position: absolute;
    right: 233px;
    z-index: 0;
}

#colophon {
    background: var(--light-bg-color);
    width: 100%;
}

#colophon ul.access__persons {
    margin: 0;
    display: flex;
    padding-left: 10px;
}

ul.site-footer__access {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    padding: 10px 0;
    border-top: 2px solid var(--main-bg-color);
    border-bottom: 2px solid var(--main-bg-color);
}

#colophon ul.access__persons li.persons__item {
    margin-left: -10px;
    display: flex;
    align-items: center;
}

#colophon ul.site-footer__access li.access__item.access__item--hour {
    display: flex;
    align-items: center;
    gap: 13px;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    color: var(--black-color);
}

#colophon ul.site-footer__access li.access__item span {
    color: var(--orange-color);
    font-weight: 600;
}

#colophon .access__item {
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    color: var(--black-color);
    position: relative;
}

#colophon .access__item:before {
    content: "";
    background: var(--breadcrumb-color);
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -20px;
}

#colophon .access__item:last-child::before {
    display: none;
}

.site-footer__botttom-bar {
    display: flex;
    align-items: center;
    padding: 26px 0;
    color: var(--main-color);
    background: var(--main-bg-color);
}

.site-footer__botttom-bar a {
    text-decoration: none;
    color: var(--main-color);
}

.site-footer__botttom-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
}

ul#bottom-navigation {
    display: flex;
    align-items: center;
    gap: 21px;
}

ul#bottom-navigation li {
    position: relative;
}

ul#bottom-navigation li:before {
    content: "";
    background: var(--breadcrumb-color);
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
}

ul#bottom-navigation li:last-child::before {
    display: none;
}

.site-footer__content {
    display: flex;
    width: 1250px;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    position: relative;
    justify-content: center;
}

.site-footer__content .background-footer {
    position: absolute;
    left: 300px;
    top: 30px;
    width: 580px;
    height: 290px;
    z-index: 0;
}

.site-footer__content .content__column {
    width: 25%;
    z-index: 1;
}

.site-footer__content .content__column .footer__tbbct {
    margin-top: 6px;
    margin-left: -4px;
}

.site-footer__content .content__column .column__links {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.site-footer__content .content__column.content__column--contact .column__links {
    font-size: 14px;
    gap: 10px;
}
li.socials__item img {
    width: 40px;
}

.site-footer__content .content__column.content__column--contact .column__links a {
    align-items: start;
}

.site-footer__content .content__column.content__column--contact .column__links a img {
    margin: 0;
    margin-right: 12px;
}

.site-footer__content .content__column.content__column--contact .column__links .links__email p {
    color: #006DFF;
    text-decoration: underline;
}

.site-footer__content .content__column.content__column--contact .links__phone p span {
    color: red;
}

.site-footer__content .content__column.content__column--contact .links__phone img,
.site-footer__content .content__column.content__column--contact .links__address img {
    margin-left: 3px !important;
}

.site-footer__content .content__column.content__column--info {
    width: 200px;
    margin-right: 92px;
}

.site-footer__content .content__column.content__column--contact {
    width: 300px;
}

.site-footer__content .content__column.content__column--info .site-footer__map {
    margin-bottom: 10px;
}


.site-footer__content .content__column.content__column--about-left {
    width: 217px;
    margin-right: 53px;
}

.site-footer__content .content__column.content__column--about-right {
    width: 297px;
    margin-right: 32px;
}

.site-footer__content .content__column.content__column--info .site-footer__desc {
    margin-bottom: 10px;
}

.site-footer__content .content__column.content__column--info .site-footer__desc .custom-logo-link {
    width: 109px;
    height: 58.61px;
    margin-right: 9px;
    padding: 0;
}

.site-footer__content .content__column.content__column--info .site-footer__desc .custom-logo-link img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.site-footer__content ul.site-footer__socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.site-footer__content .content__column.content__column--info .site-footer__desc p:nth-child(2) {

}

.site-footer__content .content__column.content__column--info .site-footer__desc p:nth-child(3) {
    width: 100%;
}


.site-footer__content .site-footer__desc a {
    float: left;
    padding-right: 10px;
}

.site-footer__content .site-footer__desc p {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: var(--main-bg-color);
}

.content__column h5.column__heading {
    height: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: var(--main-bg-color);
    margin-bottom: 11px;
}

.content__column {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.content__column a {
    color: var(--main-bg-color);
    text-decoration: none;
}

.content__column a img {
}

.content__column.content__column--about ul.column__links li {
    margin-bottom: 11px;
}

.content__column ul.column__links a {
    display: flex;
}

.content__column .column__links i {
    font-size: 20px;
    margin-right: 10px;
    width: 20px;
}

.content__column .column__links .links__phone i,
.content__column .column__links .links__address i {
    font-size: 35px;
}

.content__column .site-footer__download {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: var(--main-bg-color);
    margin-top: 15px;
}

.content__column .site-footer__download p {
    margin-bottom: 5px;
}

/*
* ===================================================== Login =====================================================
*/
#form-login {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
}

#form-login .bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#form-login .login {
    z-index: 22;
    max-width: 772px;
    height: 652px;
    background: var(--main-color);
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: unset;
    width: 100%;
}

#form-login .login span {
    display: block;
    border-radius: 50%;
    position: absolute;
}

#form-login .login span.elip-1 {
    width: 216px;
    height: 216px;
    left: -35px;
    top: -125px;
    background: linear-gradient(90deg, #a1c4fd 0%, #c2e9fb 100%);
    opacity: 0.3;
	filter: blur(30px);
}

#form-login .login span.elip-2 {
    width: 140px;
    height: 140px;
    left: 144px;
    top: -93px;
    background: linear-gradient(90deg, #84fab0 0%, #8fd3f4 100%);
    opacity: 0.3;
	filter: blur(30px);
}

#form-login .login .form-login-right .box-form-login .form-tab li {
    cursor: pointer;
}

#form-login .login span.elip-3 {
    width: 148px;
    height: 148px;
    left: 637px;
    top: -93px;
    background: linear-gradient(90deg, #d4fc79 0%, #96e6a1 100%);
    opacity: 0.3;
	filter: blur(30px);
}

#form-login .login span.elip-4 {
    display: none;
    width: 140px;
    height: 140px;
    left: 691px;
    top: 533px;
    background: linear-gradient(90deg, #84fab0 0%, #8fd3f4 100%);
    opacity: 0.3;
	filter: blur(30px);
}

#form-login .forget-password-modal .form-content .re-set-password {
    display: flex;
    flex-direction: row;
    gap: 13px;
    font-size: 18px;
    margin-bottom: 16px;
    padding-left: 7px;
    color: var(--main-bg-color);
    font-weight: 600;
}

#form-login .forget-password-modal .form-content .box-input button.disable {
    background-color: #E8E8E8;
    color: #ACACAC;
}

#form-login .login span.elip-5 {
    display: none;
    width: 195px;
    height: 195px;
    left: -40px;
    top: 498px;
    background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
    opacity: 0.3;
	filter: blur(100px);
}

#form-login .login span.elip-6 {
    display: none;
    width: 166px;
    height: 166px;
    left: -93px;
    top: 422px;
    background: linear-gradient(90deg, #d4fc79 0%, #96e6a1 100%);
    opacity: 0.3;
	filter: blur(30px);
}

#form-login .login span.elip-7 {
    width: 140px;
    height: 140px;
    left: 410px;
    top: 79px;
    background: linear-gradient(90deg, #84fab0 0%, #8fd3f4 100%);
    opacity: 0.3;
	filter: blur(30px);
}

#form-login .login img.login-bg_left {
    z-index: 1;
    padding: 20px;
}

#form-login .login .login-bg img {
    width: 141px;
    height: 141px;
    left: 7px;
    top: 24px;
    display: block;
    position: absolute;
}

#form-login .login .form-login-left {
    display: grid;
    padding: 80px 15px 0 70px;
    width: calc(100% - 421px);
}

#form-login .login img.login-bg_logo {
    max-width: 282px;
}

#form-login .login .form-login-right {
    padding: 79px 56px 0 25px;
    width: 421px;
    position: relative;
}

#form-login .login .form-login-right::before {
    content: "";
    height: 281px;
    width: 1px;
    background: var(--brown-color);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.box-form-login {
    position: relative;
}

li.news__item.lslide .box__item p.item__title {
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.box-form-login a.icon-qr-code {
    position: absolute;
    top: 0;
    right: 0;
}

#form-login .login-modal .form-content_login .forget-pass-btn:hover,
#form-login .register-modal .form-content_login .forget-pass-btn:hover {
    text-decoration: underline;
    cursor: pointer;
}

.box-form-login ul.form-tab {
    padding-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.26552px;
    color: #1c457f;
    margin-bottom: 29px;
}

#form-login .box-form-login ul.form-tab li {
    position: relative;
}

#form-login .box-form-login ul.form-tab li.active {
    color: var(--brown-login-color);
}

#form-login .box-form-login ul.form-tab li.active:before {
    content: "";
    background: var(--brown-login-color);
    display: block;
    width: calc(100% + 4px);
    height: 3px;
    bottom: -14px;
    position: absolute;
    border-radius: 10px;
    left: -2px;
}

#form-login .form-content_login .box-input label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--main-bg-login-color);
    margin-bottom: 5px;
    display: block;
}

#form-login .form-content_login .box-input input {
    height: 48px;
    background: #ffffff;
    border: 1px solid #9c9c9c;
    border-radius: 10px;
    width: 100%;
    padding: 0 39px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.26552px;
    color: var(--black-color);
}

#form-login .form-content_login .box-input input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.26552px;
    color: #9c9c9c;
}

#form-login .form-content_login .box-input div {
    position: relative;
    margin-bottom: 9px;
}

#form-login .form-content_login .box-input img.box-input_img-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0%, -50%);
    max-width: 18px;
}

#form-login .form-content_login .box-input img.box-input_img-clear {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    cursor: pointer;
}

#form-login .form-content_login .box-input img.box-input_img-show {
    position: absolute;
    top: 50%;
    right: 39px;
    transform: translate(0, -50%);
    cursor: pointer;
}

#form-login .form-content_login .box-input .hide-password .show-icon,
#form-login .form-content_login .box-input .show-password .hide-icon {
    /* visibility: hidden; */
}

#form-login .form-content_login .box-input .hide-password .hide-icon,
#form-login .form-content_login .box-input .show-password .show-icon {
    /* visibility: visible; */
}

#form-login .form-content_login .box-input button {
    width: 100%;
    background: #e36d2e;
    border-radius: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.26552px;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 30px;
}

#form-login .form-content_login .remember-password .container {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.26552px;
    color: var(--main-bg-color);
}

#form-login .form-content_login .remember-password .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#form-login .form-content_login .remember-password .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #eee;
}

#form-login
.form-content_login
.remember-password
.container:hover
input
~ .checkmark {
    background: var(--main-color);
    border-radius: 5px;
    border: 2px solid var(--main-bg-color);
}

#form-login
.form-content_login
.remember-password
.container
input:checked
~ .checkmark {
    background: var(--main-color);
    border-radius: 5px;
    border: 2px solid var(--main-bg-color);
}

#form-login .form-content_login .remember-password .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#form-login
.form-content_login
.remember-password
.container
input:checked
~ .checkmark:after {
    display: block;
}

#form-login .form-content_login .remember-password .container .checkmark:after {
    left: 10px;
    top: -7px;
    width: 6px;
    height: 19px;
    border: solid var(--main-bg-color);
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--main-color);
}

.form-content_login .box-input p {
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.26552px;
    color: #3a3a3a;
}

.form-content_login .box-input p a {
    color: var(--main-bg-color);
    text-decoration: none;
    font-weight: 600;
}

.form-content_login .box-login-social {
    text-align: center;
    margin-top: 21px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.26552px;
    color: #1a437e;
}

.form-content_login .box-login-social div {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 48px;
}

.form-content_login .box-login-social p {
    position: relative;
    display: inline-block;
}

.form-content_login .box-login-social p::before {
    content: "";
    background: #afafaf;
    width: 56px;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: -77px;
    transform: translate(0%, -50%);
}

.form-content_login .box-login-social p::after {
    content: "";
    background: #afafaf;
    width: 56px;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    right: -77px;
    transform: translate(0%, -50%);
}

.page-section--news .page-section__content .lSSlideWrapper {
    height: 359px;
}


.page-section--news .page-section__content ul.list-news {
    width: max-content !important;
    height: max-content !important;
    display: flex;
    align-items: center;
    height: 400px !important;
    margin-left: 3%;
}


.page-section--news .page-section__content ul.list-news li {
   /* margin-right: unset !important;*/
    /*transition: 0.4s;*/

}

.page-section--news .page-section__content ul.list-news li.active + li {
    /*transform: scale(120%);*/
    /*transition: 0.4s;*/

}