* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Inter Tight";
    /* src: url('../fonts/InterTight-VariableFont_wght.ttf'); */
    src: url('/templates/en/fonts/InterTight-VariableFont_wght.ttf');
}

body {
    font-family: "Inter Tight", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    /* mainColor:#2C4192 secondColor:#D90750 */
    color: #2C4192;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: .05em;
    line-height: 1.67;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
}

a {
    color: #15141c;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #008fd3;
}

a,
a:hover,
a:host,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Inter Tight", sans-serif;
    padding-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #264555;
}

h1,
.h1 {
    font-size: 2rem;
    line-height: 1.117;
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 2.75rem;
    }
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 3.625rem;
    }
}

@media (min-width: 1600px) {
    h1,
    .h1 {
        font-size: 3.75rem;
    }
}

h2,
.h2 {
    font-size: 1.875rem;
    line-height: 1.25;
    letter-spacing: .01em;
}

@media (min-width: 768px) {
    h2,
    .h2 {
        font-size: 2.125rem;
    }
}

@media (min-width: 992px) {
    h2,
    .h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 3rem;
    }
}

h3,
.h3 {
    font-size: 1.5rem;
    line-height: 1.25;
}

@media (min-width: 768px) {
    h3,
    .h3 {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    h3,
    .h3 {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 2.125rem;
    }
}

h4,
.h4 {
    font-size: 1.3125rem;
    line-height: 1.12;
}

@media (min-width: 768px) {
    h4,
    .h4 {
        font-size: 1.375rem;
    }
}

@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.625rem;
    }
}

h5,
.h5 {
    font-size: 1.125rem;
    line-height: 1.25;
}

@media (min-width: 1200px) {
    h5,
    .h5 {
        font-size: 1.125rem;
    }
}

h6,
.h6 {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25;
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 1.67;
}

img {
    max-width: 100%;
}

input,
button,
button:focus,
select,
textarea {
    outline: none;
}

.btn {
    position: relative;
    z-index: 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #b8cccd;
    font-weight: 500;
    color: #264555;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    min-width: 11.25rem;
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.25;
    border-radius: 60px;
    border-top-left-radius: 0 !important;
}

.btn:hover,
.btn:active {
    text-decoration: none;
    color: #fff;
    background: #6c757d;
    border-color: #6c757d;
}

.bg-gray {
    background-color: #f5f5f5;
}

.bg-200 {
    background-color: #f6f7f9;
}

.bg-gray-100 {
    background-color: #f5f6fa;
}

.text-gray-350 {
    color: #d3d5db;
}

.font-weight-bolder {
    font-weight: 700 !important;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-regular {
    font-weight: 400;
}

.w-80 {
    width: 80% !important;
}

.wow {
    backface-visibility: hidden;
}

.row-10 {
    margin-bottom: -10px;
}

.row-20 {
    margin-bottom: -20px;
}

.row-40 {
    margin-bottom: -40px;
}

.row-50 {
    margin-bottom: -50px;
}

.row-10>* {
    margin-bottom: 10px;
}

.row-20>* {
    margin-bottom: 20px;
}

.row-40>* {
    margin-bottom: 40px;
}

.row-50>* {
    margin-bottom: 50px;
}

@media screen and (min-width:992px) {
    .row-lg-50>* {
        margin-bottom: 3.125rem;
    }
}

.line-1 {
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.line-2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.line-3 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.line-4 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.line-5 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}

[class*='bg-'] {
    background-size: cover;
    background-position: center center;
}

.section-xxl {
    padding: 40px 0;
}

.section-xl {
    padding: 30px 0;
}

.section-lg {
    padding: 26px 0;
}

.section-md {
    padding: 20px 0;
}

.section-sm {
    padding: 10px 0;
}

@media screen and (min-width: 576px) {
    .section-xxl {
        padding: 60px 0;
    }
    .section-xl {
        padding: 48px 0;
    }
    .section-lg {
        padding: 36px 0;
    }
    .section-md {
        padding: 28px 0;
    }
    .section-sm {
        padding: 20px 0;
    }
}

@media screen and (min-width: 768px) {
    .section-xxl {
        padding: 80px 0;
    }
    .section-xl {
        padding: 64px 0;
    }
    .section-lg {
        padding: 56px 0;
    }
    .section-md {
        padding: 40px 0;
    }
    .section-sm {
        padding: 30px 0;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .section-xxl {
        padding: 120px 0;
    }
    .section-xl {
        padding: 100px 0;
    }
    .section-lg {
        padding: 80px 0;
    }
    .section-md {
        padding: 60px 0;
    }
    .section-sm {
        padding: 48px 0;
    }
}

@media screen and (min-width: 768px) {
    header,
    footer,
    section {
        /* width: 100%; */
        padding-left: 50px;
        padding-right: 50px;
    }
}

@font-face {
    font-family: "Inter Tight";
    src: url('/templates/en/fonts/InterTight-VariableFont_wght.ttf') format('.ttf');
}

body {
    background-color: #eef3f6;
    font-family: "Inter Tight", sans-serif;
    position: relative;
}

header {
    transition: all .5s;
}

header.fixed {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
}

.header_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_menu {
    position: relative;
}

.main_menu .nav-menu {
    display: flex;
}

.main_menu .nav-list {
    position: relative;
}

.main_menu .dropdown_toggle {
    padding-right: 6px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.main_menu .dropdown_toggle>.nav-text {
    color: #222;
    font-size: 14px;
    height: 100px;
    line-height: 100px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 0 15px;
    display: block;
}

.main_menu .dropdown_toggle:hover>.nav-text {
    color: #D90750;
}

.main_menu .dropdown_toggle>.fa {
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    line-height: 100px;
    font-size: 14px;
}

.lang_tab .lang_submenu,
.main_menu .dropdown {
    position: absolute;
    border-bottom: 3px solid #2C4192;
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px -5px 25px -6px #0003;
    border-radius: 8px;
    min-width: 220px;
    width: auto;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.main_menu .drop_link+.dropdown {
    left: 100%;
    top: 20px;
}

.main_menu .dropdown:hover {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.main_menu .drop_link:hover+.dropdown,
.main_menu .dropdown_toggle:hover+.dropdown {
    opacity: 1;
    visibility: visible;
}

.main_menu .dropdown .drop_link {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    white-space: nowrap;
}

.main_menu .dropdown h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
    color: #15141c;
    line-height: 40px;
}

.main_menu .dropdown .menu_container {
    padding: 10px 30px;
}

.main_menu .dropdown .menu_container>.row {
    flex-wrap: nowrap;
}

.main_menu .dropdown .menu_container>.row>div {
    min-width: 150px;
}

.main_menu .dropdown .drop_column {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}

.header_main .logo_wrap {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

.header_main .logo_wrap img {
    height: 70px;
}

.contact_wrap {
    display: flex;
}

.contact_wrap .icon_frame {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.contact_wrap .icon_frame .icon {
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    min-width: 50px;
    height: 50px;
}

.contact_wrap .icon_frame>a {
    display: flex;
    align-items: center;
}

.contact_wrap .btn_icon {
    width: 22px;
    height: 22px;
}

.contact_wrap .icon_frame .text {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
}

.button_wrap {
    border-radius: 50px;
    background-color: #2C4192;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 5px 5px 30px;
    font-size: 15px;
    line-height: 26px;
    transition: all .3s;
}

.button_wrap>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}

.button_wrap:hover {
    background-color: #15141c;
}

.button_wrap span {
    padding-right: 12px;
}

.button_wrap .arrow_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    transition: all .3s;
    overflow: hidden;
    position: relative;
}

.button_wrap:hover .arrow_bg {
    background-color: #D90750;
}

.button_wrap .arrow_bg img {
    transform: translateX(0) rotate(-45deg);
    transform-style: preserve-3d;
    transition: all .3s;
}

.button_wrap:hover .arrow_bg img {
    transform: translate3d(20px, -20px, 0px) scale3d(0.2, 0.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg);
}

.button_wrap .arrow_bg img:last-child {
    position: absolute;
    transform: translate3d(-20px, 20px, 0px) scale3d(0.2, 0.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg);
    filter: invert(0%);
}

.button_wrap:hover .arrow_bg img:last-child {
    transform: translateX(0) rotate(-45deg);
}

.lang_tab {
    padding: 0 12px;
    display: flex;
    align-items: center;
    position: relative;
}

.lang_tab>img {
    width: 30px;
    margin-right: 8px;
}

.lang_tab .lang_submenu {
    top: 100%;
    width: 100%;
}

.lang_tab:hover .lang_submenu {
    opacity: 1;
    visibility: visible;
}

.floor_slide .swiper {
    width: 100%;
    border-radius: 25px;
}

.floor_slide .swiper-wrapper>.swiper-slide {
    width: 100%;
}

.floor_slide .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.floor_slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2C4192;
}

.floor_slide .swiper-slide img {
    width: 100%;
}

.floor_column {
    padding-top: 40px;
}

.floor_column .icon_boxs {
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 25px;
    transition: all .3s;
    position: relative;
    transform-style: preserve-3d;
    display: block;
}

.floor_column .icon_boxs:hover {
    transform: translateY(-10px);
}

.icon_boxs .icon_wrap {
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0cbd5;
    position: relative;
}

.icon_boxs .icon_wrap img {
    height: 50px;
    width: auto;
}

.icon_boxs .icon_wrap .dot {
    background-color: rgb(192, 203, 213);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -6px;
    right: 0;
    transition: all .3s;
}

.icon_boxs:hover .dot {
    background-color: rgb(21, 20, 28);
}

.icon_boxs .icon_wrap .line {
    background-color: #15141c;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    transition: all .3s;
}

.icon_boxs:hover .icon_wrap .line {
    width: 100%;
}

.icon_boxs .icon_content {
    padding-right: 60px;
}

.icon_boxs .icon_content h2 {
    margin-bottom: 20px;
    letter-spacing: -.28px;
    font-size: 26px;
    line-height: 36px;
    color: #15141c;
    margin-top: 10px;
    font-weight: 600;
}

.icon_boxs .icon_content p {
    height: 120px;
}

.icon_boxs .icon_content p>span {
    font-size: 20px;
    font-weight: 700;
}

.right_btn_shape {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 12px;
    padding-left: 12px;
    background-color: #eef3f6;
    border-top-left-radius: 50%;
}

.right_btn_shape .arrow_wrap {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    min-width: 55px;
    background-color: #fff;
    transition: background-color 0.3s;
}

.icon_boxs:hover .right_btn_shape .arrow_wrap {
    background-color: #2C4192;
}

.right_btn_shape .top_curve {
    background-image: radial-gradient(circle farthest-side at 0% 0%, #0000 100%, #eef3f6 100%, #eef3f6);
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 0;
}

.right_btn_shape .bottom_curve {
    background-image: radial-gradient(circle farthest-side at 0% 0%, #0000 100%, #eef3f6);
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: -20px;
}

.right_btn_shape .arrow_wrap .arrow_curve {
    width: 18px;
    height: 18px;
    position: relative;
    overflow: hidden;
    display: flex;
}

.right_btn_shape .arrow_wrap .arrow_curve img:first-child {
    transform: translate3d(2px, 2px, 0px) scale3d(0.7, 0.7, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all .3s;
    max-width: 100%;
    max-height: 100%;
}

.icon_boxs:hover .arrow_wrap .arrow_curve img:first-child,
.floor_products .swiper-slide:hover .arrow_wrap .arrow_curve img:first-child {
    transform: translate3d(17px, -17px, 0px) scale3d(0.2, 0.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.right_btn_shape .arrow_wrap .arrow_curve img:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate3d(-3px, 3px, 0px) scale3d(0.7, 0.7, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    filter: invert(0%);
    transition: all .3s;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
}

.icon_boxs:hover .arrow_wrap .arrow_curve img:last-child,
.floor_products .swiper-slide:hover .arrow_wrap .arrow_curve img:last-child {
    transform: translate3d(0px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.floor_about {
    padding-top: 100px;
    padding-bottom: 100px;
}

.floor_about .about_left {
    background-image: url(/templates/en/images/about-shape-bottom.png), url(/templates/en/images/about-shape-top.png), url(/templates/en/images/about-img.jpg);
    background-position: 100% 100%, 0 0, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
    border-radius: 30px;
    align-items: stretch;
    height: 100%;
    display: flex;
    position: relative;
    padding-right: 15px;
}

.floor_about .about_right {
    padding: 42px 20px 42px 15px;
}

.subtitle_head {
    letter-spacing: .6px;
    text-transform: uppercase;
    border: 1px solid #15141c33;
    border-radius: 50px;
    color: #2C4192;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    display: inline-block;
}

.heading_title {
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    position: relative;
    margin-bottom: 30px;
}

.heading_title>span {
    color: #D90750 !important;
}

.floor_about .about_btns {
    padding-top: 40px;
    display: flex;
    gap: 40px;
}

.floor_about .tab_menu>.tablist {
    display: flex;
    column-gap: 16px;
    row-gap: 16px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #15141c1a;
}

.tablist>a {
    display: block;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    background-color: #fff;
    transition: all .3s;
}

.tablist>a.active {
    background-color: #2C4192;
    color: #fff;
}

.tab_menu>.tab_content>div:not(.active) {
    display: none;
}

.tab_menu>.tab_content>div.active {
    display: flex;
    height: 210px;
    overflow: hidden;
}

.tab_menu>.tab_content>div>.tab_img {
    background-image: url(/templates/en/images/why2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    width: 40%;
}

.tab_menu>.tab_content>div.tab3>.tab_img {
    background-image: url(/templates/en/images/why3.jpg);
}

.tab_menu>.tab_content>div>p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.tab_menu>.tab_content>div>p:not(:first-child) {
    width: 60%;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 34px;
}

.floor_about .icon_frame {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.floor_about .icon_frame .icon {
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    min-width: 50px;
    height: 50px;
}

.floor_about .icon_frame>a {
    display: flex;
    align-items: center;
}

.floor_about .btn_icon {
    width: 22px;
    height: 22px;
}

.floor_about .icon_frame .text {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
}

.floor_cate {
    padding-bottom: 100px;
}

.floor_cate>.container-fluid {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(/templates/en/images/bg-pattern.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px;
    position: relative;
}

.floor_cate .heading_title {
    font-size: 40px;
}

.floor_cate .cate_title_box {
    position: absolute;
    top: 100px;
    left: 40px;
    max-width: 40%;
}

.floor_cate .cate_desc {
    padding-top: 180px;
}

.floor_cate .cate_desc .cate_title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #2C4192;
}

.floor_cate .cate_desc p {
    color: #5f6271;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.floor_cate .cate_desc .cate_tabs {
    width: 340px;
    min-width: 340px;
    margin-top: 20px;
}

.floor_cate .cate_desc .cate_tabs>.tabs_item {
    text-transform: capitalize;
    border-radius: 25px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 5px 5px 5px 15px;
    background-color: #eef3f6;
}

.floor_cate .cate_desc .cate_tabs>.tabs_item>.tab_title {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #15141c;
}

.floor_cate .cate_desc .cate_tabs .tab_arrow {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.floor_cate .cate_desc .cate_tabs .tab_arrow>img {
    transform: rotate(-45deg);
    transition: all .3s;
}

.floor_cate .cate_desc .cate_tabs .tab_arrow>img:last-child {
    position: absolute;
    transform: translate(-40px, 40px)rotate(-45deg);
}

.floor_cate .cate_desc .tabs_item:hover {
    background-color: #2C4192;
}

.floor_cate .cate_desc .tabs_item:hover .tab_title {
    color: #fff;
}

.floor_cate .cate_desc .tabs_item:hover .tab_arrow>img {
    transform: translate(40px, -40px)rotate(-45deg);
}

.floor_cate .cate_desc .tabs_item:hover .tab_arrow>img:last-child {
    transform: translate(0, 0)rotate(-45deg);
}

.floor_cate .swiper_btns {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.floor_cate .swiper_btns>div {
    border: 1px solid #07180f4d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 62px;
    height: 62px;
    cursor: pointer;
}

.floor_cate .cate_all_btn {
    position: absolute;
    right: 40px;
    top: 140px;
    z-index: 9;
}

.floor_cate .swiper-slide .row>div:last-child {
    padding-top: 120px;
    padding-bottom: 0;
}

.floor_products {
    overflow: hidden;
}

.floor_products .swiper-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden !important;
    height: auto;
}

.floor_products .swiper-wrapper {
    display: flex;
}

.floor_products .swiper-slide {
    width: calc(33.333% - 20px) !important;
    min-width: 280px !important;
    max-width: 380px !important;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
    flex-shrink: 0;
    max-width: none !important;
    height: auto;
}

.floor_products .swiper-slide img {
    width: 100%;
    object-fit: contain;
}

.floor_products .product-info {
    height: 120px;
    overflow: hidden;
}

.floor_products>.container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 25px;
    background-color: #5b5d61;
}

.floor_products .subtitle_head {
    letter-spacing: .6px;
    text-transform: uppercase;
    border: 1px solid #fff3;
    border-radius: 50px;
    color: #008fd3;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    display: inline-block;
}

.floor_products .heading_title {
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    position: relative;
}

.floor_products .heading_title {
    color: #fff;
    text-transform: capitalize;
}

.floor_products .heading_title>span {
    color: #2C4192;
}

.floor_products>.container-fluid>.row {
    align-items: center;
    margin-bottom: 40px;
}

.floor_products p {
    color: #ffffffe6;
    font-size: 15px;
}

.floor_products .swiper_btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.floor_products .swiper-button-prev-pro,
.floor_products .swiper-button-next-pro {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid #07180f4d;
    cursor: pointer;
}

.floor_products .swiper-button-next-pro {
    background-color: #2C4192;
}

.floor_products .swiper-button-next-pro>i {
    color: #fff;
}

@media screen and (max-width: 1280px) {
    .floor_products .swiper-slide {
        width: calc(33.333% - 20px) !important;
    }
}

@media screen and (max-width: 768px) {
    .floor_products .swiper-slide {
        width: calc(50% - 10px) !important;
    }
}

@media screen and (max-width: 576px) {
    .floor_products .swiper-slide {
        width: 100% !important;
    }
}

.floor_products .swiper-slide .img_wrap {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.floor_products .swiper-slide .img_wrap img {
    transition: all .3s;
}

.floor_products .swiper-slide:hover .img_wrap img {
    transform: scale(1.08);
}

.floor_products .swiper-slide .text_wrap {
    padding: 40px 24px;
}

.floor_products .swiper-slide .text_wrap h6 {
    color: #2C4192;
    letter-spacing: 1.2px;
    margin-right: 3px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0 !important;
}

.floor_products .swiper-slide .text_wrap h2 {
    color: #15141c;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}

.floor_products .right_btn_shape {
    background-color: #5b5d61;
}

.floor_products .swiper-slide:hover .right_btn_shape .arrow_wrap {
    background-color: #2C4192;
}

.floor_faqs {
    padding-top: 100px;
    padding-bottom: 100px;
}

.floor_faqs .video_column {
    width: 40%;
    padding-right: 20px;
}

.floor_faqs .video_wrap {
    border-radius: 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(/templates/en/images/video-workshop.jpg);
    background-size: cover;
}

.floor_faqs .faqs_column {
    width: 60%;
}

.floor_faqs .faqs_column .column_inner {
    padding: 115px 62px 108px 95px;
    background-color: #5b5d61;
    border-radius: 25px;
}

.floor_faqs .faqs_column .title_wrap {
    width: 39%;
}

.floor_faqs .subtitle_head {
    letter-spacing: .6px;
    text-transform: uppercase;
    border: 1px solid #fff3;
    border-radius: 50px;
    color: #008fd3;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    display: inline-block;
}

.floor_faqs .heading_title {
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    position: relative;
    color: #fff;
}

.floor_faqs .video_wrap .video_btn_style {
    position: absolute;
    bottom: 0;
    right: 12%;
}

.floor_faqs .video_wrap .video_btn_style>a {
    display: flex;
    background-color: #eef3f6;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 28px 10px;
    position: relative;
    bottom: -1px;
}

.floor_faqs .video_wrap .play_wrap {
    border: 1px solid #041f39;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: flex;
}

.floor_faqs .video_wrap .play_wrap i {
    color: #2C4192;
}

.floor_faqs .video_wrap .video_btn_style>a>h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.floor_faqs .faqs_column .faqs_tabs {
    width: 61%;
    padding-left: 45px;
    padding-top: 34px;
}

.floor_faqs .faqs_column .faqs_tabs .tab_list .tab {
    border-top: 1px solid #ffffff1a;
    padding: 22px 0;
    transition: height 1s;
    height: 78px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    position: relative;
}

.floor_faqs .tab.open {
    height: auto !important;
}

.floor_faqs .tab .faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.floor_faqs .tab .faq-title>h3 {
    font-size: 22px;
    letter-spacing: -.18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
}

.floor_faqs .tab .faq-title>i {
    color: #fff;
    transition: all .3s;
}

.floor_faqs .tab.open .faq-title>i {
    transform: rotateX(180deg);
    line-height: 50px;
}

.floor_faqs .tab .faq-desc {
    color: #ffffffb3;
    padding-left: 8px;
    padding-right: 5px;
    font-size: 15px;
}

.floor_workshop .heading_title {
    text-align: center;
}

.floor_workshop .workshop_container {
    padding-left: 95px;
    padding-right: 95px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.floor_workshop .gallery_inner {
    margin-top: 40px;
    width: 100%;
}

.floor_workshop .gallery_inner .dyn_list {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}

.floor_workshop .dyn_list .dyn_items {
    width: 100%;
}

.floor_workshop .dyn_list .list_item {
    position: sticky;
    top: 150px;
    width: 100%;
}

.floor_workshop .dyn_list .list_item>a {
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    transition: all .3s;
}

.floor_workshop .dyn_list .list_item>a>.container {
    width: 100%;
}

.floor_workshop .dyn_list .list_item:first-child>a {
    background-image: url(/templates/en/images/workshop1.jpg);
    will-change: transform;
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.floor_workshop .dyn_list .list_item:nth-child(2)>a {
    background-image: url(/templates/en/images/workshop2.jpg);
    will-change: transform;
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.floor_workshop .dyn_list .list_item:last-child>a {
    background-image: url(/templates/en/images/workshop3.jpg);
    will-change: transform;
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.floor_workshop .dyn_list .list_item .content_wrap {
    display: flex;
    padding-top: 140px;
    padding-bottom: 120px;
    justify-content: flex-end;
}

.floor_workshop .content_wrap .workshop_content {
    background-image: url(/templates/en/images/white-bg-shape.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 25px;
    max-width: 425px;
}

.floor_workshop .content_wrap .workshop_content>.content_inner {
    padding: 38px 34px 70px;
    position: relative;
}

.floor_workshop .content_wrap .workshop_content>.content_inner .category {
    color: #2C4192;
    margin-bottom: 6px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 3px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.floor_workshop .content_wrap .workshop_content>.content_inner .title {
    font-size: 24px;
    line-height: 30px;
    color: #15141c;
    border-bottom: 1px solid #15141c1a;
    margin-bottom: 28px;
    padding-bottom: 28px;
    font-weight: 600;
}

.floor_workshop .content_wrap .workshop_content>.content_inner .desc {
    color: #666;
    padding-right: 30px;
    margin-bottom: 20px;
}

.floor_workshop .content_inner .right_btn_shape {
    right: 62px;
    background-color: transparent;
}

.floor_workshop .content_inner .right_btn_shape .arrow_wrap {
    background-color: #2C4192;
}

.floor_workshop .content_inner:hover .right_btn_shape .arrow_wrap {
    background-color: #fff;
}

.floor_workshop .content_inner:hover .arrow_wrap img:first-child {
    transform: translate3d(20px, -20px, 0px) scale3d(0.2, 0.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    filter: invert(0%);
}

.floor_workshop .content_inner:hover .arrow_wrap img:last-child {
    transform: translate3d(0px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    filter: invert(0%);
}

.floor_news {
    padding-top: 100px;
    padding-bottom: 100px;
}

.floor_news .button_wrap {
    margin-left: auto;
    margin-right: 0;
    margin-top: 40px;
}

.floor_news .title_right {
    text-align: right;
}

.floor_news .news_container {
    width: 100%;
}

.floor_news .news_grid {
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
}

.floor_news .news_item>a {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
}

.floor_news .news_item>a>.blog_image {
    margin-right: 30px;
    position: relative;
    flex-shrink: 0;
}

.floor_news .news_item>a>.blog_image>img {
    width: 240px;
    height: 210px;
    object-fit: cover;
    border-radius: 20px;
}

.floor_news .news_item .blog_meta {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    opacity: .82;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #15141c;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.floor_news .news_item .blog_meta>* {
    margin-right: 8px;
}

.floor_news .news_item .blog_title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.floor_news .news_item:hover .right_btn_shape .arrow_wrap {
    background-color: #2C4192;
}

.floor_news .news_item:hover .right_btn_shape .arrow_wrap img:first-child {
    transform: translate3d(20px, -20px, 0px) scale3d(0.2, 0.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.floor_news .news_item:hover .right_btn_shape .arrow_wrap img:last-child {
    transform: translate3d(0px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    filter: invert(0%);
}

footer {
    padding-bottom: 20px;
}

footer .main-wrap {
    background-color: #5b5d61;
    border-radius: 25px;
    padding-top: 80px;
}

footer .footer-main {
    margin-bottom: 38px;
}

footer .footer-wrap {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
}

footer .footer-wrap>.footer-column {
    width: 25%;
}

footer .footer-wrap>.first_column {
    width: 35%;
}

footer .footer-wrap>.second_column {
    width: 21%;
}

footer .footer-wrap>.first_column img {
    height: 50px;
    margin-bottom: 30px;
}

footer .footer-wrap .footer_desc {
    color: #ffffffe6;
    max-width: 280px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 26px;
}

footer .footer-wrap .social_icons {
    display: flex;
    margin-top: 30px;
}

footer .footer-wrap .social_icons i {
    color: #fff;
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

footer .footer-wrap .social_icons i:hover {
    color: #2C4192;
}

footer .footer_title {
    color: #008fd3;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .5px;
}

footer .footer-wrap .footer_line>a {
    color: #ffffffd9;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 18px;
    display: block;
}

footer .footer-wrap .footer_line>a:hover {
    color: #fff;
}

footer .footer-wrap>.contact_column a {
    color: #fff !important;
    font-size: 14px;
}

footer .footer-wrap>.contact_column a>i {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    font-size: 18px;
    vertical-align: middle;
}

footer .footer_main {
    padding-bottom: 40px;
}

footer .footer_top {
    padding: 35px 75px 35px 65px;
    border: 1px solid #ffffff1a;
    align-items: center;
    display: none;
}

footer .footer_top h3 {
    font-size: 38px;
    color: #fff;
    line-height: 48px;
    border-right: 1px solid #ffffff1a;
    margin-bottom: 0;
    font-weight: 500;
}

footer .footer_top form {
    margin-top: 20px;
    margin-left: 55px;
    max-width: 100%;
}

footer form .form_block {
    display: flex;
    position: relative;
}

footer form .form_block .form_field {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 100%;
    height: 60px;
    margin-bottom: 0;
    padding: 20px 0 20px 30px;
    font-size: 14px;
    line-height: 24px;
    transition: all .2s;
}

footer form .form_block .form_submit {
    background-color: #2C4192;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    font-weight: 600;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

footer .footer_copyright {
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #ffffffd9;
    border-top: 1px solid #ffffff1a;
}

.whatsapp-fix {
    display: flex;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 40px;
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    transform: translateY(-50px) scaleY(.98);
    cursor: pointer;
    z-index: 999;
    justify-content: center;
    align-items: center;
    background-color: #2C4293;
}

.whatsapp-fix i {
    font-size: 20px;
}

.whatsapp-fix:hover {
    background-color: #fff;
}

.whatsapp-fix:hover i {
    color: #2C4293;
}


/* index-mobile */

.header_main .main_menu .menu-button {
    display: none;
}

.header_main .nav-menu-2 {
    display: none;
}

@media screen and (max-width:998px) {
    .header_main {
        flex-direction: row-reverse;
        position: relative;
    }
    .header_main .main_menu .nav-menu {
        display: none;
    }
    .header_main .main_menu .menu-button {
        display: block;
    }
    .header_main .main_menu .menu-button i {
        font-size: 28px;
    }
    .header_main .contact_wrap {
        display: none;
    }
    .header_main .logo_wrap {
        position: static;
        transform: none;
        padding: 20px 0;
    }
    .header_main .logo_wrap img {
        height: 50px;
    }
    .header_main .nav-menu-2 {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        width: 100%;
        background-color: #f6f6f6;
        border-top: 3px solid #008fd3;
        padding: 20px;
        transition: all 400ms ease;
        transform: scaleY(0);
        transform-origin: top center;
    }
    .header_main .nav-menu-2.active {
        transform: scaleY(1);
    }
    .header_main .nav-menu-2 .nav-text {
        color: #15141c;
        line-height: 40px;
        font-size: 12px;
        letter-spacing: .3px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .header_main .nav-menu-2 .dropdown_toggle {
        display: flex;
        justify-content: space-between;
    }
    .header_main .nav-menu-2 .drop_column {
        display: flex;
        flex-direction: column;
    }
    .header_main .nav-menu-2 .dropdown {
        padding: 10px 20px;
        display: none;
    }
    .header_main .nav-menu-2 .dropdown_toggle.active+.dropdown {
        display: flex;
        flex-direction: column;
    }
    .header_main .nav-menu-2 .dropdown .drop_link {
        color: #15141c;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 500;
    }
}

@media screen and (max-width:767px) {
    header {
        padding-left: 20px;
        padding-right: 20px;
    }
    section,
    header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .floor_column .row>div {
        margin-bottom: 20px;
    }
    .floor_about .about_left {
        background-image: url(../images/about-img1.jpg);
        background-size: cover;
        background-position: 50%;
        height: 400px;
    }
    .heading_title {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .floor_about .tab_menu>.tablist {
        flex-direction: column;
    }
    .floor_cate .cate_all_btn {
        display: none;
    }
    .floor_cate .cate_desc .cate_tabs>.tabs_item {
        max-width: 100%;
    }
    .floor_cate .cate_desc .cate_tabs {
        width: 100%;
        min-width: unset;
        margin-top: 20px;
    }
    .floor_faqs .faqs_column,
    .floor_faqs .video_column {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .floor_faqs .video_column .video_wrap {
        height: 300px;
    }
    .floor_faqs .column_inner>.row>div {
        width: 100%;
        padding: 0;
    }
    .floor_faqs .faqs_column .column_inner {
        padding: 50px 40px;
    }
    .floor_faqs .column_inner .faq-title h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    .floor_workshop .workshop_container {
        padding: 40px;
    }
    .floor_workshop .content_wrap .workshop_content>.content_inner {
        padding: 35px 25px 55px;
    }
    .floor_workshop .content_wrap .workshop_content>.content_inner .desc {
        font-size: 14px;
    }
    .floor_news .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .floor_news .title_right {
        text-align: left;
        margin-bottom: 20px;
    }
    .floor_news .news_grid {
        grid-template-columns: 1fr;
    }
    .floor_news .news_item>a {
        display: flex;
        flex-direction: column;
    }
    .floor_news .news_item>a>.blog_image {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .floor_news .news_item>a>.blog_image>img {
        width: 100%;
        height: 100%;
    }
    .floor_news .news_item .blog_title {
        -webkit-line-clamp: 2;
        font-size: 18px;
        line-height: 24px;
    }
    footer .footer-wrap {
        flex-direction: column;
    }
    footer .footer-wrap>.footer-column {
        width: 100%;
    }
}


/*** page css ***/

.breadcrumb_banner .container-fluid {
    background-color: #5b5d61;
    background-image: url(/templates/en/images/banner1.jpg);
    background-position: 50%;
    background-size: cover;
    border-radius: 25px;
    display: block;
}

.breadcrumb_banner .bread_wrap {
    height: 450px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.breadcrumb_banner .bread_wrap h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.about_floor1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about_floor1 .about1_column_left {
    width: 37%;
    position: relative;
}

.about_floor1 .img_wrap {
    background-image: url(/templates/en/images/about-img.jpg);
    background-position: 50% left;
    background-size: cover;
    border-radius: 25px;
    height: 100%;
    position: relative;
}

.about_floor1 .about1_column_center {
    padding-top: 20px;
    width: 63%;
}

.about_floor1 .about1_column_center .center_content {
    padding-left: 62px;
}

.about_floor1 p {
    font-size: 15px;
    color: #666;
    line-height: 20px;
}

.about_floor1 .img_wrap .video_btn_style {
    position: absolute;
    bottom: 0;
    right: 12%;
}

.about_floor1 .img_wrap .video_btn_style>a {
    display: flex;
    background-color: #eef3f6;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 28px 10px;
    position: relative;
    bottom: -1px;
}

.about_floor1 .img_wrap .play_wrap {
    border: 1px solid #041f39;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: flex;
}

.about_floor1 .img_wrap h6 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.about_floor2 .about_title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_floor2 .about_title .heading_title {
    text-align: center;
}

.about-banner {
    position: relative;
}

.about-banner .banner-bg {
    padding: 200px 0px;
    background-position: 0px 54%;
    background-image: url(/templates/en/images/GrandLobby.jpg);
}

.about-banner .banner-cove {
    position: absolute;
    top: 0;
    background-color: #2C4293;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.about-banner h2 {
    position: absolute;
    bottom: 20px;
    font-size: 85px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -0%);
}

.navlist {}

.navlist ul {
    width: 70%;
    margin: 40px auto 80px;
    font-size: 25px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.navlist ul li {}

.navlist ul li a {
    color: #b5b5b5;
    text-decoration: underline;
}

.navlist ul li:not(:last-child):after {
    content: "/";
    padding: 0px 20px;
    color: #b5b5b5;
}

.about-profile {
    overflow: hidden;
    position: relative;
}

.about-profile .company-list {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 500px;
}

.about-profile .company-top {
    margin: 0 120px;
    background-color: #e7e7e7;
}

.about-profile .company-list ul {
    top: 20px;
    overflow: hidden;
    z-index: 1;
    padding: 40px 0;
    display: flex;
    position: absolute;
    height: 500px;
}

.about-profile .company-list ul li {
    width: 630px;
    flex: 1;
}

.about-profile .company-list ul li img {
    height: 100%;
}

.about-profile .company-top .company-text {
    font-size: 20px;
    color: #000;
    width: 100%;
    padding: 0 10% 40px;
    position: relative;
    font-weight: 500;
}

.about-profile .company-top .company-text p {
    color: #000;
}

.about-profile .company-top .company-text h2 {
    position: absolute;
    left: -8%;
    top: 250px;
    transform: rotate(90deg);
    font-size: 35px;
    color: #2C4293;
}

.about-profile .company-top .company-text h2:after {
    content: "";
    left: -30px;
    width: 10px;
    height: 35px;
    position: absolute;
    background-color: #2C4293;
}

.certificate {
    margin: 90px 0;
}

.certificate .certificate-top {
    text-align: center;
}

.certificate .certificate-top h2 {
    color: #2c4293;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
}

.certificate .certificate-inner {
    display: flex;
}

.certificate .certificate-inner .certificate-pre,
.certificate .certificate-inner .certificate-next {
    width: 10%;
    font-size: 45px;
    text-align: center;
    color: #2c4293;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate .certificate-inner .certificate-pre {
    opacity: 0.5;
}

.certificate .certificate-inner .certificate-main {
    width: 80%;
    text-align: center;
    height: 500px;
    align-items: center;
}

.certificate .certificate-inner .certificate-main .main-bode {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.certificate .certificate-inner .certificate-main ul {
    display: flex;
    width: 5500px;
    position: absolute;
}

.certificate .certificate-inner .certificate-main ul li {
    width: 500px;
    padding: 0px 75px;
}

.certificate .certificate-inner .certificate-main ul li .item:hover .cover {
    /* transition: all 0.3;
transform: scaleX(0.58); */
    animation: myfirst 1s;
    -webkit-animation: myfirst 0.5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes myfirst {
    0% {
        opacity: 0.1;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

.certificate .certificate-inner .certificate-main ul li .item {
    position: relative;
}

.certificate .certificate-inner .certificate-main ul li .item .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
}

.certificate .certificate-inner .certificate-main ul li .item .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    background-color: #2C4293;
}

.certificate .certificate-inner .certificate-main ul li .item i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 75px;
    color: #fff;
    transform: translate(-50%, -50%);
}

.about-app {
    margin-top: 90px;
    position: relative;
    overflow: hidden;
}

.about-app .app-list {
    /* 	overflow: hidden;
		overflow: scroll; */
    position: absolute;
    top: 130px;
    left: 5%;
}

.about-app .app-list .swiper {
    max-width: 90vw;
}

.about-app .app-list ul>li {
    text-align: center;
}

.about-app .app-list ul {
    display: flex;
    width: 100%;
}


/* .about-app .app-list ul li {
    margin: 0 10px;
} */

.about-app .app-top {
    margin: 0 120px;
    padding: 40px 10% 40px;
    background-color: #e7e7e7;
}

.about-app .app-top h2 {
    text-align: center;
    color: #2C4293;
    font-weight: 700;
    font-size: 30px;
}

.about-app .app-top .app-text {
    font-size: 20px;
    margin-top: 420px;
    color: #000;
    font-weight: 500;
}

.about-app .app-top .app-text p {
    color: #000;
}

.about-app .app-top .app-text span {
    color: #2c4293;
}

.certificate .showNav {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.certificate .showNav span {
    cursor: pointer;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #2C4293;
    margin-left: 30px;
}

.certificate .showNav .active {
    background: #2C4293;
}

.about-work {
    margin: 90px 0px;
    padding: 0 120px;
    display: flex;
}

.about-work .work-list {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 0;
}

.about-work .work-img {
    flex: 0 0 80%;
    overflow: hidden;
}

.about-work .work-img>ul>li {
    display: none;
    height: 600px;
    position: relative;
}

.about-work .work-img>ul>li:first-child {
    display: block;
}

.about-work .work-list h2 {
    color: #2c4293;
    position: relative;
    padding-left: 40px;
    font-size: 30px;
    font-weight: 700;
}

.about-work .work-list h2:after {
    content: "";
    background-color: #2c4293;
    left: 0px;
    bottom: -3px;
    position: absolute;
    width: 10px;
    height: 40px;
}

.about-work .work-list .list-title ul .active {
    color: #2c4293;
}

.about-work .work-list .list-title ul li {
    font-weight: 600;
    color: #e7e7e7;
    font-size: 30px;
    margin: 40px 0;
}

.about-work .work-list .showNav {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.about-work .work-list .showNav span {
    cursor: pointer;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #2C4293;
    margin-left: 30px;
}

.about-work .work-list .showNav .active {
    background: #2C4293;
}


/* .about-work .work-img ul>li {
    overflow-y: scroll;
} */

.about-work .work-img ul li>div .owl-stage {
    display: flex;
}

.owl-work .owl-dots {
    width: 250px;
    position: absolute;
    bottom: 0;
    left: 330px;
    display: flex;
    justify-content: space-between;
}

.owl-work .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: 1px solid #2c4293;
}

.owl-work .owl-dots .owl-dot.active {
    background-color: #2c4293;
}

.about-work .work-img ul li>div {
    /* position: absolute; */
    display: flex;
    width: 100%;
    height: 600px;
    /* flex-flow: row wrap;
	align-content: flex-start; */
}

.about-work .work-img ul li ul li {
    box-sizing: border-box;
    width: 100%;
    /* flex: 0 0 50%; */
    /* padding: 0 45px;
    margin-top: 35px; */
}


/* .about-work .work-img ul li ul li .borde {
    overflow: hidden;
} */

.about-work .work-img ul li ul li img {
    /* height: 100%; */
}

.about-work .work-img ul li ul li img:hover {
    /* transform: scale(1.1);
    transition: all 1; */
}

.about-contact {
    position: relative;
}

.about-contact .bg {
    height: 500px;
    width: 100%;
    background-image: url(/templates/en/images/Plant2.jpg);
}

.about-contact .cover {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.about-contact .title {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-contact .title h2 {
    font-size: 135px;
    color: #2c4293;
}

.product-banner {
    position: relative;
}

.product-banner .banner-bg {
    padding: 200px 0px;
    background-size: cover;
    background-image: url(/templates/en/images/banner.png);
}

.product-banner .banner-cove {
    position: absolute;
    top: 0;
    background-color: #2C4293;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.product-banner h2 {
    width: 100%;
    position: absolute;
    bottom: 20px;
    font-size: 75px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -0%);
}

.goods-details .containe .goods-item .relate-product ul li:hover .item p {
    transform: translateY(-50px);
    transition: all 1s;
    background-color: #2C4293;
    color: #FFF;
    box-shadow: 2px 2px 20px #aaa;
}

.goods .goods-item .goods-ul li img {
    box-shadow: 2px 2px 20px #aaa;
}

.goods .goods-item .goods-ul li p {
    height: 68px;
    margin: 30px 0 50px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.goods-back {
    margin-top: 125px;
    padding: 0px 100px;
}

.goods-back a {
    font-size: 22px;
    font-weight: 600;
    color: #2C4293;
    position: relative;
    padding-left: 35px;
}

.goods-back a:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 10px;
    left: 0px;
    bottom: 8px;
    background-color: #2C4293;
}

.goods .goods-title ul li ul .active {
    margin: 10px 20px;
}

.goods .goods-title ul li ul .active a {
    color: #2C4293;
    font-weight: 600;
    font-size: 16px;
}

.news-banner {
    position: relative;
}

.news-banner .banner-bg {
    padding: 200px 0px;
    background-size: 100% 100%;
    background-image: url(/templates/en/images/business.png);
}

.news-banner .banner-cove {
    position: absolute;
    top: 0;
    background-color: #2C4293;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.news-banner h2 {
    position: absolute;
    bottom: 20px;
    font-size: 85px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -0%);
}

.news-navlist ul {
    width: 70%;
    margin: 40px auto 80px;
    font-size: 25px;
    justify-content: center;
    display: flex;
}

.news-navlist ul:not(.active) a {
    color: #b5b5b5;
    font-weight: 600;
}

.news-navlist ul .active a {
    color: #2c4293;
}

.news-navlist ul li:not(:last-child):after {
    content: "/";
    padding: 0px 5px;
    color: #b5b5b5;
}

.news-list {
    margin-bottom: 60px;
}

.news-list .news-item-bg {
    background-color: #e7e7e7;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.news-list .news-item {
    margin: auto 50px;
}

.news-list .news-item img {
    margin: 50px auto 50px;
}

.news-list .news-item .news-ttitle {
    text-align: left;
}

.news-list .news-item .news-ttitle h2 {
    font-weight: 900;
    font-size: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 44px;
    height: 140px;
}

.news-list .news-item .news-bottom {
    display: flex;
    justify-content: space-between;
}

.news-list .news-item .news-bottom .news-time {
    font-size: 18px;
    font-weight: 600;
}

.news-list .news-item .news-bottom .news-btn a {
    font-size: 20px;
    font-weight: 700;
    color: #2c4293;
    position: relative;
}

.news-list .news-item .news-bottom .news-btn a:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 22px;
    margin-rigth: 40px;
    background-color: #2C4293;
    left: -80px;
    bottom: 0px;
}

.news-list .news-item:hover .news-bottom .news-btn a:after {
    transition: all 0.5s;
    transform: scaleX(0.1);
}

.news-details {
    padding: 0 100px;
    text-align: center;
}

.news-details .details-title h2 {
    margin: 50px auto 30px;
    font-size: 36px;
    font-weight: 800;
    text-transform: capitalize;
}

.news-details .details-title p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.news-details .details-main p {
    text-align: left;
    color: #000;
    font-size: 20px;
    overflow: hidden;
    word-break: break-all;
}

.news-details .details-main {
    margin: 50px 0;
    padding: 40px;
    background-color: #e7e7e7;
}

.news-details .details-main .details-bottom {}

.news-details .details-main .details-bottom ul {
    display: flex;
    justify-content: flex-end;
    font-size: 45px;
}

.news-details .details-main .details-bottom ul li:not(:last-child) {
    margin-right: 30px;
}

.contact-main {
    padding: 135px 0 50px;
    background-color: #e7e7e7;
}

.contact-main .containe h2 {
    font-size: 55px;
    font-weight: 800;
    color: #2C4293;
}

.contact-main .containe .right {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-main .containe .right i {
    margin-right: 20px;
}

.contact-main .containe .right,
.contact-main .containe .right p,
.contact-main .containe .right a {
    font-size: 16px;
    color: #2C4293;
}

.contact-main .containe .right .icon {
    display: flex;
}

.contact-main .containe .right .icon li {
    flex: 0.5;
    font-size: 50px;
}

.pagination {
    justify-content: center;
}

.pagination ul {
    height: 40px;
    display: flex;
}

.pagination ul li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0px 10px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
}

.pagination ul li span {
    padding: 15px 20px;
    float: none;
    line-height: 40px;
    margin-left: -5px;
}

.pagination ul li a {
    padding: 15px 20px;
    float: none;
    line-height: 40px;
    margin-left: -5px;
}

.pagination ul .first a,
.pagination ul .prev a,
.pagination ul .next a,
.pagination ul .last a {
    padding: 15px 8px;
}

.pagination ul .active span {
    border: 1px solid #2c4293;
    background-color: #2c4293;
    color: #fff;
}

.pagination ul li:hover a,
.pagination ul li:hover span {
    border: 1px solid #2c4293;
    background-color: #2c4293;
    color: #fff;
}

.back-top {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: -20px;
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    transform: translateY(-50px) scaleY(.98);
    cursor: pointer;
    z-index: 999;
    justify-content: center;
    align-items: center;
    background-color: #2C4293;
}

.back-top:hover {
    background-color: #fff;
}

.back-top:hover>img {
    filter: invert(0%);
}

.back-top>img {
    transform: rotate(-90deg);
    filter: invert(100%);
}

.carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel ul {
    display: flex;
    width: 300%;
    height: 100%;
    position: absolute;
}

.carousel ul li img {
    height: 100%;
    width: 100%;
}

.opacityBottom {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    top: 0;
    left: 0;
}

.bigImg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 75%;
    transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
    .goods-details .containe .goods-item .goods-details .details-text .text-content {
        margin-right: 100px;
    }
    .goods-details .containe .goods-item .goods-details .details-text .share-btn {
        margin-right: 100px;
    }
}

@media (min-width: 1200px) {
    .goods-details .containe .goods-item .goods-details .details-text .text-content {
        margin-right: 100px;
    }
    .goods-details .containe .goods-item .goods-details .details-text .share-btn {
        margin-right: 100px;
    }
}

@media (min-width: 1400px) {
    .goods-details .containe .goods-item .goods-details .details-text .text-content {
        margin-right: 0px;
    }
    .goods-details .containe .goods-item .goods-details .details-text .share-btn {
        margin-right: 0px;
    }
}

.home-goods {
    padding: 60px 0;
}

.home-goods .title {
    margin-bottom: 30px;
    text-align: center;
}

.home-goods .title h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 36px;
    color: #2c4293;
}

.goods-box {
    margin-bottom: 30px;
}

.goods-box h2 {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #222;
}

.goods-box-img {
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 10px #666;
}

.goods-box-img img {
    transition: 424ms linear;
}

.goods-box-img mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 20;
    transform: skewX(45deg);
    visibility: hidden;
    transition: 360ms;
}

.goods-box-img mark:after {
    content: "";
    width: 0%;
    height: 100%;
    border-top: 3px solid #2c4293;
    border-bottom: 3px solid #2c4293;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}

.goods-box-img mark:before {
    content: "";
    width: 100%;
    height: 0%;
    border-left: 3px solid #2c4293;
    border-right: 3px solid #2c4293;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    transition: 320ms;
}

.goods-box-img mark b {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 30;
}

.goods-box-img mark b:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 23px;
    top: 0;
    transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
}

.goods-box-img mark b:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 23px;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
}

.goods-box:hover .goods-box-img img {
    transform: scale(1.1);
}

.goods-box:hover .goods-box-img mark {
    opacity: 1;
    transform: skewX(0);
    visibility: visible;
}

.goods-box:hover .goods-box-img mark:before {
    height: 100%;
    transition: 330ms 200ms;
}

.goods-box:hover .goods-box-img mark:after {
    width: 100%;
    transition: 330ms 200ms;
}

.goods-box:hover .goods-box-img mark b:before {
    transition: 355ms 180ms;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

.goods-box:hover .goods-box-img mark b:after {
    transition: 355ms 240ms;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.home-news {
    padding: 60px 0;
}

.home-news .title {
    margin-bottom: 30px;
    text-align: center;
}

.home-news .title h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 36px;
    color: #2c4293;
}

.single-news {
    background: rgb(231, 231, 231);
    padding: 15px 30px;
}

.single-news img {
    margin-bottom: 15px;
}

.single-news h4 {
    text-transform: capitalize;
}

.single-news h4 a {
    color: #000;
}

.single-news .time-more {
    display: flex;
    justify-content: space-between;
}

.single-news .time-more span {
    color: #000;
}

.single-news .time-more a {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #2c4293;
    font-size: 18px;
}

.single-news .time-more a:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 18px;
    background-color: #2C4293;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.single-news .time-more a:hover:after {
    transition: all 0.5s;
    transform: scaleX(0.1) translateY(-50%);
    border-bottom: 5px solid #2C4293;
}

.home-contact {
    padding-bottom: 60px;
}

.home-contact .text {
    padding: 80px 300px 15px;
    background: url(/templates/en/images/contact-bg.jpg)center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-contact .text:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(44 66 147 / 50%);
}

.home-contact .text h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
}

.home-contact .text p {
    color: #fff;
    margin-bottom: 40px;
}

.home-contact .text a {
    color: #fff;
    font-size: 100px;
    line-height: 1;
    font-weight: bolder;
}

.slider-category {
    padding-left: 30%;
    position: relative;
    padding-top: 90px;
}

.slider-category .owl-dots {
    position: absolute;
    top: 40px;
    right: 0;
}

.slider-category .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #2c4293;
    margin-left: 7px;
}

.slider-category .owl-dots .owl-dot.active {
    background: #2c4293;
}

.slider-category a {
    display: block;
    position: relative;
}

.slider-category a .text {
    position: absolute;
    width: 55%;
    bottom: 20%;
    background: rgba(255 255 255 / .85);
    padding: 15px;
    right: 0;
}

.yuyan {}

.yuyan a {
    display: inline-block;
    color: #2c4293;
    font-weight: 700;
    font-size: 18px;
    padding-left: 10px;
    line-height: 1;
}

.yuyan a:first-child {
    border-right: 2px solid #2c4293;
    padding-right: 10px;
}

.navbar-expand-md .navbar-nav li.nav-item {
    position: relative;
}

.navbar-expand-md .navbar-nav li.nav-item:hover>ul {
    display: block;
}

.navbar-expand-md .navbar-nav li.nav-item>ul {
    position: absolute;
    width: 260px;
    background: #fff;
    top: 100%;
    left: 0;
    display: none;
}

.navbar-expand-md .navbar-nav li.nav-item>ul li {
    position: relative;
}

.navbar-expand-md .navbar-nav li.nav-item>ul li a {
    display: block;
    text-transform: capitalize;
    padding: 7px 0 7px 15px;
    color: #000;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
}

.navbar-expand-md .navbar-nav li.nav-item>ul li a:hover {
    color: #fff;
    background: #2c4293;
}

.navbar-expand-md .navbar-nav li.nav-item>ul ul {
    top: 0;
    left: 100%;
    position: absolute;
    width: 100%;
    background: #fff;
    display: none;
}

.navbar-expand-md .navbar-nav li.nav-item>ul li:hover ul {
    display: block;
}

.main-goodsdetails {
    padding: 130px 0 60px;
    overflow: hidden;
}

.main-goodsdetails .bread {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    margin-bottom: 80px;
}

.main-goodsdetails .bread a.return {
    font-size: 18px;
    font-weight: 600;
    color: #2C4293;
    position: relative;
    padding-left: 35px;
}

.main-goodsdetails .bread a.return:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 10px;
    left: 0px;
    top: 50%;
    background-color: #2C4293;
    transform: translateY(-50%);
}

.main-goodsdetails .bread ul {
    display: flex;
}

.main-goodsdetails .bread ul li a {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 0 20px 0 10px;
    position: relative;
}

.main-goodsdetails .bread ul li a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-goodsdetails .bread ul li:last-child a {
    color: #2c4293;
    padding-right: 0;
}

.main-goodsdetails .bread ul li:last-child a:after {
    display: none;
}

.detail-gallery .carousel a {
    border: 1px solid #2c4293;
    display: block;
    margin: 5px 1px 0;
    width: 100px;
}

.detail-gallery .carousel a.active {
    border-color: #fb0000;
    position: relative;
}

.detail-gallery .mid {
    position: relative;
    border: 2px solid #2c4293;
    z-index: 3;
    background: #fff;
}

.detail-gallery {}

.detail-info {
    padding-left: 20px;
}

.detail-gallery .carousel {
    margin: auto;
}

.detail-gallery .mid p {
    background: #fafafa none repeat scroll 0 0;
    bottom: 0;
    color: #999;
    left: 0;
    margin: 0;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.gallery-control a {
    background: #b2b2b2 none repeat scroll 0 0;
    border: 1px none;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
    margin-top: -58px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 32px;
    z-index: 99;
}

.gallery-control a:hover {
    background: #2b2b2b none repeat scroll 0 0;
}

.gallery-control a.prev {
    float: left;
    margin-left: -1px;
}

.gallery-control a.next {
    float: right;
}

.main-goodsdetails h2 {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 600;
}

.main-goodsdetails .goods-box h2 {
    font-size: 16px;
}

.main-goodsdetails h3 {
    font-size: 16px;
    color: #2c4293;
    font-weight: 600;
}

.main-goodsdetails .img-text {
    position: relative;
    z-index: 2;
}

.main-goodsdetails .img-text:after {
    content: "";
    position: absolute;
    width: 3000px;
    right: -1000px;
    height: 100%;
    z-index: -1;
    background: rgb(231, 231, 231);
    top: 0;
}

.main-goodsdetails .img-text p {
    margin-bottom: 20px;
    padding-top: 5px;
    color: #000;
}

.main-goodsdetails .img-text table p {
    margin: 0;
}

.main-goodsdetails .button {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 35px;
}

.main-goodsdetails .button a {
    flex: 0 0 48%;
    text-align: center;
    padding: 10px 0;
    background: #2c4293;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.related-product h2 {
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
}

.related-product .single-goods i {
    font-size: 24px;
}

.details-description {
    margin-top: 40px;
}

.details-description,
.details-description p {
    font-size: 16px;
    color: #000;
}

.main-goods {
    padding: 80px 0;
}

.main-goods .bread {
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    margin-bottom: 80px;
}

.main-goods .bread a.return {
    font-size: 18px;
    font-weight: 600;
    color: #2C4293;
    position: relative;
    padding-left: 35px;
}

.main-goods .bread a.return:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 10px;
    left: 0px;
    top: 50%;
    background-color: #2C4293;
    transform: translateY(-50%);
}

.main-goods .bread ul {
    display: flex;
}

.main-goods .bread ul li a {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 0 20px 0 10px;
    position: relative;
}

.main-goods .bread ul li a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-goods .bread ul li:last-child a {
    color: #2c4293;
    padding-right: 0;
}

.main-goods .bread ul li:last-child a:after {
    display: none;
}

.main-goods .category {
    text-align: left;
}

.main-goods .category ul {
    flex: 0 0 50%;
    padding: 0px 1px;
}

.main-goods .category ul h2 {
    color: #fff;
    margin: 0;
    background: #2c4293;
    font-size: 22px;
    padding: 15px;
    font-weight: 500;
}

.main-goods .category ul li a {
    display: block;
    background: #eee;
    color: #000;
    padding: 15px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
}

.main-goods .category ul li:last-child a {
    border: 0;
}

.main-goods .category ul:first-child li a {
    padding: 15px;
}

.main-goods .category ul li a.active,
.main-goods .category ul li a:hover {
    background: rgb(44 66 147 / 70%);
    color: #fff
}

.main-goods .single-goods {
    margin-bottom: 25px;
}

.slider-certificate .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.slider-certificate .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    border: 2px solid #2c4293;
    height: 15px;
    margin: 0 7px;
}

.slider-certificate .owl-dots .owl-dot.active {
    background: #2c4293;
}

.fancybox-slide--iframe .fancybox-content .fancybox-iframe {
    position: static;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px !important;
    height: 490px !important;
    margin: 0;
    padding: 30px;
    border-radius: 5px;
}

.contact-main .contact-list ul:first-child li:nth-child(3) {
    margin-bottom: 10px;
}

@media (max-width: 1700px) {
    .home-product .product-class {
        width: 451px;
    }
}

@media (max-width: 576px) {
    .hidden-mobile {
        display: none
    }
    .header {
        display: block;
        padding: 10px 0;
    }
    .home-index .left .home-left .home-img {
        max-width: 300px;
    }
    .home-index .left .home-left ul {
        margin-top: 30px;
    }
    .home-index .left .home-left ul li {
        padding-bottom: 0;
    }
    .home-index .left .home-left ul li a {
        font-size: 24px;
    }
    .home-index .left {
        height: 400px;
    }
    .home-goods {
        padding-bottom: 0;
        padding-top: 0;
    }
    .header .navbar .logo {
        flex: 0 0 200px;
    }
    .header .navbar .navbar-nav .nav-item .nav-links {
        padding: 10px 0px;
    }
    .header .navbar .collapse {
        padding-right: 0;
        padding-top: 20px;
    }
    .single-news {
        margin-bottom: 15px;
    }
    .home-news {
        padding: 20px 0 60px 0;
    }
    .footer .list-title .button {
        display: block;
    }
    .yuyan {
        margin-top: 15px;
    }
    .yuyan a:first-child {
        padding-left: 0;
    }
    .footer .goods-list .list,
    .contact-list,
    .link-list {
        display: none;
    }
    .footer .links {
        text-align: left;
    }
    .navbar-expand-md .navbar-nav li.nav-item>ul {
        position: unset;
        width: 100%;
    }
    .footer .bottom {
        margin-top: 15px;
    }
    .about-banner h2,
    .news-banner h2 {
        white-space: nowrap;
        font-size: 45px
    }
    .about-banner .banner-bg,
    .product-banner .banner-bg,
    .news-banner .banner-bg {
        padding: 150px 0;
    }
    .about-banner,
    .product-banner,
    .news-banner {
        margin-top: 65px;
    }
    .about-profile .company-top,
    .about-app .app-top {
        margin: 0;
    }
    .about-profile .company-top .company-text h2 {
        transform-origin: left bottom;
        left: 0;
        top: 400px;
    }
    .about-profile .company-top .company-text {
        padding: 400px 3% 40px 12%;
    }
    .about-profile .company-list ul {
        top: 0;
        padding: 0px 0 40px 0;
        height: 350px;
    }
    .navlist ul {
        justify-content: flex-start;
    }
    .navlist ul li a {
        color: #b5b5b5;
        text-decoration: underline;
        font-size: 18px;
    }
    .about-app {
        margin: 0;
    }
    .product-banner h2 {
        font-size: 45px;
    }
    .main-goods .category ul h2 {
        font-size: 20px;
    }
    .contact-main .containe h2 {
        font-size: 30px;
    }
    .contact-main .containe .right {
        padding-left: 0;
    }
    .navbar-expand-md .navbar-nav li.nav-item>ul ul {
        position: unset;
    }
    .main-goodsdetails .bread {
        flex-wrap: wrap;
    }
    .main-goodsdetails .bread a.return {
        flex: 0 0 100%;
    }
    .main-goodsdetails .bread ul {
        flex: 0 0 100%;
        flex-wrap: wrap;
    }
    .main-goodsdetails .bread ul li a {
        font-size: 16px;
    }
    .main-goodsdetails h2 {
        font-size: 20px;
        margin: 10px 0;
    }
    .details-description {
        margin-top: 0;
        overflow-x: scroll;
    }
    .main-goodsdetails .bread {
        margin-bottom: 40px;
    }
    .fancybox-slide--iframe .fancybox-content {
        padding: 5px;
    }
    .navbar-toggler {
        background-color: #f0f0f0;
    }
    .main-goodsdetails {
        padding: 100px 0 60px;
    }
    .navlist {
        display: none;
    }
    .about-profile .company-top .company-text,
    .about-app .app-top .app-text {
        font-size: 16px;
    }
    .about-app .app-top .app-text {
        margin-top: 400px;
    }
    .certificate {
        margin: 50px 0;
    }
    .news-list .news-item {
        margin: auto 15px;
    }
    .news-list .news-item .news-ttitle h2 {
        font-weight: 600;
        font-size: 20px;
    }
    .news-list .news-item img {
        margin: 15px auto;
    }
    .news-list .news-item .news-bottom .news-time {
        font-size: 16px;
        font-weight: 600;
    }
    .news-details {
        padding: 0;
        text-align: left;
    }
    .news-details .details-title h2 {
        margin: 30px auto 30px;
        font-size: 24px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .goods-back {
        margin-top: 100px;
        padding: 0px 5%;
    }
    .news-details .details-title p,
    .news-details .details-main p {
        font-size: 16px;
    }
    .news-details .details-main {
        margin: 30px 0;
        padding: 15px;
        background-color: #e7e7e7;
    }
    .home-index {
        height: auto;
    }
    .home-index .rigth .hoem-carousel .texts {
        flex-wrap: wrap;
        padding: 0 5%;
    }
    .home-index .rigth .texts .text-left {
        flex: 0 0 100%;
    }
    .home-index .rigth .hoem-carousel .texts .btn {
        padding-left: 0;
    }
    .single-news .time-more a:after {
        content: "";
        position: absolute;
        width: 35px;
        height: 16px;
        background-color: #2C4293;
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
    }
    .single-news .time-more a {
        font-size: 16px;
    }
    .single-news h4 a {
        font-size: 14px;
    }
    .whatsapp-fix,
    .back-top {
        width: 45px;
        height: 45px;
        font-size: 45px;
        line-height: 45px;
        right: 0px;
    }
}

.home-index {
    margin-top: 80px;
}

#DOWNLOAD {
    padding: 40px 0;
}

#DOWNLOAD>h2 {
    color: #2c4293;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
}

#DOWNLOAD>.container>.row>.col-md-3>a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

#DOWNLOAD>.container>.row>.col-md-3>a:hover {
    color: #2C4293;
}

#DOWNLOAD>.container>.row>.col-md-3>a>mark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transform: skewX(45deg);
    transition: all 360ms;
}

#DOWNLOAD>.container>.row>.col-md-3>a:hover>mark {
    visibility: visible;
    opacity: 1;
    transform: skewX(0);
}

#DOWNLOAD>.container>.row>.col-md-3>a>mark>i {
    font-size: 36px;
    color: #fff;
}

.solution-banner .banner-bg {
    background-image: url(/templates/en/images/solutions-bg.jpg);
    background-position: 0px 25%;
}

.solution-app .heading_title {
    max-width: 1000px;
    text-align: center;
    font-size: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: 800;
}

.solution-project .app-top,
.solution-app .app-top {
    padding: 40px;
}

.solution-app .app-top>h2 {
    margin-bottom: 50px;
}

.solution-app .app-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.solution-app .solutions-box {
    background-color: #fff;
    padding: 10px;
    width: calc((100% - 60px) / 3);
    border-radius: 25px;
}

.solution-app .solutions-box img {
    transition: all .3s;
}

.solution-app .solutions-box .img-wrap {
    overflow: hidden;
}

.solution-app .solutions-box:hover .img-wrap>img {
    transform: scale(1.05);
}

.solution-app .solutions-box .text-wrap {
    padding: 40px 24px;
}

.solution-app .solutions-box .text-wrap>h3 {
    color: #15141c;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    border-bottom: 1px solid #15141c14;
    margin-bottom: 20px;
    padding-bottom: 20px;
    height: 74px;
}

.solution-app .solutions-box .text-wrap>p {
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution-app .solutions-box .button_wrap {
    margin-top: 20px;
    padding: 5px 5px 5px 20px;
}

.solution-app .solutions-box .button_wrap .arrow_bg {
    width: 40px;
    height: 40px;
}

.solution-project {
    padding-bottom: 80px;
}

.solution-project .app-top>p {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.solution-project .project-content {
    margin-top: 50px;
    display: flex;
}

.solution-project .project-content>.tab_menu {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.solution-project .project-content .button_wrap>a {
    justify-content: space-between;
    width: 100%;
}

.solution-project .project-content .button_wrap {
    background-color: #fff;
}

.solution-project .project-content .button_wrap.active {
    background-color: #2C4192;
}

.solution-project .project-content .button_wrap>a>* {
    pointer-events: none;
}

.solution-project .project-content .button_wrap.active span {
    color: #fff;
}

.solution-project .project-content .button_wrap>a {
    color: #15141c;
    font-weight: 500;
}

.solution-project .project-content .tab_content {
    flex: 1;
    display: none;
    gap: 40px;
    padding: 0 20px;
    flex-wrap: wrap;
}

.solution-project .project-content .tab_content.active {
    display: flex;
}

.solution-project .tab_content>.proj-box {
    width: calc((100% - 40px) / 2);
    border-radius: 25px;
    background-color: #fff;
    padding: 10px;
}

.solution-project .tab_content .pro-img {
    position: relative;
    display: block;
}

.solution-project .tab_content>.proj-box h5 {
    color: #15141c;
    font-weight: 600;
    font-size: 15px;
    line-height: 34px;
}

.solution-project .tab_content>.proj-box .text-wrap {
    padding: 26px 16px;
}

.solution-project .tab_content .right_btn_shape {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 10px;
    padding-right: 12px;
    border-top-right-radius: 50%;
}

.solution-project .tab_content .right_btn_shape .arrow_wrap {
    background-color: #2C4192;
}

.solution-project .tab_content .right_btn_shape .bottom_curve {
    background-image: radial-gradient(circle farthest-side at 0% 0%, #0000 100%, #fff);
}

.right_btn_shape .right_curve {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -1px;
    right: -25px;
    background-image: radial-gradient(circle farthest-side at 100% 0%, #0000 100%, #fff);
}

.solution-project .proj-box:hover .right_btn_shape>.arrow_wrap {
    background-color: #15141c;
}

.history-banner .banner-bg {
    background-image: url(/templates/en/images/history-bg.jpg);
    background-position: 0px 25%;
}

.history-content {
    padding: 80px 0;
}

.history-content .his_title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.history-content .his_title_box h2 {
    max-width: 800px;
    text-align: center;
    color: #2c4293;
}

.history-content .his_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.history-content .app-top {
    padding: 40px 5%;
}

.history-content .his_wrap>.his_item {
    padding: 0 !important;
    flex: 0 0 50%;
    min-height: 450px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.history-content .his_wrap>.his_item>.his_front {
    position: absolute;
    background-image: url(/templates/en/images/history1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    display: flex;
    align-items: center;
    z-index: 1;
    transition: opacity 0.6s, background 0.5s;
    min-height: 450px;
}

.history-content .his_wrap>.his_item>.his_front>h3 {
    position: absolute;
    height: auto;
    display: block;
    padding: 40px;
    bottom: 30px !important;
    color: #fff;
    font-size: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.history-content .his_wrap>.his_item>.his_content {
    display: flex;
    position: absolute;
    min-height: 450px;
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s, background 0.5s;
    background-color: #e6e6e6;
    z-index: 11;
    opacity: 0;
}

.history-content .his_wrap>.his_item:hover>.his_content {
    opacity: 1;
}

.history-content .his_item .his_text_wrap {
    position: relative;
    width: 100%;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.history-content .his_item .his_text_wrap .his_text {
    padding-top: 40px;
    padding-bottom: 40px;
}

.history-content .his_text h3 {
    color: #2C4293;
}

.history-content .his_text {
    color: #666;
}

.history-content .his_wrap>.his_item:nth-child(2)>.his_front {
    background-image: url(/templates/en/images/history2.jpg);
}

.history-content .his_wrap>.his_item:nth-child(3)>.his_front {
    background-image: url(/templates/en/images/history3.jpg);
}

.history-content .his_wrap>.his_item:nth-child(4)>.his_front {
    background-image: url(/templates/en/images/history4.jpg);
}

.history-content .his_wrap>.his_item:nth-child(5)>.his_front {
    background-image: url(/templates/en/images/history5.jpg);
}

.history-content .his_wrap>.his_item:nth-child(6)>.his_front {
    background-image: url(/templates/en/images/history6.jpg);
}

.history-content .his_wrap>.his_item:nth-child(7)>.his_front {
    background-image: url(/templates/en/images/history7.jpg);
}

.history-content .his_wrap>.his_item:nth-child(8)>.his_front {
    background-image: url(/templates/en/images/history8.jpg);
}

.history-content .his_wrap>.his_item:nth-child(9)>.his_front {
    background-image: url(/templates/en/images/history9.jpg);
}

.history-content .his_wrap>.his_item:nth-child(10)>.his_front {
    background-image: url(/templates/en/images/history10.jpg);
}

.history-content .his_wrap>.his_item:nth-child(11)>.his_front {
    background-image: url(/templates/en/images/history11.jpg);
}

.history-content .his_wrap>.his_item:nth-child(12)>.his_front {
    background-image: url(/templates/en/images/history12.jpg);
}

.history-content .his_wrap>.his_item:nth-child(13)>.his_front {
    background-image: url(/templates/en/images/history13.jpg);
}

.history-content .his_wrap>.his_item:nth-child(14)>.his_front {
    background-image: url(/templates/en/images/history14.jpg);
}

.history-content .his_wrap>.his_item:nth-child(15)>.his_front {
    background-image: url(/templates/en/images/history15.jpg);
}

.history-content .his_wrap>.his_item:nth-child(16)>.his_front {
    background-image: url(/templates/en/images/history16.jpg);
}

.history-content .his_wrap>.his_item:nth-child(17)>.his_front {
    background-image: url(/templates/en/images/history17.jpg);
}

.history-content .his_wrap>.his_item:nth-child(18)>.his_front {
    background-image: url(/templates/en/images/history18.jpg);
}

.history-content .his_wrap>.his_item:nth-child(19)>.his_front {
    background-image: url(/templates/en/images/history19.jpg);
}

.history-content .his_wrap>.his_item:last-child>.his_front {
    background-image: url(/templates/en/images/history-future.jpg);
}

.culture-banner .banner-bg {
    background-image: url(/templates/en/images/profile-photo.jpg);
    background-position: 50%;
}

.cul_phi {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cul_phi .phi_wrap {
    width: 100%;
    background-color: #fff;
    background-image: url(/templates/en/images/bg-pattern.png);
    background-position: 0 100%;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cul_phi .phi_wrap>.container {
    padding-left: 20px;
    padding-right: 20px;
}

.cul_phi .phi_wrap>.container>.row {
    align-items: center;
}

.cul_phi .our_vision {
    font-size: 40px;
    font-weight: 200;
}

.cul_phi .phi_content {
    padding: 40px 0;
}

.cul_phi .phi_content .phi_item {
    display: inline-block;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.cul_phi .phi_content .phi_item img {
    width: 100%;
}

.cul_phi .phi_content .phi_text_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    width: 100%;
    transform: translate(-50%, 100%)scale(.3)skew(25deg);
    transition: all .5s;
}

.cul_phi .phi_content .phi_item:hover .phi_text_wrap {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.cul_phi .phi_content .phi_text {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
}

.cul_phi .phi_content .phi_text>h3 {
    font-size: 24px;
    line-height: 30px;
    color: #15141c;
    font-weight: 600;
}

.cul_phi .phi_content .phi_text>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.cul_team {
    padding-bottom: 80px;
}

.cul_team .phi_title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cul_team .phi_title_box h2 {
    margin-top: 10px;
    max-width: 600px;
    text-align: center;
}

.cul_team .member_box {
    width: 100%;
    position: relative;
}

.cul_team .member_box .img_wrap {
    border-radius: 25px;
    overflow: hidden;
}

.cul_team .member_box img {
    transition: all .3s;
}

.cul_team .member_box:hover img {
    transform: scale(1.05);
}

.cul_team .member_desc {
    padding-top: 26px;
}

.cul_team .member_desc h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.cul_team .member_desc span {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.cul_team .member_desc p {
    font-size: 15px;
    line-height: 20px;
    color: #666;
}

.global_network {
    padding-top: 80px;
    padding-bottom: 120px;
    background-image: url(/templates/en/images/map-bg.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

.global_network .net_title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global_network .agent_box {
    padding: 70px 30px 75px 30px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #15141c33;
}

.global_network .agent_box .agent_wrap {
    display: flex;
    gap: 20px;
}

.global_network .agent_box .agent_wrap>div {
    flex: 0 0 1;
}

.global_network .agent_box .agent_wrap .img_wrap {
    border-radius: 25px;
    overflow: hidden;
}

.global_network .agent_box .text_wrap h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

.global_network .agent_box .text_wrap p {
    font-size: 15px;
    color: #666;
}

.global_network .world_map {
    text-align: center;
    padding-bottom: 50px;
}

.global_network .world_img {
    border-radius: 30px;
}


/* 2025.8.9 Mobile*/

@media (max-width: 576px) {
    /* home */
    .floor_about {
        padding: 0 20px;
    }
    .floor_about .about_left {
        display: none;
    }
    .floor_cate .swiper-slide .row>div:last-child {
        padding: 10px;
    }
    .floor_cate .container-fluid .swiper-wrapper {
        height: 1200px;
    }
    .floor_cate .cate_title_box {
        top: 0;
    }
    .floor_cate>.container-fluid {
        padding-top: 70px;
    }
    .floor_products>.container-fluid {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .floor_workshop .dyn_list .list_item .content_wrap {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    /* about US 页面 */
    .company-top img {
        display: none;
    }
    .about-profile .company-top .company-text h2 {
        transform: rotate(0deg);
        top: 0;
        margin-top: 10px;
    }
    .about-profile .company-top .company-text {
        padding: 0 10px;
    }
    .about-app .app-list ul {
        display: none;
    }
    .about-app .app-top {
        margin: 0;
    }
    /* our-history 页面 */
    .history-content .his_wrap>.his_item {
        flex: 0 0 100%;
    }
    .history-content .his_wrap>.his_item>.his_front {
        background-size: 100% 60%;
    }
    .history-content .his_wrap>.his_item>.his_front>h3 {
        position: relative;
    }
    .history-content .his_wrap>.his_item {
        min-height: 300px;
    }
    /* our-culture */
    .culture-banner .banner-bg {
        background-size: cover;
    }
    .global_network .agent_box .agent_wrap .img_wrap {
        display: none;
    }
    .main-goods .container .col-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 90%;
        margin: 5px auto;
    }
    .main-goods .category ul h2 {
        font-size: 16px;
    }
    .main-goods .category ul li a,
    .main-goods .category ul:first-child li a {
        font-size: 16px;
        padding: 10px 15px;
    }
    .main-goods .pagination {
        padding-left: 15px;
    }
    /* solutions */
    .heading_title {
        font-size: 24px !important;
        font-weight: 400 !important;
        margin: 20px auto;
    }
    .solution-app .solutions-box {
        width: 100%;
    }
    .solution-project .project-content {
        flex-wrap: wrap;
    }
    .solution-project .tab_content>.proj-box {
        width: 100%;
    }
    .solution-project .project-content .tab_content {
        padding: 0;
    }
    .news-navlist ul {
        width: 100%;
        margin: 20px auto;
        flex-wrap: wrap;
    }
    /* contact-us */
    .contact-main {
        padding: 40px 0;
    }
    .contact-main .company p {
        padding: 0 20px;
    }
    .map {
        margin: 20px 0;
        padding: 0;
    }
    /* .footer */
    footer .footer_title {
        margin-bottom: 16px;
    }
    footer .footer-wrap .footer_desc {
        max-width: 100%;
    }
    .footer_column_box .footer_line {
        display: flex;
    }
    .footer-column:nth-child(4) .footer_column_box .footer_line {
        display: block;
    }
}