@charset "UTF-8";
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit
}

b,
strong,
th {
    font-weight: 700
}

i,
em {
    font-style: italic
}

sub,
sup {
    font-size: 75%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
    outline: none
}

ol,
ul,
li {
    padding: 0;
    margin: 0
}

label {
    font-weight: 400
}

input[type=text],
input[type=email],
input[type=password] {
    padding-left: 12px;
    padding-right: 12px
}

select {
    padding-left: 8px
}

input[type=number] {
    padding-left: 5px
}

textarea {
    padding: 8px 12px 5px
}

input,
textarea,
select,
button,
a {
    outline: none
}

button {
    border: none;
    background: none;
    padding: 0
}

* {
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-top: constant(safe-area-inset-top)
}

img {
    max-width: 100%;
    vertical-align: middle;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover
}

.smooth {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.col-mar-0 {
    margin-left: 0;
    margin-right: 0
}

.col-mar-0>div[class^=col-] {
    padding-left: 0;
    padding-right: 0
}

.col-mar-5 {
    margin-left: -5px;
    margin-right: -5px
}

.col-mar-5>div[class^=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.col-mar-8 {
    margin-left: -8px;
    margin-right: -8px
}

.col-mar-8>div[class^=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.col-mar-10 {
    margin-left: -10px;
    margin-right: -10px
}

.col-mar-10>div[class^=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.relative {
    position: relative
}

.static {
    position: static
}

.absolute {
    position: absolute
}

html,
body {
    font-size: 16px;
    color: #2A3342;
    background: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding: 4.5rem 0 0 0
}

html.show-menu,
body.show-menu {
    overflow: hidden
}

body {
    overflow-x: hidden;
    line-height: 1.5;
    font-family: "Gilroy";
}

.section-product__index .button-slide__all i {
    color: #0067B1;
}

.section-product__index .button-slide__all:hover,
.section-product__index .button-slide__all:focus {
    background-color: rgba(0, 103, 177, 0.2);
}

.section-product__index .button-slide__all {
    background: rgba(0, 103, 177, 0.1);
    border-radius: 3px;
}

body.show-menu {
    overflow: hidden
}

body.show-menu {
    overflow: hidden
}

body a {
    color: inherit;
    text-decoration: none !important;
    -webkit-transition: .3s all 0;
    transition: .3s all 0
}

body a:hover,
body a:focus,
body a:active {
    color: #0067B1;
    outline: none
}

textarea,
input,
button {
    outline: none !important
}

body::-webkit-scrollbar-track {
    background-color: #fff
}

body::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5
}

body::-webkit-scrollbar-thumb {
    background-color: #0067B1
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0
}

a {
    transition: 0.3s;
}

a:hover {
    transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3
}

.fw300 {
    font-weight: 300
}

.fw500 {
    font-weight: 500
}

.fw600 {
    font-weight: 600
}

.solution-index {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fw900 {
    font-weight: 900
}

.s-content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px
}

.s-content div {
    margin-left: auto;
    margin-right: auto;
}

.s-content .wp-caption-text {
    font-weight: 700;
}

.s-content ul {
    list-style: initial;
    margin-left: 20px;
    margin-bottom: 10px
}

.section-product__index .item-product .desc,
.section-product__index .slide-product__index .item-product .title {
    color: #252525;
}

.subtitle-all {
    letter-spacing: 0.08em;
}

.s-content li {
    list-style: inherit;
    margin-bottom: 5px
}

.s-content p {
    margin-bottom: 10px;
}

.new-content h3 a {
    display: block;
    line-height: 1.5;
}

.item-new__all .new-content .desc {
    font-size: 0.875rem;
    height: 40px !important;
    overflow: hidden;
}

.s-content img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
    width: auto !important;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto !important
}

.s-content table,
.s-content iframe {
    max-width: 100%;
    width: 100%
}

.s-content table {
    border-collapse: collapse;
    width: 100%;
    border: solid 1px #0000006e
}

.s-content table td {
    border-collapse: collapse;
    /* border-right: solid 1px #0000006e; */
    border: solid 1px #0000006e;
    padding: 3px
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-family: "Barlow_SemiBold", sans-serif
}

.s-content h1 {
    margin-top: .67em;
    margin-bottom: .67em
}

.s-content h2 {
    margin-top: .3em;
    margin-bottom: .3em
}

.s-content h3 {
    margin-top: .5em;
    margin-bottom: .5em
}

.s-content h4 {
    margin-top: .6em;
    margin-bottom: .6em
}

.s-content h5 {
    margin-top: .8em;
    margin-bottom: .8em
}

.s-content h6 {
    margin-top: .8em;
    margin-bottom: .8em
}

.section-all {
    padding: 2.5rem 0
}

.header {
    padding: 1.25rem 0;
    padding-bottom: calc(1.25rem - 5px);
    position: relative;
    z-index: 10;
    background: #FFFFFF;
    box-shadow: 0px 8px 48px rgba(66, 177, 255, 0.15);
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.logo-header {
    max-width: 200px;
    position: relative;
    z-index: 1;
}

.menu ul li a {
    display: block;
    color: #252525;
    font-size: 1.125rem;
    padding: 8px 16px;
    font-weight: 700
}

.show-form-search-content {
    width: 27px;
    height: 27px;
    background-image: url(../images/search-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 1.5rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
    top: -2px;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .375rem 1.25rem;
    min-height: 2.25rem;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
    border-radius: 0;
    font-weight: 700;
    border: none
}

.btn:hover {
    -webkit-transition: .3s;
    transition: .3s
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-dark__all {
    background: #212122;
    color: #fff
}

.btn-dark__all:hover,
.btn-dark__all:focus {
    background: #f27f2a;
    color: #fff
}

.btn-orange__all {
    background: #0067B1;
    color: #fff
}

.btn-orange__all:hover,
.btn-orange__all:focus {
    background: #01416e;
    color: #fff
}

.btn-border__orange {
    border: 1px solid #0067B1;
    color: #0067B1
}

.btn-border__orange:hover,
.btn-border__orange:focus {
    background: #0067B1;
    color: #fff
}

.btn-border__orange:hover img,
.btn-border__orange:focus img {
    -webkit-filter: brightness(10);
    filter: brightness(10)
}

.form-control {
    min-height: 2.25rem;
    border-radius: 0;
    padding: .375rem .75rem;
    color: #888;
    font-size: 12px
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #888
}

.form-control::-moz-placeholder {
    color: #888
}

.form-control:-ms-input-placeholder {
    color: #888
}

.form-control::-ms-input-placeholder {
    color: #888
}

.form-control::placeholder {
    color: #888
}

.pagination {
    justify-content: center
}

.pagination ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.25rem 0;
    display: flex
}

.pagination ul span,
.pagination ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    margin: 0 .5rem
}

.pagination ul span {
    border: 1px solid #252525;
    color: #252525;
    background: #fff
}

.pagination ul a {
    background: #f5f5f5;
    color: #454545;
    border: 1px solid transparent
}

.pagination ul a:hover,
.pagination ul a:focus {
    background: #fff;
    border: 1px solid #252525;
    color: #252525
}

.breadcrumb li {
    position: relative
}

.breadcrumb li a {
    font-size: .875rem;
    color: #fff
}

.breadcrumb li:last-child a {
    pointer-events: none;
    color: #f27f2a
}

.breadcrumb li:not(:last-child)::after {
    content: "&#1087;�&#1027;";
    font-family: "fontAwesome";
    color: #fff;
    margin: 0 .5rem
}

.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1rem;
    color: #fff
}

.rank-math-breadcrumb p .separator {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 16px;
}

.rank-math-breadcrumb p a {
    position: relative;
    color: #8896AB;
    font-size: 16px;
}


/* .rank-math-breadcrumb p a::after {

    content: "�";

    font-family: "fontAwesome";

    color: #fff;

    margin: 0 .5rem

} */

.rank-math-breadcrumb p .last {
    color: #fff;
}

.footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #00497e;
}

.footer-nav {
    padding-top: 3.125rem;
}

.logo-footer {
    max-width: 150px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
}

.social-footer li:not(:last-child) {
    margin-right: 1.875rem
}

.social-footer li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%;
    color: #f27f2a
}

.social-footer li a:hover {
    background: #f27f2a;
    color: #fff
}

.info-footer li {
    font-size: 16px;
    color: #fff
}

.info-footer li:not(:last-child) {
    margin-bottom: .625rem
}

.nav-footer ul li:not(:last-child) {
    margin-bottom: .625rem
}

.nav-footer ul li a {
    color: #fff;
    font-size: 16px;
    position: relative;
}

.nav-footer ul li a::after {
    content: "";
    width: 0;
    height: 1px;
    z-index: inherit;
    left: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    transition: .3s;
}

.nav-footer ul li a:hover::after,
.nav-footer ul li a:focus::after {
    width: 100%;
    transition: .3s;
}

.nav-footer ul li a:hover,
.info-footer li a:hover {
    color: #fff;
    outline: none;
}

.copy-right {
    border-top: solid 1px rgba(255, 255, 255, 0.35);
}

.footer-big-info {
    border-bottom: solid 1px rgba(255, 255, 255, 0.35);
}

.form-search__content {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    -webkit-transition: .3s;
    transition: .3s
}

.form-search__content.active {
    -webkit-transition: .3s;
    transition: .3s;
    top: 0
}

.form-search__content .form {
    width: min(700px, 90%)
}

.form-search__content .form .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-right: .625rem;
    background: none
}

.form-search__content .form .form-control::-webkit-input-placeholder {
    color: #fff
}

.form-search__content .form .form-control::-moz-placeholder {
    color: #fff
}

.form-search__content .form .form-control:-ms-input-placeholder {
    color: #fff
}

.form-search__content .form .form-control::-ms-input-placeholder {
    color: #fff
}

.form-search__content .form .form-control::placeholder {
    color: #fff
}

.form-search__content .show-form-search {
    width: 25px;
    height: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .625rem;
    background-image: url(../images/search-blue.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.close-search {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    cursor: pointer
}

.close-search::before,
.close-search::after {
    content: "";
    width: 1px;
    height: 100%;
    background: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1
}

.close-search::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.close-search::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.item-solution {
    padding: .5rem;
    border: 1px solid #EBEBEB;
    height: 100%;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.item-solution:hover {
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3)
}

.item-solution .img {
    padding-top: 87%;
    margin-top: auto
}

.item-service {
    padding: .8125rem;
    border: 1px solid #EBEBEB;
    height: 100%;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.item-service:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.item-service .img {
    padding-top: 52%
}

.item-service .line {
    margin-top: 0;
    margin-bottom: .625rem;
    width: 2.375rem;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#C33), color-stop(52.08%, #F26C3B), to(#F27F2A));
    background: linear-gradient(90deg, #C33 0%, #F26C3B 52.08%, #F27F2A 100%);
    border-top: none;
    opacity: 1;
    transition: .3s
}

.swiper-button-disabled {
    display: none !important
}

.button-slide__all {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    width: 2.125rem;
    height: 3.375rem;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.button-slide__all:hover {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s;
    transition: .3s
}

.button-all-prev {
    right: calc(100% + 16px)
}

.button-all-right {
    left: calc(100% + 16px)
}

.time-new__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.time-new__all .time-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.time-new__all .time-item:not(:last-child) {
    margin-right: 2.5rem
}

.item-new__index {
    height: 100%;
    padding: .5rem .5rem 1rem;
    background: #fff;
    transition: .3s
}

.item-new__index .title {
    display: block;
}

.item-new__index:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
}

.item-new__index .img {
    padding-top: 60%
}

.pagination-all {
    text-align: center;
    margin-top: 1.875rem
}

.pagination-all .swiper-pagination-bullet {
    background: #D5DAE1;
    width: 1rem;
    height: 0.375rem;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0px 4px;
}

.pagination-all .swiper-pagination-bullet-active {
    width: 2rem;
    background: #0067B1;
    -webkit-transition: .3s;
    transition: .3s
}

.no-specing .text {
    letter-spacing: unset
}

.widget {
    position: fixed;
    bottom: 12%;
    right: 1.5%;
    z-index: 10
}

.widget li:not(:last-child) {
    margin-bottom: 1rem
}

.widget li a {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-animation: lac 1s linear infinite;
    animation: lac 1s linear infinite
}

.widget li a img {
    width: 50px;
    height: 50px;
    /* -o-object-fit: scale-down;

    object-fit: scale-down */
}

.form-bottom .form-send-email .form-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #fff;
    min-height: 2.25rem;
    border-radius: 0;
    padding: .375rem .75rem;
    color: #888;
    font-size: 12px
}

.form-bottom .btn-submit-form {
    background: #212122;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    min-height: 2.25rem;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
    border-radius: 0;
    font-weight: 700;
    border: none;
    color: #fff;
    position: relative
}

.form-bottom .wpcf7-response-output {
    display: none
}

.form-bottom .btn-submit-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    z-index: inherit;
    transform: translateY(-50%)
}

.form-send-email .wpcf7-not-valid-tip {
    position: absolute;
    top: calc(100% + 15px);
    font-size: 0.875rem;
    z-index: 1;
}

.form-bottom .btn-submit-form input {
    color: #fff;
    padding: 0;
    min-height: unset;
    height: 100%;
    width: 100%;
    padding: .375rem 1.5rem
}

.form-bottom .btn-submit-form i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 40px);
    pointer-events: none
}

.form-bottom .btn-submit-form:hover {
    background: #f27f2a
}

.form-bottom .btn-submit-form:hover input {
    color: #fff
}

.section-strength {
    background: #0067B1;
}

.form-send-email {
    flex-wrap: wrap
}

.form-send-email .wpcf7-response-output {
    flex: 0 0 100%;
    margin-left: 0 !important;
    border: 2px solid #00467a !important;
    border-radius: 8px;
}

.nav-search .nav-link {
    color: #252525
}

.nav-search .nav-link.active {
    background: #0067B1
}

.menu ul li.current-menu-item>a,
.menu ul li.current-menu-parent>a,
.menu ul li.current-menu-parent ul li .current-menu-item>a {
    color: #225DAB;
    background-color: #E6F7FD;
}

.menu ul li.current-menu-parent .btn-dropdown-menu {
    color: #225DAB;
    background-color: #E6F7FD;
}

.menu ul li.current-menu-parent ul li:not(.current-menu-item) a:hover {
    color: #225DAB;
    background-color: #E6F7FD;
}

.menu ul li.current-menu-parent ul li:not(.current-menu-item) a {
    color: #252525
}

.menu ul li.current-menu-item ul li a {
    color: #252525
}

.main-page-search .ls_tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.625rem
}

.main-page-search .ls_tabs a:not(:last-child) {
    border-right: transparent;
}

.main-page-search .ls_tabs a {
    flex: auto;
    text-align: center;
    padding: 10px 12px;
    font-weight: 700;
    border: 1px solid #ebebeb
}

.main-page-search .ls_tabs a.active,
.main-page-search .ls_tabs a:hover {
    background: #0067B1;
    color: #fff
}

.title_search {
    color: #0067B1;
    font-weight: 700
}

.logo-cetifi img {
    max-width: 200px;
}

.download img {
    max-width: 100px;
}

.download a {
    transition: .3s
}

.module-statis__index .row {
    justify-content: center;
    pointer-events: none;
}

#wpadminbar {
    position: fixed !important;
}

.form-footer .btn-submit-form input[type="submit"] {
    outline: none;
    padding: 6px 10px;
    background: #f27f2a;
    color: #fff;
    width: 100%;
    border: none;
}

.footer .form-send-email {
    margin-bottom: 1rem;
    position: relative;
}

.footer .form-send-email p {
    width: 100%;
}

.footer .form-send-email .wpcf7-form-control {
    width: 100%;
    padding: 6px 15px;
    border: none;
    font-size: 1rem;
    min-height: 2.875rem;
    border-radius: 10px;
}

.footer .form-send-email .wpcf7-form-control::placeholder {
    color: #8896AB;
    opacity: 1;
}

.footer .form-send-email .wpcf7-form-control:-ms-input-placeholder {
    color: #8896AB;
}

.footer .form-send-email .wpcf7-form-control::-ms-input-placeholder {
    color: #8896AB;
}

.footer .form-send-email .btn-submit-form {
    position: absolute;
    z-index: 2;
    height: 2.5rem;
    width: 5.625rem;
    background: #04A7E6;
    top: 0.188rem;
    right: 0.188rem;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
    font-family: 'Gilroy_Bold';
    transition: .3s;
}

.footer .form-send-email .btn-submit-form::after {
    content: '';
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top: 0.588rem;
    right: 0.588rem;
    background-image: url('../images/send_mail.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer .form-send-email .btn-submit-form:hover {
    background: #00497e;
}

.footer .form-send-email .btn-submit-form .btn {
    color: #ffffff;
    min-height: auto;
    padding-right: 2rem;
}

.footer .form-send-email .btn-submit-form .wpcf7-spinner {
    display: none;
}

.info-footer li img {
    filter: brightness(100);
}

.section-list-branch {
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    background-size: 100% 100%;
}

.footer .wpcf7-response-output,
.section-new__detail .cf7sg-response-output {
    background: rgba(255, 255, 255, .3);
    color: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%)
}

.special-news .box {
    flex: 1;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.special-news {
    padding: 0.5rem 0;
    background: #ebebeb;
}

.special-news .title {
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: 700;
    color: #0067B1;
}

.list-inline li {
    display: inline;
    margin-right: 15px;
}

.video-item-index .desc {
    overflow: hidden;
}

.item-video__index .img::before {
    content: "";
    width: 48px;
    height: 34px;
    background-image: url(../images/play-ytb-small.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.new-content h3 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.header-banner img {
    width: 100%;
    height: auto;
}

.modal-noti.show {
    padding-right: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-noti .modal-dialog {
    max-width: 100%;
    width: 100%;
}

.modal-noti .modal-content {
    width: 100%;
    max-width: min(600px, 90%);
    text-align: center;
    margin: 0 auto;
}

.modal-noti .close-modal {
    position: absolute;
    top: -17px;
    right: -17px;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.modal-noti .close-modal::before,
.modal-noti .close-modal::after {
    content: "";
    width: 1px;
    height: 80%;
    background: #0067B1;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: inherit;
}

.modal-noti .close-modal::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-noti .close-modal::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.item-video__index .img {
    padding-top: 75%;
}

.item-video__index .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#modal-noti {
    background: rgba(0, 0, 0, .5);
}

.item-core-value .icon {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.item-core-value .icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.item-core-value {
    max-width: 256px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 0.5rem;
    border: solid 1px #333;
    height: 100%;
}

.item-contact .head img {
    width: 24px;
    height: 24px;
    object-fit: scale-down;
    margin-right: 8px;
}

.item-contact .head {
    margin-bottom: 4px;
}

.item-contact .head .name {
    color: #225DAB;
}

.swiper-button-service {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #0067B1;
    color: #0067B1;
    font-size: 1.25rem;
    transition: all .3s;
}

.swiper-button-service:hover {
    background: #0067B1;
    color: #fff;
}

.swiper-service__prev {
    left: -1.25rem;
}

.swiper-service__next {
    right: -1.25rem;
}

@media (min-width: 992px) {
    .solution-index {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom center;
    }
    .download a:hover {
        transform: translateY(-5px);
        transition: .3s
    }
    .item-service:hover .line {
        width: 5rem;
        transition: .3s
    }
    .py-lg-80 {
        padding: 5rem 0
    }
    .wow {
        visibility: hidden
    }
    .menu {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .menu ul li {
        position: relative
    }
    .menu ul li.menu-item-has-children ul li .btn-dropdown-menu {
        display: none
    }
    .menu ul li.menu-item-has-children {
        position: relative;
        padding-right: 17px
    }
    .menu ul li.menu-item-has-children ul li {
        padding-right: 0
    }
    .menu ul li.current-menu-item .btn-dropdown-menu {
        color: #225DAB
    }
    .menu ul li.menu-item-has-children .btn-dropdown-menu {
        position: absolute;
        top: 48%;
        right: 0;
        transform: translateY(-50%)
    }
    .menu ul li:not(:last-child) {
        margin-right: 1rem;
    }
    .menu ul li a:hover,
    .menu ul li a.active {
        color: #225DAB;
        background-color: #E6F7FD;
    }
    .menu ul li:hover ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transition: .5s;
        transition: .5s
    }
    .menu ul li:hover ul li:hover ul {
        top: 0;
        left: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }
    .menu ul li:hover ul li ul {
        top: 0;
        left: 150%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }
    .menu ul li ul {
        position: absolute;
        top: 150%;
        left: 0;
        z-index: 10;
        min-width: 13rem;
        white-space: nowrap;
        display: block;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: .5s;
        transition: .5s;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
    }
    .menu ul li ul li {
        margin-right: 0 !important
    }
    .menu ul li ul li:not(:last-child) {
        border-bottom: 1px solid #225DAB
    }
    .menu ul li ul li a {
        padding: .5125rem .9375rem;
        text-transform: inherit;
        font-size: 1rem
    }
    .menu ul li ul li ul {
        top: 0;
        left: 100%
    }
}

.lang-header {
    cursor: pointer
}

.lang-header ul {
    min-width: 1.6875rem;
    height: 1.6875rem;
    position: relative;
    top: -2px;
    z-index: 1;
}

.lang-header ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: inherit;
    opacity: 0;
    pointer-events: all
}

.lang-header ul li.current-lang {
    opacity: 1;
    pointer-events: none
}

.lang-header .lang,
.lang-header a {
    width: 100%;
    height: 100%;
    font-size: 10px;
    border: 1px solid #04A7E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #04A7E6;
    border-radius: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700
}

.item-product {
    padding: .625rem;
    background: #fff;
    height: 100%;
    border: 1px solid #ebebeb;
    -webkit-transition: .3s;
    transition: .3s
}

.item-product .title {
    display: block;
}

.item-product:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.item-product .img {
    padding-top: 100%;
    background-color: #fff
}

.item-product .img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.section-bg {
    background-repeat: no-repeat;
    background-size: cover
}

.image-svg svg {
    max-width: 100%
}

.set-length {
    -webkit-animation: Signature 3s linear infinite;
    animation: Signature 3s linear infinite
}

@-webkit-keyframes Signature {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes Signature {
    to {
        stroke-dashoffset: 0
    }
}

.menu ul li ul li a {
    font-weight: 400
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}

.reputable-brand-img {
    padding-top: 120%;
    border: 1px solid #ebebeb;
}

.reputable-brand-img img {
    object-fit: scale-down;
}

.item-new-hot .view_more {
    display: none;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1400px!important;
    }
}

@media (min-width: 992px) {
    .section-product__index,
    .section-partner {
        overflow: hidden;
        position: relative;
    }
    @media (min-width: 1400px) {
        .container {
            max-width: 1170px
        }
    }
    @media (max-width: 1651px) {
        .menu ul li a {
            font-size: 1rem;
        }
        .header {
            padding: 0.625rem;
            padding-bottom: 0.625rem;
        }
        .header-banner img {
            max-height: 100px;
            object-fit: scale-down;
        }
        .section-contact .name-company {
            font-size: 1.25rem;
        }
    }
    @media (max-width: 1199px) {
        body,
        html {
            font-size: 14px
        }
        .section-all {
            padding: 2.5rem 0
        }
    }
    .section-new__index .module-new__index div[class^=col-]:not(:first-child) .title {
        font-size: 1rem;
        min-height: 40px;
    }
}

@media (max-width: 1600px) {
    .banner-pages .title-big__all {
        font-size: 2.25rem;
    }
}

@media (max-width: 1366px) {
    .banner-pages .title-big__all {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .section-core-value {
        background-image: none !important;
    }
    .section-core-value .title-big__all {
        color: #2A3342 !important;
    }
    .section-core-value .subtitle-all {
        color: #2A3342 !important;
    }
    .item-core-value {
        max-width: 100%;
    }
    .social-footer li:not(:last-child) {
        margin-right: 1rem;
    }
    .logo-header img {
        max-height: 65px
    }
    .wow {
        visibility: visible
    }
    .mb-md-25 {
        margin-bottom: 1.5625rem
    }
    .over-lay {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        z-index: 90;
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: .5s;
        transition: .5s
    }
    .over-lay.show {
        right: 0;
        -webkit-transition: .5s;
        transition: .5s
    }
    .menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        z-index: 100;
        max-width: min(350px, 80%);
        overflow-y: auto;
        background: #fbfbfb;
        -webkit-transition: .3s;
        transition: .3s
    }
    .menu.active {
        left: 0;
        -webkit-transition: .3s;
        transition: .3s
    }
    .menu ul li {
        margin-right: 0 !important;
        border-top: 1px solid #252525;
        position: relative
    }
    .menu ul li a {
        padding: .625rem .9375rem
    }
    .menu ul li .btn-dropdown-menu {
        width: 38.5px;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        color: #252525;
        font-size: 20px;
        -webkit-transition: .3s;
        transition: .3s
    }
    .menu ul li .btn-dropdown-menu.open {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: .3s;
        transition: .3s
    }
    .menu ul li ul {
        display: none
    }
    .menu ul li ul li a {
        padding-left: 1.5rem
    }
    .logo-mobile {
        padding: .625rem
    }
    .logo-mobile img {
        max-width: 150px
    }
    .show-menu-mobile {
        font-size: 20px;
        margin: 0 0.75rem;
        color: #f27f2a
    }
    .section-all {
        padding: 1.25rem 0
    }
    .header {
        padding: 0.5rem 0;
    }
    .show-form-search-content {
        margin-left: 0;
        margin-right: 0.75rem
    }
    .title-big__all {
        font-size: 1.375rem;
    }
    .banner-pages .title-big__all {
        font-size: 1.625rem;
    }
    .row-md-scroll {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }
    .button-all-right {
        left: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .button-all-prev {
        right: 100%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
    .module-branch__content .btn-orange__all {
        width: fit-content;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
    .section-product__index .slide-product__index .item-product .title {
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .info-footer li {
        font-size: 13px
    }
    .footer-nav {
        padding-top: 1.25rem;
    }
    .time-new__all .time-item:not(:last-child) {
        margin-right: 1rem
    }
    .product-detail-tab .nav-item .nav-link img {
        width: 1.875rem;
        height: 1.875rem
    }
    .product-detail-tab .nav-item:not(:last-child) {
        margin-right: 1.875rem
    }
    .row-sm-scroll {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }
    .nav-footer ul li a {
        font-size: 13px
    }
}

@media (max-width: 575px) {
    .swiper-button-service {
        width: 30px;
        height: 30px;
    }
    .swiper-service__next {
        right: -10px;
    }
    .swiper-service__prev {
        left: -10px;
    }
    .section-core-value .title-big__all {
        font-size: 1.25rem;
        margin-bottom: 1.5rem !important;
    }
    .section-certifi .title-big__all {
        font-size: 19px;
        margin-bottom: 1.5rem !important;
    }
    .copy-right {
        font-size: 12px
    }
    .item-service,
    .item-solution {
        padding: .5rem
    }
    .item-new__all .new-content .title {
        font-size: 14px;
        min-height: 40px;
    }
    .item-new__index .title {
        font-size: 14px
    }
    .pagination-all {
        margin-top: .625rem
    }
    .item-product .desc {
        display: none
    }
    .form-bottom p {
        width: 100%
    }
    .form-bottom .form-send-email p:not(.btn-submit-form) {
        flex: 1
    }
    .form-bottom p .wpcf7-form-control-wrap,
    .form-bottom p .wpcf7-form-control-wrap,
    .form-bottom .form-send-email .form-input {
        width: 100%
    }
    .form-bottom .btn-submit-form {
        width: fit-content;
        margin-left: auto;
        margin-right: auto
    }
    .fz-18 {
        font-size: 1rem
    }
}

.module-category__content .title-category {
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .box_language{
        margin-right: 10px;
    }
    .name-company {
        margin-top: 3rem;
    }
}

@media screen and (min-width: 575px) and (max-width: 768px) {
    .name-company {
        margin-top: 2.5rem;
    }
}

.social-product svg {
    max-width: 15px;
}

.social-product li .messenger:hover path {
    fill: #fff;
}

.st0 {
    fill: #fdfefe
}

.st1 {
    fill: #000
}

.st2 {
    fill: #000
}

.st3 {
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-miterlimit: 10
}

.social-product li a:hover .st0 {
    fill: #000
}

.social-product li a:hover .st1 {
    fill: #fff;
}

.social-product li a:hover .st2 {
    fill: #fff;
}

.social-product li a:hover .st3 {
    stroke: #fff;
}

.section__teams .swiper-wrapper {
    justify-content: space-between;
}

.tab-content table {
    margin: auto;
}
.css_txt_01{
    text-align: justify;
}
.css_001{
    background-color:#e4e8eb;
    padding-top: 5px;
    margin: -0.5rem;
}
.css_footer_kd a{
    margin-bottom: 0.625rem;
}
.css_footer_kd span{
    margin-right: 0.25rem;
}
.css_footer_kd a{
    filter: brightness(100);
}