@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Fjalla+One&family=Noto+Sans:ital@0;1&family=Urbanist:ital@0;1&display=swap');

.banner-slick-for .slick-current.slick-active img {
    border: 6px solid #CB4F24;
    border-radius: 25px;
}


.home-banner {
    margin-bottom: 50px;
}

.frame .title {
    color: var(--Title, #121212);
    font-family: DM Serif Display;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.09px;
}

@media screen and (max-width: 500px) {
    .frame .title {
        font-size: 32px;
    }
}

.list-image-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 500px) {
    .list-image-wrapper {
        position: static;
        bottom: 0;
        width: 100%;
    }
}

.right-content-wrapper {
    margin-top: -75px;
}

@media screen and (max-width: 500px) {
    .right-content-wrapper {
        margin-top: 0px;
    }
}

.frame hr {
    opacity: unset;
}

.frame .subtitle {
    color: var(--Body, #3D3D3D);

    /* Body Large/Semibold */
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.048px;
}

.frame .desc {
    color: var(--Body, #3D3D3D);

    /* Body Small/Regular */
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.03px;
}

@media screen and (max-width: 500px) {
    .frame .desc {
        font-size: 18px;
        letter-spacing: normal;
    }
}

.aranya-color:hover,
.aranya-color {
    color: white;
    background-color: #CB4F24;
}

.btn {
    padding: 10px 40px 10px 40px !important;
    border-radius: 4px;
}

.navbar .nav-link {
    font-size: 24px;
}

.usp .frame-sub {
    height: 100%;
}

.usp {
    position: relative;
    height: 870px;
}

@media screen and (max-width: 500px) {
    .usp {
        height: 100%;
    }
}

.usp .container {
    height: 100%;
    align-items: center;
    display: flex;
}

@media screen and (max-width: 500px) {
    .usp .container {
        height: unset;
    }
}

.usp .frame-sub {
    margin: auto;
    position: relative;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
    top: 25%;
}

.frame-sub .title {
    /* color: var(--Title, #121212); */
    font-family: DM Serif Display;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.072px;
}

@media screen and (max-width: 500px) {
    .frame-sub .title {
        font-size: 24px;
    }
}


.frame-sub .subtitle {
    font-size: 32px;
}

.frame-sub .desc {
    color: var(--Body, #3D3D3D);
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 200% */
    letter-spacing: 0.03px;
}

@media screen and (max-width: 500px) {
    .frame-sub .desc {
        font-size: 16px;
        line-height: unset;
    }
}

.frame-sub a {
    font-size: 20px;
    text-decoration: unset;
    color: #CB4F24;
}

.about-us {
    position: relative;
    height: 680px;
}

@media screen and (max-width: 500px) {
    .about-us {
        height: 100%;
    }
}

.about-us .container {
    display: flex;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 500px) {
    .about-us .container {
        height: unset;
    }
}

.about-us .container .frame-sub {
    padding-top: 8%;
}

.about-us .background-aranya-color {
    background: #CB4F24;
    width: 30%;
    height: 680px;
    position: absolute;
}

@media screen and (max-width: 500px) {
    .about-us .background-aranya-color {
        display: none;
    }
}

.more-about-us {
    position: relative;
}

.more-about-us .background-aranya-color {
    background: #CB4F24;
    width: 30%;
    height: 90%;
    position: absolute;
    right: 0px;
    top: 20px;
}

@media screen and (max-width: 500px) {
    .more-about-us .background-aranya-color {
        display: none;
    }
}

.more-about-us .frame-sub {
    position: absolute;
    top: 15%;
    right: 16%;
    width: 39%;
    background: white;
    padding: 2%;
}

@media screen and (max-width: 500px) {
    .more-about-us .frame-sub {
        position: static;
        width: 100%;
        background: white;
        padding: 8px;
    }
}

.footer-action {
    margin-top: 100px;
}

.footer-action .frame-sub {
    color: white;
    padding: 12%;
}

.about-us .image {
    position: relative;
}

.about-us .frame-sub .desc {
    border-left: 3px solid #CB4F24;
    padding-left: 20px;
}

.usp .frame-usp {
    padding-left: 10%;
    padding-right: 47%;
}

@media screen and (max-width: 500px) {
    .usp .frame-usp {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.usp .frame-usp .title {
    font-size: 24px;
}

.usp .frame-usp .desc {
    font-size: 24px;
}

.usp {
    margin-top: 86px;
    margin-bottom: 86px;
    background: #F6F9FC;
}

.product {
    padding-bottom: 320px;
}

@media screen and (max-width: 500px) {
    .product {
        padding-bottom: 40px;
    }
}

.product-catalog {
    padding-top: 120px;
}

.product-catalog:nth-child(2) .image {
    background: #EFEFEF;
}

.product-catalog:nth-child(3) .image {
    background: #EFEFEF;
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
}

.product-catalog:nth-child(4) .image {
    background: #EFEFEF;
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    height: 800px !important;
    align-items: center;
    display: flex;
}

.product-catalog .frame-sub {
    display: flex;
    height: 100%;
    align-items: center;
}

.aranya-btn-light {
    border: 1px solid #CB4F24;
    background-color: transparent;
    color: black;
}

.aranya-btn-light:hover {
    background-color: #CB4F24;
    border: 1px solid #CB4F24;
    color: white;
}

.aranya-btn-light-footer {
    border: 1px solid white;
    background-color: transparent;
    color: white !important;
}

.aranya-btn-light-footer:hover {
    background-color: #ffffff;
    border: 1px solid #CB4F24;
    color: black !important;
}


.partners {
    margin-top: 100px;
    margin-bottom: 100px;
}

.footer {
    background: #A75539;
}

.titlefoot {
    color: var(--White, #FFF);
    text-align: start;
    font-family: DM Serif Display;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.072px;
}

.descfoot {
    color: var(--White, #FFF);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.024px;
}

.titlefoot2 {
    color: var(--White, #FFF);
    font-family: DM Serif Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.03px;

}

.descfoot2 {
    color: var(--White, #FFF);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.024px;
}

.navbar .nav-link {

    font-size: 18px;
}

.visi-misi {
    margin-top: 100px;
    margin-bottom: 100px;
}

.contact-us {
    margin-top: 100px;
    margin-bottom: 100px;
}


.contact-us .contact {
    margin-top: 100px;
    margin-bottom: 100px;
}

.contact-us .frame-contact {
    position: relative;
}

.contact-us .frame-contact .title {
    position: absolute;
    font-size: 200px;
    top: -30px;
    color: #EFEFEF;
}

.contact-us .frame-contact .sub-title {
    font-size: 38px;
    margin-bottom: unset;
}

.contact-us .frame-contact .desc {
    text-decoration: unset;
    color: black;
}

.contact-us .frame-contact .sub-frame-contact {
    position: relative;
    top: 114px;
}

.map-contact {
    margin-top: 170px;
    margin-bottom: 150px;
    height: 514px;
    background-size: 102%;
    background-repeat: no-repeat;
}

.contact-us-form .form-group {
    margin-top: 38px;
}

.contact-us-form .form-group .form-control {
    font-size: 20px;
    color: #696969;
    border-bottom: 1px solid #696969 !important;
    border: unset;
    border-radius: 0px;
}

.contact-us-form {
    margin-top: 100px;
    margin-bottom: 100px;
}

.frame-work {
    text-align: center;
    width: 99%;
}

.frame-work .title {
    font-size: 32px;
}

.frame-work .desc {
    font-size: 20px;
}

.work-detail .title {
    font-size: 48px;
}

.work-detail .desc {
    font-size: 24px;
}

.list-our-product .title {
    font-size: 48px;
    color: #121212;
}

.list-our-product .desc {
    font-size: 24px;
    color: #CB4F24;
}

.image-product {
    width: 640px;
    height: 800px;
}


@media (min-width: 992px) {
    .container-fluid {
        margin-top: 20px;
        margin-left: 20px;
    }

    .navbar {
        margin-left: 20px;
        width: 50%;
    }

    .desc-product h2 {
        margin-left: 200px;
    }

    .desc-product h5 {
        margin-left: 200px;
    }

    .desc-product p {
        margin-left: 200px;
    }

    .desc-product input {
        margin-left: 200px;
    }

    .desc-product label {
        margin-left: 200px;
    }

    .desc-product button {
        margin-left: 200px;
    }

    .main-img {
        width: 600px;
        height: 600px;
        margin-left: 31px;
    }

    .child-img1 {
        width: 200px;
        height: 160px;
        margin-left: 31px;
    }

    .child-img2 {
        width: 200px;
        height: 160px;

    }

    .child-img3 {
        width: 200px;
        height: 160px;

    }

    .container-product {
        margin-left: 150px;
    }

    .title-category {
        width: 300px;
        margin-left: -120px;
    }

    .point-category {
        margin-left: -120px;
    }

    .img-about {
        margin-left: -50px;
    }

}

.list-our-product .btn:nth-child(1) {
    margin-top: 20px;
}

.list-our-product .btn {
    width: 85%;
    text-align: left;
    background-color: #EFEFEF;
    border: #EFEFEF;
    margin-bottom: 20px;
}

.product-detail .tab-product .card {
    border: unset;
    padding: 10%;
    box-shadow: 4px 4px 20px 0px #00000014;
}

.breadcrumb a {
    color: var(--900, #404040);
    text-decoration: unset;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
}

.description-product .frame-desc-prod .title {
    font-size: 80px;
}

.description-product .frame-desc-prod .sub-title {
    font-size: 24px;
}

.description-product .frame-desc-prod .desc {
    font-size: 20px;
    color: #3D3D3D;
}

/*PRODUCT DETAIL PIC ZOOM*/
.product-pic-zoom {
    margin-bottom: 35px;
}

.product-thumbs-track {
    width: 1200px;
}

.product-thumbs .pt {
    width: 116px;
    height: 116px;
    float: left;
    margin-right: 31px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding: 1%;
}

.product-thumbs .pt img {
    max-width: 100%;
}

.product-thumbs .pt:last-child {
    margin-right: 0;
}

.product-thumbs .pt.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #f51167;
    z-index: 1;
    border-radius: 12px;
    background: linear-gradient(270.18deg, #c0c0c06e 0.18%, #afafaf52 99.87%);
}

.product-big-img {
    width: 100%;
}


.fw-color-choose,
.fw-size-choose {
    /*    border-bottom: 2px solid #ebebeb;
    padding-bottom: 40px;
    margin-bottom: 50px;*/
}

.fw-color-choose .cs-item {
    display: inline-block;
    position: relative;
    margin-right: 14px;
}

.fw-color-choose .cs-item:last-child {
    margin-right: 0;
}

.fw-color-choose label {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background: #333;
    position: relative;
    cursor: pointer;
}

.fw-color-choose label.cs-gray {
    background: #d7d7d7;
}

.fw-color-choose label.cs-orange {
    background: #6f91ff;
}

.fw-color-choose label.cs-yollow {
    background: #6f91ff;
}

.fw-color-choose label.cs-green {
    background: #8fc99c;
}

.fw-color-choose label.cs-purple {
    background: #bc83b1;
}

.fw-color-choose label.cs-blue {
    background: #9ee7f4;
}

.fw-color-choose label span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45px;
    font-size: 11px;
    color: #414141;
}

.fw-color-choose input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.fw-color-choose input[type=radio]:checked+label {
    -webkit-box-shadow: 0 0 0 2px #f51167;
    box-shadow: 0 0 0 2px #f51167;
}

.fw-color-choose input[type=radio]:checked+label span {
    color: #b09d81;
}

.fw-size-choose .sc-item {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.fw-size-choose label {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    color: #414141;
    font-weight: 500;
    cursor: pointer;
    padding: 7px 6px 0;
    border: 1px solid;
}

.fw-size-choose input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.fw-size-choose input[type=radio]:checked+label {
    color: #fff;
    border: 1px solid;
}

.nav-item a {
    color: var(--Title, #121212);

    /* Body Medium/Regular */
    font-family: Urbanist;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.036px;
}

.bg-title {
    background-color: #F2F5FA;
}


.product-detail h2 {
    font-family: DM Serif Display;
}

.product-detail div {
    font-family: Urbanist;
}

.frame-sub a {
    font-family: Urbanist;
}

.work-detail .title {
    font-family: DM Serif Display;
}

.work-detail div {
    font-family: Urbanist;
}

.work .title {
    font-family: DM Serif Display;
}

.work div {
    font-family: Urbanist;
}

.frame-contact .h2 {
    font-family: DM Serif Display;
}

.frame-contact .h2 {
    font-family: DM Serif Display;
}

.frame-contact .sub-title {
    font-family: DM Serif Display;
}

.contact-us a {
    font-family: Urbanist;
}

.image-product-catalog {
    margin-top: auto;
    margin-bottom: auto;
}

.home-banner .banner-slick-for .slick-list .slick-slide {
    padding: 20px;
}

.home-banner .banner-slick-for .slick-list .slick-slide img {
    border-radius: 25px;
    max-width: 100%;
}

.home-banner .banner-slick .slick-list .slick-slide img {
    border-radius: 25px;
    max-width: 100%;
}

.client-logo-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.client-logo-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media screen and (max-width: 500px) {
    .client-logo-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}