/* Font */
/* Font */
@font-face {
    font-family: Bai Jamjuree;
    src: url("../assets/font/Bai_Jamjuree/BaiJamjuree-Medium.ttf");
}

@font-face {
    font-family: Barlow;
    src: url("../assets/font/Barlow-Medium.ttf");
}

@font-face {
    font-family: Barlow-1;
    src: url("../assets/font/Barlow-ExtraLight.ttf");
}

@font-face {
    font-family: BT Beau Sans;
    src: url("../assets/font/BT-BeauSans-Regular-BF64d45952e54c1.ttf");
}

@font-face {
    font-family: Be Vietnam Pro;
    src: url("../assets/font/BeVietnamPro-Regular.ttf");
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

/* Common */
.section-padding {
    padding-top: 120px;
}

.section-header h2 {
    font-family: BeauSansBold;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    color: #0A142F;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-24 {
    margin-bottom: 15px;
}

.p-content-sub-fn {
    padding-left: 30px;
    color: #000 !important;
    font-family: Barlow-1 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.p-sub-header-barlow {
    color: #000;
    font-family: Barlow;
    font-size: 18px;
    font-weight: 900;
    line-height: 150%;
}

.p-sub-header-black {
    color: var(--Primary---2, #0A142F);
    font-family: "BT Beau Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.p-sub-header-red {
    color: #CE3628;
    font-family: "BT Beau Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.p-sub-header-be-vietnam {
    color: var(--Primary---2, #0A142F);
    /* font-family: "Be Vietnam Pro"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.p-content-be-vietnam {
    color: var(--Sub---1, #333740);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: lighter;
    line-height: 24px;
}



.section-sub-header {
    color: #0A142F;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 6px;
}

.content-span {
    font-weight: bold;
    color: #0A142F;
}

.submit-done {
    position: fixed;
    right: 30px;
    top: 100px;
    z-index: 1;
    background: #ebebbd;
    padding: 10px;
    color: #000;
    font-weight: 400;
    border-radius: 8px;
}

.btn-ladingpage {
    border-radius: 100px;
    background: #CE3628;
    padding: 9px 30px;
    color: #FFF;
    font-weight: 600;
    box-shadow: 0 10px 14px -10px rgba(206, 54, 40, 0.7);
    border: none;
}

.btn-ladingpage:hover {
    opacity: 0.7;
}

input,
select {
    border-radius: 6px;
    border: 1px solid var(--Sub---3, #C9CDD3);
    background: #FFF;
    padding: 9px 10px;
    width: 100%;
}

.error {
    color: red;
}


/* Features */
#features {
    background: linear-gradient(180deg, #FFF 0%, #FFF1F2 100%);
    padding-bottom: 60px;
}

#features>*,
#whyus .container>* {
    margin-top: 60px;
}

#feature .d-flex {
    padding: 25px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.05);
}

#feature .d-flex:hover {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 24px 0px rgba(233, 0, 0, 0.45);
}

#feature .features-img {
    border-radius: 0px 24px 24px 0px;
    height: 74vh;
    max-width: 48vw;
}

#feature .features-content {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#slide-1 {
    padding: 0 100px;
}

.carousel-item {
    position: relative;
}

.carousel-caption {
    width: 88%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.carousel-caption p {
    margin: 0;
}

.carousel-caption .col-lg-6 .carousel-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    height: 100%;
    justify-content: center;
}

/* Định nghĩa kiểu dáng cho button active */
.click-li,
#portfolio li {
    background: none;
    border: none;
    border-left: 3px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 30px;
}
.click-li.active{
    border-left: 3px solid rgba(206, 54, 40, 1)
}
.click-li.active .item-img {
    filter: grayscale(31%) invert(48%) sepia(56%) saturate(9926%) hue-rotate(30deg);
}



#diverse-industry .nav-pills .active {
    border-left: 3px solid var(--Webapp-Light-Primary-700, #CE3628) !important;

}

#diverse-industry ul li,
#portfolio ul li {
    padding-left: 20px;
}

#diverse-industry ul li div,
#portfolio ul li div {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

#diverse-industry ul li div i,
#portfolio ul li div i {
    width: 24px;
}

#diverse-industry ul li div span,
#portfolio ul li div span {
    font-size: 18px;
}

#diverse-industry .list-img,
#portfolio .list-img {
    display: flex;
    justify-content: flex-end;

}



/* Tích hợp AI */

#integration-ai .col-lh-6 {
    text-align: center;
    margin-bottom: 30px;
}


#integration-ai .row .col-lg-6 .integration-ai {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.05);
    padding: 15px;
}


#integration-ai .row .col-lg-6 div div:first-child {
    display: flex;
    gap: 10px;
}

#integration-ai .row .col-lg-6 div div div p:first-child {
    color: var(--Webapp-Light-Primary-700, #000);
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

#integration-ai .row .col-lg-6 div div div p:last-child {
    color: var(--Webapp-Light-Primary-700, #CE3628);
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#integration-ai .row .col-lg-6 div div p {
    color: var(--Sub---1, #333740);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

/* Value Proposition  */
#whyus {
    background: linear-gradient(180deg, #FFF 0%, #FFF1F2 100%);
}

#value-proposition div:first-child {
    margin-bottom: 30px;
}

#value-proposition .col-lh-6,
#testimonials .col-lh-6 {
    text-align: center;
}

#testimonials .logo-img {
    display: flex;
    justify-content: center;
    padding: 5px;
}

#testimonials .testimonials-mobile {
    display: none;
}

/* Contact */
#contacts {
    width: 100%;
    height: 267px;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    linear-gradient(0deg, #CE3628, #CE3628);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contacts .contacts-sub {
    color: #FFF;
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#contacts .p-content-sub {
    font-size: 18px;
    color: #FFF;
}


#contact .contact-img {
    top: 120px;
    right: 0;
}

#contact .contact-img img {
    border-radius: 24px 0px 0px 24px !important;
    height: 80vh;
    max-width: 46vw;
}

#contact .contact-content {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-content-sub{
    font-size: 14px;
    font-family: Barlow;
    color: #000;
    line-height: 23px;
}

/* FOOTER */
#footers p {
    margin-bottom: 0;
}

#footers .col-lh-6 {
    text-align: center;
    padding: 15px 0;
}

.footers {
    padding-bottom: 20px;
    border-bottom: solid 0.1px rgba(0, 0, 0, 0.4);
}

.footer-left,
.footer-center,
.footer-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-left div {
    display: flex;
    gap: 20px;
}

/* MODAL */
.modal-content {
    padding: 20px;
}

.modal-content .p-sub-header-black {
    text-align: center;
}

.modal-content button {
    width: 100%;
    margin-top: 15px;
}