:root {
  --color-blue: #063472 !important;
  --color-yellow: #FF9900 !important;
  --color-normal: #282828 !important;
  --font-bold: 'SVN-Gilroy-Bold' !important;
}

body {
  font-family: 'SVN-Gilroy';
  -webkit-font-smoothing: antialiased;
  color: var(--color-normal);
  background-color: #EEF5F6;
  font-size: 16px;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url(fonts/SVN-Gilroy-Regular.otf);
}

@font-face {
  font-family: 'SVN-Gilroy-Bold';
  src: url(fonts/SVN-Gilroy-Bold.otf);
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body a {
  text-decoration: none;
  color: var(--color-normal);
}

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

body b {
  font-weight: normal;
  font-family: var(--font-bold);
}

body input,
body textarea {
  outline: none !important;
  box-shadow: none !important;
}

body .d-mobile {
  display: none !important;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  body .d-mobile {
    display: unset !important;
    visibility: unset;
  }
}

@media only screen and (max-width: 767px) {
  body .d-desktop {
    display: none !important;
    visibility: hidden;
  }
}

body .t_blue {
  color: var(--color-blue);
  font-family: var(--font-bold);
}

body .rating-symbol {
  margin-right: 3px;
  color: #52AFFF;
}

body .rating-symbol .fa {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  body .rating-symbol .fa {
    font-size: 14px;
  }
}

body .b_yellow {
  border: 1px solid var(--color-blue);
  border-radius: 30px;
}

body .t_head {
  font-size: 40px;
  margin-bottom: 25px;
  color: var(--color-blue);
  font-family: var(--font-bold);
}

@media only screen and (max-width: 767px) {
  body .t_head {
    font-size: 20px;
  }
}

body .t_head .t_m {
  font-size: 32px;
  display: block;
}

@media only screen and (max-width: 767px) {
  body .t_head .t_m {
    font-size: 20px;
  }
}

body .t_more {
  text-align: center;
  color: #00B5D8;
  font-size: 16px;
  font-style: italic;
  margin: 20px auto;
}

body .t_more svg {
  position: relative;
  top: 3px;
}

@media only screen and (max-width: 767px) {
  body .t_more {
    font-size: 14px;
  }
}

body .t_l {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  body .t_l {
    font-size: 14px;
  }
}

body .d-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

body iframe {
  border-radius: 10px;
}

body .iframe {
  border: 15px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  body .iframe iframe {
    width: 100%;
    height: 52vw;
    margin-bottom: 10px;
  }
}

body header {
  position: sticky;
  top: 0px;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  body header {
    position: fixed;
    width: 100%;
  }

  body header+* {
    margin-top: 70px !important;
  }
}

body .navbar-default {
  height: 80px;
  padding-top: 15px;
  padding-right: 5%;
  padding-left: 3%;
  background-color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  backdrop-filter: saturate(180%) blur(15px);
  -webkit-backdrop-filter: saturate(180%) blur(15px);
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #EAECEF;
  border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  body .navbar-default {
    height: 70px;
    padding: 10px 0px;
  }
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-brand {
    padding-left: 0px;
  }
}

body .navbar-default .logo_desk {
  max-width: 200px;
  position: relative;
  top: -10px;
}

@media only screen and (max-width: 767px) {
  body .navbar-default .logo_desk {
    max-width: 80px;
    position: relative;
    top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse {
    position: fixed;
    top: 0;
    right: -330px;
    z-index: 9999999999;
    width: 330px;
    height: 100vh;
    background-color: #fff;
    overflow: auto;
    transition: 0.5s;
    display: block;
    border-right: 0px solid #ccc;
    max-height: unset !important;
    padding: 15px 30px;
    margin: 0px;
    height: 70dvh;
    border-radius: 20px 0px 0px 20px;
    top: calc(20vh + 20px);
  }

  body .navbar-default .navbar-ex1-collapse .fa-chevron-right {
    display: inline-block;
  }
}

body .navbar-default .navbar-ex1-collapse .logo_mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse .logo_mobile {
    display: block;
    max-width: 120px;
    margin-top: 5px;
  }
}

body .navbar-default .navbar-ex1-collapse hr {
  display: none;
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse hr {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse .navbar-nav {
    padding: 0px;
  }
}

body .navbar-default .navbar-ex1-collapse .yamm-fw {
  min-width: 960px;
  padding: 30px 50px;
  right: -400px;
  left: unset;
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse .yamm-fw {
    min-width: unset;
    padding: 5px 15px 5px 35px;
    clear: both;
  }
}

body .navbar-default .navbar-ex1-collapse .yamm-fw .col_menu {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse .yamm-fw .col_menu {
    padding-left: 0px;
    gap: 10px;
  }

  body .navbar-default .navbar-ex1-collapse .yamm-fw .col_menu::before {
    content: "";
    height: calc(100% - 55px);
    width: 1px;
    left: 12px;
    top: 45px;
    border-left: 1px solid #CFCDEC;
    position: absolute;
  }
}

body .navbar-default .navbar-ex1-collapse .yamm-fw .col_menu p {
  color: #000038;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse .yamm-fw .col_menu p {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse .yamm-fw .col_menu img {
    max-width: 24px;
    position: relative;
    top: 7px;
  }
}

body .navbar-default .navbar-ex1-collapse .yamm-fw .col_menu .t_1 {
  font-size: 18px;
  margin: 10px 0px 20px;
}

body .navbar-default .navbar-ex1-collapse .yamm-fw .col_menu .t_2 {
  color: var(--color-blue);
}

body .navbar-default .navbar-ex1-collapse .text_menu {
  float: left;
  padding-right: 5px;
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse .text_menu {
    width: 80%;
  }
}

body .navbar-default .navbar-ex1-collapse .dropdown {
  display: flex;
  padding: 0px;
  position: relative;
}

body .navbar-default .navbar-ex1-collapse .dropdown .fa-chevron-right {
  display: none;
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse .nav>li {
    clear: both;
    display: block;
    padding-left: 0px;
  }

  body .navbar-default .navbar-ex1-collapse .nav>li::before {
    position: relative;
    top: 25px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color-blue);
    display: block;
  }
}

body .navbar-default .navbar-ex1-collapse .dropdown-toggle {
  float: left;
  padding: 15px 10px 0px 0px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: bold;
}

body .navbar-default .navbar-ex1-collapse .dropdown-toggle .fa-angle-down {
  transition: 0.5s all;
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse .dropdown-toggle {
    padding-bottom: 10px !important;
    display: inline-block;
    padding: 8px 15px;
    font-size: 22px;
    float: right;
  }
}

body .navbar-default .navbar-ex1-collapse .open {
  border-bottom: 2px solid var(--color-blue);
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-ex1-collapse .open {
    border-bottom: unset;
    color: var(--color-blue);
    font-weight: 700;
    border-radius: 5px;
    background: rgba(82, 175, 255, 0.15);
  }
}

body .navbar-default .navbar-ex1-collapse .open .fa-angle-down {
  transform: rotate(180deg);
}

body .navbar-default .navbar-nav>li>a {
  color: var(--color-blue) !important;
  font-weight: 600;
  transition: 0.3s;
  font-family: var(--font-bold);
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  body .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }
}


body .navbar-default .navbar-nav>li>a::after {
  content: '';
  height: 2px;
  background-color: var(--color-yellow);
  width: 0px;
  display: block;
  top: 5px;
  position: relative;
  transition: ease-out 0.3s;
}

body .navbar-default .navbar-nav>li>a:not(.b_yellow, .dropdown-toggle):hover {
  color: var(--color-yellow) !important;
}

body .navbar-default .navbar-nav>li>a:not(.b_yellow, .dropdown-toggle):hover::after {
  width: 100%;
}

body .navbar-default .navbar-nav>li>.b_yellow {
  margin-left: 10px;
  padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
  body .navbar-default .navbar-nav>li>.b_yellow {
    margin-top: 55px;
    margin: 15px 10px;
    width: fit-content;
    gap: 10px;
    display: inline-flex;
  }
}

body .slider_desktop {
  padding-top: 0px;
}

body .slider_desktop .owl-carousel {
  min-height: 36vw;
}

body .slider_desktop img {
  width: 100%;
}

body .slider_desktop .bl_0 {
  position: relative;
  top: -70px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 1;
  width: fit-content;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body .slider_desktop .bl_0 {
    top: unset;
    background-color: unset;
  }
}

body .slider_desktop .bl_0 .bl_1 {
  align-items: stretch;
  justify-content: center;
  padding: 20px 100px;
}

@media only screen and (max-width: 767px) {
  body .slider_desktop .bl_0 .bl_1 {
    padding: 15px 0px;
    flex-wrap: wrap;
    font-size: 13px;
  }
}

body .slider_desktop .bl_0 .d_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  font-family: var(--font-bold);
  width: 25%;
}

@media only screen and (max-width: 767px) {
  body .slider_desktop .bl_0 .d_1 {
    width: calc((100vw - 45px)/2);
    padding: 10px;
  }
}

body .slider_desktop .bl_0 .d_1:nth-last-of-type(1) {
  background: linear-gradient(180deg, #8adcff, #b8eaff 100%);
}

body .slider_desktop .bl_0 .d_1:nth-last-of-type(2) {
  background: linear-gradient(180deg, #ffde8a, #fff8b8 100%);
}

body .slider_desktop .bl_0 .d_1:nth-last-of-type(3) {
  background: linear-gradient(180deg, #8aabff, #b8d0ff 100%);
}

body .slider_desktop .bl_0 .d_1:nth-last-of-type(4) {
  background: linear-gradient(180deg, #8affe3, #b8ffe6 100%);
}

body .slider_desktop .bl_0 .d_1 img {
  width: auto;
}

body .index .top_1 .bl_1 {
  justify-content: center;
  gap: 0px;
}

@media only screen and (max-width: 767px) {
  body .index .top_1 .bl_1 {
    flex-direction: column;
  }
}

body .index .top_1 .bl_1>* {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  body .index .top_1 .bl_1>* {
    width: 100%;
  }
}

body .index .top_1 .bl_1 .d_1 {
  /* background-image: url(../images/hema_1.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 60px 55%;
}

@media only screen and (max-width: 767px) {
  body .index .top_1 .bl_1 .d_1 {
    padding: 30px 20px 110vw;
  }
}

body .index .top_1 .bl_1 .d_1 .t_1 {
  font-size: 24px;
  margin-bottom: 60px;
  text-align: justify;
  text-align-last: center;
  min-height: 210px;
}

@media only screen and (max-width: 767px) {
  body .index .top_1 .bl_1 .d_1 .t_1 {
    font-size: 16px;
    margin-bottom: 20px;
    min-height: unset;
  }
}

body .index .top_1 .bl_1 .d_1 .t_1 b {
  color: var(--color-blue);
}

body .index .top_1 .bl_1 .d_1 .t_2 {
  color: #fff;
  font-size: 20px;
  margin: 0px 0px 20px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px 30px 0px 8vw;
  height: 7vw;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body .index .top_1 .bl_1 .d_1 .t_2 {
    font-size: 14px;
    margin: 0px 0px 10px;
    padding: 0px 15px 0px 16vw;
    height: 16vw;
  }
}

body .index .top_1 .bl_1 .d_1 .t_2:nth-of-type(even) {
  padding: 0px 10vw 0px 30px;
  justify-content: right;
  text-align: right;
}

@media only screen and (max-width: 1500px) {
  body .index .top_1 .bl_1 .d_1 .t_2:nth-of-type(even) {
    padding: 0px 8vw 0px 30px;
  }
}

@media only screen and (max-width: 767px) {
  body .index .top_1 .bl_1 .d_1 .t_2:nth-of-type(even) {
    padding: 0px 16vw 0px 15px;
  }
}



@media only screen and (max-width: 360px) {
  body .index .top_1 .bl_1 .d_2 .t_2:nth-of-type(4) {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  body .index .top_1 .bl_1 .d_2 .t_2:nth-of-type(5) {
    font-size: 13px;
  }
}

@media only screen and (max-width: 360px) {
  body .index .top_1 .bl_1 .d_2 .t_2:nth-of-type(5) {
    font-size: 11px;
  }
}

body .index .top_5 {
  /* background-image: url(../images/hema_13.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 20% 60px 60px;
}

@media only screen and (max-width: 767px) {
  body .index .top_5 {
    padding: 60px 15px 30px;
  }
}

body .index .top_5 .bl_1 {
  /* background-image: url(../images/hema_15.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 30px 60px;
  position: relative;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  body .index .top_5 .bl_1 {
    background-image: unset !important;
    padding: 20px 15px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
  }
}

body .index .top_5 .bl_1 .l_1 {
  /* background-image: url(../images/hema_14.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10px 75px;
  position: absolute;
  top: -53px;
  left: 100px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  body .index .top_5 .bl_1 .l_1 {
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: -33px;
    padding: 5px 20px;
    width: fit-content;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

body .index .top_5 .bl_1 .l_1 .t_1 {
  background-image: linear-gradient(90deg, #1798D5, #203A6F 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-bold);
  font-size: 26px;
  margin: 0px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  body .index .top_5 .bl_1 .l_1 .t_1 {
    font-size: 16px;
  }
}

body .index .top_5 .bl_1 .d_1 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0px 0px 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body .index .top_5 .bl_1 .d_1 {
    flex-direction: column;
    gap: 15px;
    margin: 0px 0px 20px;
  }
}

body .index .top_5 .bl_1 .d_1 img {
  border-radius: 10px;
  box-shadow: 5px 5px 8px 0px #a8a8a8;
  border: 3px solid #fff;
}

@media only screen and (max-width: 767px) {
  body .index .top_5 .bl_1 .d_1 img {
    border: 2px solid #fff;
    margin-left: auto;
    box-shadow: 3px 3px 5px 0px #a8a8a8;
  }
}

body .index .top_5 .bl_1 .d_1 .t_2 {
  font-size: 88px;
  font-family: var(--font-bold);
  margin: 0px;
  background-image: linear-gradient(180deg, #203A6F, #1798D5, #203A6F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
  body .index .top_5 .bl_1 .d_1 .t_2 {
    font-size: 82px;
    position: absolute;
    top: -10px;
    left: 10vw;
  }
}

body .index .top_5 .bl_1 .d_1 .t_3 {
  font-size: 20px;
  color: #0D1C48;
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  body .index .top_5 .bl_1 .d_1 .t_3 {
    font-size: 14px;
  }
}

body .index .top_2 {
  background: linear-gradient(47.86deg, #0b63d8 0.741%, #3bb9b7 52.426%, #20a2a0 104.111%);
  padding: 50px 0px;
  margin-top: 0px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  body .index .top_2 {
    padding: 30px 0px;
  }
}

body .index .top_2 .t_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  body .index .top_2 .t_head {
    text-align: left;
  }
}

body .index .top_2 .t_1 {
  margin: 20px 0px 0px;
}

@media only screen and (max-width: 767px) {
  body .index .top_2 .t_1 {
    margin: 15px 0px 25px;
  }
}

body .index .top_2 .bl_1 {
  gap: 20px;
}

body .index .top_3 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  body .index .top_3 {
    margin-top: 30px;
  }
}

body .index .top_3 .bl_2 {
  gap: 0px;
  margin: 0px 0px 50px;
}

@media only screen and (max-width: 767px) {
  body .index .top_3 .bl_2 {
    display: unset;
    padding: 25px 0px;
    background-color: #fff;
    float: left;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body .index .top_3 .bl_2 .iframe {
    border: none;
  }
}

body .index .top_3 .bl_3 {
  background-image: url(../images/index_12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 767px) {
  body .index .top_3 .bl_3 {
    width: 1260px;
  }
}

@media only screen and (max-width: 767px) {
  body .index .top_3 .bl_3 {
    padding: 0px;
    background: unset;
  }
}

body .index .top_3 .bl_0 {
  display: flex;
  margin: 0px 0px 20px;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  body .index .top_3 .bl_0 {
    display: unset;
  }

  body .index .top_3 .bl_0 .col-xs-6:nth-of-type(2n+1) {
    padding-right: 7.5px;
  }

  body .index .top_3 .bl_0 .col-xs-6:nth-of-type(2n) {
    padding-left: 7.5px;
  }
}

body .index .top_3 .bl_1 {
  padding: 25px 15px;
  position: relative;
  height: 250px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0px rgba(6, 52, 114, 0.1);
}

@media only screen and (max-width: 767px) {
  body .index .top_3 .bl_1 {
    margin-bottom: 20px;
    height: 100%;
    flex-direction: column;
    font-size: 12px;
    border-radius: 10px;
    padding: 10px;
    display: block;
  }
}

body .index .top_3 .d_1 {
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body .index .top_3 .d_1 img {
    margin-bottom: 35px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body .index .top_3 .d_1 picture {
    position: absolute;
    bottom: -25px;
  }
}

body .index .top_3 .img_3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  body .index .top_3 .img_3 {
    left: -50px;
    width: 150px;
  }
}

body .index .top_3 .img_4 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 150px;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  body .index .top_3 .img_4 {
    right: -50px;
    width: 150px;
  }
}

body .index .top_4 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  body .index .top_4 {
    margin-top: 0px;
    background-color: #fff;
    padding: 25px 15px;
  }
}

body .index .top_4 .bl_1 {
  background-color: #fff;
  padding: 30px 0px;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  body .index .top_4 .bl_1 {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  body .index .top_4 .bl_1 img {
    width: calc((100vw - 45px)/2);
  }
}

body .footer {
  position: relative;
  padding-top: 35vw;
}

@media only screen and (max-width: 767px) {
  body .footer {
    padding-top: unset;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  body .footer .row>div {
    margin-bottom: 30px;
  }
}

body .footer .top_1 {
  position: absolute;
  top: 7.5vw;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body .footer .top_1 {
    top: unset;
    position: relative;
  }
}

body .footer .top_1 .img_1 {
  margin: 0px auto 15px;
}

body .footer .top_1 .t_l {
  width: 70%;
  margin: auto;
}

body .footer .top_1 .t_1 {
  font-size: 24px;
  margin: 30px 0px;
}

@media only screen and (max-width: 767px) {
  body .footer .top_1 .t_1 {
    margin: 0px 0px 30px;
  }
}

body .footer .top_1 .bl_1 {
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  body .footer .top_1 .bl_1 {
    margin-top: 30px;
    padding: 25px 20px;
  }
}

body .footer .top_1 .bl_1 .d_1 {
  background-color: #E5EEFF;
  border-radius: 10px;
  padding: 50px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  body .footer .top_1 .bl_1 .d_1 {
    display: none;
  }
}

body .footer .top_1 .bl_1 label {
  color: #6A6A6A;
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 14px;
}

body .footer .top_1 .bl_1 input,
body .footer .top_1 .bl_1 textarea {
  border: none;
  border-bottom: 1px solid #6A6A6A;
  border-radius: 0px;
  width: 50%;
  margin-bottom: 20px;
  padding: 0px;
}

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

  body .footer .top_1 .bl_1 input,
  body .footer .top_1 .bl_1 textarea {
    width: 100%;
  }
}

body .footer .top_1 .bl_1 .d_2 {
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  body .footer .top_1 .bl_1 .d_2 {
    display: block;
  }
}

body .footer .top_1 .bl_1 .d_2>div {
  flex-shrink: 0;
  flex-basis: 50%;
}

body .footer .top_1 .bl_1 .d_2>div input {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  body .footer .top_1 .bl_1 .d_2>div input {
    width: 100%;
  }
}

body .footer .top_1 .bl_1 .btn_1 {
  background-color: var(--color-yellow);
  padding: 15px 20px;
  border-radius: 30px;
  border: none;
  outline: none;
}

body .footer .top_2 {
  background: linear-gradient(211.87deg, #3bb9b7 3.715%, #0b63d8 85.765%);
  padding: calc(340px - 0.2 * (100vw - 1200px)) 0px 50px;
  color: #fff;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  body .footer .top_2 {
    padding: 30px 0px 70px;
    font-size: 13px;
  }
}

body .footer .top_2 a {
  color: #fff;
}

body .footer .top_2 .t_1 {
  font-family: var(--font-bold);
  font-size: 18px;
  margin-bottom: 30px;
}

body .footer .top_2 .img_1 {
  position: relative;
  margin-bottom: 20px;
}

body .footer .top_2 .d-flex {
  gap: 20px;
  margin: 20px 0px;
}

body .footer .top_2 .btn_1 {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 30px;
  outline: none;
  border: 1px solid #fff;
  background-color: transparent;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  body .footer .top_2 .btn_1 {
    width: 70%;
    margin-bottom: 15px;
  }
}

body .footer .top_3 {
  padding: 20px;
  font-size: 14px;
}

body .footer .top_3 p {
  margin: 0px;
}

body .footer .top_3 .d-flex {
  justify-content: right;
  gap: 50px;
}

body .mobi_btn {
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  padding: 15px 0px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: block;
  text-align: center;
  height: 70px;
}

body .mobi_btn .col-xs-3 {
  padding: 0px;
}

body .mobi_btn img {
  margin: 0px auto 5px;
  width: 20px;
  height: 20px;
}

body .mobi_btn .t_1 {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: var(--font-bold);
}

body .mobi_btn .t_1:nth-of-type(1) {
  color: var(--color-blue);
}

body .mobi_btn .t_1:nth-of-type(3) {
  color: var(--color-yellow);
}

body .desk_btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
}

body .contact_btn {
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 9999;
}

body .contact_btn img {
  margin-bottom: 10px;
}

body .desk_noti {
  text-align: center;
}

body .desk_noti img {
  width: 70px;
  height: 70px;
  margin: 0px auto 20px;
}

body .desk_noti .t_1 {
  font-family: var(--font-bold);
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  body .desk_noti .t_1 {
    font-size: 20px;
  }
}

body .banner_top {
  position: relative;
  background-image: url(../images/research_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 90px;
}

@media only screen and (max-width: 767px) {
  body .banner_top {
    padding: 40px;
  }
}

body .banner_top .bl_1 {
  border-radius: 10px;
  background: linear-gradient(47.86deg, rgba(11, 99, 216, 0.85) 0.314%, rgba(32, 162, 160, 0.85) 104.563%);
  padding: 85px 90px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body .banner_top .bl_1 {
    padding: 15px 30px;
  }
}

body .banner_top .bl_1 .t_1 {
  font-family: var(--font-bold);
  font-size: 48px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  body .banner_top .bl_1 .t_1 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

body .banner_top .bl_1 .t_2 {
  font-size: 24px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  body .banner_top .bl_1 .t_2 {
    font-size: 11px;
  }
}

.fixed_menu {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a {
  background-color: transparent;
}

.dropdown-menu>li>a {
  margin-top: 0px;
  padding: 8px 20px;
  padding-bottom: 10px !important;
  color: #000;
}

.dropdown-menu>li>a .fa-chevron-right {
  float: right;
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
  }
}

.dropdown-menu {
  border-radius: 0px;
  border: 0px;
  margin-top: 2px !important;
  border-radius: 0px 0px 15px 15px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.dropdown-toggle {
  padding-bottom: 25px !important;
}

.dropdown-submenu {
  position: relative;
  padding-bottom: 0px;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  right: 100%;
  width: 100%;
}

.dropdown-submenu:hover>.dropdown-menu {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .dropdown-submenu:hover>.dropdown-menu {
    width: 80%;
    position: relative;
    left: 5%;
  }
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-toggle {
    padding: 0px;
  }
}

.navbar-collapse {
  border-top: none;
}

.owl-next:focus,
.owl-prev:focus {
  outline: none;
}

body .carousel {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.owl-theme .owl-nav {
  margin: 0px;
}

body .carousel .owl-theme .owl-dots {
  position: absolute;
  left: 47%;
  bottom: 20%;
}

body .carousel .owl-theme .owl-dots .owl-dot {
  outline: none;
}

@media only screen and (max-width: 767px) {
  body .carousel .owl-theme .owl-dots {
    left: 40%;
  }
}

body .carousel .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

body .carousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-blue);
}

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

  body .carousel .owl-theme .custom-nav .owl-next,
  body .carousel .owl-theme .custom-nav .owl-prev {
    top: 30%;
  }
}

body .carousel .owl-theme .custom-nav .owl-next {
  right: 10px;
}

body .carousel .owl-theme .custom-nav .owl-prev {
  left: 10px;
}

body .carousel .owl-theme .custom-nav .owl-prev i,
body .carousel .owl-theme .custom-nav .owl-next i {
  font-size: 20px;
  color: #000;
}

body .carousel .owl-theme .custom-nav .owl-prev,
body .carousel .owl-theme .custom-nav .owl-next {
  transition: 0.5s;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 43%;
  border: none;
  z-index: 1;
  outline: none;
  box-shadow: 0px 0px 5px 0px #aaa;
}

/* @media only screen and (max-width: 767px){
  body .carousel .owl-theme .custom-nav .owl-prev,body .carousel .owl-theme .custom-nav .owl-next{
    background-color: unset;
    box-shadow: unset;
  }
} */
@media only screen and (min-width: 767px) {

  body .carousel .owl-theme .custom-nav .owl-prev:hover,
  body .carousel .owl-theme .custom-nav .owl-next:hover {
    background: var(--color-blue);
    transition: 0.5s;
  }

  body .carousel .owl-theme .custom-nav .owl-prev:hover i,
  body .carousel .owl-theme .custom-nav .owl-next:hover i {
    color: #fff;
  }
}

body .carousel .owl-theme .custom-nav .owl-next i:before {
  position: relative;
  right: -1px;
}

body .carousel .owl-theme .custom-nav .owl-prev i:before {
  position: relative;
  left: -1px;
}

a.animated-button:link,
a.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 2px;
}

a.animated-button:link:after,
a.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
  color: #FFF;
  text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
  height: 450%;
}

a.animated-button:link,
a.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #252525;
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.animated-button.victoria-one {
  border: 2px solid #252525;
  width: 20%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  a.animated-button.victoria-one {
    width: 75% !important;
  }
}

a.animated-button.victoria-one:after {
  background: #252525;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

a.animated-button2:link,
a.animated-button2:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 2px;
}

a.animated-button2:link:after,
a.animated-button2:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

a.animated-button2:link:hover,
a.animated-button2:visited:hover {
  color: #4f4f4f;
  text-shadow: none;
}

a.animated-button2:link:hover:after,
a.animated-button2:visited:hover:after {
  height: 450%;
}

a.animated-button2:link,
a.animated-button2:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.animated-button2.victoria-one2 {
  border: 2px solid #fff;
  width: 30%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  a.animated-button2.victoria-one2 {
    width: 75% !important;
  }
}

a.animated-button2.victoria-one2:after {
  background: #fff;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

a.animated-button3:link,
a.animated-button3:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #252525;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 2px;
}

a.animated-button3:link:after,
a.animated-button3:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

a.animated-button3:link:hover,
a.animated-button3:visited:hover {
  color: #fff;
  text-shadow: none;
}

a.animated-button3:link:hover:after,
a.animated-button3:visited:hover:after {
  height: 450%;
}

a.animated-button3:link,
a.animated-button3:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #252525;
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.animated-button3.victoria-one3 {
  border: 2px solid #252525;
  width: 45%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  a.animated-button3.victoria-one3 {
    width: 75%;
  }
}

a.animated-button3.victoria-one3:after {
  background: #252525;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

a.animated-button4:link,
a.animated-button4:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #77b6c9;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 2px;
}

a.animated-button4:link:after,
a.animated-button4:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

a.animated-button4:link:hover,
a.animated-button4:visited:hover {
  color: #fff;
  text-shadow: none;
}

a.animated-button4:link:hover:after,
a.animated-button4:visited:hover:after {
  height: 450%;
}

a.animated-button4:link,
a.animated-button4:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #77b6c9;
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.animated-button4.victoria-one4 {
  border: 2px solid #77b6c9;
  width: 25%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  a.animated-button4.victoria-one4 {
    width: 75%;
  }
}

a.animated-button4.victoria-one4:after {
  background: #77b6c9;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

a.animated-button5:link,
a.animated-button5:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #ff808b;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 2px;
}

a.animated-button5:link:after,
a.animated-button5:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

a.animated-button5:link:hover,
a.animated-button5:visited:hover {
  color: #fff;
  text-shadow: none;
}

a.animated-button5:link:hover:after,
a.animated-button5:visited:hover:after {
  height: 450%;
}

a.animated-button5:link,
a.animated-button5:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #ff808b;
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.animated-button5.victoria-one5 {
  border: 2px solid #ff808b;
  width: 25%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  a.animated-button5.victoria-one5 {
    width: 75%;
  }
}

a.animated-button5.victoria-one5:after {
  background: #ff808b;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

#button {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 15%;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #555;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.block_product {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #CFCDEC;
  padding: 15px 0px 30px;
  background-color: #fff;
  transition: 0.5s all;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .block_product {
    margin-bottom: 20px;
  }
}

.block_product:hover {
  box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.block_product a {
  text-decoration: none;
}

.block_product img {
  width: 100%;
  height: 18.63214074vw;
  display: flex;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .block_product img {
    height: auto;
    min-height: 40vw;
  }
}

.block_product .t_1 {
  font-size: 16px;
  color: #000038;
  margin: 10px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .block_product .t_1 {
    font-size: 14px;
  }
}

.block_product .rating-symbol {
  margin-right: 3px;
  color: #52AFFF;
}

.block_product .rating-symbol .fa {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .block_product .rating-symbol .fa {
    font-size: 12px;
  }
}

.block_product .t_review {
  color: #4B5567;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .block_product .t_review {
    font-size: 11px;
  }
}

.block_product .t_2 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .block_product .t_2 {
    font-size: 18px;
  }
}

.block_product .btn_1 {
  border-radius: 10px;
  border: 0px solid #252525;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: unset;
  transition: all ease 0.5s;
  margin: auto;
  letter-spacing: 1px;
  background-color: var(--color-blue);
  display: inline-block;
  font-family: 'SVN-Gilroy-Bold';
}

@media only screen and (max-width: 767px) {
  .block_product .btn_1 {
    font-size: 14px;
    padding: 9px 27px;
  }
}

.block_news {
  transition: 0.5s all;
  border-radius: 10px;
  margin-bottom: 50px;
  height: 465px;
}

@media only screen and (max-width: 767px) {
  .block_news {
    background-color: #FFF8F1;
    margin-bottom: 20px;
    padding: 8px;
    height: 75vw;
  }
}

.block_news:hover {
  box-shadow: 4px 6px 12px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.block_news img {
  border-radius: 10px;
  width: 360px;
  height: 270px;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .block_news img {
    border-radius: 5px;
    width: 100%;
    height: 30vw;
  }
}

.block_news .d-flex {
  gap: 25px;
  font-size: 14px;
  margin: 25px 0px 15px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .block_news .d-flex {
    font-size: 10px;
    margin: 10px 0px;
  }
}

.block_news .d-flex span+span {
  color: #6A6A6A;
  font-weight: 400;
}

.block_news .t_1 {
  font-family: var(--font-bold);
  font-size: 20px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .block_news .t_1 {
    font-size: 14px;
  }
}

.block_news .t_2 {
  font-size: 16px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .block_news .t_2 {
    font-size: 12px;
    margin-top: 10px;
  }
}

.block_news .t_more {
  margin: 15px 0px 0px !important;
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .block_news .t_more {
    font-size: 12px !important;
    margin: 10px 0px 0px !important;
  }
}

.bl_register {
  margin-top: 60px;
  padding: 60px 0px;
  position: relative;
  background-color: var(--color-blue);
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .bl_register {
    text-align: center;
    padding: 35px;
  }
}

.bl_register .t_1 {
  font-size: 32px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .bl_register .t_1 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.bl_register .bl_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .bl_register .bl_1 {
    display: block;
    margin: 15px 0px;
  }
}

.bl_register .bl_1 input,
.bl_register .bl_1 select {
  height: 54px;
  width: 300px;
  border-radius: 10px;
  border: 0px;
  color: var(--color-blue);
}

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

  .bl_register .bl_1 input,
  .bl_register .bl_1 select {
    width: 100%;
    margin-bottom: 20px;
    height: 44px;
  }
}

.bl_register .bl_1 input::placeholder,
.bl_register .bl_1 select::placeholder {
  color: var(--color-blue);
}

.bl_register .btn_1 {
  width: 400px;
  height: 52px;
  border: 0px;
  font-size: 21px;
  border-radius: 15px;
  background: #FFB91D;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .bl_register .btn_1 {
    width: 100%;
    font-size: 14px;
    height: 38px;
    border-radius: 5px;
  }
}

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

  .close_menu_body,
  #close_search_mobile_body {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
  }
}

#popup-box {
  display: none;
}

#popup-box .popupImg {
  border-radius: 25px;
}

#popup-box .popup_hotline {
  font-size: 18px;
  color: #010101;
  margin-top: 5px;
  text-align: center;
}

#popup-box .form_cms_call {
  position: absolute;
  left: 6%;
  top: 15%;
  font-size: 14px;
}

#popup-box #data_cms_call_popup {
  display: flex;
  gap: 0px;
  width: 100%;
  margin: auto;
}

#popup-box .block_1 {
  width: unset !important;
  margin: unset !important;
  display: unset !important;
  box-shadow: unset;
  padding: 0px;
}

#popup-box .block_1 .input_1 {
  border-radius: 0px 25px 25px 0px;
  border: 1px solid #000;
  height: 30px;
  padding-left: 40px;
}

#popup-box .btn_dangky {
  background-color: #fff5b3;
  border-radius: 25px 0px 0px 25px;
  border: 1px solid #000;
  padding: 0px 10px;
  font-weight: normal;
  display: block;
  color: #fff;
  margin: 0px auto 0px;
  width: 50%;
  background: #000;
  position: relative;
  z-index: 1;
  left: 30px;
  font-weight: bold;
  outline: none;
  height: 30px;
  font-size: 13px;
  border-right: 0px;
}

#popup-box .status_popup {
  position: relative;
  top: 10px !important;
  left: 85% !important;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

@media only screen and (max-width: 767px) {
  #popup-box .popup_hotline {
    font-size: 14px;
  }

  #popup-box .form_cms_call {
    position: absolute;
    left: 2%;
    top: 43px;
    width: 90%;
  }

  #popup-box .block_1 {
    width: 100% !important;
    padding: 0px;
    box-shadow: unset;
  }

  #popup-box .block_1 .text_1 {
    display: none;
  }

  #popup-box .block_1 .input_1 {
    width: 95%;
  }

  #popup-box .btn_dangky {
    font-size: 11px;
    padding: 0px 10px;
  }

  #popup-box .status_popup {
    left: 5% !important;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

@media only screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    width: 5px;
  }
}

::-webkit-scrollbar-track {
  background: #C7EBFF;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #26A7A5;
  border-radius: 10px;
  transition: 0.3s;
}