/* reset css */
html,
body,
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;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
a,
a:hover {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
html body {
  font-family: 'Helvetica Neue';
}

/* ========= Global Style ========== */
.global-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.intro-homepage {
  padding-bottom: 30px !important;
}

.global-container-slide {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
/* ========= Top Header Style ========== */
.top-header-desktop{
  background-color: #0031a7;
  color: #fff;
  height: 55px;
  display: flex;
  align-items: center;
}
.top-header-desktop .top-header-desktop-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-global-language{
  display: flex;
  gap: 20px;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-global-language a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 47px;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-global-language a:hover > span:nth-child(2){
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-global-language a:hover > span:nth-child(1){
  transform: translate(0, 15%);
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-local-language > a{
  display: flex;
  align-items: normal;
  color: #fff;
  gap: 8px;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-local-language > a .desktop-tool-language-container-title{
  font-size: 16px;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-global-language a span:nth-child(1){
  transform: translate(0, 40%);
  transition: 0.5s all ease-in-out;
  z-index: 1;
  border: 1px solid #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-global-language a span:nth-child(2){
  visibility: hidden;
  opacity: 0;
  font-size: 11px;
  color: #fff;
  margin-top: 6px;
  transform: translate(0, -100%);
  transition: 0.5s all ease-in-out;
  z-index: 0;
  white-space: nowrap;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-local-language .dropdown-menu{
  padding: 0;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-local-language .dropdown-menu a{
  padding: 15px;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-local-language .dropdown-menu a.active{
  background-color: #0031a7;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-global-language a span:nth-child(1) svg{
  /* width: 35px;
  height: 25px; */
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-local-language .option-language{
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-local-language .option-language a{
  color: #fff;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-local-language .option-language a:first-child{
  margin-right: 10px;
}
.top-header-desktop .top-header-desktop-container .top-header-desktop-container-local-language .option-language a:nth-child(2){
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}
/* ========= Header Style ========== */
.header {
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 4;
}

.header-desktop {
  height: 100px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;

}

.header-desktop .header-desktop-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* width: 100%; */
  height: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.header-desktop .header-desktop-container.global-container {
  width: 1280px;
}
.header-desktop .header-desktop-container.global-container.header-social-container {
  justify-content: flex-end;
  border-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 10px;
}

.header-desktop-container .desktop-menu-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  width: calc(80%);
  justify-content: space-between;
}

.desktop-menu-container .desktop-menu-container-logo {
  margin-right: 60px;
}

.desktop-menu-container .desktop-menu-container-logo img {
  height: auto;
  width: 160px;
}

.desktop-menu-container .desktop-menu-container-menu {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 800px;
}

.desktop-menu-container-menu .desktop-menu-container-menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
}

.desktop-menu-container-menu-list .desktop-menu-container-menu-list-item {
  height: 100%;
  position: relative;
}
.desktop-menu-container-menu-list .desktop-menu-container-menu-list-item:last-child a span{
  padding: 8px 15px 10px 15px;
  border-radius: 10px;
  background-color: #0031a7;
  color: #fff;
}
.desktop-menu-container-menu-list .desktop-menu-container-menu-list-item:not(:last-child) {
  margin-right: 35px;
}

.desktop-menu-container-menu-list-item .desktop-menu-list-item-container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.desktop-menu-item-link {
  white-space: nowrap;
}

.desktop-menu-item-link,
.desktop-menu-item-link:hover {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  transition: all 0.2s ease-in-out;
  position: relative;
  height: 100%;
}

.desktop-menu-item-link::after,
.desktop-menu-item-link::before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 3px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.35s;
  opacity: 0;
  background-color: #000000;
}

.desktop-menu-item-link::after {
  right: 50%;
}

.desktop-menu-item-link::before {
  left: 50%;
}

.desktop-menu-container-menu-list-item:hover .desktop-menu-item-link::after,
.desktop-menu-container-menu-list-item:hover .desktop-menu-item-link::before {
  width: 50%;
  opacity: 1;
}

.desktop-menu-item-link .menu-desktop-icon-expand {
  margin-left: 4px;
  margin-top: 6px;
}

.desktop-menu-item-link.parent-menu {
  padding-right: calc(12px + 4px);
}

.desktop-menu-item-link.parent-menu > span {
  position: relative;
}

.desktop-menu-item-link.parent-menu > span::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: calc(100% + 4px);
  top: 9px;
  background-image: url(../img/layout/caret-down-menu-desktop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.desktop-menu-item-expand {
  padding: 20px 40px 22px 40px;
  min-width: 220px;
  background-color: #000000;
  position: absolute;
  left: -40px;
  top: calc(100% - 8px);
  display: none;
}

.desktop-menu-container-menu-list-item:hover .desktop-menu-item-expand {
  display: block;
}

.desktop-menu-item-expand .desktop-menu-expand-list {
}

.desktop-menu-expand-list .desktop-menu-expand-item {
}

.desktop-menu-expand-list .desktop-menu-expand-item:not(:last-child) {
  margin-bottom: 24px;
}

.desktop-menu-expand-item .desktop-menu-expand-item-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}

.desktop-menu-expand-item-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.desktop-menu-expand-item-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.header-desktop-container .desktop-tool-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  position: relative;
}

.desktop-tool-container .desktop-tool-search {
}

.desktop-tool-search .desktop-search-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.desktop-tool-search .desktop-search-text.active {
  display: none;
}

.desktop-search-text .desktop-search-text-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-left: 4px;
}

.desktop-search-text:hover svg path {
  stroke: #0031a7;
}

.desktop-search-text .desktop-search-text-icon {
  margin-top: 6px;
}

.desktop-search-text:hover .desktop-search-text-title {
  color: #0031a7;
}

.desktop-tool-search .desktop-search-input-container {
  /* position: relative; */
  display: none;
  position: absolute;
  top: 30px;
  width: 180px;
  right: 0;
  z-index: 7;
  background-color: #FFF;
}

.desktop-tool-search .desktop-search-input-container.active {
  display: block;
}

.desktop-search-input-container .desktop-search-input-custom {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding: 0;
  outline: none;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 4px;
}

.desktop-search-input-container .close-expand-search-desktop {
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.desktop-tool-container .desktop-tool-language {
  margin-left: 16px;
}

.desktop-tool-language .desktop-tool-language-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.desktop-tool-language-container .desktop-tool-language-container-icon {
  margin-top: 6px;
}

.desktop-tool-language-container .desktop-tool-language-container-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-left: 4px;
}

.desktop-tool-language-container:hover svg path {
  stroke: #0031a7;
}

.desktop-tool-language-container:hover .desktop-tool-language-container-title {
  color: #0031a7;
}

/* Mobile Header */

.header-mobile {
  height: 72px;
  background-color: #ffffff;
  /* display: flex;
  flex-direction: column; */
}

.header-mobile .header-mobile-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #b3b3b3;
  padding: 0 20px;
}

.header-mobile .header-mobile-container .logo-mobile img {
  height: 40px;
}

.header-mobile-container .tool-mobile-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tool-mobile-container .tool-mobile-item:not(:last-child) {
  margin-right: 24px;
}

.tool-mobile-item.search-box a {
  position: relative;
}

.tool-mobile-item.search-box a::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: -12px;
  left: -24px;
  background-image: url(../img/layout/icon-search-desktop.png);
  background-repeat: no-repeat;
  background-position: center;
}

.tool-mobile-item #language-menu-icon {
  position: relative;
}

.tool-mobile-item #language-menu-icon::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: -12px;
  left: -12px;
  background-image: url(../img/layout/icon-language-desktop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-mobile .menu-mobile-expand-container {
  padding: 0 20px;
  /* padding-top: 56px; */
  /* transform: translateY(56px); */
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
}

.header-mobile .menu-mobile-expand-container.active {
  /* height: calc(100vh - (72px + 56px)); */
  padding-top: 56px;
  height: calc(100vh - (72px));
  overflow: auto;
  padding-bottom: 35px;
  position: relative;
  z-index: 10;
}

.menu-mobile-expand-container .menu-mobile-list {
}

.menu-mobile-list .menu-mobile-item {
}

.menu-mobile-list .menu-mobile-item.active {
}

.menu-mobile-list .menu-mobile-item:not(:last-child) {
  margin-bottom: 32px;
}

.menu-mobile-item .menu-mobile-item-container {
}

.menu-mobile-item-container .menu-mobile-item-link {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  display: flex;
  align-items: center;
}

.menu-mobile-item-link.parent-menu > span {
  position: relative;
}

.menu-mobile-item-link.parent-menu > span::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url(../img/layout/caret-down-menu-desktop.png);
  top: 12px;
  left: calc(100% + 7px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.menu-mobile-item-link .menu-mobile-icon-expand {
  margin-left: 8px;
  margin-top: 6px;
}

.menu-mobile-item-container .menu-mobile-item-expand {
  margin-top: 0px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0px;
  background-color: #f2f2f2;
  max-height: 0;
  height: auto;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
}

.menu-mobile-item-container .menu-mobile-item-expand.active {
  max-height: 500px;
  opacity: 1;
  transition: all 0.4s ease 0s;
  margin-top: 16px;
  padding: 20px 40px 22px 40px;
}

.menu-mobile-item-expand .menu-mobile-item-expand-container {
}

.menu-mobile-item-expand-container .mobile-item-expand-child {
}

.menu-mobile-item-expand-container .mobile-item-expand-child:not(:last-child) {
  margin-bottom: 26px;
}

.mobile-item-expand-child .mobile-item-expand-child-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.language-switch-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -1;
  background-color: #ffffff;
}
.language-switch-container.active {
  max-height: 100%;
  z-index: 10;
  visibility: visible;
  overflow: auto;
}
.language-switch-container .switcher-container {
}
.switcher-container .switcher-language-desktop {
  padding-top: 40px;
  padding-bottom: 96px;
}
.switcher-language-desktop .local-desktop-container {
  margin-top: 40px;
}
.local-desktop-container .local-desktop-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 5px;
  text-align: center;
}
.local-desktop-container .local-desktop-language-list-container {
  width: 614px;
  max-width: 100%;
  margin: 0 auto;
}
.local-desktop-language-list-container .local-desktop-language-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -16px;
  justify-content: center;
}
.local-desktop-language-list .local-desktop-language-item {
  height: 120px;
  width: 194px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f2f2f2;
  margin-top: 16px;
  margin-left: 16px;
}
.local-desktop-language-item .local-desktop-language-item-icon {
}
.local-desktop-language-item .local-desktop-language-item-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-top: 8px;
}
.local-desktop-language-item .local-desktop-language-item-box {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 135%;
  text-align: center;
  color: #000000;
}
.local-desktop-language-item-box .local-desktop-language-item-box-link {
  color: #2e7cf6;
  text-decoration: underline;
}
.local-desktop-language-item-box .local-desktop-language-item-box-link:nth-child(1) {
  margin-right: 4px;
}
.local-desktop-language-item-box .local-desktop-language-item-box-link:nth-child(2) {
  margin-left: 4px;
}
.switcher-language-desktop .sperator-line {
  position: relative;
  background-color: #d9d9d9;
  height: 1px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
}
.switcher-language-desktop .language-desktop-close-icon {
  position: absolute;
  top: 40px;
  right: 80px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.switcher-language-desktop .global-desktop-container {
}
.global-desktop-container .global-desktop-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}
.global-desktop-container .global-desktop-description {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.global-desktop-container .global-desktop-link {
  height: 40px;
  background-color: #0031a7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  transition: all 0.15s ease-in-out;
  width: fit-content;
  margin: 0 auto;
}
.global-desktop-link .global-desktop-link-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-right: 4px;
  margin-bottom: 5px;
}
.global-desktop-link .global-desktop-link-icon {
  transition: all 0.15s ease-in-out;
}
.global-desktop-link:hover {
  background-color: #000000;
}
.global-desktop-link:hover .global-desktop-link-icon {
  transform: rotate(45deg);
}
.language-mobile-header {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #b3b3b3;
  margin-left: -20px;
  margin-right: -20px;
}
.language-mobile-header .language-mobile-header-image {
  margin: 0;
}
.language-mobile-header .language-mobile-header-icon-box {
}
.language-mobile-header-icon-box .language-mobile-header-icon {
}
.language-mobile-list {
  margin-top: 56px;
}
.language-mobile-list .language-mobile-item {
}
.language-mobile-list .language-mobile-item.title-main-language {
  margin-bottom: 16px;
}
.language-mobile-item.title-main-language .language-mobile-item-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}
.language-mobile-item .language-mobile-item-container {
}
.language-mobile-item-container .language-mobile-item-box {
  height: 61px;
  display: flex;
  align-items: center;
}
.language-mobile-item-box .language-mobile-item-box-flag {
}
.language-mobile-item-box .language-mobile-item-box-name {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin: 0 8px;
}
.language-mobile-item-box .language-mobile-item-box-dropdown {
}
.language-mobile-item .language-mobile-item-append {
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  max-height: 0;
  height: auto;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}
.language-mobile-item.active .language-mobile-item-append.active {
  padding: 20px 40px 22px 40px;
  max-height: 500px;
  opacity: 1;
}
.language-mobile-item-append .language-mobile-item-append-list {
}
.language-mobile-item-append-list .language-mobile-item-append-list-item {
}
.language-mobile-item-append-list .language-mobile-item-append-list-item:not(:last-child) {
  margin-bottom: 24px;
}
.language-mobile-item-append-list-item .language-mobile-item-append-list-item-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.sperator-line {
  width: 215px;
  max-width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: 16px;
  margin-bottom: 20px;
}
.language-mobile-global-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 16px;
}
.language-mobile-global-description {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 24px;
}
.language-mobile-global-link {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  background-color: #0031a7;
  transition: all 0.15s ease-in-out;
  width: fit-content;
  margin-bottom: 40px;
}
.language-mobile-global-link .language-mobile-global-link-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 4px;
}
.language-mobile-global-link .language-mobile-global-link-icon {
  transition: all 0.15s ease-in-out;
}
.language-mobile-global-link:hover {
  background-color: #000000;
}
.language-mobile-global-link:hover .language-mobile-global-link-icon {
  transform: rotate(45deg);
}

@media screen and (max-width: 1199px) {
  .desktop-menu-container .desktop-menu-container-logo {
    margin-right: 32px;
  }
}

@media screen and (max-width: 1080px) {
  .desktop-menu-container-menu-list .desktop-menu-container-menu-list-item:not(:last-child) {
    margin-right: 16px;
  }
  .top-header-desktop{
    display: none;
  }
}

@media screen and (min-width: 1081px) {
  .header-mobile {
    display: none;
  }
}

@media screen and (max-width: 1080px) and (min-width: 577px) {
  .header-desktop {
    display: none;
  }
  .switcher-container .switcher-language-desktop {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .header-desktop {
    display: none;
  }
  .switcher-container .switcher-language-desktop {
    display: none;
  }
}

/* ========= Footer Style ========== */
.footer {
  background-color: #0031a7;
}

.footer .footer-container {
  padding: 60px 0 0 0;
}

.footer-container .footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-content .footer-logo {
}

.footer-logo .footer-logo-content {
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-content .footer-menu-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.footer-menu-container .menu-footer-list {
  margin-right: 80px;
}
.menu-footer-list-title{
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 16px;
}
.menu-footer-list .footer-list-container {
}

.footer-list-container .footer-list-item {
}

.footer-list-container .footer-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.footer-list-item .footer-list-item-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  display: inline-block;
  position: relative;
}

.footer-list-item-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.footer-list-item-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.menu-footer-subscribe {
  margin-bottom: 30px;
}

.menu-footer-subscribe .footer-subscribe-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 16px;
}

.menu-footer-subscribe .footer-subscribe-form {
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.menu-footer-subscribe .footer-subscribe-form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -18px;
}

.footer-subscribe-form .footer-subscribe-input {
  width: 100%;
  outline: none;
  background: transparent;
  border: none;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
  padding-right: 35px;
  color: #ffffff;
  padding-bottom: 8.5px;

  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  margin-top: 10px;
}

footer ::-webkit-input-placeholder {
  font-size: 16.5px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}

footer :-ms-input-placeholder {
  font-size: 16.5px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}

footer ::placeholder {
  font-size: 16.5px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}

.footer-subscribe-form .subscribe-button {
  padding: 0;
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 8.5px;
}
.includeText {
  display: none;
}
.subscribe-button .footer-subscribe-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
}

.subscribe-button:hover .footer-subscribe-text {
  border-bottom: 1px solid #ffffff;
}

.subscribe-button .footer-subscribe-icon {
  transition: all 0.15s ease-in-out;
  margin-top: 4px;
}

.subscribe-button:hover .footer-subscribe-icon {
  transform: rotate(45deg);
}

.footer-menu-container .menu-footer-connect {
}

.menu-footer-connect .footer-connect-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 16px;
}

.menu-footer-connect .footer-connect-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: -24px;
}

.menu-footer-connect .footer-connect-list li {
  margin-left: 24px;
}
.menu-footer-connect .footer-connect-list li .social-icon-footer img{
  opacity: 0.5;
  width: 26px;
}
.copyright-container .copyright-divide {
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.3;
  margin: 19px 0 24px 0;
}

.copyright-container .copyright-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.copyright-box .copyright-text {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.copyright-box .copyright-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.copyright-list .copyright-item:not(:last-child) {
  margin-right: 16px;
}

.copyright-item .copyright-item-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.copyright-item .copyright-item-link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1281px) {
  .footer-subscribe-form .footer-subscribe-input {
    max-width: 255px;
  }
}

@media screen and (min-width: 1081px) {
  .switcher-container .language-mobile-list-container {
    display: none;
  }
}

@media screen and (max-width: 1080px) and (min-width: 577px) {
  .footer .footer-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-container .footer-content {
    flex-direction: column;
  }
  .footer-content .footer-menu-container {
    /* flex-direction: column; */
    width: 100%;
    justify-content: space-between;
  }
  .footer-menu-container .menu-footer-list, .footer-menu-container .menu-footer-subscribe, .footer-menu-container .menu-footer-connect {
    margin-right: 0;
    margin-top: 40px;
  }
  .footer-menu-container .menu-footer-subscribe {
    /* width: 100%; */
    margin-left: 80px;
    margin-right: 80px;
  }
  .copyright-container .copyright-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .copyright-box .copyright-list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .footer-container .footer-content {
    padding-bottom: 80px;
    position: relative;
  }
  .footer-logo .footer-logo-content {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .footer-container .footer-content {
    flex-direction: column;
  }
  .footer-content .footer-menu-container {
    width: 100%;
    justify-content: space-between;
  }
  .footer-logo .footer-logo-content {
    margin-top: 64px;
  }
  .switcher-container .switcher-language-desktop {
    display: none;
  }
  .menu-footer-subscribe{
    margin-top: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .footer-container .footer-content {
    flex-direction: column;
    align-items: center;
  }
  .footer-menu-container .menu-footer-list {
    margin-top: 64px;
  }
  .footer-menu-container .menu-footer-subscribe {
    margin-top: 64px;
  }
  .footer-menu-container .menu-footer-connect {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu-container .menu-footer-list {
    margin-right: 32px;
  }
  .footer-menu-container .menu-footer-subscribe {
    margin-right: 36px;
  }
}

@media screen and (max-width: 576px) {
  .footer .footer-container {
    padding: 40px 20px 24px 20px;
  }
  /* .footer-container .footer-content {
    flex-direction: column;
  } */
  .footer-logo img {
    height: 40px;
    margin: 0;
  }
  .footer-logo .footer-logo-content {
    margin-top: 30px;
  }
  .footer-content .footer-menu-container {
    flex-direction: column;
    width: 100%;
  }
  .footer-menu-container .menu-footer-list {
    margin: 0;
    margin-top: 30px;
  }
  .footer-menu-container .menu-footer-subscribe {
    margin: 0;
    margin-top: 30px;
    width: 100%;
  }
  .footer-menu-container .menu-footer-connect {
    margin: 0;
    margin-top: 30px;
  }
  .footer-container .copyright-container {
    margin: 0;
  }
  .copyright-container .copyright-divide {
    margin: 30px 0 24px 0;
  }
  .copyright-box .copyright-list {
    margin-top: 16px;
    display: flex;
  }
  .copyright-container .copyright-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-list-container .footer-list-item:not(:last-child){
    margin-bottom: 10px;
  }
}

/* ========= Contact us Style ========== */
ul,
li {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
#showContact-mobile{
  display: none;
}
.contactconsultant-btn-close-mobile{
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}
.iconShowcontact-mobile{
  display: inline;
  width: 24px;
  height: 24px;
}
.contactconsultant-main {
  width: 270px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: translateX(100%);
  transition: 0.35s all ease;
  z-index: 10;
}
.contactconsultant-main.active {
  transform: translateX(0);
}
.contactconsultant-btn {
  display: none;
  position: absolute;
  width: 171px;
  height: 49px;
  top: calc(270px);
  text-align: center;
  color: #ffffff;
  transform: rotate(-90deg);
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  background: #0031a7;
  left: -41%;
  cursor: pointer;
  line-height: 49px;
  transition: 0.35s all ease;
}
.contactconsultant-btn:hover {
  background: #000000;
}
.contactconsultant-item {
  padding-bottom: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.contactconsultant-item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0px 8px;
}
.contactconsultant-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #b3b3b3;
  transition: all 0.35s ease;
  cursor: pointer;
}
.contactconsultant-item svg path {
  fill: #b3b3b3;
  transition: all 0.35s ease;
}
.contactconsultant-link:hover {
  color: #0031a7;
}
.contactconsultant-link:hover .contactconsultant-svg path {
  fill: #0031a7;
}
.contactinsultant-item-img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  object-position: center;
}
.contactconsultant-connect-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 21px;
}
.contactconsultant-connect-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contactconsultant-connect-item {
  margin-right: 24px;
}
.contactconsultant-connect-item:last-child {
  margin-right: 0;
}
.contactconsultant-connect-link svg path {
  fill: #b3b3b3;
  transition: all 0.35s ease;
}
.contactconsultant-connect-link:hover .contactconsultant-connect-item-svg path {
  fill: #000000;
}
.contactconsultant-content {
  height: 530px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.contactconsultant-list {
  width: 100%;
}
.contactconsultant__oveylay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  animation: oPacityShow 0.25s linear;
}
.contactconsultant__oveylay-main {
  display: none;
}
.contactconsultant__oveylay-main.active {
  display: block;
}
@keyframes oPacityShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* @media screen and (max-width: 992px) {
  .contactconsultant {
    display: none;
  }
} */

/* ========= Banner link Style ========== */

.banner-link-global {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  height: 320px;
}
.banner-link-global img {
  width: 100%;
  max-width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
}
.banner-link-global .banner-link-container {
  position: relative;
  display: block;
}
.banner-link-container .banner-link-detail-box {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner-link-detail-box .banner-link-detail-text {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #f2f2f2;
  margin-right: 20px;
  transition: all 0.15s ease-in-out;
}
.banner-link-container:hover .banner-link-detail-text {
  text-decoration: underline;
}
.banner-link-container svg {
  transition: all 0.15s ease-in-out;
  margin-top: 12px;
}
.banner-link-container:hover svg {
  transform: rotate(45deg);
}

@media screen and (max-width: 992px) {
  .banner-link-global {
    height: 160px;
  }
  .banner-link-container img {
    height: 160px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .banner-link-detail-box .banner-link-detail-text {
    font-size: 24px;
    margin-right: 8px;
  }
  .banner-link-container svg {
    width: 24px;
    height: 24px;
  }
  .banner-link-container .banner-link-detail-box {
    padding: 0 20px;
  }
}

/* Cookie */
.cookie-popup-container {
  background-color: #0031a7;
  padding: 16px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}
.cookie-popup-container .cookie-frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-frame .cookie-frame-content {
  margin-right: 32px;
}
.cookie-frame-content .cookie-frame-content-text,
.cookie-frame-content-text .cookie-frame-content-link {
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.cookie-frame-content .cookie-frame-content-link {
  text-decoration: underline;
}
.cookie-frame .cookie-frame-button {
}
.cookie-frame-button .btn-accept-cookie {
  outline: none;
  border: none;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
}
.btn-accept-cookie .btn-accept-cookie-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #0031a7;
  margin-right: 4px;
  transition: all 0.15s ease-in-out;
  margin-bottom: 4px;
}
.btn-accept-cookie:hover .btn-accept-cookie-text {
  text-decoration: underline;
}
.btn-accept-cookie .btn-accept-cookie-icon {
  transition: all 0.15s ease-in-out;
}
.btn-accept-cookie:hover .btn-accept-cookie-icon {
  transform: rotate(45deg);
}

@media screen and (max-width: 992px) {
  .cookie-popup-container .cookie-frame {
    flex-direction: column;
    align-items: inherit;
  }
  .cookie-frame .cookie-frame-button {
    margin: 0;
    margin-top: 32px;
  }
}

/* custom select2 */
.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
  width: 100% !important;
}
.select2.select2-container.select2-container--default.select2-container--focus.select2-container--below.select2-container--open {
  width: 100% !important;
}
.select2.select2-container.select2-container--default.select2-container--focus {
  width: 100% !important;
}
.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border: none;
  outline: none;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-bottom: 11px;
  border-bottom: 1px solid #b3b3b3;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
  transform: translateX(50%);
  margin-right: 6px;
}
.select2-dropdown {
  border-radius: 0;
}
.select2-results__options {
  background-color: #d9d9d9;
  padding-bottom: 10px;
}
.select2-results__option {
  position: relative;
  width: fit-content;
  background-color: transparent !important;
  margin-left: 10px;
  padding: 10px 0;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  color: #000;
}
.select2-results__option::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.select2-results__option:hover::after {
  transform: scale(1);
  transform-origin: bottom left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #000 transparent;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
p.error {
  margin-top: 4px;
  color: #d92d20;
  display: none;
}
.btn-close-custom{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  margin-top: 24px;
}
.thankyou-title{
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 120%;
text-align: center;
color: #0031a7;
margin-bottom: 16px;
}
.thankyou-content{
  width: 415px;
  margin: 0 auto;
  max-width: 100%;
}
.thankyou-content-main, .checkip-content-main{
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 150%;
text-align: center;
color: #A6A6A6;
}
.modal-body.modal-body-custom{
  padding-bottom: 58px;
  padding-left: 92px;
  padding-right: 92px;
}
.modal-body.modal-body-custom.modal-get-quote{
  padding-bottom: 58px;
  padding-left: 0px;
  padding-right: 0px;
}
.thankyou-content-form{
  margin-top: 26px;
}
.thankyou-content-form .button_submit_wrapper > p{
  display: flex;
  gap: 8px;
  align-items: center;
}
.thankyou-content-form .button_submit_wrapper > p > input{
  background: #0031a7;
  color: #fff !important;
  padding: 12px 35px 12px 20px;
}
.thankyou-content-form .wpcf7-not-valid-tip{
  margin-top: 8px;
}
.thankyou-content-form.custom{
  margin: 0 -15px;
}
.col-thankyou{
  margin-bottom: 16px;
}
.col-thankyou .input-fiel{
  border: none;
  outline: none;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  width: 100%;
}
.col-thankyou .input-fiel::placeholder {
  color: #D9D9D9;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  width: 100%;
}
.thankyou-form-btn-group{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.thankyou-form-btn{
  border: none;
  outline: none;
  background-color: transparent;
  padding: 8px 16px;
}
.thankyou-form-send{
  background-color: #0031a7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  color: #ffffff;
  font-weight: 500;
font-size: 18px;
line-height: 24px;
transition: 0.15s ease all;
}
.thankyou-form-send span:first-child{
  transform: translateY(-2px);
}
.thankyou-form-send:hover{
  background-color: #000000;
}
.thankyou-form-send svg{
  transition: 0.15s ease all;
}
.thankyou-form-send:hover svg{
  transform: rotate(45deg);
}
.thankyou-form-nothanks{
  font-weight: 500;
font-size: 18px;
line-height: 24px;
}
.thankyou-form-nothanks:hover{
  text-decoration: underline;
}

.thankyou-label{
  font-size: 14px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 8px;
}
.getquote-note{
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
margin-bottom: 16px;
}

.thankyou-form-btn-group.custom{
  display: block;
}
.wpcf7-response-output {
  display: none;
}
.form-become-note {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.button_submit_wrapper {
  position: relative;
  margin-top: 16px;
}
/* .button_submit_wrapper #form-submit {
  width: 148px;
  display: flex;
  align-items: center;
  padding: 8px 16px;  
  background-color: #0031a7;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all 0.15s ease-in-out;
}
.button_submit_wrapper:hover #form-submit {
  background-color: #000000;
}
.button_submit_wrapper svg {
  position: absolute;
  top: 12px;
  left: 114px;
  transition: all 0.15s ease-in-out;
}
.button_submit_wrapper:hover svg {
  transform: rotate(45deg);
} */

.new_tos_popup {
	display: none;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    background: #4a4a4a99;
    z-index: 9999;
    right: 0;
    bottom: 0;
}
.new_tos_popup #close_popup {
	position: absolute;
    top: 5px;
    right: 10px;
    font-size: 35px;
    color: #2c508c;
}

.new_tos_popup .new_tos_popup_wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.new_tos_popup .new_tos_popup_wrapper .menu-footer-subscribe .footer-subscribe-title {
  color: #2b3990;
}
.new_tos_popup .new_tos_popup_wrapper .menu-footer-subscribe .footer-subscribe-form .subscribe-button {
  color: #2b3990;
}
.new_tos_popup .new_tos_popup_wrapper .menu-footer-subscribe .footer-subscribe-form {
  border-bottom: 1px solid rgb(43 58 144);
}
.new_tos_popup .new_tos_popup_wrapper .menu-footer-subscribe .footer-subscribe-form .footer-subscribe-input {
  max-width: 350px;
  color: #2b3990;
  border-bottom: 1px solid #2b3990;
}
.new_tos_popup .new_tos_popup_wrapper .menu-footer-subscribe {
	color: #2b3990;
    width: 500px;
    padding: 40px;
    border: 1px solid;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

@media screen and (min-width: 576px) and (max-width: 1310px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1280px) {
  .global-container {
    padding: 0 20px;
  }
}



@media screen and (max-width: 768px) {
  .header-desktop-container.global-container.header-social-container {
    width: 100%;
    background: #fff;
  }
  .header-desktop-container.global-container.header-social-container .contactconsultant-connect-list{
    justify-content: flex-end;
    align-items: flex-end;
        padding-top: 10px;
    padding-bottom: 5px;
/*    padding-bottom: 10px;*/
/*    border-bottom: 1px solid #b3b3b3;*/
  }
  .header-mobile .header-mobile-container {
/*    border-bottom: 0px;*/
  }
  .header-mobile {
    height: 95px;
  }
  .header-mobile .header-mobile-container {
    height: unset;
    padding: 0px 20px 15px;
  }
}

@media screen and (max-width: 576px) {
  .banner-link-container img {
    height: 160px;
  }
  #showContact-mobile{
    display: block;
  }
  .contactconsultant-btn-close-mobile{
    display: block;
  }
  .contactconsultant-btn{
    display: none;
  }
}


body h1, body h1 span, body h2, body h2 span {
  font-weight: 500 !important;
}

body h3, body h3 span, body h4, body h4 span {
  font-weight: 400 !important;
}
@media screen and (max-width : 576px) {
  .modal-body.modal-body-custom{
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footer-subscribe-form .button_submit_wrapper {
  margin: 0 !important;
  position: relative !important;
  width: fit-content !important;
}

.footer-subscribe-form .button_submit_wrapper svg {
  position: absolute;
  top: 17px !important;
  right: 0 !important;
  left: unset !important;
  transition: all 0.15s ease-in-out;
}

.button_submit_wrapper .wpcf7-spinner {
  display: none;
}

.footer-subscribe-form .subscribe-button {
  margin-right: 28px !important;
}

.footer-subscribe-form .subscribe-button:hover {
  text-decoration: underline !important;
}

.footer-subscribe-form .button_submit_wrapper:hover svg {
  transform: rotate(45deg) !important;
}


@media screen and (min-width:1024px) and (max-width : 1366px) and (orientation: landscape) {
  .desktop-menu-container-menu-list .desktop-menu-container-menu-list-item:not(:last-child){
    margin-right : 10px;
  }
  .global-container {
    padding: 0 40px;
  }
  .footer-subscribe-form .footer-subscribe-input{
    max-width: 255px;
   }
   .footer-logo img{
     height: unset;
   }
 }

 @media screen  and (min-width:1024px) and (max-width : 1128px) and (orientation: landscape) {
  .footer-menu-container .menu-footer-subscribe{
    margin-right: 80px;
  }
  .footer-menu-container .menu-footer-list{
    margin-right: 40px;
  }
  .contactconsultant-btn{
    height : 44px;
    line-height : 40px;
  }
 }
