@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

HTML5 display-role reset for older browsers article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    -webkit-border-radius: 6px;
    background-color: rgba(125, 125, 125, 0.7);
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    -webkit-border-radius: 6px;
    background-color: rgba(125, 125, 125, 0.7);
}

body {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #333;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

li {
    list-style: none;
}

@font-face {
    font-family: Barlow;
    src: url(e7eb634d040a6f384033.ttf);
    font-display: swap;
    font-weight: 400
}

@font-face {
    font-family: Barlow;
    src: url(d4afdc134fc10b739bab.ttf);
    font-display: swap;
    font-weight: 500
}

@font-face {
    font-family: Barlow;
    src: url(8247eaeb0799c0acafc6.ttf);
    font-display: swap;
    font-weight: 600
}

@font-face {
    font-family: Barlow;
    src: url(0cb1ab864072bf9e0991.ttf);
    font-display: swap;
    font-weight: 700
}

@keyframes nwhatsapp {
    0% {
        transform: scale(1) translate(0)
    }

    20% {
        transform: scale(1.2) translate(0)
    }

    40% {
        transform: scale(1.2) translate(-.1rem)
    }

    50% {
        transform: scale(1.2) translate(.1rem)
    }

    60% {
        transform: scale(1.2) translate(-.1rem)
    }

    70% {
        transform: scale(1.2) translate(.1rem)
    }

    80% {
        transform: scale(1.2) translate(0)
    }

    to {
        transform: scale(1) translate(0)
    }
}

.select {
  width: 100%;
  font-family: 'Barlow';
  position: relative;
}

.select .zwbox {
  height: 128px;
}

.select header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ccc;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.3;
  z-index: 8;
}

.select .notop {
  position: fixed;
}

.select .notop > .h_top {
  display: none;
}

.select .ml20 {
  margin-left: 20px;
}

.select .t_alltop {
  text-transform: uppercase;
}

.select .t_onetop {
  text-transform: capitalize;
}

.select .td_u {
  text-decoration-line: underline;
}

.select .h_top {
  background: #336fbd;
  padding: 12px 0;
  color: #fff;
}

.select .h_top a {
  color: #fff;
}

.select .languagebox {
  padding-right: 20px;
}

.select .languagebox img {
  height: 20px;
}

.select .text1hidden {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.select .onhoverbtop {
  position: relative;
}

.select .onhoverbtop::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
  transition: .3s;
  transform-origin: 2.5px 7.5px;
  transform: rotate(-45deg);
  position: absolute;
  right: -20px;
  top: calc(50% - 5px);
}

.select .onhoverbtop:hover::after {
  transform: rotate(135deg);
}

.select .onhovertop {
  position: relative;
}

.select .onhovertop::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: linear-gradient(45deg, #333 0%, #333 50%, transparent 50%, transparent 100%);
  transition: .3s;
  transform-origin: 2px 6px;
  transform: rotate(-45deg);
  position: absolute;
  right: 0px;
  top: calc(50% - 4px);
}

.select .onhovertop:hover::after {
  transform: rotate(135deg);
  background: linear-gradient(45deg, #336fbd 0%, #336fbd 50%, transparent 50%, transparent 100%);
}

.select .onhoverright {
  position: relative;
}

.select .onhoverright::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: linear-gradient(45deg, #333 0%, #333 50%, transparent 50%, transparent 100%);
  transition: .3s;
  transform-origin: 2px 6px;
  transform: rotate(-135deg);
  position: absolute;
  right: 0px;
  top: calc(50% - 4px);
}

.select .onhoverright:hover::after {
  transform: rotate(45deg);
  background: linear-gradient(45deg, #336fbd 0%, #336fbd 50%, transparent 50%, transparent 100%);
}

.select .snsbox a {
  margin-left: 8px;
  background: #fff;
  color: #336fbd;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
}

.select .wlay {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.select .plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.select .df_n {
  display: flex;
}

.select .dn_f,
.select .dn_b,
.select .dn_ib {
  display: none;
}

.select .db_n {
  display: block;
}

.select .dib_n {
  display: inline-block;
}

.select .dn {
  display: none;
}

.select .db {
  display: block;
}

.select .opvi {
  opacity: 0;
  visibility: hidden;
}

.select .df {
  display: flex;
}

.select .df_w {
  flex-wrap: wrap;
}

.select .jc_c {
  justify-content: center;
}

.select .jc_a {
  justify-content: space-around;
}

.select .jc_b {
  justify-content: space-between;
}

.select .jc_e {
  justify-content: flex-end;
}

.select .ai_c {
  align-items: center;
}

.select .ai_e {
  align-items: flex-end;
}

.select .p_r {
  position: relative;
}

.select .p_a {
  position: absolute;
}

.select .p_f {
  position: fixed;
}

.select .plr30_5 {
  padding-left: 30px;
  padding-right: 30px;
}

.select .plr30_10 {
  padding-left: 30px;
  padding-right: 30px;
}

.select .ah24 {
  height: 24px;
  display: block;
  line-height: 24px;
}

.select .on_bo {
  display: inline-block;
  padding: 12px 32px;
  height: 50px;
  background: #336fbd;
  border-radius: 4px;
  line-height: 24px;
  color: #fff;
  transition: .3s;
}

.select .on_bo:hover {
  background: #18519b;
}

.select .on_bt {
  display: flex;
  align-items: center;
  padding: 0 32px;
  height: 50px;
  background: #fff;
  border-radius: 4px;
  line-height: 1.5;
  color: #336fbd;
  transition: .3s;
  font-size: 16px;
  border: 1px solid #336fbd;
}

.select .on_bt:hover {
  background: #18519b;
  color: #FFF;
}

.select .change-language-cont {
  position: absolute;
  right: 0;
  top: 24px;
  width: 380px;
  max-height: 80vh;
  overflow-y: scroll;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  background: #FFF;
  padding: 20px 10px 20px 20px;
  transform: scale3d(0.9, 0.9, 1);
}

.select .change-language-cont li {
  width: 33%;
  overflow: hidden;
}

.select .change-language-cont li a {
  color: #333;
}

.select .languagebox:hover .change-language-cont {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1);
}

.select .nav_bar {
  height: 80px;
}

.select .nav_bar img {
  height: 80px;
  aspect-ratio: 17 / 8;
  object-fit: contain;
}

.select .nav_bar .nav_ul > li > a {
  display: block;
  height: 80px;
  font-weight: 500;
  padding: 0 30px;
  font-size: 18px;
}

.select .nav_bar .nav_ul > li::before {
  position: absolute;
  content: '';
  transition: .3s;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #336fbd;
}

.select .nav_bar .nav_ul > li:hover::before,
.select .nav_bar .nav_ul > .nav_current::before {
  width: 100%;
}

.select .nav_bar .nav_ul > li:hover > a,
.select .nav_bar .nav_ul > .nav_current > a {
  /*color: #336fbd;*/
  color: #fff;
  transition: .3s;
  background: #336fbd;
}

.select .nav_bar .nav_ul > li {
  height: 80px;
  line-height: 80px;
  position: relative;
}

.select .nav_bar .nav_ul .sub-menu a {
  line-height: 1;
}

.select .nav_bar .nav_ul {
  height: 80px;
}

.select .nav_bar .nav_ul > li .sub-menu {
  width: 250px;
  padding: 15px 0;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  transition: .5s;
  -webkit-transform: scale(0.8) rotateY(8deg);
  -ms-transform: scale(0.8) rotateY(8deg);
  -o-transform: scale(0.8) rotateY(8deg);
  transform: scale(0.8) rotateY(8deg);
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
}

.select .nav_bar .nav_ul > li > .sub-menu {
  left: 8px;
  top: 100%;
}

.select .nav_bar .nav_ul > li > .sub-menu li {
  position: relative;
  padding: 0 15px;
}

.select .nav_bar .nav_ul > li > .sub-menu li a {
  display: block;
  line-height: 1.3em;
  padding: 8px 0;
  font-size: 14px;
  position: relative;
  color: #666;
}

.select .nav_bar .nav_ul > li > .sub-menu > li > .sub-menu {
  left: 102%;
  top: 0;
}

.select .nav_bar .nav_ul > li > .sub-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.select .nav_bar .nav_ul > li > .sub-menu li:hover > a {
  color: #336fbd;
}

.select .nav_bar .nav_ul > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.select .ictact {
  padding: 40px 0;
  background: #336fbd;
}

.select .ictact div {
  justify-content: space-between;
}

.select .ictact h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  max-width: 65%;
}

.select .iaboutbox {
  margin-bottom: 80px;
  margin-top: 80px;
}

.select .iaboutbox div {
  width: calc(50% - 20px);
}

.select .iaboutbox div img {
  width: 100%;
}

.select .iaboutbox div h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.select .iaboutbox div h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #336fbd;
  margin-top: 16px;
  padding-bottom: 16px;
}

.select .iaboutbox div p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}

.select .iaboutcbox {
  padding: 20px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.select .iaboutcbox .laybox {
  width: calc(33.3% - 40px);
  padding: 20px 34px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
}

.select .iaboutcbox .laybox i {
  padding: 24px;
  background: #336fbd;
  border-radius: 50%;
  font-size: 32px;
  color: #fff;
  height: 80px;
  width: 80px;
  line-height: 32px;
}

.select .iaboutcbox .laybox h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #336fbd;
  margin: 16px 0;
  text-align: center;
}

.select .iaboutcbox .laybox p {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.select .iaboutcbox .laybutton {
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.select .iaboutcbox .laybutton span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #336fbd;
  margin-right: 10px;
  opacity: .3;
}

.select .iaboutcbox .laybutton .swiper-pagination-bullet-active {
  opacity: 1;
}

.select .iaboutcbox .laybox:hover {
  --tw-shadow: 0px 8px 24px rgba(149, 157, 165, .2);
  --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.select .inumsbox {
  margin: 80px 0;
  padding: 60px 0;
  background: #336fbd;
  color: #fff;
}

.select .inumsbox .inumbox h3 {
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.select .inumsbox .inumbox span {
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.select .inumsbox .inumbox h4 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.select .iprobox {
  margin-top: 80px;
  margin-bottom: 80px;
}

.select .iprobox h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #18519b;
}

.select .iprobox h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-top: 16px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #18519b;
}

.select .iprobox p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}

.select .iprobox .iprobutton {
  margin-top: 40px;
}

.select .iprobox .iprobutton a {
  margin-right: 10px;
}

.select .iprobox .iprobutton .proact {
  background: #18519b;
  color: #fff;
}

.select .iprobox .iproselect {
  margin-top: 40px;
  text-align: center;
}

.select .iprobox .iproselect select {
  padding: 10px 16px;
  border: 1px solid #ccc;
  margin-left: 15px;
  width: calc(100% - 30px);
}

.select .iprobox .iproselect select option {
  font-size: 16px;
}

.select .iprobox .iprosboxs {
  margin-top: 40px;
}

.select .iprobox .iprosboxs .iprosbox {
  display: none;
  flex-wrap: wrap;
  align-items: center;
}

.select .iprobox .iprosboxs .iprosbox .ipros {
  width: calc(25% - 20px);
  margin: 10px;
  border: 1px solid #ccc;
  height: fit-content;
  aspect-ratio: 1;
  position: relative;
}

.select .iprobox .iprosboxs .iprosbox .ipros img {
    width: 100%;
    height: auto;
  object-fit: cover;
  transition: .3s;
  transform-origin: center center;
}

.select .iprobox .iprosboxs .iprosbox .ipros .iproshow {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background: #336fbd80;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
}

.select .iprobox .iprosboxs .iprosbox .ipros .iproshow .iprotitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  transition: .3s;
  transform: translate(0, 30px);
  text-align: center;
}

.select .iprobox .iprosboxs .iprosbox .ipros .iproshow .iprocontent {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  transition: .5s;
  transform: translate(0, 100px);
  text-align: center;
  margin-top: 12px;
}

.select .iprobox .iprosboxs .iprosbox .ipros:hover img {
  transform: scale(1.2);
}

.select .iprobox .iprosboxs .iprosbox .ipros:hover .iproshow {
  visibility: visible;
  opacity: 1;
}

.select .iprobox .iprosboxs .iprosbox .ipros:hover .iproshow .iprotitle {
  transform: translate(0);
}

.select .iprobox .iprosboxs .iprosbox .ipros:hover .iproshow .iprocontent {
  transform: translate(0);
}

.select .iprobox .iprosboxs .iprosbox:nth-child(1) {
  display: flex;
}

.select .inewtopbox {
  margin-top: 80px;
  margin-bottom: 80px;
}

.select .inewtopbox h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-top: 16px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #18519b;
}

.select .inewtopbox p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}

.select .inewtopbox p a {
  color: #666;
}

.select .inewtopbox .innewtops {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.select .inewtopbox .innewtops .inewtop {
  width: calc(33% - 40px);
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
}

.select .inewtopbox .innewtops .inewtop .inewtopimg {
  width: 100%;
  aspect-ratio: 19 / 11;
}

.select .inewtopbox .innewtops .inewtop .inewtopimg img {
  width: 100%;
  object-fit: cover;
}

.select .inewtopbox .innewtops .inewtop .inewtopt {
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select .inewtopbox .innewtops .inewtop .inewtopt .inewtoptitle {
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  color: #18519b;
  width: 100%;
}

.select .inewtopbox .innewtops .inewtop .inewtopt .inewtoptext {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.select .inewtopbox .innewtops .inewtop .inewtopt a {
  margin-top: 40px;
}

.select .inewtopbox .innewtops .inewtop .inewtopt a:nth-child(1) {
  margin-top: 0px;
}

.select .inewtopbox .inewtopsle {
  justify-content: center;
  margin-top: 20px;
}

.select .icustomers {
  margin-top: 80px;
  margin-bottom: 80px;
  background: #336fbd;
  padding-top: 60px;
  padding-bottom: 60px;
}

.select .icustomers .icustitle h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 28px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.select .icustomers .icustitle h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 38px;
  margin-top: 16px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.select .icustomers .icustitle p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.select .icustomers .icusbox {
  margin: 40px auto;
  position: relative;
  max-width: 800px;
}

.select .icustomers .icusbox .icusboxh {
  overflow: hidden;
}

.select .icustomers .icusbox .icusboxh .icusboxul .icusboxli {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select .icustomers .icusbox .icusboxh .icusboxul .icusboxli .mlogo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.select .icustomers .icusbox .icusboxh .icusboxul .icusboxli .pbox {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.select .icustomers .icusbox .icusboxh .icusboxul .icusboxli .pbox i {
  margin-right: 4px;
}

.select .icustomers .icusbox .icusboxh .icusboxul .icusboxli .icuscontent {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

.select .icustomers .icusbox .icusboxh .icusboxul .icusboxli .icuscompany {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
}

.select .icustomers .icusbox .icusboxh .icusboxul .icusboxli .icustype {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 4px;
}

.select .icustomers .icusbox .icusbutton {
  position: absolute;
  top: calc(50% - 20px);
  height: 40px;
  left: -50px;
  right: -50px;
  width: calc(100% + 100px);
  z-index: 2;
  justify-content: space-between;
  align-items: center;
}

.select .icustomers .icusbox .icusbutton .icusleft,
.select .icustomers .icusbox .icusbutton .icusright {
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: #FFF solid 1px;
  color: #FFF;
  position: relative;
  cursor: pointer;
}

.select .icustomers .icusbox .icusbutton .swiper-button-disabled {
  opacity: .5;
}

.select .icustomers .icusbox .icusbutton .icusleft::before,
.select .icustomers .icusbox .icusbutton .icusright::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: center center;
  position: absolute;
  top: 14px;
}

.select .icustomers .icusbox .icusbutton .icusleft::before {
  left: 16px;
  transform: rotate(45deg);
}

.select .icustomers .icusbox .icusbutton .icusright::before {
  right: 16px;
  transform: rotate(-135deg);
}

.select .icustomers .icusbox .icussle {
  margin-top: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.select .icustomers .icusbox .icussle span {
  margin-right: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.select footer {
  margin-top: 80px;
  background: #00142e;
  color: #fff;
}

.select footer a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.select footer .footerbox {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
}

.select footer .footerbox .footertitle {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.select footer .footerbox .footerbar,
.select footer .footerbox .footercontact,
.select footer .footerbox .footerNews {
  width: calc(33% - 50px);
}

.select footer .footerbox .footerbar ul,
.select footer .footerbox .footercontact ul,
.select footer .footerbox .footerNews ul {
  display: flex;
  flex-direction: column;
}

.select footer .footerbox .footerbar ul li,
.select footer .footerbox .footercontact ul li,
.select footer .footerbox .footerNews ul li {
  margin-top: 8px;
}

.select footer .footerbox .footerbar ul li span,
.select footer .footerbox .footercontact ul li span,
.select footer .footerbox .footerNews ul li span {
  font-size: 14px;
  line-height: 24px;
}

.select footer .footerbox .footercontact .phone a,
.select footer .footerbox .footercontact .email a {
  text-decoration-line: underline;
}

.select footer .footerbox .footerbar,
.select footer .footerbox .footercontact {
  margin-right: 75px;
}

.select footer .footerbox .footerbar a:hover,
.select footer .footerbox .footerNews a:hover {
  border-bottom: 1px solid #fff;
}

.select footer .copyrightbox {
  border: 1px #ffffff1a solid;
  padding: 20px 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.select footer .copyrightbox p {
  font-size: 14px;
  line-height: 20px;
}

.select .iside {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 3;
}

.select .iside ul {
  display: flex;
  flex-direction: column;
}

.select .iside ul li {
  width: 64px;
  height: 64px;
  background: #336fbd;
}

.select .iside ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  position: relative;
  color: #fff;
}

.select .iside ul li a i {
  font-size: 24px;
}

.select .iside ul li:hover {
  background: #18519b;
}

/*.select .iside .animate-whatsapp {*/
/*  animation: nwhatsapp 1s backwards infinite;*/
/*}*/

.select .search_box {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(125, 125, 125, 0.8);
  z-index: 99;
  transition: .5s;
}

.select .search_box .search_dom {
  width: 552px;
  height: 70px;
  position: fixed;
  left: calc(50% - 260px);
  top: calc(50% - 35px);
  background: #fff;
  border-radius: 35px;
  padding: 12px 16px;
  transition: 1s;
  transform: translate(25vw, -30vw) scale(0.1);
}

.select .search_box .search_dom form {
  display: flex;
  align-items: center;
}

.select .search_box .search_dom .seatxt {
  width: 480px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  height: 45px;
  padding: 10px;
  outline: none;
  color: #666;
}

.select .search_box .search_dom .stbn {
  width: 40px;
  height: 40px;
  background: #336fbd;
  border-radius: 50%;
  color: #fff;
  border: 0;
}

.select .search_box .search_dom i {
  font-size: 16px;
  color: #fff;
  transform: translate(-26px, 0);
  cursor: pointer;
}

.select .search_show {
  visibility: visible;
  opacity: 1;
}

.select .search_show .search_dom {
  transform: scale(1) translate(0);
}

@media screen and (max-width: 1400px) {
  .select .plr30_5 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .select .plr30_10 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .select .on_bt{
      font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .select .plr30_5 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .select .plr30_10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .select .plr30_5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .select .plr30_10 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 950px) {
  .select .zwbox {
    height: 80px;
  }
  .select .db_n,
.select .dib_n,
.select .df_n {
    display: none;
  }
  .select .dn_f {
    display: flex;
  }
  .select .dn_b {
    display: block;
  }
  .select .dn_ib {
    display: inline-block;
  }
  .select .iaboutbox > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .select .iaboutbox > div h4 {
    font-size: 16px;
    text-align: center;
  }
  .select .iaboutbox > div h3 {
    font-size: 20px;
    text-align: center;
  }
  .select .iaboutbox > div p {
    font-size: 14px;
    text-align: center;
  }
  .select .iaboutcbox {
    overflow: hidden;
  }
  .select .iaboutbox,.select .iaboutcbox,.select .inumsbox,.select .inewtopbox,.select .icustomers,.select .iprobox{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .select .inumsbox{
      padding: 20px 0;
  }
  .select footer{
      margin-top: 20px;
  }
  .select .iaboutcbox .layboxs {
    transition: .3s;
  }
  .select .iaboutcbox .layboxs .laybox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .select .iaboutcbox .laybutton {
    display: flex;
  }
  .select .iaboutcbox .laybutton .bact {
    background: #336fbd;
  }
  .select .inumsbox .inumbox {
    width: 96%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .select .ictact div {
    justify-content: center;
  }
  .select .ictact div h3 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    max-width: none;
  }
  .select .iprobox h4 {
    font-size: 14px;
    width: 96%;
  }
  .select .iprobox h3 {
    font-size: 20px;
    width: 96%;
  }
  .select .iprobox p {
    font-size: 14px;
    width: 96%;
  }
  .select .iprobox > .iprosboxs > .iprosbox > .ipros {
    width: calc(50% - 12px);
    margin: 6px;
    /*padding-bottom: 40%;*/
  }
  .select .icustomers {
    background: #336fbd;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .select .icustomers .icustitle h4 {
    font-size: 14px;
    width: 96%;
  }
  .select .icustomers .icustitle h3 {
    font-size: 20px;
    width: 96%;
  }
  .select .icustomers .icustitle p {
    width: 96%;
  }
  .select .inewtopbox {
    overflow: hidden;
    width: 96%;
  }
  .select .inewtopbox h3 {
    width: 96%;
  }
  .select .inewtopbox p {
    width: 96%;
  }
  .select footer .footerbox .footerbar,
.select footer .footerbox .footercontact,
.select footer .footerbox .footerNews {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
