@font-face {
    font-family: "Quicksand Bold";
    src        : url("../fonts/Quicksand-Bold.eot");
    src        : local("Γÿ║"), url("../fonts/Quicksand-Bold.woff") format("woff"), url("../fonts/Quicksand-Bold.ttf") format("truetype"), url("../fonts/Quicksand-Bold.svg") format("svg");
    font-weight: normal;
    font-style : normal
}

.link_salesman {
    color: #fff;
}

.link_salesman:hover {
    color: #fff !important;
}

.link_salesman-font {
    font-size: calc(1.305rem + .66vw);
}

@media (min-width: 1200px) {
    .link_salesman-font {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .link_salesman-font {
        font-size: 2.1rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .link_salesman-font {
        font-size: 1.8rem;
    }
}

.nav-link-box,
.header .btn-close,
.social-function-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.nav-link-box {
    align-items: center
}

.header .btn-close {
    align-items            : center;
    justify-content        : center;
    -webkit-justify-content: center
}

.navbar-header-content .dropdown-menu a:not(.industry-content),
.header .dropdown-menu a:not(.industry-content) {
    padding    : 0;
    color      : #002146;
    display    : block;
    font-weight: 500;
}

@media only screen and (min-width: 1200px) {

    .navbar-header-content .dropdown-menu a:not(.industry-content),
    .header .dropdown-menu a:not(.industry-content) {
        padding: 8px 24px
    }
}

@media only screen and (max-width: 1023px) {

    .navbar-header-content .dropdown-menu a:not(.industry-content),
    .header .dropdown-menu a:not(.industry-content) {
        font-size  : 18px;
        font-family: "Inter", sans-serif
    }
}

.navbar-header-content .dropdown-menu {
    min-width       : 240px;
    border          : none;
    background-color: transparent;
    padding         : 0
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu {
        box-shadow : 0px 4px 24px 0px rgba(0, 0, 0, 0.16);
        padding-top: 4px
    }
}

.navbar-header-content .dropdown-menu>li {
    background-color: #fff
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu>li:first-child {
        padding-top                    : 8px;
        -webkit-border-top-right-radius: 8px;
        border-top-right-radius        : 8px;
        -webkit-border-top-left-radius : 8px;
        border-top-left-radius         : 8px;
        background-clip                : padding-box
    }

    .navbar-header-content .dropdown-menu>li:last-child {
        -webkit-border-bottom-right-radius: 8px;
        border-bottom-right-radius        : 8px;
        -webkit-border-bottom-left-radius : 8px;
        border-bottom-left-radius         : 8px;
        background-clip                   : padding-box;
        padding-bottom                    : 8px
    }
}

.navbar-header-content .dropdown-menu,
.header .offcanvas-header .text-menu,
.industry-title,
.header {
    font-size  : 15px;
    line-height: 1.5
}

.justify-content-center {
    justify-content: center !important
}

.row {
    margin-right: -15px;
    margin-left : -15px;
    display     : flex;
    flex-wrap   : wrap
}

.col-10 {
    flex : 0 0 auto;
    width: 83.33333333%
}

.header {
    position  : sticky;
    top       : 0;
    right     : 0;
    left      : 0;
    z-index   : 9999;
    background: #fff;
    box-shadow: 0 4px 8px rgba(84, 104, 120, 0.1)
}

.header .nav-link-box {
    padding: 1.6rem 0
}

@media only screen and (max-width: 1199px) {
    .header .nav-link-box {
        padding        : 0;
        justify-content: space-between
    }
}

.header .nav-link-box:hover .nav-link {
    background: rgba(0, 182, 62, 0.14);
    color     : #00b63e
}

@media only screen and (max-width: 1199px) {
    .header .nav-link-box:hover .nav-link {
        color     : #333;
        background: #fff
    }
}

.header .nav-link-box>.nav-link,
.header .nav-item>.nav-link {
    font-family  : "Inter", sans-serif;
    font-weight  : 600;
    padding      : 0.6rem 1.6rem;
    border-radius: 3.6rem
}

@media only screen and (max-width: 1199px) {

    .header .nav-link-box>.nav-link,
    .header .nav-item>.nav-link {
        padding         : 0.4rem 1.6rem 0.4rem 0;
        background-color: transparent !important
    }
}

.header .nav-link-box>.nav-link:hover,
.header .nav-item>.nav-link:hover {
    background: rgba(0, 182, 62, 0.14)
}

@media only screen and (max-width: 1199px) {

    .header .nav-link-box>.nav-link:hover,
    .header .nav-item>.nav-link:hover {
        color     : #333;
        background: #fff
    }
}

.header a:not(.btn):hover,
.header a:not(.btn):hover h6 {
    color: #00b63e
}

@media only screen and (max-width: 1023px) {
    .header a {
        font-family: "Inter", sans-serif;
        font-weight: 600
    }
}

.header .nav-link {
    font-size  : 15px;
    line-height: 24px
}

@media only screen and (max-width: 1199px) {
    .header .nav-link {
        padding    : 0;
        font-size  : 18px;
        line-height: 32px
    }
}

.header .nav-item {
    margin-right: 0.8rem
}

@media only screen and (max-width: 1199px) {
    .header .nav-item {
        margin-bottom: 1rem
    }
}

@media only screen and (max-width: 1365px) {
    .header .navbar-brand {
        padding: 2rem 0
    }
}

.header .navbar-brand.logo img {
    position  : absolute;
    max-height: unset !important;
    height    : 56px;
    top       : -10px;
}

.header .navbar-toggler {
    font-size: 2.4rem
}

.header .offcanvas-header {
    display        : flex;
    justify-content: space-between;
    border-bottom  : 1px solid #eaeaea;
    margin         : 1.9rem 3.2rem 0;
    padding        : 0 0 17px 0
}

.header .offcanvas-header .logo-close img {
    max-width: 130px
}

.header .offcanvas-header .text-menu {
    cursor        : pointer;
    text-transform: uppercase;
    font-weight   : 600;
    color         : #535353
}

.header .offcanvas-header .text-menu>[class*="fa"] {
    margin-right: 0.5rem;
    font-size   : 16px;
    line-height : 1.5
}

.header .offcanvas-header .btn-close {
    padding     : 0;
    margin-right: 0
}

@media only screen and (min-width: 1200px) {
    .header .offcanvas-header {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .header .logo-close {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .offcanvas-body {
        justify-content: flex-end
    }
}

@media only screen and (max-width: 1199px) {
    .offcanvas-body {
        padding: 0 3.2rem
    }
}

.offcanvas {
    transition: all 0.1s ease
}

@media only screen and (min-width: 1200px) {
    .offcanvas {
        position: static !important
    }
}

@media only screen and (max-width: 1199px) {
    .offcanvas {
        overflow-x: scroll
    }
}

.offcanvas.show {
    visibility: visible
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content {
        align-items: center
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content>li:hover .dropdown-menu {
        display  : block;
        max-width: 108.5rem;
        margin   : inherit
    }

    .navbar-header-content>li:hover .dropdown-menu.product-menu-list {
        max-width: 97.8rem !important
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content>li:hover .dropdown-menu {
        margin: auto
    }
}

.navbar-header-content>li:first-child {
    margin-top: 0
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .industry-form {
        position: absolute;
        right   : 0;
        left    : 0;
        padding : 2px 0 0 0
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .industry-form>li:first-child {
        padding: 1.6rem
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .industry-form {
        position: absolute;
        top     : 0;
        left    : 0;
        bottom  : 0
    }
}

.navbar-header-content .dropdown-menu {
    border-radius   : 1.2rem;
    color           : #333;
    background-color: #fff
}

@media screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu.show {
        display: block !important
    }
}

.navbar-header-content .dropdown-menu .industry-list {
    padding      : 1.6rem 0.8rem 1.4rem 1.6rem;
    background   : #fff;
    border-radius: 1.2rem
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .industry-list {
        padding: 2rem 3.2rem
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu.product-menu-list {
        padding: 24px
    }
}

.navbar-header-content .dropdown-menu.product-menu-list .product-menu-wrap>p {
    color         : #335479;
    font-size     : 13px;
    font-weight   : 600;
    line-height   : 150%;
    border-bottom : 2px solid #e5e9ee;
    padding-bottom: 10px;
    padding-top   : 10px
}

.navbar-header-content .dropdown-menu.product-menu-list .product-menu-wrap a img {
    max-height: 40px
}

@media only screen and (max-width: 1365px) {
    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-wrap ul {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-item {
        float: left;
        width: calc(33.33% - 21.33px)
    }

    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-item:not(:last-child) {
        margin-right: 32px
    }
}

.navbar-header-content .dropdown-menu.product-menu-list li a {
    color        : #002957;
    font-size    : 15px;
    font-weight  : 600;
    line-height  : 22px;
    padding-left : 0 !important;
    padding-right: 0 !important
}

.navbar-header-content .dropdown-menu.product-menu-list li a:hover {
    text-decoration: underline
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-link ul {
        display  : flex;
        flex-wrap: wrap
    }

    .navbar-header-content .dropdown-menu.product-menu-list .product-menu-link ul li {
        width: 100%
    }
}

.navbar-header-content .dropdown-menu>li:first-child,
.navbar-header-content .dropdown-menu li:last-child {
    padding: 0
}

.navbar-header-content .dropdown-menu a:not(.industry-content) {
    padding      : 1.1rem 1.6rem !important;
    border-radius: 32px;
    line-height  : 20px
}

.navbar-header-content .dropdown-menu:not(.industry-form) {
    padding-top: 2px
}

.navbar-header-content .dropdown-menu:not(.industry-form) li {
    padding-left  : 16px;
    padding-right : 16px;
    padding-bottom: 0.2rem
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu:not(.industry-form) li {
        padding-left  : 0;
        font-size     : 1.8rem;
        font-weight   : 600;
        padding-bottom: 0
    }
}

.navbar-header-content .dropdown-menu:not(.industry-form) li:first-child {
    padding-top: 16px
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu:not(.industry-form) li:first-child {
        padding-top: 0
    }
}

.navbar-header-content .dropdown-menu:not(.industry-form) li:last-child {
    padding-bottom: 16px
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu:not(.industry-form) li:last-child {
        padding-bottom: 0
    }
}

.navbar-header-content .dropdown-menu:not(.industry-form) a {
    padding      : 8px 16px;
    border-radius: 3.2rem;
    min-width    : 27.2rem;
    display      : block !important
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu:not(.industry-form) a {
        border-radius: 0;
        border-left  : 1px solid #c4c4c4
    }
}

.navbar-header-content .dropdown-menu:not(.industry-form) a:hover {
    background: rgba(0, 182, 62, 0.14);
    box-shadow: none
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu:not(.industry-form) a:hover {
        background: #fff
    }
}

.navbar-header-content .dropdown-menu .industry-item {
    padding-right: 0.8rem;
    margin-bottom: 0.6rem
}

.navbar-header-content .dropdown-menu .industry-item .new-label {
    top  : 4px;
    right: 10px
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu .industry-item {
        width       : 50%;
        padding-left: 2px
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .industry-item {
        padding-right: 0
    }
}

.navbar-header-content .dropdown-menu .industry-item .industry-content {
    border-radius: 3.2rem;
    padding      : 0.8rem 0.9rem 0.8rem 0.8rem;
    height       : initial;
    margin-bottom: 0.2rem;
    box-shadow   : none
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .industry-item .industry-content {
        padding-left : 0;
        padding-right: 0;
        border-radius: 0
    }
}

.navbar-header-content .dropdown-menu .industry-item .industry-content:hover {
    background: rgba(0, 182, 62, 0.14)
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .industry-item .industry-content:hover {
        background: #fff;
        box-shadow: none
    }
}

.navbar-header-content .dropdown-menu .industry-item .industry-content>[class*="fa"] {
    border-radius: 999px;
    min-width    : 3.6rem;
    height       : 3.6rem;
    min-width    : auto;
    margin-right : 0.8rem;
    background   : rgba(0, 182, 62, 0.14);
    font-size    : 1.8rem;
    line-height  : 2;
    flex         : 0 0 3.6rem;
    display      : inline-block
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .industry-item .industry-content>[class*="fa"] {
        border-radius: 0;
        min-width    : 2.6rem;
        height       : 2.6rem;
        background   : #fff;
        font-size    : 2rem;
        line-height  : 1.4;
        margin-right : 1.2rem;
        flex         : 0
    }
}

.navbar-header-content .dropdown-menu .industry-item .industry-title {
    height     : 2rem;
    overflow   : hidden;
    text-align : left;
    font-weight: 500
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .industry-item .industry-title {
        font-weight: 600
    }
}

.navbar-header-content .dropdown-menu .tab {
    font-weight: 500;
    padding    : 1rem 1.6rem
}

.navbar-header-content .dropdown-menu .tab:hover {
    background: rgba(0, 182, 62, 0.14)
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu .tab {
        font-weight: 600
    }
}

.navbar-header-content .dropdown-menu.solution-menu-list .solution-list .industry-item {
    padding-right: 0 !important;
    margin-bottom: 0
}

.navbar-header-content .dropdown-menu.solution-menu-list .solution-list .industry-item a {
    padding-right: 0 !important;
    padding-left : 10px !important
}

.navbar-header-content .dropdown-menu.solution-menu-list .solution-list-wrap {
    padding-left: 10px
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .dropdown-menu.solution-menu-list .offcanvas-header {
        border-bottom: 0 !important
    }

    .navbar-header-content .dropdown-menu.solution-menu-list .solution-list-wrap {
        padding-left : 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .dropdown-menu.solution-menu-list .industry-list {
        width: calc(100% - 338px)
    }

    .navbar-header-content .dropdown-menu.solution-menu-list .solution-list {
        width   : 336px;
        padding : 1.6rem;
        position: relative
    }

    .navbar-header-content .dropdown-menu.solution-menu-list .solution-list:before {
        content    : "";
        width      : 2px;
        height     : calc(100% - 50px);
        position   : absolute;
        left       : 0;
        top        : 24px;
        bottom     : 0;
        border-left: 1px dashed rgba(18, 18, 18, 0.12)
    }

    .navbar-header-content .dropdown-menu.solution-menu-list .industry-form-wrap {
        display        : flex;
        justify-content: space-between
    }
}

@media only screen and (max-width: 1365px) {
    .navbar-header-content .dropdown-menu .solution-list {
        padding: 0 3.2rem
    }

    .navbar-header-content .dropdown-menu .solution-list .industry-item a {
        padding-left : 0 !important;
        padding-right: 0 !important
    }
}

.navbar-header-content .dropdown-menu .solution-list .industry-item {
    width   : 100%;
    overflow: visible
}

.navbar-header-content .dropdown-menu .solution-list .industry-item:hover h6 {
    text-decoration: underline
}

.navbar-header-content .dropdown-menu .solution-list .industry-item .kv-icons {
    margin-right: 12px;
    max-width   : 36px;
    height      : 36px;
    display     : block;
    width       : 100%
}

.navbar-header-content .dropdown-menu .solution-list .industry-item .kv-icons img {
    width: 100%
}

.navbar-header-content .dropdown-menu .solution-list .industry-item a {
    display    : flex;
    align-items: center
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .header-register {
        margin-left: 1.6rem
    }
}

@media only screen and (min-width: 1600px) {
    .navbar-header-content .header-register {
        margin-left: 0.8rem
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .header-register {
        margin-top: 2rem
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-header-content .header-login {
        margin-left: 0px
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-header-content .header-login {
        margin-top: 1.5rem
    }
}

@media only screen and (max-width: 1199px) {

    .navbar-header-content .header-register .btn,
    .navbar-header-content .header-login .btn {
        display    : block;
        padding    : 2.225rem 3.2rem;
        font-size  : 18px;
        line-height: 1.5px
    }
}

.industry-box .industry-list {
    margin: -12px -8px
}

.industry-box .industry-list>[class*="col-"] {
    padding: 12px 8px;
    margin : 0
}

@media only screen and (min-width: 1920px) {
    .industry-box .industry-item {
        flex     : 0 0 20%;
        max-width: 20%
    }
}

.industry-form .title-menu {
    font-weight  : 700;
    font-size    : 15px;
    line-height  : 20px;
    color        : #002957;
    margin-bottom: 15px;
    padding-left : 15px
}

@media only screen and (max-width: 1199px) {
    .industry-form .title-menu {
        color         : #747474;
        padding-left  : 0;
        text-transform: uppercase;
        border-bottom : 1px solid #c2c2c2;
        padding-bottom: 15px;
        margin-top    : 15px
    }
}

.industry-form .industry-content {
    padding    : 0;
    display    : flex;
    align-items: center
}

@media only screen and (max-width: 1023px) {
    .industry-form .industry-content {
        display: flex;
        padding: 0 20px
    }

    .industry-form .industry-content i {
        font-size   : 20px;
        width       : 25px;
        min-width   : 25px;
        margin-right: 16px;
        text-align  : left
    }
}

.industry-form .industry-list {
    padding: 0;
    margin : 0
}

.industry-form .offcanvas-header {
    margin: 0
}

@media only screen and (max-width: 1199px) {
    .industry-form .offcanvas-header {
        margin-bottom: 2.3rem
    }
}

.industry-list>[class*="col-"] {
    padding-left : 0;
    padding-right: 0
}

.industry-title {
    color      : #002146;
    margin-top : 4px;
    line-height: 1.5
}

.btn-close {
    background-size: 64%;
    color          : #737373;
    width          : 24px;
    height         : 24px;
    min-width      : 24px
}

.btn-close-all>[class*="fa"] {
    font-size  : 2.4rem;
    font-weight: 300;
    color      : #737373;
    width      : 24px;
    height     : 24px;
    min-width  : 24px;
    text-align : center
}

@media only screen and (max-width: 1023px) {
    .nav-link-box {
        justify-content: space-between
    }
}

.nav-link-box .nav-toggle {
    color     : #737373;
    width     : 20px;
    height    : 15px;
    min-width : 20px;
    text-align: right
}

@media only screen and (min-width: 1200px) {
    .nav-link-box .nav-toggle {
        display: none
    }
}

.nav-link-box .nav-toggle.show:before {
    content: "\f106"
}

@media only screen and (min-width: 1200px) {
    .introduces-list {
        margin-left  : -31px;
        margin-right : -31px;
        padding-left : 16px;
        padding-right: 16px
    }

    .introduces-list>[class*="col-"] {
        padding-left : 31px;
        padding-right: 31px
    }
}

@media only screen and (max-width: 767px) {
    .introduces-item {
        margin-bottom: 2.4rem
    }
}

.introduces-icon {
    margin-bottom: 16px
}

.industry-item {
    margin-bottom: 20px;
    text-align   : center
}

@media only screen and (min-width: 1200px) {
    .industry-item {
        width: 20%
    }
}

.industry-content {
    -webkit-border-radius: 8px;
    border-radius        : 8px;
    background-clip      : padding-box;
    display              : block;
    height               : 100%;
    padding              : 0.8rem 1.6rem
}

.main-page .industry-content {
    min-height: 12.5rem
}

.industry-content>[class*="fa"] {
    background   : linear-gradient(0deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)), #00b63e;
    border-radius: 5rem;
    width        : 60px;
    height       : 60px;
    min-width    : 60px;
    font-size    : 3rem;
    line-height  : 2;
    display      : inline-block
}

.industry-content:hover {
    background   : #fff;
    box-shadow   : 0px 9px 32px rgba(0, 0, 0, 0.06);
    border-radius: 10px
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left : 0.8rem;
        padding-right: 0.8rem
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left : 1.2rem;
        padding-right: 1.2rem
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-nav {
        padding-top: 3.1rem
    }
}


@media screen and (min-width: 1200px) {
    .nav-link-active {
        background: rgba(75, 172, 77, 0.14)
    }
}

.nav-link:focus {
    color: inherit
}

.disable-register {
    opacity       : 0.4;
    cursor        : default !important;
    pointer-events: none
}

.header {
    padding: 10px 0px;
}

.header .btn {
    display         : inline-block;
    font-weight     : 400;
    line-height     : 1.5;
    color           : #333;
    text-align      : center;
    text-decoration : none;
    vertical-align  : middle;
    cursor          : pointer;
    user-select     : none;
    background-color: transparent;
    padding         : 0.75rem 2rem;
    font-size       : 1.125rem;
    border-radius   : 99px;
    transition      : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family     : "Inter", sans-serif;
    border-width    : 2px
}

.header .btn-primary {
    color           : #000;
    background-color: #722ed1;
    border-color    : 2px solid #722ed1;
    border          : #722ed1;
}

.header .btn-primary,
.header .btn-primary:hover:not(:disabled) {
    color: #fff
}

.header .btn-sm {
    border-radius: 99px;
    font-weight  : 600;
    font-size    : 1.5rem
}

@media only screen and (min-width: 1024px) {
    .header .btn-sm {
        padding: 4px 14px
    }
}

.header .header-login a,
.header .header-register a {
    min-height: 3.6rem
}

.header .header-login a {
    padding: 0.675rem 1.5rem
}

.header .navbar-expand-xl {
    flex-wrap      : nowrap;
    justify-content: flex-start
}

.header .navbar {
    position       : relative;
    display        : flex;
    flex-wrap      : wrap;
    align-items    : center;
    justify-content: space-between;
    padding-top    : 0;
    padding-bottom : 0;
    margin-bottom  : 0;
    min-height     : inherit;
    border         : none
}

.header .nav-item {
    position: relative
}

.header .nav-item-industry,
.header .nav-item-product {
    position: inherit !important
}

.header .row {
    display  : flex;
    flex-wrap: wrap
}

.header .navbar>.container,
.header .navbar>.container-fluid,
.header .navbar>.container-sm,
.header .navbar>.container-md,
.header .navbar>.container-lg,
.header .navbar>.container-xl,
.header .navbar>.container-xxl {
    display        : flex;
    flex-wrap      : inherit;
    align-items    : center;
    justify-content: space-between
}

.header .container,
.header .container-fluid,
.header .container-sm,
.header .container-md,
.header .container-lg,
.header .container-xl,
.header .container-xxl {
    width       : 100%;
    margin-right: auto;
    margin-left : auto
}

.header .p-0 {
    padding: 0 !important
}

.header .dropdown-menu {
    position       : absolute;
    z-index        : 1000;
    display        : none;
    margin         : 0;
    color          : #333;
    text-align     : left;
    list-style     : none;
    background-clip: padding-box;
    border-radius  : 1.2rem !important;
    font-family    : "Inter", sans-serif
}

.header .dropdown-menu.active {
    display: block;
}

.header .dropdown-menu a:not(.industry-content) {
    padding: 1rem 1.6rem
}

@media only screen and (max-width: 1199px) {
    .header .dropdown-menu:not(.industry-form) {
        position  : static;
        box-shadow: none
    }
}

.header .d-flex {
    display: flex !important
}

.header .navbar-toggler {
    padding         : 0.25rem 0.75rem;
    font-size       : 2.4rem;
    line-height     : 1;
    background-color: transparent;
    border          : 1px solid transparent;
    border-radius   : 0.25rem;
    transition      : box-shadow 0.15s ease-in-out
}

.header .navbar-brand {
    margin: 0 !important;
    height: inherit
}

@media screen and (max-width: 1199px) {
    .header .navbar-brand {
        flex: 1
    }
}

.header .mt-0 {
    margin-top: 0 !important
}

.header .row>* {
    flex-shrink: 0;
    width      : 100%;
    max-width  : 100%
}

@media screen and (min-width: 1200px) {
    .header .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .header .col-xl-4 {
        flex : 0 0 auto;
        width: 20%
    }

    .header .navbar-brand {
        font-size      : 1.25rem;
        text-decoration: none;
        white-space    : nowrap;
        padding        : 0;
        margin         : 0 1rem 0 0 !important
    }

    .header .navbar-expand-xl .offcanvas {
        position        : inherit;
        bottom          : 0;
        z-index         : 1000;
        flex-grow       : 1;
        visibility      : visible !important;
        background-color: transparent;
        border-right    : 0;
        border-left     : 0;
        transition      : none;
        transform       : none
    }

    .header .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .header .navbar-expand-xl .offcanvas-body {
        display   : flex;
        flex-grow : 0;
        padding   : 0;
        overflow-y: visible
    }

    .header .offcanvas-body {
        justify-content: flex-end
    }

    .header .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .header .navbar-header-content {
        align-items: center
    }
}

.header .pt-0 {
    padding-top: 0 !important
}

.header .nav-link {
    display        : block;
    color          : #002146;
    text-decoration: none;
    transition     : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

.header .navbar-nav {
    display       : flex !important;
    flex-direction: column;
    padding-left  : 0;
    margin-bottom : 0;
    list-style    : none;
    float         : none
}

.header .offcanvas-header {
    display    : flex;
    align-items: center
}

.header .offcanvas-header .logo-close img {
    max-width: 130px
}

.header .offcanvas {
    position        : fixed;
    bottom          : 0;
    z-index         : 1045;
    display         : flex;
    flex-direction  : column;
    max-width       : 100%;
    visibility      : hidden;
    background-color: #fff;
    background-clip : padding-box;
    outline         : 0;
    transition      : transform 0.3s ease-in-out
}

@media only screen and (max-width: 1199px) {
    .header .offcanvas {
        overflow-x: scroll
    }
}

.header .offcanvas-end {
    top        : 0;
    right      : 0;
    width      : 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform  : translateX(100%)
}

.header .offcanvas {
    transition: all 0.1s ease
}

.header .offcanvas-header .btn-close {
    margin-top   : -10px;
    margin-right : 0;
    margin-bottom: -10px;
    font-size    : 30px;
}

.header .text-reset {
    --bs-text-opacity: 1;
    color            : #737373
}

.header .btn-close {
    box-sizing   : content-box;
    width        : 24px;
    height       : 24px;
    padding      : 0;
    font-weight  : 300;
    font-size    : 14px;
    line-height  : 1;
    color        : #737373;
    background   : transparent url("../images/new-design/close.svg") center/1em auto no-repeat;
    border       : 0;
    border-radius: 8px;
    opacity      : 0.5
}

.header .nav-toggle {
    font-size: 16px
}

.header .offcanvas-body {
    flex-grow : 1;
    padding   : 0 3.2rem;
    overflow-y: auto
}

.header h6 {
    font-size  : 15px;
    line-height: 1.5;
    font-family: "Inter", sans-serif
}

.header .btn-outline-primary {
    color       : #00b63e;
    border-color: #00b63e
}

.header .btn-outline-primary:hover:not(:disabled) {
    background-color: rgba(65, 173, 73, 0.2);
    color           : #00b63e
}

.header .offcanvas.show {
    visibility: visible;
    transform : none
}

.header * {
    float: none
}

.header .tab {
    font-weight: 500
}

.navbar-header-content .dropdown-menu:not(.industry-form) a {
    padding: 1rem 1.6rem
}

.navbar-header {
    max-width: 40rem
}

.bg-overflow {
    position        : fixed;
    top             : 0;
    right           : 0;
    bottom          : 0;
    left            : 0;
    background-color: rgba(0, 0, 0, 0.5);
    display         : none;
    z-index         : 9
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1230px
}

.hotline-box h4,
.hotline-box h5 {
    margin-bottom: 8px
}

.hotline-box .btn {
    color                : #fff;
    background-color     : #00b63e;
    border-color         : 2px solid #00b63e;
    font-family          : "Inter", sans-serif;
    font-size            : 18px;
    line-height          : 1.5;
    padding              : 14.5px 32px;
    -webkit-border-radius: 999px;
    border-radius        : 999px;
    background-clip      : padding-box
}

@media screen and (min-width: 992px) {
    .hotline-box .col-lg-3 {
        flex : 0 0 auto;
        width: 25%
    }
}

@media only screen and (min-width: 1920px) {
    .industry-btn {
        font-size: 2.5rem;
        padding  : 2.12rem 4.2rem
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .industry-btn {
        padding  : 1.72rem 3.5rem;
        font-size: 2.1rem
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .industry-btn {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 768px) {
    .frame-extended-solution .frame-extended-items {
        flex-wrap: wrap
    }

    .frame-extended-solution .frame-extended-items li {
        width        : 47%;
        margin-bottom: 20px
    }
}

.social-function-box {
    justify-content: center
}

@media only screen and (min-width: 992px) {
    .social-function-box {
        margin-left : -15px;
        margin-right: -15px
    }

    .social-function-box>[class*="col-"] {
        padding-left : 15px;
        padding-right: 15px
    }
}