/* Đặt các thuộc tính cơ bản cho .container */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

/* Độ rộng tối đa thay đổi theo các điểm dừng */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

h1, h2, h3, h4, h5, h6{
    color: unset;
}

.wp-service-item {
    display: flex;
    justify-content: center;
    /*padding: 25px;*/
}

.service-item {
    text-align: center;
    border-radius: 20px;
    padding: 8px 16px;
    cursor: pointer;
    /*height: 320px;*/
    width: 100%;
    /*background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);*/
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    transition: all 0.5s;
    border: 2px solid transparent;
    overflow: hidden;
}

.service-item:hover {
    /*filter: drop-shadow(0px 25px 60px rgba(28, 39, 49, 0.1));*/
    background: #FFF;
    transition: all 0.5s;
    border: 2px solid #ff0000f2;
}

.service-item img {
    display: block;
    /*max-width: 100% !important;*/
    height: 150px !important;
    object-fit: cover;
    vertical-align: middle;
    margin: 20px auto 30px auto;
    width: 100%;
}

.service-item h1 {
    font-weight: 600;
    color: #ff0000f2 !important;
    font-size: 20px;
    margin: 20px 0 10px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.service-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
}

.service-item a {
    display: block;
    font-weight: 600;
    color: #ff0000f2 !important;
    font-size: 16px;
    margin: 8px 0 10px 0;
}

.service-item .customp p {
    overflow: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
}

.service-item3 {
    height: unset;
}
.service-item3 h1 {
    margin-bottom: 0px;
}
.service-item3 p {
    margin-bottom: 8px;
}

.custom-item-advertisement {
    height: 435px;
}

.custom-item-advertisement p {
    overflow: unset;
    -webkit-line-clamp: none;
    -webkit-box-orient: unset;
}

/*custom-css-read-more*/
.wp-desc1 {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.read_more1 {
    color: #ff0000f2 !important;
}

.wp-desc2 {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.read_more2 {
    color: #ff0000f2 !important;
}

.wp-desc3 {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.read_more3 {
    color: #ff0000f2 !important;
}
/*end-custom-css-read-more*/

.header-nav-folder-content {
    background: #fff !important;
    border-radius: 6px;
    text-align: left !important;
    transition: all 0.3s;
}

.header-nav-folder-item a {
    font-weight: 500;
    padding: 8px 0px !important;
    display: block;
    border-radius: 6px
}

.header-nav-folder-item a:hover {
    background: rgba(0, 0, 0, 0.04);
}

.header-nav-folder-item a:hover span {
    color: #ff0000f2;
    transition: all 0.3s;
}

.header-nav-folder-item a span {
    color: #333;
    transition: all 0.3s;
}

.parent-nav:hover a {
    color: #ff0000f2;
    transition: all 0.3s;
}

.page-section.section-height--medium:not(.content-collection):not( .gallery-section ):not(.user-items-list-section) {
    min-height: auto;
}

.box-item-celebrity {
    text-align: center;
    padding: 0 12px;
}

.box-item {
    background: #FFFFFF;
    text-align: center;
    padding: 45px 0px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 15px;
    cursor: pointer;
}

.img-item {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto;
    border: 4px solid #ff0000f2;
    cursor: pointer;
}

.box-item-celebrity img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-item h2 {
    color: #ff0000f2;
    font-weight: bold;
    font-size: 20px;
    margin: 0px;
    padding: 20px 0px 8px 0px;
}

.box-item p {
    color: #222;
    font-size: 16px;
}


.slick-prev, .slick-next {
    z-index: 10;
    /* left: -30px !important; */
    width: 45px !important;
    opacity: 0.75 !important;
}

.slick-prev {
    left: 0px !important;
}

.slick-next {
    right: -4px !important;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


.slick-prev:before, .slick-next:before {
    font-size: 32px !important;
    color: #ff0000f2 !important;
    opacity: 0.75 !important;
}


.alert .inner {
    display: block;
    padding: 6px;
    margin: 6px 0px;
    border-radius: 3px;
    border: 1px solid rgb(180, 180, 180);
    background-color: rgb(212, 212, 212);
}

.alert.success .inner {
    border: 1px solid rgb(214, 233, 198);
    background-color: rgb(223, 240, 216);
}

.alert.success .inner {
    color: rgb(52, 129, 56);
}


.wp-partner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;

}

.partner-item {
    text-align: center;
    border-radius: 20px;
    /* padding: 7px; */
    cursor: pointer;
    width: 100%;
    /* background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%); */
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    transition: all 0.5s;
    margin: 0px auto;
}

.partner-item img {
    display: block;
    max-width: 100% !important;
    /* height: 85px !important; */
    object-fit: contain;
    vertical-align: middle;
    margin: 0 auto;
    /* filter: grayscale(100%); */
    border-radius: 20px;
}

.partner-item:hover img {
    filter: grayscale(0%);
    transition: all 0.5s;
}

.header .header-announcement-bar-wrapper {
    /*background-color: #fff;*/
    background-color: rgba(25, 31, 45, 0.97);
}

/*.slick-dots {*/
/*    text-align: center;*/
/*}*/
/*.slick-dots > li {*/
/*    display: inline-block;*/
/*    margin: 12px;*/
/*}*/
/*.slick-dots > .slick-active {*/
/*    color: red;*/
/*    font-weight: bold;*/
/*}*/

.slick-dots {
    text-align: center;
    bottom: -45px !important;
}

.slick-dots > li {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    line-height: 25px;
    border: 2px solid #ff0000f2;
    width: 25px !important;
    height: 25px !important;
}

.slick-dots > li span {
    color: #ff0000f2 !important;
    font-weight: bold;
}

.slick-dots > .slick-active {
    color: #fff !important;
    background: #ff0000f2 !important;
    font-weight: bold;
}

.slick-dots > .slick-active span {
    color: #fff !important;
}

.lh {
    font-family: 'Roboto' !important;
    transition: all 0.3s;
    font-weight: 400 !important;
    border-color: #ff0000f2;
    background: #ff0000f2;
}

.lh:hover {
    border-color: inherit;
    background: inherit;
}

a.active {
    color: #ff0000f2 !important;
}

span.active {
    color: #ff0000f2 !important;
}

.video-title {
    margin: 0px;
    font-size: 23px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #ff0000f2;
    font-weight: bold;
    line-height: 32px;
}

.video_desc p {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.news__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: absolute;*/
    /*justify-content: space-between;*/
    /*width: 100%;*/
    /*align-items: center;*/
    /*top: 39%;*/
    /*left: 50%;*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
}

.news__arrow {
    /*width: 14px;*/
    height: 31px;
    cursor: pointer;
    /*filter: saturate(0%);*/
}

.news__arrow_dir_left, .news__arrow_dir_left_kol {
    position: absolute;
    align-items: center;
    top: 33%;
    left: 29px;

    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    vertical-align: middle;
    margin-top: -0.14em;
    transform: rotate(225deg);
    color: red;
}

.news__arrow_dir_right, .news__arrow_dir_right_kol {
    position: absolute;
    align-items: center;
    top: 33%;
    right: 29px;


    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    vertical-align: middle;
    margin-top: -0.14em;
    transform: rotate(45deg);
    color: red;
}

.news__arrow_dir_left:before, .news__arrow_dir_left_kol:before {
    /*content: '←';*/
    /*font-family: 'slick';*/
    /*line-height: 1;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*font-size: 32px !important;*/
    /*color: #ff0000f2 !important;*/
}

.news__arrow_dir_right:after, .news__arrow_dir_right_kol:after {
    /*content: '→';*/
    /*font-family: 'slick';*/
    /*line-height: 1;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*font-size: 32px !important;*/
    /*color: #ff0000f2 !important;*/


}

.news__arrow_dir_up {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/2015738/arrows__left.png) no-repeat;
    transform: rotate(90deg);
}

.news__arrow_dir_down {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/2015738/arrows__left.png) no-repeat;
    transform: rotate(-90deg);
}


.news__dots-list, .news__dots-list-kol, .news__dots-list-kol-5{
    text-align: center;
    bottom: -45px !important;
    padding: 0px 15px;
}

.news__dots-list > li, .news__dots-list-kol > li, .news__dots-list-kol-5 > li {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    line-height: 25px;
    border: 2px solid #ff0000f2;
    width: 10px !important;
    height: 10px !important;
    margin: 0px 5px;
}

.news__dots-list > li span, .news__dots-list-kol > li span, .news__dots-list-kol-5 > li span {
    display: none;
    color: #ff0000f2 !important;
    font-weight: bold;
}

.news__dots-list > .slick-active, .news__dots-list-kol > .slick-active, .news__dots-list-kol-5 > .slick-active {
    color: #fff !important;
    background: #ff0000f2 !important;
    font-weight: bold;
}

.news__dots-list > .slick-active span, .news__dots-list-kol > .slick-active span, .news__dots-list-kol-5 > .slick-active span {
    color: #fff !important;
}

/*=============*/


/*.news__dots {*/
/*    position: relative;*/
/*}*/

/*.news__dots-list {*/
/*    display: flex;justify-content: center;align-items: center;flex-wrap: wrap;*/
/*}*/

/*.news__dots-list li {*/
/*    padding: 2px;*/
/*    font-weight: bold;*/
/*    font-family: arial;*/
/*    font-size: 16px;*/
/*    cursor: pointer;*/
/*    color: rgb(143, 143, 143);*/
/*    transition: .3s all;*/
/*    width: 18px;*/
/*    position: relative;*/
/*    z-index: 0;*/
/*    text-align: center;*/
/*}*/

/*.news__dots-list li:after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 2px;*/
/*    right: 2px;*/
/*    top: calc(50% - 2px);*/
/*    height: 4px;*/
/*    background-color: grey;*/
/*    opacity: 0;*/
/*    transition: .3s all;*/
/*}*/

/*.news__dots-list li:hover {*/

/*}*/

/*.news__dots-list li.slick-active {*/
/*    color: rgb(11, 165, 218);*/
/*    color: transparent;*/
/*}*/

/*.news__dots-list li.slick-active:after {*/
/*    opacity: 1;*/
/*}*/

/*.news__slider {*/
/*    margin: 0 -10px !important;*/
/*    overflow-x: hidden;*/
/*}*/

/*.news__slide {*/
/*    box-sizing: border-box;*/
/*}*/

.news__arrows_2 {
    display: block;
    width: 35%;
    position: relative;
    z-index: 20;
    margin: 0 auto;
}

.news__arrows_2 .news__arrow_dir_left {
    position: absolute;
    left: 0;
    top: 70px;
    filter: drop-shadow(0 0 10px orange) drop-shadow(0 0 20px orange);
}

.news__arrows_2 .news__arrow_dir_right {
    position: absolute;
    right: 0;
    top: 70px;
    filter: drop-shadow(0 0 10px orange) drop-shadow(0 0 20px orange);
}

/* article */

.article {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.article__img-container {
    height: 140px;
    position: relative;
    overflow: hidden;
}


.article:hover .article__img {
    transform: scale(1.2);
}

.article__title {
    color: #8c570a;
    font-weight: 700;
    font-size: 22px;
    padding: 20px 0;
}

.article__content {
    color: #85878d;
    font-size: 16px;
    line-height: 20px;
    height: 95px;
    overflow: hidden;
}

.article__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.article__date {
    color: #737373;
    font-family: "Candara";
    font-size: 15px;
}


.news__arrows-kol,.news__arrows-kol1,.news__arrows-kol5{
    display: flex;
    justify-content: center;
    align-items: center;
}

.news__arrow-kol {
    height: 33px;
    cursor: pointer;
}


.news__arrow_dir_up {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/2015738/arrows__left.png) no-repeat;
    transform: rotate(90deg);
}

.news__arrow_dir_down {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/2015738/arrows__left.png) no-repeat;
    transform: rotate(-90deg);
}


.boxCase1 {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px
}

.boxCase2 {
    flex-basis: calc(33.33% - 10px);
    margin: 5px;
    margin-bottom: 15px;
}

.boxCase3 {
    padding: 25px;
    background: #303030;
    border-radius: 6px;
    height: 421px
}


.news__arrows3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news__arrow3 {
    /*width: 14px;*/
    height: 31px;
    cursor: pointer;
    /*filter: saturate(0%);*/
}

.news__arrow_dir_left3:before {
    content: '←';
    font-family: 'slick';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px !important;
    color: #ff0000f2 !important;
}

.news__arrow_dir_right3:after {
    content: '→';
    font-family: 'slick';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px !important;
    color: #ff0000f2 !important;
}

.news__arrow_dir_up3 {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/2015738/arrows__left.png) no-repeat;
    transform: rotate(90deg);
}

.news__arrow_dir_down3 {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/2015738/arrows__left.png) no-repeat;
    transform: rotate(-90deg);
}


.news__dots-list3 {
    text-align: center;
    bottom: -45px !important;
    padding: 0px 15px;
}

.news__dots-list3 > li {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    line-height: 25px;
    border: 2px solid #ff0000f2;
    width: 25px !important;
    height: 25px !important;
    margin: 0px 5px;
}

.news__dots-list3 > li span {
    color: #ff0000f2 !important;
    font-weight: bold;
}

.news__dots-list3 > .slick-active {
    color: #fff !important;
    background: #ff0000f2 !important;
    font-weight: bold;
}

.news__dots-list3 > .slick-active span {
    color: #fff !important;
}

/*.header{*/
/*    position: inherit;*/
/*}*/
/*.home-top {*/
/*    border-bottom: 1px solid #e5e5e5;*/
/*}*/
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3vw;
    padding-right: 3vw;
    background-color: rgba(25, 31, 45, 0.97);
}

.header-tright ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-tleft {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #fff;
}

.header-tleft i {
    margin-right: 10px;
    color: #ff0000f2;
}

.link-list-first {
    border-right: 2px solid #636363;
    line-height: 13px;
    padding-right: 12px;
}

:not(.header--menu-open) .header-nav-wrapper a {
    /*color: rgba(25, 31, 45, 0.97);*/
}

.aboutUsHome {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
}

.aboutUsHome h3 {
    font-weight: 500;
    font-size: 20px;
    color: #303030;
    margin: 0;
}

.aboutUsHome h4 {
    /*font-weight: 600;*/
    /*font-size: 50px;*/
    color: #303030;
    margin: 10px 0;


}

.aboutUsHome_img {
    flex: 1;
    height: 530px;
}

.aboutUsHome img {
    height: 100%;
    border-radius: 15px;
}

.linePT {
    width: 120px;
    height: 3px;
    background: red;
    border-radius: 50px;
}

.serviceHome {
    text-align: center;
    background-image: url(/frontend/images/phuthai/Nen-Dich-Vu.png);
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.serviceHome .linePT {
    margin: 0 auto;
}

.serviceHome h3 {
    /*font-weight: 600;*/
    color: #303030;
}

.serviceHome_box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    justify-content: space-between;
}

.serviceHome_box img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.serviceHome_parent {
    position: relative;
}

.serviceHome_child {
    height: 64px;
    position: absolute;
    width: 80%;
    background: #fff;
    color: #333;
    text-align: center;
    padding: 15px;
    bottom: -78px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=============================*/
.serviceGP {
    text-align: center;
    background-color: rgb(255 240 240) !important;
    background-image: url(/frontend/images/phuthai/NEN-GIAI-PHAP.png) ;
    background-size: cover;
    background-repeat: no-repeat;
}

.serviceGP .linePT {
    margin: 0 auto;
}

.serviceGP_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 30px
}

.serviceGP_box img {
    width: 100%;
    border-radius: 15px;
}

.customerBox {
    text-align: center;
}

.customerBox h3 {
    color: #333;
    text-transform: uppercase;
}

.customerBox .linePT {
    margin: 0 auto;
}

.videoHead {
    position: relative;
    height: 90vh;
}

.videoHead video {
    position: relative;
    width: 100vw;
    height: 90vh;
    overflow: hidden;
    object-fit: cover;
}

.slick-slide {
    display: flex !important;
    justify-content: center;
}

.serviceGPCustomer h4 {
    color: #333;

}

.serviceGPCustomer .serviceGP_box {
    gap: 30px;
}

.serviceGPCustomer .serviceGP_box img {
    max-height: 300px;
    object-fit: contain;
}

.serviceGPCustomer .serviceHome_parent {
    position: relative;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    flex: 1;
}
.serviceHome_parent2{
    display: flex;
    flex-direction: column;
    position: relative;
    /*background: #fff;*/
    border-radius: 15px;
    padding: 15px;
    /*box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;*/
}
.serviceHome_parent2 img{
    width: 100%;
    border-radius: 20px;
}
.footer-content {
    display: flex;
    flex-direction: column;
    gap: 10px;

    i {
        color: #fff;
        margin-right: 10px;
    }

    span {
        color: #fff;

    }
}

.content-wrapper-pd {
    padding: 60px 0px;
}

.footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.aboutUsHome_content {
    display: flex;
    gap: 15px
}

.aboutUsHome_content i {
    font-size: 35px;
    color: red;
    margin-top: 1px;

}

.aboutUsHome_content h5 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 40px;

}

.filmBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    margin: 30px 0;
}

.filmBox_btn {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.filmBox_btn img {
    position: relative;
    right: -2px;
}

.filmBox h3 {
    margin: 20px 0;
}

.filmBox p {
    color: #fff;
}

.serviceGPCustomerSX h4 {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 20px;
}

.serviceGPCustomerSX p {
    margin: 10px 0;
}

.movie {
    padding: 50px 3vw
}

.movie_content {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.movie_content > div {
    flex: 0 0 calc(25% - 15px);
}

.movie_content > div img {
    width: 100%;
}

.filmVideo {
    display: flex;
    gap: 15px;
    padding: 30px 0;
}

.filmVideo_left {
    background: url(https://assets.icheck.vn/image/2024/app/10/26/c3df09816ce0cbb4def763c4ce29c433.jpg) no-repeat;
    background-size: cover;
    flex: 2;
}

.filmVideo_right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;

}
.filmVideo_right > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.filmVideo_right > div .filmBox{
    padding: 0;
}
.sqs-block-form .field-list .title {
    color: #333;
}
.form-wrapper .field-list .field .field-element {
    width: 100%;
    padding: 16px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
     background: transparent;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 15px;
}
.contactIcon{
    border-color: rgb(245 245 245 / 1);
    border-width: 2px;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    border-style: solid;
    width: 35px;
    display: flex;
    height: 35px;
    margin-top: 11px;
    margin-right: 15px;
    flex: 0 0 35px;
}
.sliderBanner img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: top;
}

.sliderBanner .slick-prev:before,.sliderBanner .slick-next:before {
    font-size: 45px !important;
    color: #ccc !important;
}
.sliderBanner .slick-prev{
    left: 25px !important;
}
.sliderBanner .slick-next{
    right: 25px  !important;
}
.height730{
   height:  700px;
}
.serviceHomeCT{
    position: relative;
    top: -33px;
    padding-top:30px;
    padding-bottom:30px;
}
.serviceHome_box_hover:hover .serviceHome_child{
    color: red;
}
.titleBase{
    text-transform: uppercase;
    color: #333;
    font-size: 35px;
    margin: 20px 0px;

}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-prev, .slick-next{
    top: 41% !important;
}

.serviceGPCustomer .news__arrow_dir_left_kol,.serviceGPCustomer .news__arrow_dir_right_kol{
    top: 50%;

}
.serviceGP2{
        display: flex;
        align-items: center;
}
.aboutUsHomeSolution{
    background: url(https://assets.icheck.vn/image/2024/app/10/26/c2d10fadae4983a7ef1888e5167bce6c.jpg) no-repeat;
    background-size: cover;    display: flex;    background-position: center;
    align-items: center;
}
.wp-partner-item2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 275px;
}
.w80{
    width: 80%;
}
.aboutUsHome_head_advise{
    display: flex;
}
.sliderBanner .image{
    width: 100%;
}
.serviceHome_childCG{
    font-size: 15px;
    display: block;
}
.serviceHome_childCG p{
  margin: 0;
    font-size: 13px;
    font-weight: 500;
    /*color: #ff0000bd;*/
}
.service-item2 img{
    object-fit: contain;
}
.bs-brand-content-box {
    /*max-width: 1200px;*/
    /*margin: 0 auto;*/
    /*padding: 80px;*/
    /*padding-top: 130px;*/
}

.bs-brand-content-box-item {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    margin-bottom: 60px;
}

.pd-right {
    padding-right: 30px;
}

.pd-left {
    padding-left: 30px;
    text-align: right;
}

.bs-brand-content-box-item-text span {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #ff0000b0;
}

.bs-brand-content-box-item-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}

.brand-icon-right {
    /*background-image: url(https://blueseeddigital.com/images/brand/arrow3.svg);*/
    /*display: inline-block;*/
    /*width: 2.5rem;*/
    /*height: 2.5rem;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50%;*/
    /*background-size: 100% 100%;*/
    margin-left: 20px;
}

.brand-icon-left {
    /*background-image: url(https://blueseeddigital.com/images/brand/arrowleft.svg);*/
    /*display: inline-block;*/
    /*width: 2.5rem;*/
    /*height: 2.5rem;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50%;*/
    /*background-size: 100% 100%;*/
    margin-right: 20px;
}

.brand-icon-left.mb {
    display: none;
}
.bs-brand-mt{
    margin-top: 80px
}

.post-info p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.serviceGP_box_extend {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 30px;
    /* gap: 30px; */
    flex-wrap: wrap;
    /* width: 100%; */
}

.serviceGPCustomer .serviceHome_parent_extend {
    /* position: relative; */
    background: #fff;
    border-radius: 15px;
    padding: 15px 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    flex: 0 0 calc(25% - 32px);
    /* width: 100%; */
}

.custom-content img {
    width: 100% !important;
    height: auto !important;
}
.info-film .desc-film {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin: 0px;
    color: #333;
}