/* @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px;
    }
} */
/*  */
header#masthead {
    position: relative;
    z-index: 99;
}

.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}


/* About */
.brand-history-page .page-banner .bg-wrapper {
    position: relative;
}
.brand-history-page .page-banner .bg-wrapper video.bg-video,
.brand-history-page .page-banner .bg-wrapper img {
    border-radius: 20px;
}
.brand-history-page .page-banner .bg-wrapper .bg-content {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: #990000;
}
.brand-history-page .page-banner .bg-wrapper.bg-image img {
    width: 100%;
} 
.brand-history-page h2,
.brand-history-page h3,
.brand-history-page h4,
.brand-history-page h1 {
    color: #990000;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
}

.brand-history-page .mission-vision {
    max-width: 1280px;
    margin: 0 auto;
}
.brand-history-page .mission-vision .box-item {
    margin: 20px 0 40px;
    padding: 0 50px;
}
.brand-history-page .mission-vision .box-item .content {
    font-size: 20px;
    text-align: justify;
}
.box-item.core-value .content h3,
.box-item.core-value .content h2,
.box-item.core-value .content h4 {
    text-align: left;
}
.mission-vision .box-item .content.image img {
    width: 100%;
}

.prd-value-mgm-model {
    text-align: justify;
}
.prd-value-mgm-model .description {
    background: #990000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 50px 15%;
    border-radius: 20px;
    margin: 30px 0 50px;    
}
.prd-value-mgm-model .value-box {
    max-width: 1240px;
    margin: 0 auto;
}
.prd-value-mgm-model .value-box .row {
    margin-bottom: 50px;
}
.prd-value-mgm-model .value-box .row.order-2 {
    flex-direction: row-reverse;
}
.prd-value-mgm-model .value-box .row .col-sm-6.col-12 {
    padding: 0;
}
.prd-value-mgm-model .value-box .content {
    text-align: left;
    font-size: 20px;
    color: #990000;
    padding: 0 45px;
}
.prd-value-mgm-model .value-box .content h2,
.prd-value-mgm-model .value-box .content h3,
.prd-value-mgm-model .value-box .content h4 {
    text-align: left;
    margin-bottom: 30px;
}
.prd-value-mgm-model .value-box .image {
    padding: 0;
}
.prd-value-mgm-model .value-box .image img {
    width: 100%;
}
.prd-value-mgm-model .value-box .row.order-1 .image {
    padding-right: 45px;
}
.prd-value-mgm-model .value-box .row.order-2 .image {
    padding-left: 45px;
}
.page-about-commit .desc {
    color: #990000;
    font-size: 20px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}
.page-about-commit .desc h2,
.page-about-commit .desc h3,
.page-about-commit .desc h4 {
    color: #0C3859;
}
.page-about-commit .logo-slogan {
    background: #990000;
    text-align: center;
    padding: 20px 10%;
    border-radius: 20px;
    margin: 30px 0 40px;    
}
.page-about-commit .logo-slogan img {
    max-width: 300px;
    margin-bottom: 15px;
}
.page-about-commit .logo-slogan h2,
.page-about-commit .logo-slogan h3,
.page-about-commit .logo-slogan h4 {
    color: #fff;
}

/* Outstanding Technology */
.outstanding-technology-breakthrough {
    margin-top: 40px;
}
.outstanding-technology-breakthrough .heading {
    text-align: center;
}
.outstanding-technology-breakthrough .gallery {
    margin: 50px 0;
}
.outstanding-technology-breakthrough .gallery ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
}
.outstanding-technology-breakthrough .gallery ul li {
    list-style: none;
}
.outstanding-technology-breakthrough .gallery ul li img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 50%;
}
.outstanding-technology-feature {
    background-image: linear-gradient(to bottom, #990000, #0C3859);
    color: #fff;
    padding-top: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.outstanding-technology-feature .technology-box table {
    border-color: transparent;
}
.outstanding-technology-feature .heading {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.outstanding-technology-feature .technology-box {
    margin: 0;
}
.outstanding-technology-feature .technology-box .item {
    padding: 0;

}
.outstanding-technology-feature .technology-box .item .thumb-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
    margin: 30px 0 40px;
    max-height: 50px;
}
.outstanding-technology-feature .technology-box .item:nth-child(5n-4) .thumb-title {
    background: #E1929E;
}
.outstanding-technology-feature .technology-box .item:nth-child(5n-3) .thumb-title {
    background: #71B5DE;
}
.outstanding-technology-feature .technology-box .item:nth-child(5n-2) .thumb-title {
    background: #FBAF1A;
}
.outstanding-technology-feature .technology-box .item:nth-child(5n-1) .thumb-title {
    background: #93C954;
}
.outstanding-technology-feature .technology-box .item:nth-child(5n-0) .thumb-title {
    background: #A8926C;
}
.outstanding-technology-feature .technology-box .thumb-title .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}
.outstanding-technology-feature .technology-box .thumb-title img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.outstanding-technology-feature .technology-box .content {
    padding: 0 20px;
    font-size: 18px;
}
.outstanding-technology-feature .technology-box .item:last-child {
    width: 100%;
}
.outstanding-technology-feature .technology-box .item:last-child .thumb-title {
    justify-content: space-evenly;
    max-height: 50px;
    margin-bottom: 0;
}
.outstanding-technology-feature .technology-box .item:last-child .thumb-title img {
    position: relative;
}
.outstanding-technology-feature .technology-box .item:last-child .content img {
    padding-right: 40px;
}

/* Team Expert */
.team-expert-page .content-editor {
    background-image: url('../../assets/img/bg21.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 10%;
    border-radius: 20px;
}
/* .content-editor h1,
.content-editor h2,
.content-editor h3,
.content-editor h4 {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
} */
.team-expert-page .content-editor p {
    font-size: 20px;
    margin-bottom: 0;
}
.team-expert-page .expert-item {
    margin: 30px 0;
}
.team-expert-page .expert-item ul.nav-tabs {
    justify-content: center;
    gap: 20px;
    border: none;
}
.team-expert-page .expert-item ul.nav-tabs li {

}
.team-expert-page .expert-item ul.nav-tabs li a.nav-link {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    background: none;
    border: none;
}
.team-expert-page .expert-item ul.nav-tabs li a.nav-link.active,
.team-expert-page .expert-item ul.nav-tabs li a.nav-link:hover {
    color: #990000;
    text-decoration: underline;
    
}
.team-expert-page .list-expert {
    max-width: 80%;
    margin: 50px auto 0;
}
.list-expert .list-expert-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}
.list-expert .list-expert-item .thumbnail {
    max-width: 30%;
}
.list-expert .list-expert-item .thumbnail img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #990000;
}
.list-expert .list-expert-item .content {
    max-width: 70%;
    font-size: 16px;
}
.list-expert .list-expert-item .content .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.list-expert .list-expert-item .content .title a {
    color: #0C3859;
}
.list-expert .list-expert-item .content .expertise-field {
    font-weight: bold;
    margin: 10px 0 5px;
}
.list-expert .list-expert-item .content .excerpt {
    margin-bottom: 20px;
}
.list-expert .list-expert-item .content .view-more a {
    color: #990000;
}
.list-expert .list-expert-item .content .view-more a:hover {
    text-decoration: underline;
}

/* Strategic partner */
.partner-gallery-wrapper {
    margin: 0 15px;
}
.strategic-partner-list .heading {
    text-align: center;
    margin: 15px 0 30px;
}
.strategic-partner-list .partner-items .partner-box .item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.strategic-partner-list .partner-items .partner-box .item .thumb {
    max-width: 40%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.strategic-partner-list .partner-items .partner-box .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    border-radius: 15px 0 0 15px;
}
.strategic-partner-list .partner-items .partner-box .item:hover .thumb img {
    transform: scale(1.1);  
}
.strategic-partner-list .partner-items .partner-box .item .content {
    max-width: 60%;
    background: #990000;
    color: #fff;
    height: 100%;
    border-radius: 0 15px 15px 0;
    padding: 20px;
}
.strategic-partner-list .partner-items .partner-box .item .content .title {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
}
.strategic-partner-list .partner-items .partner-box .item .content .title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #fff;
}
.strategic-partner-list .partner-items .partner-box .item .content .excerpt {
    font-size: 16px;
    color: rgb(255 255 255 / 80%);
}
.strategic-partner-gallery {
    background: #fff;
    padding: 30px 0 50px;
}
.strategic-partner-gallery .title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #990000;
    font-weight: 600;
    margin-bottom: 25px;
}
.partner-gallery-wrapper .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.partner-gallery-wrapper .slick-slide img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}
.strategic-partner-cf7 {
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block;
    overflow: hidden;
}
.strategic-partner-cf7 .form-contact {
    background: #fff;
    padding: 15px 30px;
    border-radius: 20px;
}
.become-partner-form .title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #990000;
    font-weight: 600;
    margin-bottom: 15px;
}
.strategic-partner-cf7 .form-contact .wpcf7-form input,
.strategic-partner-cf7 .form-contact .wpcf7-form textarea {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #EBEBEB;
    border-radius: 30px;
    outline: unset;
    padding-left: 15px;
    margin-bottom: 15px;
}
.strategic-partner-cf7 .form-contact .wpcf7-form textarea {
    height: 80px;
    padding-top: 10px;
}
.strategic-partner-cf7 .form-contact .wpcf7-form .wpcf7-submit {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    background-color: #990000;
    font-weight: 600;    
}
.strategic-partner-cf7 .form-contact .wpcf7-form .wpcf7-submit:hover {
    background-color: #EBEBEB;
    color: #0C3859;
}

/* Contact page */
.custom-contact-page .top-banner {
    position: relative;
}
.custom-contact-page .top-banner .image {
    margin-top: -120px;
    z-index: -1;
    /* position: relative; */
}
.custom-contact-page .top-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.custom-contact-page .top-banner .form-contact {
    background-image: url('../../assets/img/bg24.png');
    padding: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;    
    max-width: 100%;
    width: 75%;
}
.custom-contact-page .top-banner .form-contact .wpcf7-form {
    text-align: center;
}
.custom-contact-page .top-banner .form-contact .wpcf7-form input {
    height: 36px;
    border: none;
    border-radius: 10px;
    width: 100%;
    margin: 5px 0 10px;
    padding-left: 15px;
    outline: unset;
}
.form-contact-page label {
    text-align: left;
    font-size: 14px;
    color: #990000;
    font-weight: 500 !important;
}
.form-contact-page p {
    margin: 0;
}
.custom-contact-page .top-banner .form-contact .wpcf7-form .wpcf7-submit {
    width: fit-content;
    padding: 0 30px 3px;
    text-align: center;
    color: #fff;
    background: #990000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
    height: 40px;
}
.contact-page-product-set {
    text-align: center;
    padding: 20px 0 50px;
}
.contact-page-product-set .heading {
    color: #990000;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.contact-page-product-set .description {
    font-size: 16px;
    color: #4D4D4D;
    max-width: 60%;
    margin: 0 auto 30px;
}
.contact-page-product-set .product-item {
    max-width: 90%;
    margin: 0 auto;
}
.contact-page-product-set .product-item .thumb img {

}
.contact-page-product-set .product-item .content {
    background: #990000;
    width: fit-content;
    margin: 20px auto 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 8px;
    padding: 5px 20px;
    border: 2px solid transparent;
}
.contact-page-product-set .product-item .content a {
    color: #fff;
}
.contact-page-product-set .product-item .content:hover {
    border: 2px solid #0C3859;
    background: #fff;
}
.contact-page-product-set .product-item .content:hover a {
    color: #0C3859;
}
.contact-page-content-editor {
    background: #fff;
    padding: 40px 0;
}
.contact-page-content-editor .row {
    max-width: 85%;
    margin: 0 auto;
}
.contact-page-content-editor .editor-content {
    padding-right: 20px;
}
.contact-page-content-editor .editor-content h1,
.contact-page-content-editor .editor-content h2,
.contact-page-content-editor .editor-content h3,
.contact-page-content-editor .editor-content h4 {
    position: relative;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0C3859;
    padding-bottom: 15px;
    margin-bottom: 15px;    
}
.contact-page-content-editor .editor-content h1::after,
.contact-page-content-editor .editor-content h2::after,
.contact-page-content-editor .editor-content h3::after,
.contact-page-content-editor .editor-content h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #0C3859;
}
.contact-page-content-editor .editor-content strong {
    color: #0C3859;
    font-size: 16px;
}
.contact-page-content-editor .editor-content p {
    font-size: 16px;
    color: #4D4D4D;
}
.contact-page-content-editor .editor-image {
    padding-left: 20px;
}

/* Agency */
.agency-page-banner {
    position: relative;
    padding: 30px 0;
}
.agency-page-banner::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    background-image: url(../../assets/img/bg-agency.png);
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.agency-page-banner .top-banner-content .title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #77CDFF;
}
.agency-page-banner .top-banner-content .description {
    font-size: 28px;
    color: #77CDFF;
}
.agency-page-banner .top-banner-content .image-slogan {
    padding-top: 20px;
}
.agency-page-banner .top-banner-content .image-slogan img {
    width: 90%;
}
.agency-page-banner .top-banner-content .slogan-title {
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-left: 70px;
    margin-bottom: 0;
}
.agency-page-banner .top-banner-content .slogan-title::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 55px;
    height: 55px;
    background-image: url('../../assets/img/Group792.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.agency-page-banner .top-banner-form.form-contact {
    background-image: url(../../assets/img/bg24.png);
    padding: 20px 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    max-width: 100%;
    width: 75%;
    height: max-content;
}
.agency-form {
    text-align: center;
    position: relative;
}
.agency-form .title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #0C3859;
    margin-bottom: 15px;
}
.agency-form label {
    color: #990000;
    font-weight: 300 !important;
    text-align: left;
}
.agency-form input,
.agency-form textarea {
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    padding-left: 10px;
    outline: unset;
    margin-top: 5px;
    text-align: left;
}
.agency-form textarea {
    padding-top: 5px;
    height: 65px;
}
.agency-form .wpcf7-submit {
    background: #5AAFCC;
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 5px 0 45px;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}

.agency-logo-partner {
    padding: 40px 0;
}
.agency-logo-partner .title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #5B839C;
    margin-bottom: 25px;
}
.logo-partner-carousel {
    margin: 0 -10px !important;
}
.logo-partner-carousel .item {
    padding: 0 10px !important;
}
.logo-partner-carousel .item img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.logo-partner-carousel .slick-slide:first-child {
    margin-left: 0;
}

@media (max-width: 768px) {
    .logo-partner-carousel .slick-slide.slick-active {
        padding-right: 20px; 
    }
}

.agency-page-why-choose {
    background: #fff;
    border-radius: 20px;
}
.agency-page-why-choose .header {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #0C3859;
    position: relative;
    width: fit-content;
    margin: 0 auto 15px;
    padding: 15px 0 0 100px;
}
.agency-page-why-choose .header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-image: url('../../assets/img/bg-title.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.agency-page-why-choose .choose-items {
    align-items: center;
    padding: 0px 30px;
}
.agency-page-why-choose .row.choose-items .content h4.title {
    font-size: 24px;
    font-weight: bold;
    color: #0C3859;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.agency-page-why-choose .row.choose-items .content h4.title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 150px;
    height: 4px;
    border-radius: 5px;
}
.agency-page-why-choose .choose-items .thumb-title {
    position: relative;
    text-align: center;
}
.agency-page-why-choose .choose-items .thumb-title img {
    width: 250px;
    height: 250px;
    margin: 20px;
    border-radius: 50%;
    border: 2px solid #A9D1DC;
    object-fit: cover;
    position: relative;
    z-index: 9;
}
.agency-page-why-choose .choose-items .thumb-title::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
/* .agency-page-why-choose .item-why-1 .thumb-title::before {
    background-image: url('../../assets/img/img1.png');
    left: -30px;
}
.agency-page-why-choose .item-why-2 .thumb-title::before {
    background-image: url('../../assets/img/img2.png');
    width: 100px;
    height: 100px;
    right: 30px;    
}
.agency-page-why-choose .item-why-3 .thumb-title::before {
    background-image: url('../../assets/img/img3.png');
    left: -30px;
}
.agency-page-why-choose .item-why-4 .thumb-title::before {
    background-image: url('../../assets/img/img4.png');
    right: -23px;
    top: 120px;
}
.agency-page-why-choose .item-why-5 .thumb-title::before {
    background-image: url('../../assets/img/img5.png');
    left: 0;
}
.agency-page-why-choose .item-why-6 .thumb-title::before {
    background-image: url('../../assets/img/img6.png');
    right: -23px;
    top: 152px;
} */

.agency-page-why-choose .row.choose-items .content .description {
    font-size: 20px;
    color: #0C3859;
}
.agency-page-why-choose .row.choose-items.order-2 {
    margin: 0 !important;
    background: rgb(169 209 220 / 40%);
}
.agency-page-why-choose .row.choose-items .col-12 {
    padding: 0 !important;
}
.agency-page-why-choose .row.choose-items.order-1 {
    flex-direction: row-reverse;
    /* padding: 0px 7.5px; */
}
.agency-page-why-choose .row.choose-items.order-2 .content {
    padding-left: 30px;
}

.agency-page-why-choose .row.choose-items:nth-child(2) .content h4.title::after {
    background-color: #77CDFF;
}
.agency-page-why-choose .row.choose-items:nth-child(3) {
    padding: 20px 30px;
}
.agency-page-why-choose .row.choose-items:nth-child(3) .content h4.title::after {
    background-color: #C32314;
}
.agency-page-why-choose .row.choose-items:nth-child(4) .content h4.title::after {
    background-color: #EDC19F;
}
.agency-page-why-choose .row.choose-items:nth-child(5) .content h4.title::after {
    background-color: #A1E1B9;
}
.agency-page-why-choose .row.choose-items:nth-child(6) .content h4.title::after {
    background-color: #B696E3;
}
.agency-page-why-choose .row.choose-items:nth-child(7) .content h4.title::after {
    background-color: #FBAF1A;
}

.agency-page-why-choose .row.choose-items.order-1 .content {
    text-align: right;
    padding-right: 30px;
}
.agency-page-why-choose .row.choose-items.order-1 .content h4.title::after {
    left: unset;
    right: 0;
}
.agency-page-why-choose .row.choose-items.order-1 .content .description ul {
    margin: 0;
}
.agency-page-why-choose .row.choose-items.order-1 .content .description ul li {
    list-style: none;
    position: relative;
    padding-right: 20px;
}
.agency-page-why-choose .row.choose-items.order-1 .content .description ul li::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0C3859;
}
.agency-page-clinical {
    margin: 30px 0;
}
.agency-page-clinical h3.title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #990000;
    margin-bottom: 25px;
}
.clinical-items .item {
    background: #990000;
    padding: 5px;
    text-align: center;
    color: #fff;
}
.clinical-items .item .thumb-title img {
    width: 100%;
}
.clinical-items .item .content {
    padding: 10px;
}
.clinical-items .item .content h4.title {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.clinical-items .item .content .description {
    font-size: 16px;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    min-height: 100px;
}

.agency-page-partner {
    margin-bottom: 30px;
}
.agency-page-partner .title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #990000;
    margin-bottom: 25px;
}
.agency-page-partner .page-partner-items .item {
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.agency-page-partner .page-partner-items .item .thumb-title img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto;
}
.agency-page-partner .page-partner-items .item .content {
    background: #fff;
    padding: 80px 20px 30px;
    font-style: italic;
    margin-top: -65px;
    margin-bottom: 5px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);       
}
.agency-page-partner .page-partner-items .item .content h4.title {
    font-size: 20px;
    margin-bottom: 5px;
}
.agency-page-partner .page-partner-items .item .content .description {
    text-align: left;
    color: #5B839C;
    font-size: 18px;
    line-height: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.agency-page-partner .page-partner-items .item:not(.slick-current):not(.slick-center) {
    transform: scale(1.1);
}

.ready-to-cooperate {
    padding: 30px 0;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ready-to-cooperate .row {
    align-items: center;
}
.cooperate-content h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;    
}
.cooperate-content h3 {
    font-size: 22px;
}
.cooperate-content ul {
    margin: 0;
    padding: 0;
}
.cooperate-content ul li {
    list-style: none;
    position: relative;
    padding: 5px 0 5px 25px;
    font-size: 18px;    
}
.cooperate-content ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('../../assets/img/check.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.cooperate-cta {
    max-width: 85%;
    margin: auto 0;
}
.cooperate-cta .slogan {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 30px;
}
.cooperate-cta .button {
    background: #fff;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 10px;
}
.cooperate-cta .button a {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 32px;
    color: #C32314;
    font-weight: bold;
    text-transform: uppercase;
}

.agency-faq {
    padding: 30px 0;
}
.agency-faq .title {
    font-size: 30px;
    color: #990000;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
}
.agency-faq .title::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 45px;
    height: 45px;
    background-image: url('../../assets/img/bg-title2.png');
    background-size: contain;
}
.agency-faq .faq-items .request {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: normal;
}
.agency-faq .faq-items .answer {
    font-size: 18px;
    line-height: normal;
    color: #990000;
    font-weight: 500;
    margin: 10px 0;
}