body {
    line-height: 1.5;
    font-size: 17px;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #444444;
    transition: all 0.4s;
    top: 0 !important;
    padding: 0 !important;
    overflow: unset !important;
}
body.overflow_style {
    overflow: hidden;
}
*,
a {
    text-decoration: none;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    position: relative;
}
a {
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
a:hover,
a:focus {
    color: #00507f;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {
    outline: none;
    box-shadow: none;
}
ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    font-size: 16px;
    color: #444444;
    line-height: 1.485;
    font-weight: 500;
    margin: 18px 0;
}
::selection {
    color: #ffffff;
    background: #444444;
}
html::-webkit-scrollbar,
header .header_part .header_menu_list .translate_language ul.dropdown-menu::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
    background: #c5c6c6;
}
header .navbar .navbar-collapse::-webkit-scrollbar {
    width: 0px;
}
html::-webkit-scrollbar-thumb,
header .header_part .header_menu_list .translate_language ul.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #283f68;
    border: 1px solid #c5c6c6;
    cursor: pointer;
}
section {
    position: relative;
    z-index: 1;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
/* .form-group input:-webkit-autofill,
.form-group textarea:-webkit-autofill,
.form-group input:-webkit-autofill:hover,
.form-group textarea:-webkit-autofill:hover,
.form-group input:-webkit-autofill:focus,
.form-group textarea:-webkit-autofill:focus,
.form-group input:-webkit-autofill:active .form-group textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #444444;
} */
input:-webkit-autofill,
textarea:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f7f7f7 inset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #444444;
}
.popup-modal input:-webkit-autofill,
.popup-modal textarea:-webkit-autofill,
.popup-modal input:-webkit-autofill:hover,
.popup-modal textarea:-webkit-autofill:hover,
.popup-modal input:-webkit-autofill:focus,
.popup-modal textarea:-webkit-autofill:focus,
.popup-modal input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #444444;
}
.my_70 {
    margin: 70px 0;
}
.py_70{
    padding: 70px 0;
}
header {
    padding: 10px 19px 10px 25px;
    position: fixed;
    left: 50%;
    z-index: 2;
    width: calc(100% - 50px);
    background-color: #ffffff;
    transform: translate(-50%, 25px);
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    top: 0;
    -webkit-transform: translate(-50%, 25px);
    -moz-transform: translate(-50%, 25px);
    -o-transform: translate(-50%, 25px);
    -ms-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px);
}
header.inner_header {
    width: calc(100% - 00px);
    transform: translate(-50%, 0px);
    border-radius: 0px 0px 10px 10px;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
header nav.navbar {
    display: flex;
    gap: 0px 40px;
    justify-content: space-between;
}
header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    color: #444444;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 5px;
    margin: 5px 15px;
}
header nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #ff4d02;
}
button.theam_btn,a.btn_theam_web {
    background: #ff4d02;
    border: 1px solid #ff4d02;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 22px 9px 22px;
    min-width: 166px;
    margin-top: 6px;
    letter-spacing: 0.4px;
    transition: all 0.4s;
    text-align: center;
}
button.theam_btn:hover, a.btn_theam_web:hover {
    background: #283f68;
    border: 1px solid #283f68;
}
header button.theam_btn {
    padding: 12px 20px 13.5px 20px;
    min-width: 184px;
    background: #283f68;
    border: 1px solid #283f68;
    letter-spacing: 0;
}
header button.theam_btn:hover {
    background: #ff4d02;
    border: 1px solid #ff4d02;
    color: #ffffff;
}
header button.theam_btn img {
    width: 100%;
    height: 100%;
    max-width: 8px;
    margin-left: 8px;
    top: 0px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(7457%) hue-rotate(291deg) brightness(117%)
        contrast(107%);
}
header nav.navbar .header_right a {
    color: #444444;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
}
header nav.navbar .header_right a span {
    transition: all 0.4s;
}
header nav.navbar .header_right a:hover span {
    color: #ff4d02;
}
header nav.navbar .header_right a .nav_phone {
    border: 2px solid #ff4d02;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 7px;
    padding: 5px;
}
header .header_top_logo {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    max-width: 223px;
}

header .header_top_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
header nav.navbar .header_right {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
header nav.navbar .header_right a .nav_phone img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.home_slider .custom_arrows {
    position: absolute;
    width: calc(100% - 50px);
    max-width: 100%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    top: calc(50% + 30px);
        overflow: hidden;
}
.home_slider .swiper-slide .home_slide img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
}
.home_slider .custom_arrows .swiper_button {
    background: #ff4d02;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    padding: 15px;
    transform: rotate(45deg);
}
.home_slider .custom_arrows .home_slider_prev.swiper_button {
    transform: rotate(45deg) scale(-1);
}
.home_slider .custom_arrows .swiper_button img {
    filter: brightness(200);
}
.home_slider .custom_arrows .swiper_button:after {
    display: none;
} 
.home_slogan h4 {
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 17px 15px;
    background: #283f68;
    border-radius: 10px;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1.1px;
}
.home_slogan {
    margin-top: -33px;
    z-index: 1;
}
.title_view h1, .title_view h2 {
    color: #283f68;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 1.23;
}
.about_part_view .about_part {
    padding-left: 47px;
    padding-bottom: 50px;
}
.about_part_view .about_image {
    position: absolute;
    left: 0;
    top: -50px;
    width: calc(46% - 30px);
    height: calc(100% + 50px);
}
.about_part_view .about_image img {
    width: 100%;
    height: 100%;
    object-position: left center;
    object-fit: contain;
}
.vison_mission_part .vision_mission_content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 38px 30px 0px 58px;
}
.vison_mission_part .vision_mission_content.vision_part {
    padding-left: 80px;
}
.vison_mission_part .vision_mission_content .vision_mission_img,
.vison_mission_part .vision_mission_content .vision_mission_img img {
    width: 100%;
    height: 100%;
    max-height: 60px;
    max-width: 60px;
}

.vison_mission_part .vision_mission_content .vision_mission_img img {
    max-height: 60px;
}

.vison_mission_part .vision_mission_content .vison_missin_text {
    width: calc(100% - 90px);
}

.vison_mission_part .vision_mission_content .vison_missin_text h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.vison_mission_part .vision_mission_content .vison_missin_text p {
    margin: 16px 0px;
    white-space: pre-line;
}
.vison_mission_part > .container-lg {
    border-top: 1px solid #cfcfcf;
}
.products_part {
    margin-top: 30px;
}
.products_part .main_pr_list .pr_list_details {
    background: #283f68;
    padding: 25px 65px 40px 28px;
    border-radius: 0 0 10px 10px;
}
.products_part .main_pr_list .pr_list_details button.theam_btn:hover,.products_part .main_pr_list .pr_list_details a.theam_btn:hover {
     border-color: #ffffff;
    background-color: #ffffff;
    color: #ff4d02;
}
.footer_nav_items.footer_down_pdf:hover img {
    transform: scaleX(-1);
}
.products_part .main_pr_list .pr_list_img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products_part .products_part_view .main_pr_list {
    border-radius: 10px;
    overflow: hidden;
    width: calc(50% - 15px);
}
span.sub_title {
    font-size: 16px;
    font-weight: 600;
}

.products_part .main_pr_list .pr_list_details h3 {
    font-size: 25px;
    margin: 12px 0;
}

.products_part .main_pr_list .pr_list_details p {
    font-size: 16px;
    font-weight: 500;
    margin: 12px 0 6px 0;
}
.export_and_research .ex_r_and_d_img {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
}
.export_and_research .ex_r_and_d_img_text {
    padding: 60px 58px;
    z-index: 1;
}
.our_market,
.r_and_d_part {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.export_and_research .ex_r_and_d_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.products_part .products_part_view {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.products_part .products_part_view .export_and_research {
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.export_and_research .ex_r_and_d_img:after,
.export_and_research .ex_r_and_d_img:after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    content: "";
    z-index: 1;
}
.export_and_research .our_market .ex_r_and_d_img:after {
    background: linear-gradient(270deg, rgba(165, 224, 244, 0.31) 0%, rgba(255, 255, 255, 0.52) 100%);
}
.export_and_research .r_and_d_part .ex_r_and_d_img:after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.18) 0%, rgba(255, 255, 255, 0.52) 100%);
}
.ex_r_and_d_img_text h3 {
    color: #283f68;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 21px;
}
.ex_r_and_d_img_text p {
    white-space: pre-line;
}
.list_of_application .app_list_img {
    width: 445px;
    height: 445px;
    border-radius: 100%;
    display: flex;
    border: 15px solid #ffffff;
    box-shadow: 1px 25px 50px rgb(0 0 0 / 16%);
    margin-left: calc(-20% - 0px);
    background-color: #ffffff;
    margin-top: -50px;
        overflow: hidden;
            z-index: 2;
}
.list_of_application .app_list_img img {
    object-fit: cover;
    border-radius: 100%;
    transition: all 0.4s;
}
.application_part {
    margin: 250px 0;
}
.rotate_img_app {
    animation: rotate_round_app 50s infinite linear;
    text-align: center;
    pointer-events: none;
}
@keyframes rotate_round_app {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-webkit-keyframes rotate_round_app {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
.rotate_application_img {
    max-width: calc(38% - 4px);
    max-height: calc(38% - 4px);
    width: 100%;
    border-radius: 100%;
    z-index: 2;
    left: -142px;
}
.rotate_application_img .center_rotate_img_app {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    border: 37px solid #ffffff;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}
.rotate_application_img .center_rotate_img_app img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
    transform: scale(1.45);
    object-position: 0px -80px;
}
.rotate_application_img .rotate_application_round {
    border-radius: 100%;
    border: 20px solid #ffffff;
    box-shadow: 1px 25px 50px rgb(0 0 0 / 16%);
}
.application_part {
    margin: 80px 0;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}
.application_part .application_part_view {
    width: calc(62% - 0px);
    margin-left: -84px;
    margin-top: 113px;
    z-index: 1;
}
/* =========== 19-11-2025 =============== */
.application_part .application_part_view .title_view p {
    white-space: pre-line;
}
.application_part .application_part_view .list_of_application ul.application_list li h3, .application_part .application_part_view .list_of_application ul.application_list li button.app_btn {
    color: rgb(0 0 0 / 42%);
    font-weight: 600;
    margin: 0;
    padding-left: 38px;
    transition: all 0.4s;
    cursor: pointer;
    font-size: 28px;
    border: unset;
    background-color: transparent;
    line-height: 1.2;
    border-top: 1px solid #b9b9b9;
    padding: 13px 0 13px 38px;
    width: 100%;
    text-align: left;
    padding-left: 231px;
    z-index: 1;
    outline: unset;
    box-shadow: unset;
}
.application_part .application_part_view .list_of_application ul.application_list li {
    /* border-top: 1px solid #b9b9b9; */
    /* padding: 13px 0; */
    /* padding-left: 201px; */
    transition: all 0.4s;
    cursor: pointer;
    width: 100%;
}
.application_part .application_part_view .list_of_application ul.application_list li.active h3 {
    color: #444444;
}

.application_part .application_part_view .list_of_application {
    display: flex
;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 1170px;
    margin-top: 0;
}
.application_part .application_part_view .list_of_application ul.application_list {
    width: calc(75% + 205px);
    margin-left: -200px;
    border: unset;
    margin-top: 14px;
}
    .application_part .application_part_view .list_of_application ul.application_list li h3:before, .application_part .application_part_view .list_of_application ul.application_list li button.app_btn:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    left: 195px;
    top: 22px;
    background-image: url(./../images/arrow.svg);
    background-size: contain;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(67%) sepia(6%) saturate(7%) hue-rotate(343deg) brightness(90%) contrast(88%);
    transition: all 0.2s;
}
.application_part .tab-content>.tab-pane{
        height: 100%;
    }
    .application_part .tab-content>.tab-pane {
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    transform: scale(1.1);
    display: block; 
    position: absolute;
    width: 100%;
}

.application_part .tab-content>.tab-pane.active.show {
    opacity: 1;
    transform: scale(1);
    position: relative;
}


/* ================ */
.our_expertise_part {
    /* background: #FF4D02; */
    padding: 50px 0 0 0;
}
.our_expertise_part:after,
.our_expertise_part:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(70% - 0px);
    width: calc(100% - 0px);
    background: #ff4d02;
    z-index: -1;
}
.our_expertise_part:before {
    background-image: url(./../images/wooden-floor-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    mix-blend-mode: multiply;
}
.our_expertise_part .title_view p {
    max-width: 900px;
    margin: 18px auto 42px;
}
.our_expertise_part .custom_arrows {
    position: relative;
    width: 100%;
    margin: 12px auto 0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    max-width: fit-content;
    gap: 7px;
}
.our_expertise_part .custom_arrows .swiper_button:after {
    display: none;
}
.our_expertise_part .custom_arrows .swiper_button {
    width: 35px;
    height: 35px;
    background: #ff4d02;
    border-radius: 100%;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    position: relative;
    margin: 0;
    transition: all 0.4s;
}

.our_expertise_part .custom_arrows .swiper_button img {
    filter: brightness(200);
    transform: rotate(45deg);
}
.our_expertise_part .custom_arrows .swiper-button-prev {
    transform: rotate(0deg) scale(-1);
}
.our_expertise_box {
    background-color: #ffffff;
    padding: 30px 30px 44px 30px;
    border-radius: 10px;
    border: 1px solid #dcd6d6;
    height: 100%;
}
.our_expertise_part .our_expertise_view .swiper-slide {
    height: auto;
}
.our_expertise_box .our_expertise_icon {
    background: transparent;
    width: 113px;
    height: 113px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto 5px auto;
}

.our_expertise_box .our_expertise_icon:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 100%;
    border: 8px solid;
    border-color: #ececec transparent transparent #ececec;
    transform: rotate(45deg);
    transition: all 0.4s;
}
.our_expertise_box:hover .our_expertise_icon:after {
    transform: rotate(0deg);
    border-color: #ececec #ececec #ececec #ececec;
}
.our_expertise_box .our_expertise_icon img {
    width: 100%;
    height: 100%;
    max-width: 60px;
    max-height: 60px;
}
.our_expertise_box .our_expertise_content h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: 600;
    color: #000000;
    white-space: pre-line;
}
.our_expertise_box .our_expertise_content p {
    text-align: center;
    margin-bottom: 0;
    color: #444444;
    font-size: 15px;
    font-weight: 400;
}
/* .application_part .tab-pane,
.application_part .tab-pane img {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
} */
/* When active, fade to visible */
/* .application_part .tab-pane.show.active,
.application_part .tab-pane.show.active img {
    opacity: 1;
} */
.rotate_application_img .center_rotate_img_app img.default_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: unset;
    object-position: unset !important;
    filter: blur(2px) contrast(0.8) brightness(1.3);
}

.rotate_application_img .center_rotate_img_app .tab-content .tab-pane img {
    filter: drop-shadow(0px 4px 27px rgb(0 0 0 / 45%));
   
}
.rotate_application_img .center_rotate_img_app .tab-content .tab-pane.active img{
}
.why_choose_us .why_choose_divide {
    display: flex;
    flex-wrap: wrap;
}
.why_choose_us .why_choose_divide .why_choose_left,
.why_choose_us .why_choose_divide .why_choose_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
}
.why_choose_us .why_choose_divide .why_choose_right img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.why_choose_us .why_choose_divide {
    background: #e6f2fe;
    border-radius: 10px;
    overflow: hidden;
}
.why_choose_us .why_choose_divide .why_choose_left ul.why_choose_lis li:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    left: 12px;
    top: 24px;
    background-image: url(./../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.why_choose_us .why_choose_divide .why_choose_left ul.why_choose_lis li {
    color: #444444;
    font-size: 22px;
    border-bottom: 1px solid #b8b8b8;
    padding: 17px 17px 17px 40px;
    line-height: 1.137;
}

.why_choose_us .why_choose_divide .why_choose_left ul.why_choose_lis li:last-child {
    border: unset;
}
.why_choose_us .why_choose_divide .why_choose_left {
    padding: 50px 20px 50px 78px;
    width: calc(50% + 15px);
}
.why_choose_us .why_choose_divide .why_choose_right {
    width: calc(50% - 15px);
}
.why_choose_us .why_choose_divide .why_choose_left ul.why_choose_lis {
    width: calc(100% - 100px);
}
/* ======= footer ====== */
footer {
    background-color: #283f68;
    z-index: 1;
    padding: 82px 0 0;
    margin-top: 91px;
}
footer:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(./../images/footer_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    mix-blend-mode: color-burn;
    z-index: -1;
}
footer .roto_moulding_pd_part h2 {
    white-space: pre-line;
    line-height: 1.32;
    font-size: 28px;
}
footer .roto_moulding_pd_part p {
    margin-top: 10px;
    letter-spacing: 0.43px;
}
footer .roto_moulding_pd_part button.theam_btn,footer .roto_moulding_pd_part a.theam_btn {
    margin-top: 14px;
}
footer .roto_moulding_pd_part button.theam_btn:hover,footer .roto_moulding_pd_part a.theam_btn:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #ff4d02;
}
footer .roto_moulding_pd_part {
    padding-bottom: 50px;
}
.footer_nav_items h5,
.footer_followus h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 1.25;
}
.footer_nav_items p,
.footer_nav_items a {
    font-size: 15px;
    color: rgb(255 255 255 / 75%);
    font-weight: 400;
    white-space: pre-line;
    display: block;
    max-width: fit-content;
    line-height: 1.54;
}
.footer_nav_items a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer_menu_part {
    padding: 86px 37px 60px;
    border: solid rgb(255 255 255 / 39%);
    border-width: 1px 0;
}
.footer_nav_items p {
    line-height: 1.66;
    margin-top: 12px;
}
.footer_nav_items h4 {
    color: rgb(255 255 255 / 75%);
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.35;
    letter-spacing: 4.3px;
}
.footer_nav_items.footer_down_pdf {
    text-align: center;
    background: #132f60;
    border: 1px solid #132f60;
    border-radius: 10px;
    padding: 49px 15px 60px 15px;
    margin-left: 41px;
    width: calc(100% - 22px);
    margin-top: -22px;
    margin-bottom: -67px;
    transition: all 0.4s;
}
.footer_nav_items.footer_down_pdf:hover{
    border-color: #ffffff;
}
.footer_nav_items.footer_down_pdf img{
    transition: all 0.4s;
}
.footer_nav_items.footer_navigation ul li a {
    margin: 7px 0;
}
.footer_nav_items.footer_contact a {
    margin-bottom: 3px;
}
.footer_nav_items.footer_contact h5 {
    margin-top: 32px;
}
.footer_nav_items.footer_contact h5:first-child {
    margin-top: 0;
}
.footer_nav_items.footer_location_part p img {
    max-width: 20px;
    top: -2px;
}
.footer_nav_items.footer_contact {
    padding-left: 18px;
}

.footer_nav_items.footer_navigation {
    padding-left: 44px;
}
.footer_followus .left_followus ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}
.footer_followus .left_followus ul li a{
       width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #3a61ae;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: all 0.4s;
    padding: 19px 16px;
}
.footer_followus .left_followus ul li a:hover {
    background: #ff4d02;
}
.footer_followus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 37px 48px 44px 50px;
    border-bottom: 1px solid rgb(255 255 255 / 39%);
            gap: 32px;
}
.footer_followus .left_followus ul li > a > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

footer .copyright_part_text {
    padding: 11px 12px;
    /* border-top: 1px solid rgb(255 255 255 / 25%); */
    mix-blend-mode: luminosity;
}
.copyright_part_text p {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.04px;
}
footer .footer_nav_items.footer_location_part {
    padding-left: 13px;
}
.copyright_part_text strong {
    font-weight: 400;
}
.copyright_part_text p span {
    border-right: 2px solid rgb(255 255 255 / 65%);
    padding-right: 5px;
    padding-left: 5px;
}
.copyright_part_text p span:last-child {
    border-right: unset;
    padding-right: 0;
}
.copyright_part_text span.webplus img {
    opacity: 0.8;
    transition: all 0.4s;
    max-width: 26px;
    margin-left: 2px;
}
header button.theam_btn.header_req, header a.theam_btn.header_req {
    align-items: center;
    justify-content: center;
    display: flex;
}
 .theam_btn.bg_blue {
    background: #283f68;
    border-color: #283f68;
}
.theam_btn.bg_blue:hover {
    background: #ff4d02;
    border: 1px solid #ff4d02;
}
.inner_title h6 a {
    color: #283f68;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}
small.title_sub {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
}
header nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
    color: #ff4d02;
}

/* ============= inner products part ====== */
.products_availability {
    background: #f7f7f7;
    border: solid #f1f1f1;
    border-width: 1px 0;
}
.inner_title .products_info h3 {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 1.20;
}
.inner_title .products_info h6 {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.21;
}

 .products_availability .pr_availablity_img img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left center;
}
.products_availability .color_range {
    background: #ffffff;
    padding: 14px 22px;
    margin: 12px 0 0;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid rgb(0 0 0 / 4%);
    width: 100%;
}
.products_availability .color_range h6 {
    text-transform: uppercase;
    font-size: 18px;
    left: 0.3px;
    font-weight: 600;
    border-left: 2px solid #ff4d02;
    padding-left: 10px;
}
.products_availability .color_range ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    margin-top: 20px;
}
.products_availability .color_range ul li small {
    font-weight: 500;
    position: relative;
    font-size: 15px;
    margin-top: 7px;
    line-height: 1.3;
    margin-bottom: 4px;
    width: 100%;
    text-align: center;
    display: block;
}
.products_availability .color_range ul li span {
    border-radius: 8px;
    display: block;
    height: 60px;
    width: 100%;
    margin: 0 auto;
}

.color_range ul li span.milky_white {
    background: #f9f8f0;
}

.color_range ul li span.black {
    background: #000000;
}

.color_range ul li span.blue {
    background: #0000ff;
}

.color_range ul li span.red {
    background: #ff0000;
}

.color_range ul li span.yellow {
    background: #ffff00;
}

.color_range ul li span.green {
    background: #008000;
}
 
.products_availability .color_range ul li {
    width: calc(20% - 8px);
    border: 1px solid #cbcbcb;
    padding: 6px;
    border-radius: 10px;
}

.products_availability .pr_availablity_img {
    height: 100%;
}
.products_availability .color_range ul li .pick_color {
    display: flex;
    gap: 3px;
    align-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.products_availability .color_range ul li:last-child {
    width: calc(25% - 8px);
}
.products_availability .color_range ul li .pick_color input {
    width: 25px;
    cursor: pointer;
    padding: 1px;
    height: 25px;
    border: 1px solid #777777;
    box-shadow: unset;
    outline: unset;
        border-radius: 2px;
}
.products_availability .color_range ul li:last-child span {
    width: calc(100% - 30px);
}
.products_availability .color_range ul li .color-preview {
    background: #d6bdf5;
    transition: background 0.2s ease;
}
.process_overview ul li {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 42px 30px 45px 30px;
    width: 100%;
    border: 1px solid rgb(40 63 104 / 12%);
}
.pr_work.core_value_part .core_value_left h3 {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 1.25;
}
.core_value_part.pr_work {
    background: #ffffff;
}
.core_value_part.pr_work .core_value_right li .core_value_info h4:before {
    width: calc(100% - 60px);
}
.core_value_part .process_overview_part h4 {
    margin-bottom: 18px;
    font-size: 24px;
}
.products_availability .color_range ul li span#hexValue {
    height: auto;
    font-size: 13px;
    margin: 0;
    width: 100%;
        text-align: center;
}
.products_availability .color_range ul li span#hexValue:before {
    content: "Code:";
    margin-right: 4px;
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
}
/* ============= 08-12-2025 ==================== */
.services_right_part ul.dropdown-menu li a {
    font-size: 16px;
    color: #444444;
    font-weight: 500;
    margin: 0;
    line-height: 1.471;
    font-family: "Inter", sans-serif;
    padding: 10px 26px 10px 10px;
    display: block;
    border-bottom: 1px solid #d9d9d9;
}
.services_right_part ul.dropdown-menu li a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    background: #283f68;
    bottom: -2px;
    left: 0;
    transition: all 0.4s;
}
.services_right_part {
    width: calc(30% - 3px);
}
.services_right_part button.dropdown-toggle::after {
    display: none;
}
.services_right_part ul.dropdown-menu li a:hover:after,
.services_right_part ul.dropdown-menu li.active a:after {
    width: 100%;
}
.services_right_part ul.dropdown-menu li:last-child a {
    border: unset;
}
.inner_services_img img {
    border-radius: 12px;
}
.services_right_part ul li a:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 19px;
    background: url(./../images/arrow.svg);
    right: 5px;
    top: calc(50% + 2px);
    background-size: 9px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0deg);
    opacity: 1;
    transition: all 0.4s;
}
.services_right_part ul.dropdown-menu li a:hover:before,
.services_right_part ul.dropdown-menu li.active a:before {
    transform: translateY(calc(-50% + 0px)) rotate(45deg);
}
.inner_list_info p {
    margin-bottom: 12px;
}
.inner_services_details .inner_services_img {
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 115px;
    margin-top: 12px;
}
.inner_services_details .inner_services_img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.inner_services_details {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 0;
    width: calc(71% - 0px);
    margin: 0 calc(1% + 10px) 0 0;
}
.products_applications_view {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    background: #f7f7f7;
}
.services_list_view {
    margin-bottom: 50px;
    padding-top: 110px;
    margin-top: -110px;
    padding-bottom: 60px;
    border-bottom: 1px solid #d9d9d9;
}
.services_list_view:last-child {
    border: unset;
    margin-bottom: 00px;
    padding-bottom: 0;
}
.services_right_part ul.dropdown-menu li.active a,
.services_right_part ul.dropdown-menu li a:hover {
    color: #283f68;
}
.services_list_view .inner_list_info h2 {
    color: #444444;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.4s;
    margin: 20px 0 14px 0;
}

.services_right_part {
    border-radius: 12px;
    position: sticky;
    top: 115px;
    background: #eeeff3;
    padding: 30px 25px 22px 25px;
    margin: 0 calc(1% + 0px) 0 calc(2% + 2px);
    width: calc(23% - 3px);
        border: 1px solid rgb(0 0 0 / 3%);
}

ul.inner_service_list_point.d_50 li {
    width: calc(50% - 6px);
}
ul.inner_service_list_point.d_50 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
}
.services_right_part .services_name_round.count_year:before {
    background: url(./../images/dots.svg);
    position: absolute;
    height: 25px;
    width: 25px;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1) brightness(10);
} 
.products_applications_view .pr_application_title {
    margin-bottom: 28px;
}
.services_list_view .inner_list_info p {
    margin: 8px 0 12px 0;
}
.services_list_view .inner_list_info h6 {
    font-size: 20px;
    margin: 20px 0px 10px 0px;
}
.services_list_view .inner_list_info ul {
    margin-top: 10px;
    margin-bottom: 14px;
}
.services_list_view .inner_list_info ul li {
    padding-bottom: 5px;
    font-size: 16px;
    padding-left: 15px;
}

.services_list_view .inner_list_info ul li:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: rgb(68 68 68 / 53%);
    left: 0;
    top: 9px;
    offset-distance: 2px;
}
.services_list_view .inner_list_info p strong {
    font-weight: 600;
}
body.inner_page_body.products_pg footer {
    margin-top: 0;
}
.core_value_part .process_overview_part {
    margin-top: 18px;
} 

/* =================== request modal ============= */
/* ======== modal request-quotation ======= */

.popup-modal .requestmodal {
    max-width: 550px;
    width: calc(100% - 40px);
    margin: 20px 20px 20px auto;
    /* height: calc(100% - 40px); */
    border: unset;
    outline: unset;
}
.popup-modal .modal-dialog .modal-content {
   overflow: hidden;
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 12px;
    background: #f9f9f9;
}
.popup-modal .modal-info h3:after {
    content: "";
    position: absolute;
    height: 82%;
    width: 3px;
    background: #ff4d02;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.popup-modal .highlight-text{
    color: #ff4d02;
}
.popup-modal .modal-info h3 {
    font-weight: 600;
    padding-left: 12px;
    color: #444444;
    font-size: 32px;
}
/* .popup-modal .modal-info p {
    font-size: 16px;
    color: #333333;
    text-transform: capitalize;
} */
.popup-modal .requestmodal .modal-body {
    padding: 30px;
    border: 8px solid rgb(255 77 2 / 18%);
    margin: 18px;
    background: #f9f9f9;
    outline: unset;
    border-radius: 8px;
} 
/* .popup-modal .message-form form input, .popup-modal .message-form form textarea, .popup-modal .contact-form form input, .popup-modal .contact-form form textarea {
    border: 1px solid #444444;
}  */
.popup-modal .message-form form input, .popup-modal .message-form form textarea, .popup-modal .contact-form form input, .popup-modal .contact-form form textarea {
    resize: none;
    background: transparent;
    border: 1px solid rgb(68 68 68 / 42%);
    border-radius: 5px;
    background-color: #f9f9f9;
font-size: medium;
    padding: 15px 10px 10px 14px;
    box-shadow: unset;
    outline: unset;
}
.popup-modal .message-form form label, .popup-modal .contact-form form label {
    color: #444444;
    line-height: 1.3;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    margin-left: 12px;
    bottom: -14px;
    z-index: 1;
    background: #f9f9f9;
    padding: 0 10px;
}
.popup-modal .message-form form label:after, .popup-modal .contact-form form label:after {
    content: "";
    position: absolute;
    width: calc(100% + 16px);
    height: 100%;
    background: #f9f9f9;
    left: -5px;
    z-index: -1;
    top: 2px;
}
.popup-modal .message-form form input:active, .popup-modal .message-form form textarea:active, .popup-modal .message-form form input:focus, .popup-modal .message-form form textarea:focus{
    box-shadow: none;
    border-color: unset;
    background-color: transparent;
}
.popup-modal .message-form .button_style {
    background: transparent;
    color: #444444;
    padding: 12px 45px;
    transition: all 0.3s;
    z-index: 0;
}
.popup-modal .message-form .button_style:hover {
    color: #ffffff;
}
 
.popup-modal .modal .modal-content {
    border-radius: 0; 
}
.popup-modal .modal-content .modal-body:after {
    content: "";
    position: fixed;
    height: 125px;
    width: 65px;
    background: #f9f9f9;
    top: 8%;
    right: 5px;
}
.popup-modal .modal-content .modal-body:after {
    position: absolute;
    top: -22px;
    right: -22px;
}
 /* 
.popup-modal .modal ~ .modal-backdrop {
    background-color: rgb(157 155 155 / 42%);
    opacity: 1;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}  */
/* .popup-modal .requestmodal {
    max-width: 850px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
} */
.popup-modal .requestmodal .close-button {
    position: absolute;
    margin: 5px 5px 5px 5px;
    right: 0;
}
  
.popup-modal .close-button:after, .close-button:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 10px);
    background: #ffffff;
    left: 5px;
    /* top: 0; */
    transform: rotate(45deg);
    z-index: 1;
    transition: all 0.3s;
}

.popup-modal .close-button:before {
    transform: rotate(-45deg);
}

.popup-modal .close-button {
    position: fixed;
    right: 2px;
    z-index: 1;
    margin-top: 0;
    transition: all 0.4s;
    height: 50px;
    width: 50px;
    border: none;
    background: #ffffff;
    padding: 20px;
    margin: -22px 10px 12px 10px;
    border: 1px solid rgb(51 51 51 / 18%);
    transition: all 0.3s;
    border-radius: 5px !important;
} 
.popup-modal .close-button:hover:after, .close-button:hover:before {
    transform: rotate(0deg);
    height: 2px;
    width: calc(100% - 10px);
}  
.popup-modal .close-button span {
    height: 48px;
    width: 48px;
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    border-radius: 5px;
}
.popup-modal .close-button span:after {
    position: absolute;
    font-size: 12px;
    content: "Close";
    left: 50%;
    top: 80px;
    text-transform: uppercase;
    transform: translate(-50% , -50%) rotate(90deg);
    z-index: -6;
    letter-spacing: 1.5px;
    color: rgb(51 51 51 / 70%);
    font-weight: 600;
    transition: all 0.5s;
    pointer-events: none;
}
.popup-modal .close-button span:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #283f68;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.popup-modal .close-button:hover span:after {
    top: 25px;
} 
.modal-backdrop {
    backdrop-filter: blur(9px);
    background: rgb(0 0 0 / 48%);
    --bs-backdrop-opacity: 1;
}
.popup-modal .message-form form textarea {
    height: 120px;
}
.popup-modal .requestmodal .modal-body span.modal_message, .popup-modal .requestmodal .modal-body span.modal_message a {
    font-size: 16px;
    color: #444444;
    margin-top: 10px;
    display: inline-block;
    line-height: 1.5;
}

.popup-modal .requestmodal .modal-body span.modal_message a {
    color: #283f68;
    font-weight: 500;
    margin: unset;
    font-size: 15px;
}
.core_value_part.pr_work .core_value_left img {
    filter: unset;
}

/* ===================== */
.thanks_error_view .tx_error_icon {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto 20px;
}

.thanks_error_view .tx_error_icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.thanks_error_view p {
    max-width: 600px;
    margin: 12px auto 12px;
}

.products_availability .color_range ul li p {
    font-size: 15px;
    line-height: 0;
    margin: 0;
}