@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}
.loading_spinner {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0em;
  color: #000;
  position: relative;
  background: #fff;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

:focus,
:hover {
  outline: none !important;
}

/* img {
  max-width: 100%;
} */

.row {
  margin-right: -15px;
  margin-left: -15px;
}
:root {
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs24: 24px;
  --fs30: 30px;
  --lh21: 22px;
  --lh23: 23px;
  --lh30: 30px;
  --lh40: 40px;
}
/* .container {
  width: 100%;
  max-width: 1337px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
} */
/*MENU MOBILE*/
.icon_mobile_click {
  display: block;
}

.icon_mobile_click {
  margin: 0px;
  cursor: pointer;
  z-index: 99;
  display: none;
  position: fixed;
  top: 20px;
  right: 15px;
  cursor: pointer;
  max-width: 40px;
  z-index: 9999999;
}

.icon_mobile_click i.fa {
  font-size: 30px !important;
  color: #ffc200 !important;
}

#page_wrapper {
  transition: all 0.3s;
}

#menu_mobile_lp_18102021 {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  left: -260px;
  background-color: #011744;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 9999999;
  border-right: 1px solid #fff;
  overflow: auto;
}

.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}

.bg_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}

.menu_hidden {
  z-index: -1;
  left: -260px;
}

.menu_show {
  z-index: 9999999;
}

#menu_mobile_lp_18102021 .close_menu {
  padding: 10px;
  font-size: 20px;
  text-align: right;
  color: #fff;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  background: #011744;
  cursor: pointer;
  top: 0px;
  z-index: 999;
}

#menu_mobile_lp_18102021 .mobile-menu {
  margin: 55px 0px 0px 0px;
}

#menu_mobile_lp_18102021 ul li {
  width: 100%;
  display: block;
}

#menu_mobile_lp_18102021 ul li {
  position: relative;
  border-bottom: 1px solid #fff;
}

#menu_mobile_lp_18102021 ul.cohon_mobile > li > a {
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  display: inline-block;
  padding-left: 10px;
}
#menu_mobile_lp_18102021 ul.cohon_mobile > li > ul.sub-menu > li > a {
  color: #fff;
  padding: 0px 0px 0px 10px;
}
#menu_mobile_lp_18102021 ul li a:hover {
  text-decoration: none;
  background: none;
}

#menu_mobile_lp_18102021 li span {
  margin: 0px 0px 0px 10px;
}

#menu_mobile_lp_18102021 .sub-menu {
  display: none;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #fff;
}

#menu_mobile_lp_18102021 .sub-menu li {
  padding: 15px 0px 15px 15px;
}

#menu_mobile_lp_18102021 .sub-menu li:last-child {
  border-bottom: none;
}

#menu_mobile_lp_18102021 .sub-menu li a {
  font-size: 14px;
  text-transform: none;
}

.editBefore_mobile::before {
  content: "-" !important;
}

#menu_mobile_lp_18102021 li.menu-item-has-children::before {
  content: "+";
  position: absolute;
  right: 10px;
  top: 12px;
  color: #fff;
}

#menu_mobile_lp_18102021 .menu > li.not-have-child {
  padding: 0px;
}

#menu_mobile_lp_18102021 .menu li ul.sub-menu li.not-have-child {
  padding: 0px;
  display: table;
}

#menu_mobile_lp_18102021 .menu li ul.sub-menu li.not-have-child > a {
  padding: 10px 0px 10px 15px;
  display: table;
  width: 100%;
}

#menu_mobile_lp_18102021
  .menu
  li
  ul.sub-menu
  li.not-have-child:last-child
  > a {
  padding: 10px 0px 0px 15px;
}

#menu_mobile_lp_18102021 .menu > li.not-have-child > a {
  display: block;
  padding: 15px 0px 15px 10px;
  color: #fff;
}

#menu_mobile_lp_18102021 .sub-menu li {
  padding: 10px 0px 10px 15px;
}

#menu_mobile_lp_18102021 .sub-menu li:last-child {
}

.top-header .menu {
  display: none;
}

.icon_mobile_click {
  display: none;
}

.hddt_flex_hd {
  display: flex;
  justify-content: space-between;
  z-index: 100;
  padding: 10px 0px;
}
.hddt_flex_hd.fixed {
  width: 100%;
  position: fixed;
  background: #3580e8;
  -webkit-animation: stuckMoveDown 0.6s;
  animation: stuckMoveDown 0.6s;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.hddt_flex_hd .container {
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* END MENU MOBILE*/
.landing_voie_2023 .header {
  background: url("../../images/banner-voice_2023.png")
    no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 1281px;
}
.landing_voie_2023 .header .nav {
  max-width: 1525px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 29px 15px 0px 15px;
}
.landing_voie_2023 .header .menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.landing_voie_2023 .header .menu ul {
  display: flex;
  align-items: center;
}
.landing_voie_2023 .header .menu ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: var(--fs18);
  line-height: var(--lh21);
  color: #ffffff;
  margin-left: 56px;
  padding: 10px 0px;
  cursor: pointer;
}
.landing_voie_2023 .header .menu ul li.active {
  border-bottom: 1px solid #fff;
}
.voice_name_images {
  max-width: 779px;
}
.voice_name_images img {
  width: 100%;
}
.landing_voie_2023 .baner {
  max-width: 1920px;
  margin-left: auto;
  padding: 0px 0px 0px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}
.landing_voie_2023 .baner .title_banner {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 53px;
  color: #fff;
  margin: 0px 0px 24px 0px;
}
.landing_voie_2023 .baner .strengths li {
  font-family: "Roboto";
  font-style: normal;
  font-size: var(--fs24);
  line-height: var(--lh40);
  color: #fff;
  margin-bottom: 4px;
}
.landing_voie_2023 .baner .strengths li strong {
  font-weight: 700;
  color: #ffcf36;
}
.landing_voie_2023 .baner .strengths li img {
  margin-right: 16px;
}
.landing_voie_2023 .baner .apply_note {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs20);
  line-height: var(--lh30);
  color: #ffecec;
  margin: 60px 0px 0px 0px;
  max-width: 581px;
  display: block;
}
.landing_voie_2023 .baner .btn_advise {
  width: 249px;
  height: 64px;
  background: #ffcf36;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: var(--fs20);
  line-height: 160%;
  border: none;
  margin-top: 121px;
}
.landing_voie_2023 .banner_images img {
  width: 100%;
}

.landing_voie_2023 .main .voice_name {
  max-width: 1354px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-top: -106px;
}

h3.title_voice {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs30);
  color: #323232;
  text-align: center;
}
.landing_voie_2023 .main .voice_name h3.title_voice {
  text-align: left;
}
.landing_voie_2023 .voice_name_content {
  margin-left: 74px;
  max-width: 752px;
}
.landing_voie_2023 .voice_name_content .voice_text {
  margin-top: 64px;
}
.landing_voie_2023 .voice_name_content .voice_text p {
  margin-bottom: 30px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs18);
  line-height: var(--lh21);
}
.landing_voie_2023 .use_voive {
  max-width: 1354px;
  margin: 0 auto;
  margin-top: 78px;
  position: relative;
  padding-bottom: 65px;
}

.landing_voie_2023 .use_voive_list {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
  flex-wrap: wrap;
}
.landing_voie_2023 .use_voive_list .use_voive_item {
  padding: 36px 32px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  max-width: 319px;
  min-height: 407px;
  background: #fff;
  width: calc(100% / 4);
  margin: 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #323232;
}
.landing_voie_2023 .use_voive_list .use_voive_item:hover{
  background: #023A92;
  color: #fff;
}
.landing_voie_2023 .use_voive_list .use_voive_item h4.use_voive_title {
  margin: 43px 0px 23px 0px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs18);
  line-height: 25px;

}
.landing_voie_2023 .use_voive_list .use_voive_item > p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs16);
  line-height: var(--lh21);
 
}
.landing_voie_2023 .back_ground_bot {
  background: url("../../images/bgr_bot_brandname.png")
    no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 3000px;
  padding-bottom: 200px;
  padding-top: 160px;
  margin-top: -91px;
}
.landing_voie_2023 .table_price_voice {
  max-width: 1405px;
  margin: 0 auto;
  padding: 70px 15px 0px 15px;
}
.landing_voie_2023 .conent_table_top {
  padding: 56px 0px 0px 0px;
}
.table_price_voice table,
.table_price_voice th,
.table_price_voice td {
  border-collapse: collapse;
}
.landing_voie_2023 .conent_table_top table {
  width: 100%;
}
.table_price_voice th {
  padding: 13px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs20);
  line-height: var(--lh23);
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  background: #5597ff;
}
.landing_voie_2023 .conent_table_top table tr:nth-child(2) td {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs18);
  line-height: var(--fs20);
  color: #323232;
  background: #e8f1ff;
  padding: 15px;
  text-align: center;
}
.landing_voie_2023 .conent_table_top table td {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs16);
  line-height: var(--lh21);
  color: #323232;
  padding: 21px 10px;
  text-align: center;
  background: #ffffff;
}
.landing_voie_2023 .conent_table_top table td:nth-child(1) {
  width: 30%;
}
.landing_voie_2023 .conent_table_top table td:nth-child(2) {
  width: 15%;
  font-weight: 600;
}
.landing_voie_2023 .conent_table_top table td:nth-child(3) {
  width: 15%;
}
.landing_voie_2023 .conent_table_top table td:nth-child(4) {
  width: 40%;
}
.landing_voie_2023 .conent_table_top table tr:nth-child(n + 3) td:nth-child(4) {
  text-align: left;
  max-width: 588px;
}
.landing_voie_2023 .conent_table_top table tr {
  border-bottom: 1px solid #d8d8d8;
}
.landing_voie_2023 .conent_table_top table tr:last-child {
  border-bottom: none;
}
.landing_voie_2023 .conent_table_top table td ul li img {
  margin-right: 10px;
}

.landing_voie_2023 .back_ground_bot h3.title_voice {
  color: #ffffff;
}
.landing_voie_2023 .back_ground_bot .use_voive h3.title_voice {
  color: #323232;
}
.landing_voie_2023 .conent_table_top table tr:last-child td:nth-child(1) {
  border-radius: 0px 0px 0px 10px;
}
.landing_voie_2023 .conent_table_top table tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px;
}
.landing_voie_2023 .conent_table_top2 table td {
  padding: 40px 10px;
}

.landing_voie_2023 .conent_table_top2 table tr:nth-child(4) {
  border-color: #fff;
  bottom: none;
}
.landing_voie_2023 .conent_table_top2 table tr:nth-child(4) {
  border-color: #fff;
  bottom: none;
}
.landing_voie_2023 .conent_table_top2 table tr:nth-child(4) td:nth-child(2) {
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.landing_voie_2023 .conent_table_top2 table tr:nth-child(4) td:nth-child(3) {
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.landing_voie_2023 .conent_table_top2 table tr:nth-child(5) td:nth-child(2) {
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.landing_voie_2023 .conent_table_top2 table tr:nth-child(5) td:nth-child(3) {
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.landing_voie_2023 .conent_table_top2 table tr:nth-child(6) td:nth-child(2) {
  border-left: 1px solid #d8d8d8;
}
.landing_voie_2023 .conent_table_top2 table tr:nth-child(6) td:nth-child(3) {
  border-right: 1px solid #d8d8d8;
}
.landing_voie_2023 .conent_table_top2 table tr:nth-child(5) {
  border-color: #fff;
  bottom: none;
}
.landing_voie_2023
  .conent_table_top2
  table
  tr:nth-child(n + 3)
  td:nth-child(4) {
  text-align: center;
}
.landing_voie_2023 .note_table {
  margin: 40px 0px 0px 0px;
}
.landing_voie_2023 .note_table ul {
  margin-left: 38px;
}
.landing_voie_2023 .note_table ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: var(--fs18);
  line-height: 24px;
  color: #fff4f4;
  position: relative;
  margin-bottom: 16px;
}
.landing_voie_2023 .note_table ul li::before {
  position: absolute;
  content: "";
  background: url(../../images/tich_voice.png);
  width: 14px;
  height: 11px;
  left: -33px;
  top: 6px;
}
.landing_voie_2023 .note_table ul li:nth-child(1) {
  position: unset;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
}
.landing_voie_2023 .procedure {
  max-width: 1400px;
  margin: 0 auto;
  padding: 128px 15px 0px 15px;
}
.list_procedure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 48px 0px 0px 0px;
}
.landing_voie_2023 .imtem_procedure1 {
  background: url(../../images/procedure1.png)
    no-repeat;
  background-size: 100% 100%;
  width: 100%;
  width: 446px;
  min-height: 272px;
  padding: 30px 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.landing_voie_2023 .imtem_procedure2 {
  background: url(../../images/procedure2.png)
    no-repeat;
  background-size: 100% 100%;
  width: 100%;
  width: 446px;
  min-height: 272px;
  padding: 30px 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.landing_voie_2023 .imtem_procedure3 {
  background: url(../../images/procedure3.png)
    no-repeat;
  background-size: 100% 100%;
  width: 100%;
  width: 446px;
  min-height: 272px;
  padding: 30px 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.landing_voie_2023 .imtem_procedure_box {
  max-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.landing_voie_2023 .imtem_procedure_box p {
  max-width: 175px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: var(--fs18);
  line-height: 25px;
  text-align: center;
  color: #323232;
  margin-top: 18px;
}
.landing_voie_2023 .advise_from {
  max-width: 1580px;
  
  
  margin-left: 15px;
  margin-right: 15px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-top: 126px;
  min-height: 601px;
  padding: 44px 92px;
  justify-content: space-between;
}
.advise_from_model {
  width: 100%;
  max-width: 610px;
  margin-left: 20px;
}
.advise_from_model .from_gp {
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  margin: 19px 0px;
}
.advise_from_model .from_gp input {
  border: none;
  padding: 10px 0px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
button.btn_tuvan {
  background: #ffc200;
  border-radius: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  width: 100%;
  margin: 48px 0px 0px 0px;
  border: none;
  min-height: 64px;
}
.landing_voie_2023 .header .menu ul li:hover{
  border-bottom: 1px solid #fff;
} 
.active_hover{
  display: none;
}
.landing_voie_2023 .use_voive_list .use_voive_item:hover .active_hover{
  display: block;
}
.landing_voie_2023 .use_voive_list .use_voive_item:hover .hover_img{
  display: none;
}
.landing_voie_2023 .baner .btn_advise:hover{
  background: #023A92;
  color: #fff;
}
button.btn_tuvan:hover{
  background: #023A92;
  color: #fff;
}
@media(min-width:2000px) and (max-width: 3000px){
  .landing_voie_2023 .baner{
    max-width: unset;
    align-items: center;
  }
}
@media (max-width: 1580px) {
  .landing_voie_2023 .advise_from {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 1366px) {
 
  :root {
    --fs16: 14px;
    --fs18: 16px;
    --fs20: 18px;
    --fs24: 20px;
    --fs30: 24px;
    --lh21: 19px;
    --lh23: 21px;
    --lh30: 24px;
    --lh40: 30px;
  }
  .landing_voie_2023 .header {
    min-height: 860px;
  }
  .landing_voie_2023 .baner {
    margin-top: 20px;
  }
  .landing_voie_2023 .baner .btn_advise {
    margin-top: 80px;
  }

  .landing_voie_2023 .banner_images img {
    max-width: 638px;
  }
  .landing_voie_2023 .main .voice_name {
    padding: 0px 15px;
  }
  .landing_voie_2023 .use_voive_list .use_voive_item {
    width: calc(100% / 2);
  }
  .landing_voie_2023 .use_voive_list {
    margin: 40px 20px 0px 20px;
  }
  .landing_voie_2023 .baner .title_banner {
    font-size: 30px;
  }
  .landing_voie_2023 .back_ground_bot {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .landing_voie_2023 .use_voive {
    max-width: 800px;
  }
  .landing_voie_2023 .table_price_voice {
    padding: 0px 0px 0px 0px;
    max-width: 1024px;
  }
  .landing_voie_2023 .imtem_procedure1 {
    width: 341px;
    min-height: 221px;
    padding: 9px 17px;
  }
  .landing_voie_2023 .imtem_procedure2 {
    width: 341px;
    min-height: 221px;
    padding: 9px 17px;
  }
  .landing_voie_2023 .imtem_procedure3 {
    width: 341px;
    min-height: 221px;
    padding: 9px 17px;
  }
  .landing_voie_2023 .procedure {
    max-width: 1100px;
    padding: 60px 10px 0px 10px;
  }
  .landing_voie_2023 .advise_from {
    /* max-width: 1024px; */
    min-height: unset;
    padding: 30px 32px;
  }
  .landing_voie_2023 .advise_from > img {
    width: 50%;
    margin-right: 20px;
  }
  .landing_voie_2023 .voice_name_content .voice_text {
    max-width: 1000px;
  }
}
@media (max-width: 1025px) {
  .icon_mobile_click {
    display: block;
  }
  
  :root {
    --fs16: 13px;
    --fs18: 14px;
    --fs20: 16px;
    --fs24: 20px;
    --fs30: 24px;
    --lh21: 19px;
    --lh23: 21px;
    --lh30: 24px;
    --lh40: 30px;
  }
  .landing_voie_2023 .header .nav {
    display: none;
  }
  .landing_voie_2023 .baner {
    margin-top: 0px;
    padding-top: 60px;
  }
  .landing_voie_2023 .header{
    background: #011744 ;
    min-height: auto;
  }
  .landing_voie_2023 .main .voice_name{
    margin-top: 40px;
  }
  .landing_voie_2023 .baner .btn_advise{
    width: 203px;
    height: 50px;
  }
  .landing_voie_2023 .baner .apply_note{
    margin: 35px 0px 0px 0px;
  }
  .landing_voie_2023 .voice_name_content{
    margin-left: 25px;
  }
  .landing_voie_2023 .voice_name_content .voice_text{
    margin-top: 40px;
  }
  .back_ground_bot .slick-initialized .slick-slide{
    margin: 0px 20px;
  }
  .landing_voie_2023 .conent_table_top{
    padding: 56px 15px 0px 15px;
  }
  .landing_voie_2023 .note_table ul{
    margin-left: 80px;
  }
  .landing_voie_2023 .advise_from{
    margin: 100px 15px 0px 15px;
  }
  .baner_content{
    padding-bottom: 20px;
  }

  .landing_voie_2023 .slick-next:before{
    content: "\f105" !important;
  }
  .landing_voie_2023 .slick-next:before{
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    border-radius: 50%;
  }
  .landing_voie_2023 .slick-prev:before{
    content: "\f104" !important;
  }
  .landing_voie_2023 .slick-prev:before{
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    border-radius: 50%;
  }
  .landing_voie_2023 .slick-prev::before,.landing_voie_2023 .slick-next::before{
    width: 40px !important;
    height: 40px !important;
    font-size: 21px !important;
    line-height: 37px !important;
    border: 2px solid #ffc200 !important;
    color: #ffc200;
  }
  .landing_voie_2023 .slick-prev:hover:before,.landing_voie_2023 .slick-prev:focus:before,.landing_voie_2023 .slick-next:hover:before,.landing_voie_2023 .slick-next:focus:before{
    color: #ffc200 !important;
  }


  .landing_voie_2023 .slick-dots li.slick-active button{
   
    height: 8px;
    border-radius: 10px;
    background: #ffc200!important;
  }
  .landing_voie_2023 .slick-dots li button:before{
    content: "";
  }
  .landing_voie_2023 .slick-dots li button{
    width: 10px;
    height: 10px;
    background: blue !important;
    border-radius: 10px;
  }
  .landing_voie_2023 .imtem_procedure:nth-child(1){
    display: flex !important;
  }
  .landing_voie_2023 .imtem_procedure:nth-child(2){
    display: flex !important;
  }
  .landing_voie_2023 .imtem_procedure:nth-child(3){
    display: flex !important;
  }
  .landing_voie_2023 .slick-prev,.landing_voie_2023 .slick-next{
    top: 45%;
  }
  .landing_voie_2023 .slick-dots li{
    width: 10px;
    height: 10px;
  }
 
  .active_hover{
    display: none !important;
  }
  
}
@media (max-width: 767px){
  .tg_contact_fixed_2021 img{
    width: 100%;
  }
  .advise_from_model .from_gp{
    margin: 5px 0px;
  }
  :root {
    --fs16: 13px;
    --fs18: 14px;
    --fs20: 16px;
    --fs24: 18px;
    --fs30: 24px;
    --lh21: 19px;
    --lh23: 21px;
    --lh30: 24px;
    --lh40: 30px;
  }
  .landing_voie_2023 .baner{
    flex-direction: column;
  }
  .banner_images{
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .landing_voie_2023 .main .voice_name{
    flex-direction: column;
  }
  .voice_name_images img{
    width: 70%;
  }
  .landing_voie_2023 .voice_name_content{
    margin:25px  10px 0px 10px ;
  }
  .landing_voie_2023 .use_voive{
    margin-top: 0px;
  }
  .landing_voie_2023 .use_voive_list .use_voive_item{
    max-width: 375px;
    display: flex !important;
  }
  .landing_voie_2023 .use_voive_list{
    max-width: 340px;
  }
  .landing_voie_2023 .back_ground_bot{
    margin-top: 0px;
  }
  .active_hover{
    display: none !important;
  }
  .landing_voie_2023 .use_voive{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .slick-next{
    right: 18px;
  }
  .landing_voie_2023 .advise_from{
    flex-direction: column;
  }
  .landing_voie_2023 .conent_table_top table tr:nth-child(2) td{
    padding: 15px 5px;
  }
  .landing_voie_2023 .conent_table_top table td{
    padding: 10px;
  }
  .landing_voie_2023 .note_table ul{
    margin: 0px 20px;
  }
  .landing_voie_2023 .baner .btn_advise{
    margin-top: 25px;
  }
}