@charset "UTF-8";
@font-face {
  font-family: Inter-Bold;
  src: url("../font/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Inter-Black;
  src: url("../font/Inter-Black.ttf") format("truetype");
}
@font-face {
  font-family: Inter-ExtraBold;
  src: url("../font/Inter-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: Inter-ExtraLight;
  src: url("../font/Inter-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: Inter-Light;
  src: url("../font/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: Inter-Medium;
  src: url("../font/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Inter-Regular;
  src: url("../font/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Inter-SemiBold;
  src: url("../font/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: Inter-Thin;
  src: url("../font/Inter-Thin.ttf") format("truetype");
}
@font-face {
  font-family: font-anwesome;
  src: url("../font/Font Awesome 6 Solid-900.ttf") format("truetype");
}
@font-face {
  font-family: Avenir Next LT Pro;
  src: url("../font/AvenirNextLTPro-Regular.otf") format("truetype");
}
@font-face {
  font-family: Lora;
  src: url("../font/Lora-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Haan Cooljazz B;
  src: url("../font/Cooljazz.ttf") format("truetype");
}
@font-face {
  font-family: SVN-Gotham-Thin;
  src: url("../font/SVN-Gotham Book.otf") format("truetype");
}
@font-face {
  font-family: SVN-Gotham-Regular;
  src: url("../font/SVN-GothamRegular.otf") format("truetype");
}
@font-face {
  font-family: SVN-Gotham-Bold;
  src: url("../font/SVN-GothamBold.ttf") format("truetype");
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container {
    max-width: 1280px !important;
    width: 1280px !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
  .container {
    max-width: 1280px !important;
    width: 1280px !important;
    margin: 0 auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  color: #7A7E86;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, button, input, select, optgroup, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

picture {
  display: flex;
}
picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

h2 {
  font-family: SVN-Gotham-Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 667px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 18px;
    line-height: 18px;
  }
}

h3 {
  color: #442D26;
  font-family: SVN-Gotham-Bold;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 667px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 18px;
    line-height: 18px;
  }
}

h4 {
  color: #442D26;
  font-family: SVN-Gotham-Bold;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 667px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

h5 {
  color: #442D26;
  font-family: SVN-Gotham-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
@media only screen and (max-width: 667px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  h5 {
    font-size: 16px;
    line-height: 18px;
  }
}

span {
  color: #7A7E86;
  font-family: SVN-Gotham-Thin;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 667px) {
  span p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  span p {
    font-size: 12px;
    line-height: 16px;
  }
}

header a {
  text-decoration: none;
}
header li {
  list-style: none;
}
header ul {
  margin: 0;
}
header .header-top {
  background: #DAA520;
  padding: 14px 0;
}
header .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top-left-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 320px) {
  header .header-top-left-social {
    gap: 8px;
  }
}
header .header-top-left-social a {
  width: 16px;
  min-width: 16px;
}
header .header-top-right-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  header .header-top-right-social {
    gap: 8px;
  }
}
header .header-top-right-social a {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
@media only screen and (max-width: 480px) {
  header .header-top-right-social a {
    gap: 4px;
  }
}
header .header-top-right-social a picture {
  width: 20px;
  min-width: 20px;
}
@media only screen and (max-width: 480px) {
  header .header-top-right-social a picture {
    width: 14px;
    min-width: 14px;
  }
}
header .header-top-right-social a span {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 667px) {
  header .header-top-right-social a span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 480px) {
  header .header-top-right-social a span {
    font-size: 10px;
    line-height: 14px;
  }
}
header .header-bot.scroll {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  header .header-bot.scroll {
    padding: 12px 0;
  }
}
header .header-bot .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-bot-content {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1199px) {
  header .header-bot-content {
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  header .header-bot-content {
    gap: 16px;
  }
}
header .header-bot-content-icon {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  header .header-bot-content-icon {
    display: block;
  }
}
header .header-bot-content-icon i {
  font-size: 50px;
}
@media only screen and (max-width: 768px) {
  header .header-bot-content-icon i {
    font-size: 42px;
  }
}
@media only screen and (max-width: 667px) {
  header .header-bot-content-icon i {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  header .header-bot-content-icon i {
    font-size: 32px;
  }
}
header .header-bot-content-logo {
  max-width: 145px;
}
@media only screen and (max-width: 1199px) {
  header .header-bot-content-logo {
    max-width: 105px;
  }
}
@media only screen and (max-width: 667px) {
  header .header-bot-content-logo {
    max-width: 86px;
  }
}
@media only screen and (max-width: 320px) {
  header .header-bot-content-logo {
    max-width: 66px;
  }
}
header .header-bot-content-menu {
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 991px) {
  header .header-bot-content-menu {
    display: none;
  }
}
header .header-bot-content-menu .menu-menu1 {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  header .header-bot-content-menu .menu-menu1 {
    gap: 15px;
  }
}
header .header-bot-content-menu .menu-menu1 .down-item {
  display: flex;
  align-items: center;
}
header .header-bot-content-menu .menu-menu1 li {
  position: relative;
  padding-top: 29.91px;
  padding-bottom: 30.09px;
  display: flex;
  gap: 8px;
}
header .header-bot-content-menu .menu-menu1 li.active > a {
  color: #DAA520;
}
header .header-bot-content-menu .menu-menu1 li a {
  font-family: SVN-Gotham-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #442D26;
}
header .header-bot-content-menu .menu-menu1 li:hover {
  cursor: pointer;
}
header .header-bot-content-menu .menu-menu1 li:hover .menu-menu1-item1-menu2 {
  display: block;
}
header .header-bot-content-menu .menu-menu1 li:hover .down-item {
  rotate: 180deg;
}
header .header-bot-content-menu .menu-menu1 li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -50%;
  border-radius: 8px;
  max-width: 200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 88.7px 0px rgba(179, 179, 179, 0.15);
}
header .header-bot-content-menu .menu-menu1 li ul picture {
  width: 20px;
}
header .header-bot-content-menu .menu-menu1 li ul a {
  max-width: 138px;
  width: 138px;
}
header .header-bot-content-menu .menu-menu1 li ul > li:nth-child(1) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
header .header-bot-content-menu .menu-menu1 li ul > li:nth-last-child(1) {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
header .header-bot-content-menu .menu-menu1 li ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 8px 12px 28px;
}
header .header-bot-content-menu .menu-menu1 li ul li.active > a {
  color: #DAA520;
}
header .header-bot-content-menu .menu-menu1 li ul li .icon-show {
  display: none;
}
header .header-bot-content-menu .menu-menu1 li ul li:hover {
  background: linear-gradient(90deg, #FFD15D 0.31%, #EDB11C 100.06%);
}
header .header-bot-content-menu .menu-menu1 li ul li:hover .menu-menu1-item1-menu2-item2-menu3 {
  display: block;
}
header .header-bot-content-menu .menu-menu1 li ul li:hover .icon-show {
  display: flex;
}
header .header-bot-content-menu .menu-menu1 li ul li:hover .icon {
  display: none;
}
header .header-bot-content-menu .menu-menu1 li ul li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 202px;
  max-width: 202px;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(113, 113, 113, 0.25);
}
header .header-bot-content-menu .menu-menu1 li ul li ul > li:nth-child(1) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
header .header-bot-content-menu .menu-menu1 li ul li ul > li:nth-last-child(1) {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
header .header-bot-content-menu .menu-menu1 li ul li ul li {
  position: relative;
  padding: 12px 28px;
}
header .header-bot-content-menu .menu-menu1 li ul li ul li.active > a {
  color: #DAA520;
}
header .header-bot-content-menu .menu-menu1 li ul li ul li:hover {
  background: linear-gradient(90deg, #FFD15D 0.31%, #EDB11C 100.06%);
}
header .header-bot-content-menu .menu-menu1 li ul li ul li a {
  max-width: 138px;
  width: 138px;
}
header .header-bot-search .search {
  display: flex;
  gap: 8px;
  padding: 10px 14px;
  width: 217px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #fff;
}
@media only screen and (max-width: 1199px) {
  header .header-bot-search .search {
    width: 170px;
    padding: 6px 10px;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bot-search .search {
    display: none;
  }
}
header .header-bot-search .search picture {
  width: 20.008px;
}
header .header-bot-search .search input {
  flex: 1;
  width: 100%;
  font-size: 12px;
  color: #9CA3AF;
  line-height: 16px;
  outline: none;
  border: none;
}
header .header-bot-search .search input::-moz-placeholder {
  font-size: 12px;
  color: #9CA3AF;
  line-height: 16px;
}
header .header-bot-search .search input::placeholder {
  font-size: 12px;
  color: #9CA3AF;
  line-height: 16px;
}
header .header-bot-support {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 480px) {
  header .header-bot-support {
    gap: 8px;
  }
}
header .header-bot-support .language {
  position: relative;
  padding: 10px 0;
  z-index: 9000;
}
header .header-bot-support .language-main {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
header .header-bot-support .language-main > picture {
  width: 28px;
}
header .header-bot-support .language-main-text {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media only screen and (max-width: 320px) {
  header .header-bot-support .language-main-text span {
    display: none;
  }
}
header .header-bot-support .language-main-text picture {
  width: 16px;
}
header .header-bot-support .language-main-text picture.active {
  rotate: 180deg;
}
header .header-bot-support .language-down {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  max-width: 200px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(113, 113, 113, 0.25);
  border-radius: 8px;
}
header .header-bot-support .language-down.active {
  display: flex;
}
header .header-bot-support .language-down-item {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  padding: 10px 20px;
}
header .header-bot-support .language-down-item:hover {
  background: linear-gradient(90deg, #FFD15D 0.31%, #EDB11C 100.06%);
}
header .header-bot-support .language-down-item picture {
  width: 28px;
}
header .header-bot-support .login-button a {
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DAA520;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 450;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  header .header-bot-support .login-button a {
    padding: 6px 12px;
  }
}
header .header-bot-mobile {
  display: none;
  position: fixed;
  background: #fff;
  min-height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35vw;
  padding: 30px 20px;
  flex-direction: column;
  gap: 30px;
  overflow-y: scroll;
  transform: translateX(-100%);
  z-index: 10000;
  transition: all 0.3s ease-in-out;
}
header .header-bot-mobile::-webkit-scrollbar {
  width: 4px;
}
@media only screen and (max-width: 480px) {
  header .header-bot-mobile::-webkit-scrollbar {
    width: 2px;
  }
}
header .header-bot-mobile::-webkit-scrollbar-thumb {
  border-radius: 4px;
  height: 100px;
  background: #899197;
  border: none;
  outline: none;
}
@media only screen and (max-width: 480px) {
  header .header-bot-mobile::-webkit-scrollbar-thumb {
    border-radius: 2px;
  }
}
header .header-bot-mobile::-moz-scrollbar {
  width: 4px;
}
@media only screen and (max-width: 480px) {
  header .header-bot-mobile::-moz-scrollbar {
    width: 2px;
  }
}
header .header-bot-mobile::-moz-scrollbar-thumb {
  border-radius: 4px;
  height: 100px;
  background: #899197;
  border: none;
  outline: none;
}
@media only screen and (max-width: 480px) {
  header .header-bot-mobile::-moz-scrollbar-thumb {
    border-radius: 2px;
  }
}
header .header-bot-mobile.show-menu {
  transform: translateX(0);
}
@media only screen and (max-width: 991px) {
  header .header-bot-mobile {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  header .header-bot-mobile {
    width: 40vw;
  }
}
@media only screen and (max-width: 667px) {
  header .header-bot-mobile {
    width: 50vw;
  }
}
@media only screen and (max-width: 480px) {
  header .header-bot-mobile {
    width: 60vw;
  }
}
header .header-bot-mobile-logo {
  max-width: 105px;
  width: 105px;
}
header .header-bot-mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
header .header-bot-mobile-menu .icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
header .header-bot-mobile-menu .icon i {
  font-size: 30px;
  cursor: pointer;
  color: #f71414;
  font-weight: 400;
}
header .header-bot-mobile-menu .menu-mobile-menu1 {
  display: flex;
  flex-direction: column;
}
header .header-bot-mobile-menu .menu-mobile-menu1 a {
  font-family: SVN-Gotham-Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #442D26;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li:last-child {
  padding-bottom: 0px;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li.active > div > a {
  color: #DAA520;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li div {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  padding-right: 10px;
  cursor: pointer;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li div picture.rotate {
  rotate: 180deg;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li ul {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li ul.show {
  max-height: 1000px;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li ul li {
  padding: 10px 10px;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li ul li.active > div > a {
  color: #DAA520;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li ul li ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li ul li ul.show {
  max-height: 1000px;
}
header .header-bot-mobile-menu .menu-mobile-menu1 li ul li ul li.active > div > a {
  color: #DAA520;
}
header .header-bot-mobile-menu-search .search {
  display: flex;
  gap: 8px;
  padding: 10px 14px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #fff;
}
header .header-bot-mobile-menu-search .search picture {
  width: 20.008px;
}
header .header-bot-mobile-menu-search .search input {
  flex: 1;
  width: 100%;
  font-size: 12px;
  color: #9CA3AF;
  line-height: 16px;
  outline: none;
  border: none;
}
header .header-bot-mobile-menu-search .search input::-moz-placeholder {
  font-size: 12px;
  color: #9CA3AF;
  line-height: 16px;
}
header .header-bot-mobile-menu-search .search input::placeholder {
  font-size: 12px;
  color: #9CA3AF;
  line-height: 16px;
}
header .header-bot-mobile-menu-contact {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
header .header-bot-mobile-menu-contact picture {
  min-width: 50px;
  width: 50px;
}
@media only screen and (max-width: 667px) {
  header .header-bot-mobile-menu-contact picture {
    min-width: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 480px) {
  header .header-bot-mobile-menu-contact picture {
    min-width: 30px;
    width: 30px;
  }
}
header .header-bot-gray {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
header .header-bot-gray.show {
  display: block;
}
header .header-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: fixed;
  z-index: 9999;
  top: 70vh;
  transform: translateY(-50%);
  right: 26px;
}
@media only screen and (max-width: 991px) {
  header .header-contact {
    display: none;
  }
}
header .header-contact picture {
  min-width: 50px;
  width: 50px;
}

.number-page {
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .number-page {
    margin-top: 20px;
  }
}
.number-page a {
  text-decoration: none;
}
.number-page li {
  list-style: none;
}
.number-page ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.number-page ul li .prev {
  margin-right: 28px;
}
@media only screen and (max-width: 480px) {
  .number-page ul li .prev {
    margin-right: 0px;
  }
}
.number-page ul li .next {
  margin-left: 28px;
}
@media only screen and (max-width: 480px) {
  .number-page ul li .next {
    margin-left: 0px;
  }
}
.number-page ul li a {
  font-family: "SVN-Gotham-Thin";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #3F3D48;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.number-page ul li .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #DAA520;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.banner-slide {
  position: relative;
}
.banner-slide a {
  text-decoration: none;
}
.banner-slide li {
  list-style: none;
}
.banner-slide ul {
  margin: 0;
}
.banner-slide-main-content-list-item .video, .banner-slide-main-content-list-item video {
  width: 100%;
  max-height: 706px;
  height: 706px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-slide-main-content-list-item picture {
  width: 100%;
  max-height: 706px;
  height: 706px;
}
.banner-slide-main-content-list-item .video.background, .banner-slide-main-content-list-item picture.background {
  position: relative;
}
.banner-slide-main-content-list-item .video.background::before, .banner-slide-main-content-list-item picture.background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%), lightgray -94.125px -420.939px/109.805% 195.795% no-repeat;
  opacity: 0.5;
}
@media only screen and (max-width: 1366px) {
  .banner-slide-main-content-list-item .video, .banner-slide-main-content-list-item video, .banner-slide-main-content-list-item picture {
    max-height: 606px;
    height: 606px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-slide-main-content-list-item .video, .banner-slide-main-content-list-item video, .banner-slide-main-content-list-item picture {
    max-height: 506px;
    height: 506px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-slide-main-content-list-item .video, .banner-slide-main-content-list-item video, .banner-slide-main-content-list-item picture {
    max-height: 406px;
    height: 406px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-slide-main-content-list-item .video, .banner-slide-main-content-list-item video, .banner-slide-main-content-list-item picture {
    max-height: 356px;
    height: 356px;
  }
}
@media only screen and (max-width: 667px) {
  .banner-slide-main-content-list-item .video, .banner-slide-main-content-list-item video, .banner-slide-main-content-list-item picture {
    max-height: 306px;
    height: 306px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-slide-main-content-list-item .video, .banner-slide-main-content-list-item video, .banner-slide-main-content-list-item picture {
    max-height: 256px;
    height: 256px;
  }
}
.banner-slide-main-content-list-item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.banner-slide-main-content-list-item .text.button-text {
  max-width: 757px;
}
.banner-slide-main-content-list-item .text h2 {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}
.banner-slide-main-content-list-item .text .button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-slide-main-content-list-item .text .button a {
  border-radius: 32px;
  background: #DAA520;
  padding: 12px 32px;
  color: #FFF;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 667px) {
  .banner-slide-main-content-list-item .text .button a {
    padding: 6px 16px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-slide-main-content-list-item .text .button a {
    font-size: 12px;
  }
}
.banner-slide-main-content-list-item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner-slide-main-content-list-item .title .container {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 1199px) {
  .banner-slide-main-content-list-item .title .container {
    width: 100%;
  }
}
.banner-slide-main-content-list-item .title-main {
  width: 537px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .banner-slide-main-content-list-item .title-main {
    width: 100%;
  }
}
.banner-slide-main-content-list-item .title-main h3 {
  color: #FFF;
}
.banner-slide-main-content-list-item .title-main span {
  color: #FFF;
  display: block;
  text-align: initial;
  max-height: 168px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
@media only screen and (max-width: 480px) {
  .banner-slide-main-content-list-item .title-main span {
    max-height: 112px;
  }
}
.banner-slide .swiper-horizontal > .swiper-pagination-bullets, .banner-slide .swiper-pagination-bullets.swiper-pagination-horizontal, .banner-slide .swiper-pagination-custom, .banner-slide .swiper-pagination-fraction {
  bottom: 35px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .banner-slide .swiper-horizontal > .swiper-pagination-bullets, .banner-slide .swiper-pagination-bullets.swiper-pagination-horizontal, .banner-slide .swiper-pagination-custom, .banner-slide .swiper-pagination-fraction {
    bottom: 10px;
  }
}
.banner-slide .swiper-horizontal > .swiper-pagination-bullets span, .banner-slide .swiper-pagination-bullets.swiper-pagination-horizontal span, .banner-slide .swiper-pagination-custom span, .banner-slide .swiper-pagination-fraction span {
  margin: 0;
  width: 8px;
  height: 8px;
  background: #D1D5DB;
  border-radius: 50%;
}
.banner-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px !important;
  height: 8px;
  background-color: #DAA520 !important;
  border-radius: 4px !important;
}
.banner-slide .swiper-button-next {
  right: 59px;
}
@media only screen and (max-width: 768px) {
  .banner-slide .swiper-button-next {
    right: 5px;
  }
}
.banner-slide .swiper-button-prev {
  left: 59px;
}
@media only screen and (max-width: 768px) {
  .banner-slide .swiper-button-prev {
    left: 5px;
  }
}
.banner-slide .swiper-button-next, .banner-slide .swiper-button-prev {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.banner-slide .swiper-button-next picture {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .banner-slide .swiper-button-next picture {
    width: 36px;
    height: 36px;
  }
}
.banner-slide .swiper-button-prev picture {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .banner-slide .swiper-button-prev picture {
    width: 36px;
    height: 36px;
  }
}
.banner-slide .swiper-button-next:after, .banner-slide .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.banner-slide .swiper-button-prev:after, .banner-slide .swiper-rtl .swiper-button-next:after {
  display: none;
}

.banner {
  position: relative;
  padding: 115px 0;
}
@media only screen and (max-width: 667px) {
  .banner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 480px) {
  .banner {
    padding: 65px 0;
  }
}
.banner a {
  text-decoration: none;
}
.banner li {
  list-style: none;
}
.banner ul {
  margin: 0;
}
.banner-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgb(0, 0, 0) 100%), lightgray 0px -350.767px/100% 396.333% no-repeat;
  opacity: 0.4;
}
.banner .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.banner .container h3 {
  color: #FFF;
}
.banner .container .link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner .container .link a {
  color: #FFF;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .banner .container .link a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .banner .container .link a {
    font-size: 12px;
    line-height: 18px;
  }
}

.immigration-settlement a, .our-service a, .what-we-work a, .why-we a {
  text-decoration: none;
}
.immigration-settlement li, .our-service li, .what-we-work li, .why-we li {
  list-style: none;
}
.immigration-settlement ul, .our-service ul, .what-we-work ul, .why-we ul {
  margin: 0;
}

.immigration-settlement {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  padding-top: 69px;
  padding-bottom: 100px;
}
.immigration-settlement-title p {
  color: #DAA520;
  font-size: 14px;
  line-height: 20px;
  font-family: SVN-Gotham-Bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .immigration-settlement-title p {
    font-size: 12px;
    line-height: 18px;
  }
}
.immigration-settlement-title h3 {
  text-transform: uppercase;
}
.immigration-settlement-slide {
  position: relative;
  overflow: visible;
}
.immigration-settlement-slide-content {
  width: 100vw;
  overflow-x: hidden;
}
.immigration-settlement-slide-main {
  width: 134.35vw;
  position: relative;
  left: -17.175vw;
}
@media only screen and (max-width: 1199px) {
  .immigration-settlement-slide-main {
    width: 160vw;
    left: -30vw;
  }
}
@media only screen and (max-width: 991px) {
  .immigration-settlement-slide-main {
    width: 200vw;
    left: -50vw;
  }
}
@media only screen and (max-width: 768px) {
  .immigration-settlement-slide-main {
    width: 250vw;
    left: -75vw;
  }
}
@media only screen and (max-width: 480px) {
  .immigration-settlement-slide-main {
    width: 100vw;
    left: 0;
  }
}
.immigration-settlement-slide-main-list-item {
  padding-top: 33px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .immigration-settlement-slide-main-list-item {
    padding-top: 80px;
  }
}
.immigration-settlement-slide-main-list-item.swiper-slide-next picture {
  position: relative;
  top: -33px;
}
@media only screen and (max-width: 480px) {
  .immigration-settlement-slide-main-list-item.swiper-slide-next picture {
    position: initial;
  }
}
.immigration-settlement-slide-main-list-item.swiper-slide-active picture {
  position: initial;
}
@media only screen and (max-width: 480px) {
  .immigration-settlement-slide-main-list-item.swiper-slide-active picture {
    position: relative;
    top: -80px;
  }
}
.immigration-settlement-slide-main-list-item picture {
  border-radius: 24px;
  max-height: 485px;
  height: 485px;
}
@media only screen and (max-width: 991px) {
  .immigration-settlement-slide-main-list-item picture {
    max-height: 385px;
    height: 385px;
  }
}
@media only screen and (max-width: 768px) {
  .immigration-settlement-slide-main-list-item picture {
    max-height: 285px;
    height: 285px;
  }
}
@media only screen and (max-width: 480px) {
  .immigration-settlement-slide-main-list-item picture {
    max-height: 255px;
    height: 255px;
  }
}
.immigration-settlement-slide-main-list-item picture img {
  border-radius: 24px;
}
.immigration-settlement-slide-main-list-item .text {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 86.595%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  padding: 26px 40px;
  border: 1px solid var(--Gray-1, #E5E7EB);
  background: var(--Secondary-2, #FFFCF8);
}
.immigration-settlement-slide-main-list-item .text div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.immigration-settlement-slide-main-list-item .text span {
  display: block;
  text-align: initial;
  max-height: 192px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
@media only screen and (max-width: 480px) {
  .immigration-settlement-slide-main-list-item .text span {
    max-height: 124px;
  }
}
.immigration-settlement .swiper-button-next {
  right: 59px;
}
@media only screen and (max-width: 480px) {
  .immigration-settlement .swiper-button-next {
    right: 5px;
  }
}
.immigration-settlement .swiper-button-prev {
  left: 59px;
}
@media only screen and (max-width: 480px) {
  .immigration-settlement .swiper-button-prev {
    left: 5px;
  }
}
.immigration-settlement .swiper-button-next, .immigration-settlement .swiper-button-prev {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.immigration-settlement .swiper-button-next picture {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .immigration-settlement .swiper-button-next picture {
    width: 36px;
    height: 36px;
  }
}
.immigration-settlement .swiper-button-prev picture {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .immigration-settlement .swiper-button-prev picture {
    width: 36px;
    height: 36px;
  }
}
.immigration-settlement .swiper-button-next:after, .immigration-settlement .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.immigration-settlement .swiper-button-prev:after, .immigration-settlement .swiper-rtl .swiper-button-next:after {
  display: none;
}
.immigration-settlement .swiper-horizontal > .swiper-pagination-bullets, .immigration-settlement .swiper-pagination-bullets.swiper-pagination-horizontal, .immigration-settlement .swiper-pagination-custom, .immigration-settlement .swiper-pagination-fraction {
  bottom: -24px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.immigration-settlement .swiper-horizontal > .swiper-pagination-bullets span, .immigration-settlement .swiper-pagination-bullets.swiper-pagination-horizontal span, .immigration-settlement .swiper-pagination-custom span, .immigration-settlement .swiper-pagination-fraction span {
  margin: 0;
  width: 8px;
  height: 8px;
  background: #D1D5DB;
  border-radius: 50%;
}
.immigration-settlement .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px !important;
  height: 8px;
  background-color: #DAA520 !important;
  border-radius: 4px !important;
}
.immigration-settlement .immigration-settlement-slide-main-list-item .text {
  display: none;
}
.immigration-settlement .swiper-slide-active .text {
  display: none;
}
@media only screen and (max-width: 480px) {
  .immigration-settlement .swiper-slide-active .text {
    display: block;
  }
}
.immigration-settlement .swiper-slide.immigration-settlement-slide-main-list-item.swiper-slide-next .text {
  display: block;
}
@media only screen and (max-width: 480px) {
  .immigration-settlement .swiper-slide.immigration-settlement-slide-main-list-item.swiper-slide-next .text {
    display: none;
  }
}

.our-service {
  margin: 100px 0;
  padding-bottom: 94px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .our-service {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .our-service {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .our-service {
    margin: 50px 0;
    padding-bottom: 54px;
  }
}
@media only screen and (max-width: 667px) {
  .our-service {
    margin: 40px 0;
    padding-bottom: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .our-service {
    margin: 30px 0;
    padding-bottom: 34px;
  }
}
.our-service .container {
  min-height: 387px;
  border-radius: 24px;
}
@media only screen and (max-width: 768px) {
  .our-service .container {
    min-height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .our-service .container {
    min-height: 237px;
  }
}
.our-service .container-main {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .our-service .container-main {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .our-service .container-main {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 667px) {
  .our-service .container-main {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .our-service .container-main {
    flex-direction: column;
    gap: 30px;
  }
}
.our-service-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 413px;
}
@media only screen and (max-width: 1199px) {
  .our-service-left {
    max-width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .our-service-left {
    gap: 30px;
  }
}
@media only screen and (max-width: 667px) {
  .our-service-left {
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .our-service-left {
    gap: 10px;
  }
}
.our-service-left-title h6 {
  color: #DAA520;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  font-family: SVN-Gotham-Bold;
}
@media only screen and (max-width: 480px) {
  .our-service-left-title h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.our-service-left-title h3 {
  text-transform: uppercase;
}
.our-service-left-tab li {
  display: flex;
  gap: 24px;
  align-items: center;
  cursor: pointer;
}
.our-service-left-tab li span {
  padding: 12px 0;
  border-bottom: 1px solid #D1D5DB;
  width: 100%;
}
.our-service-left-tab li.active {
  color: #DAA520;
  font-family: SVN-Gotham-Bold;
  gap: 16px;
}
.our-service-left-tab li.active p {
  width: 8px;
  height: 8px;
  background: #DAA520;
  border-radius: 50%;
  margin: auto 0;
}
.our-service-left-tab li.active span {
  color: #DAA520;
  font-family: SVN-Gotham-Bold;
  gap: 16px;
}
.our-service-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 48.35%;
}
@media only screen and (max-width: 991px) {
  .our-service-right {
    position: initial;
    max-width: 100%;
  }
}
.our-service-right-slide {
  position: relative;
  overflow: visible;
}
.our-service-right-slide-main-item {
  position: relative;
}
.our-service-right-slide-main-item .text {
  text-align: center;
  width: 345px;
  position: absolute;
  bottom: -94px;
  left: -62px;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #FFFCF8;
}
.our-service-right-slide-main-item .text h6 {
  font-family: SVN-Gotham-Bold;
}
@media only screen and (max-width: 667px) {
  .our-service-right-slide-main-item .text h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .our-service-right-slide-main-item .text h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.our-service-right-slide-main-item .text .button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-service-right-slide-main-item .text .button a {
  padding: 10px 32px;
  gap: 8px;
  background-color: #DAA520;
  border-radius: 32px;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}
.our-service-right-slide-main-item picture {
  max-height: 387px;
  height: 387px;
  border-radius: 24px;
}
@media only screen and (max-width: 768px) {
  .our-service-right-slide-main-item picture {
    max-height: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .our-service-right-slide-main-item picture {
    max-height: 237px;
    height: 237px;
  }
}
.our-service-right-slide-main-item picture img {
  border-radius: 24px;
}
.our-service-right-slide-text {
  position: absolute;
  bottom: -94px;
  left: -62px;
  width: 345px;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #FFFCF8;
  padding: 31px 41px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .our-service-right-slide-text {
    max-width: 300px;
    padding: 12px 21px;
  }
}
@media only screen and (max-width: 768px) {
  .our-service-right-slide-text {
    bottom: -50px;
  }
}
@media only screen and (max-width: 667px) {
  .our-service-right-slide-text {
    left: -10px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 480px) {
  .our-service-right-slide-text {
    bottom: -30px;
  }
}
.our-service-right-slide-text li {
  display: none;
}
.our-service-right-slide-text li .content {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media only screen and (max-width: 667px) {
  .our-service-right-slide-text li .content {
    gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .our-service-right-slide-text li .content {
    gap: 8px;
  }
}
.our-service-right-slide-text li .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.our-service-right-slide-text li .text h6 {
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  line-height: 24px;
  color: #442D26;
}
@media only screen and (max-width: 667px) {
  .our-service-right-slide-text li .text h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .our-service-right-slide-text li .text h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.our-service-right-slide-text li .button {
  display: flex;
  justify-content: center;
}
.our-service-right-slide-text li .button a {
  width: -moz-max-content;
  width: max-content;
  background-color: #DAA520;
  border-radius: 32px;
  padding: 10px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 667px) {
  .our-service-right-slide-text li .button a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .our-service-right-slide-text li .button a {
    font-size: 12px;
    line-height: 18px;
  }
}
.our-service-right-slide-text li.active {
  display: block;
}
.our-service .swiper-button-next {
  right: 59px;
}
@media only screen and (max-width: 480px) {
  .our-service .swiper-button-next {
    right: 5px;
  }
}
.our-service .swiper-button-prev {
  left: 59px;
}
.our-service .swiper-button-next, .our-service .swiper-button-prev {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.our-service .swiper-button-next picture {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .our-service .swiper-button-next picture {
    width: 36px;
    height: 36px;
  }
}
.our-service .swiper-button-prev picture {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .our-service .swiper-button-prev picture {
    width: 36px;
    height: 36px;
  }
}
.our-service .swiper-button-next:after, .our-service .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.our-service .swiper-button-prev:after, .our-service .swiper-rtl .swiper-button-next:after {
  display: none;
}
.our-service .swiper-horizontal > .swiper-pagination-bullets, .our-service .swiper-pagination-bullets.swiper-pagination-horizontal, .our-service .swiper-pagination-custom, .our-service .swiper-pagination-fraction {
  bottom: -24px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.our-service .swiper-horizontal > .swiper-pagination-bullets span, .our-service .swiper-pagination-bullets.swiper-pagination-horizontal span, .our-service .swiper-pagination-custom span, .our-service .swiper-pagination-fraction span {
  margin: 0;
  width: 8px;
  height: 8px;
  background: #D1D5DB;
  border-radius: 50%;
}
.our-service .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px !important;
  height: 8px;
  background-color: #DAA520 !important;
  border-radius: 4px !important;
}

.what-we-work {
  margin: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .what-we-work {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .what-we-work {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .what-we-work {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .what-we-work {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .what-we-work {
    margin: 30px 0;
  }
}
.what-we-work.background {
  background: #F5F5F5;
  padding: 100px 0;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .what-we-work.background {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .what-we-work.background {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .what-we-work.background {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .what-we-work.background {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .what-we-work.background {
    padding: 30px 0;
  }
}
.what-we-work .container {
  display: flex;
  align-items: center;
  gap: 62px;
}
@media only screen and (max-width: 768px) {
  .what-we-work .container {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 667px) {
  .what-we-work .container {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .what-we-work .container {
    flex-direction: column;
    gap: 30px;
  }
}
.what-we-work-picture {
  position: relative;
}
.what-we-work-picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: lightgray 50%/cover no-repeat;
  opacity: 0.2;
  border-radius: 24px;
  z-index: 1;
}
.what-we-work-picture picture {
  border-radius: 24px;
  max-height: 448px;
  width: 696px;
}
@media only screen and (max-width: 1366px) {
  .what-we-work-picture picture {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .what-we-work-picture picture {
    max-height: 285px;
  }
}
.what-we-work-picture picture img {
  border-radius: 24px;
}
.what-we-work-text {
  width: 522px;
  min-width: 522px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .what-we-work-text {
    min-width: 40%;
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .what-we-work-text {
    min-width: 100%;
    width: 100%;
  }
}
.what-we-work-text .title h6 {
  color: #DAA520;
  text-transform: uppercase;
  font-family: SVN-Gotham-Bold;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 667px) {
  .what-we-work-text .title h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .what-we-work-text .title h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.what-we-work-text .title h3 {
  text-transform: uppercase;
}

.why-we {
  margin: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .why-we {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .why-we {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .why-we {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .why-we {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .why-we {
    margin: 30px 0;
  }
}
.why-we.background {
  background: #F2F2F2;
  padding: 100px 0;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .why-we.background {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .why-we.background {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .why-we.background {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .why-we.background {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .why-we.background {
    padding: 30px 0;
  }
}
.why-we .container {
  display: flex;
  align-items: center;
  gap: 62px;
}
@media only screen and (max-width: 768px) {
  .why-we .container {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 667px) {
  .why-we .container {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .why-we .container {
    flex-direction: column;
    gap: 30px;
  }
}
.why-we-picture {
  position: relative;
}
.why-we-picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: lightgray 50%/cover no-repeat;
  opacity: 0.2;
  z-index: 1;
  border-radius: 24px;
}
.why-we-picture picture {
  border-radius: 24px;
  max-height: 448px;
  width: 696px;
}
@media only screen and (max-width: 1366px) {
  .why-we-picture picture {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .why-we-picture picture {
    max-height: 285px;
  }
}
.why-we-picture picture img {
  border-radius: 24px;
}
.why-we-text {
  width: 522px;
  min-width: 522px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .why-we-text {
    min-width: 40%;
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .why-we-text {
    min-width: 100%;
    width: 100%;
  }
}
.why-we-text .title h6 {
  color: #DAA520;
  text-transform: uppercase;
  font-family: SVN-Gotham-Bold;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 667px) {
  .why-we-text .title h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .why-we-text .title h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.why-we-text .title h3 {
  text-transform: uppercase;
  width: 335px;
}

.introduction a, .intro a {
  text-decoration: none;
}
.introduction li, .intro li {
  list-style: none;
}
.introduction ul, .intro ul {
  margin: 0;
}

.introduction {
  margin: 68px 0;
}
@media only screen and (max-width: 1199px) {
  .introduction {
    margin: 68px 0;
  }
}
@media only screen and (max-width: 991px) {
  .introduction {
    margin: 68px 0;
  }
}
@media only screen and (max-width: 768px) {
  .introduction {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .introduction {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .introduction {
    margin: 30px 0;
  }
}
.introduction .container {
  display: flex;
  align-items: center;
  gap: 62px;
}
@media only screen and (max-width: 768px) {
  .introduction .container {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 667px) {
  .introduction .container {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .introduction .container {
    flex-direction: column;
    gap: 30px;
  }
}
.introduction-picture {
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .introduction-picture {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-picture {
    width: 100%;
  }
}
.introduction-picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: lightgray 50%/cover no-repeat;
  opacity: 0.2;
  border-radius: 24px;
  z-index: 1;
}
.introduction-picture picture {
  width: 696px;
  height: 421px;
  max-width: 696px;
  max-height: 421px;
}
@media only screen and (max-width: 1366px) {
  .introduction-picture picture {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .introduction-picture picture {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-picture picture {
    height: 350px;
    max-height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .introduction-picture picture {
    height: 280px;
    max-height: 300px;
  }
}
.introduction-picture picture img {
  border-radius: 24px;
}
.introduction-text {
  width: 522px;
  min-width: 522px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1199px) {
  .introduction-text {
    width: 100%;
    min-width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .introduction-text {
    min-width: 40%;
    width: 40%;
    gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-text {
    min-width: 100%;
    width: 100%;
    gap: 12px;
  }
}
.introduction-text .title h3 {
  text-transform: uppercase;
}

.intro .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .intro .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .intro .container {
    grid-template-columns: 1fr;
  }
}
.intro-item {
  position: relative;
  padding: 118px 0px;
}
@media only screen and (max-width: 1366px) {
  .intro-item {
    padding: 68px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .intro-item {
    padding: 38px 10px;
  }
}
.intro-item picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.intro-item picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%), lightgray 50%/cover no-repeat;
  opacity: 0.55;
}
.intro-item .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  text-align: center;
  z-index: 1;
  align-items: center;
}
@media only screen and (max-width: 667px) {
  .intro-item .text {
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .intro-item .text {
    gap: 16px;
  }
}
.intro-item .text h4 {
  text-transform: uppercase;
  color: #FFF;
}
.intro-item .text span {
  font-family: SVN-Gotham-Regular;
  color: #FFF;
  line-height: 24px;
  height: 144px;
  width: 248px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media only screen and (max-width: 768px) {
  .intro-item .text span {
    width: 100%;
  }
}

.residential_services {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .residential_services {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .residential_services {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .residential_services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 667px) {
  .residential_services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.residential_services a {
  text-decoration: none;
}
.residential_services li {
  list-style: none;
}
.residential_services ul {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .residential_services .container > .row {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.residential_services-tab {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .residential_services-tab {
    gap: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .residential_services-tab {
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-tab {
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-tab {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.residential_services-tab-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .residential_services-tab-item {
    gap: 24px;
  }
}
@media only screen and (max-width: 667px) {
  .residential_services-tab-item {
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-tab-item {
    gap: 12px;
  }
}
.residential_services-tab-item h6 {
  color: #7A7E86;
  font-family: SVN-Gotham-Bold;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .residential_services-tab-item h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-tab-item h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.residential_services-tab-item-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 667px) {
  .residential_services-tab-item-list {
    gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-tab-item-list {
    gap: 8px;
  }
}
.residential_services-tab-item-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
@media only screen and (max-width: 667px) {
  .residential_services-tab-item-list li {
    gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-tab-item-list li {
    gap: 8px;
  }
}
.residential_services-tab-item-list li input {
  opacity: 0;
}
.residential_services-tab-item-list li label:before {
  content: "";
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background: #DAA520;
  border-radius: 100%;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 18px #FFF;
  border: 1px solid #DAA520;
}
@media only screen and (max-width: 667px) {
  .residential_services-tab-item-list li label:before {
    top: 0;
  }
}
.residential_services-tab-item-list li input:checked + label:before {
  border: 1px solid #DAA520;
  box-shadow: inset 0 0 0 4px #fff;
}
.residential_services-tab-item-list li input {
  cursor: pointer;
  width: 16px;
  height: 16px;
  color: #DAA520;
  position: relative;
  border: 1px solid #DAA520;
}
.residential_services-tab-item-list li label {
  cursor: pointer;
  color: #3F3D48;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .residential_services-tab-item-list li label {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-tab-item-list li label {
    font-size: 12px;
    line-height: 18px;
  }
}
.residential_services-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 0;
  justify-content: center;
  max-width: 844px;
}
@media only screen and (max-width: 768px) {
  .residential_services-list {
    gap: 46px;
  }
}
@media only screen and (max-width: 667px) {
  .residential_services-list {
    gap: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-list {
    gap: 26px;
    width: 100%;
    padding: 0 10px;
  }
}
.residential_services-list-content {
  display: grid;
  gap: 56px 20px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .residential_services-list-content {
    grid-template-columns: 1fr;
    gap: 46px 20px;
  }
}
@media only screen and (max-width: 667px) {
  .residential_services-list-content {
    gap: 36px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-list-content {
    gap: 26px 20px;
  }
}
.residential_services-list-content-item a.item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media only screen and (max-width: 667px) {
  .residential_services-list-content-item a.item {
    gap: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-list-content-item a.item {
    gap: 12px;
  }
}
.residential_services-list-content-item a.item picture {
  max-height: 274px;
  height: 274px;
  width: 100%;
}
.residential_services-list-content-item a.item picture img {
  border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  .residential_services-list-content-item a.item picture {
    max-height: 215px;
    height: 215px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-list-content-item a.item picture {
    max-height: 250px;
    height: 250px;
  }
}
.residential_services-list-content-item a.item .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 667px) {
  .residential_services-list-content-item a.item .text {
    gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-list-content-item a.item .text {
    gap: 8px;
  }
}
.residential_services-list-content-item a.item .text h4 {
  color: #442D26;
}
.residential_services-list-content-item a.item .text span {
  width: 365px;
  color: #7A7E86;
}
@media only screen and (max-width: 1199px) {
  .residential_services-list-content-item a.item .text span {
    width: 100%;
  }
}
.residential_services-list-content-item a.item .button button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  border-radius: 32px;
  border: 1px solid #DAA520;
  color: #DAA520;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: none;
  cursor: pointer;
}
@media only screen and (max-width: 667px) {
  .residential_services-list-content-item a.item .button button {
    padding: 8px 22px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .residential_services-list-content-item a.item .button button {
    padding: 8px 18px;
    font-size: 12px;
    line-height: 18px;
  }
}
.residential_services-list .number-page {
  margin: 0;
}

.detail-country a, .interest-benefit a, .economy a, .license-type a, .license-require a, .feedback a, .contact-us a {
  text-decoration: none;
}
.detail-country li, .interest-benefit li, .economy li, .license-type li, .license-require li, .feedback li, .contact-us li {
  list-style: none;
}
.detail-country ul, .interest-benefit ul, .economy ul, .license-type ul, .license-require ul, .feedback ul, .contact-us ul {
  margin: 0;
}

.detail-country {
  margin: 100px 0px;
}
@media only screen and (max-width: 1199px) {
  .detail-country {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .detail-country {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .detail-country {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .detail-country {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .detail-country {
    margin: 30px 0;
  }
}
.detail-country .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .detail-country .container {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .detail-country .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.detail-country-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 627px;
  max-width: 627px;
}
@media only screen and (max-width: 768px) {
  .detail-country-text {
    width: 100%;
    gap: 30px;
  }
}
@media only screen and (max-width: 667px) {
  .detail-country-text {
    gap: 20px;
  }
}
.detail-country-text .title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 667px) {
  .detail-country-text .title {
    gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-country-text .title {
    gap: 8px;
  }
}
.detail-country-text .title h3 {
  text-transform: uppercase;
  color: #442D26;
}
.detail-country-text .title span {
  color: #7A7E86;
}
.detail-country-text .button a {
  padding: 12px 32px;
  color: #DAA520;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 32px;
  border: 1px solid #DAA520;
}
@media only screen and (max-width: 667px) {
  .detail-country-text .button a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 22px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-country-text .button a {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 16px;
  }
}
.detail-country-picture picture {
  width: 522px;
  min-width: 522px;
  max-height: 347px;
  border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  .detail-country-picture picture {
    width: auto;
    min-width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .detail-country-picture picture {
    max-height: 250px;
  }
}
.detail-country-picture picture img {
  border-radius: 20px;
}

.interest-benefit {
  margin: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .interest-benefit {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .interest-benefit {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .interest-benefit {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .interest-benefit {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .interest-benefit {
    margin: 30px 0;
  }
}
.interest-benefit .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .interest-benefit .container {
    gap: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .interest-benefit .container {
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .interest-benefit .container {
    gap: 20px;
  }
}
.interest-benefit-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.interest-benefit-title h4 {
  color: #442D26;
  text-transform: uppercase;
}
.interest-benefit-title .text span {
  display: inline-block;
  max-width: 771px;
  color: #7A7E86;
  text-align: center;
}
.interest-benefit-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1366px) {
  .interest-benefit-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .interest-benefit-content {
    grid-template-columns: 1fr;
  }
}
.interest-benefit-content-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 54px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 88.7px 0px rgba(179, 179, 179, 0.15);
}
@media only screen and (max-width: 991px) {
  .interest-benefit-content-item {
    padding: 10px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .interest-benefit-content-item {
    padding: 6px 16px;
    gap: 8px;
  }
}
.interest-benefit-content-item .logo {
  padding: 18px;
  border-radius: 50%;
}
.interest-benefit-content-item .logo picture {
  width: 44px;
}
.interest-benefit-content-item .text {
  text-align: center;
  width: 200px;
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  .interest-benefit-content-item .text {
    width: 100%;
  }
}

.economy {
  margin: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .economy {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .economy {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .economy {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .economy {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .economy {
    margin: 30px 0;
  }
}
.economy .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .economy .container {
    gap: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .economy .container {
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .economy .container {
    gap: 20px;
  }
}
.economy-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.economy-title h4 {
  color: #442D26;
  text-transform: uppercase;
}
.economy-title .text span {
  display: inline-block;
  max-width: 771px;
  color: #7A7E86;
  text-align: center;
}
.economy-content {
  position: relative;
  width: 1279px;
  max-width: 1279px;
}
@media only screen and (max-width: 1366px) {
  .economy-content {
    width: 100%;
    max-width: 100%;
  }
}
.economy-content-slide-main-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.economy-content-slide-main-item picture {
  position: relative;
  height: 419px;
  max-height: 419px;
}
@media only screen and (max-width: 1366px) {
  .economy-content-slide-main-item picture {
    height: 350px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .economy-content-slide-main-item picture {
    height: 300px;
    max-height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .economy-content-slide-main-item picture {
    height: 250px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .economy-content-slide-main-item picture {
    height: 300px;
    max-height: 300px;
  }
}
.economy-content-slide-main-item picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%), lightgray 50%/cover no-repeat;
  opacity: 0.03;
}
.economy-content-slide-main-item picture img {
  border-radius: 20px;
}
.economy-content-slide-main-item .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 360px;
  max-width: 360px;
}
@media only screen and (max-width: 991px) {
  .economy-content-slide-main-item .content {
    width: 100%;
  }
}
.economy-content-slide-main-item .content-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.economy-content-slide-main-item .content-text h6 {
  color: #3F3D48;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .economy-content-slide-main-item .content-text h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .economy-content-slide-main-item .content-text h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.economy-content-slide-main-item .content-text span {
  color: #7A7E86;
  font-weight: 400;
  line-height: 24px;
}
.economy-content-slide-main-item .content a {
  color: #DAA520;
  text-align: center;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .economy-content-slide-main-item .content a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .economy-content-slide-main-item .content a {
    font-size: 12px;
    line-height: 18px;
  }
}
.economy .swiper-button-next {
  right: -32px;
  transform: translateX(100%);
}
@media only screen and (max-width: 991px) {
  .economy .swiper-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 667px) {
  .economy .swiper-button-next {
    transform: translateX(0);
  }
}
.economy .swiper-button-prev {
  left: -32px;
  transform: translateX(-100%);
}
@media only screen and (max-width: 991px) {
  .economy .swiper-button-prev {
    left: 0;
  }
}
@media only screen and (max-width: 667px) {
  .economy .swiper-button-prev {
    transform: translateX(0);
  }
}
.economy .swiper-button-next, .economy .swiper-button-prev {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.economy .swiper-button-next picture {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.economy .swiper-button-prev picture {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.economy .swiper-button-next:after, .economy .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.economy .swiper-button-prev:after, .economy .swiper-rtl .swiper-button-next:after {
  display: none;
}
.economy .swiper-horizontal > .swiper-pagination-bullets, .economy .swiper-pagination-bullets.swiper-pagination-horizontal, .economy .swiper-pagination-custom, .economy .swiper-pagination-fraction {
  bottom: -32px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .economy .swiper-horizontal > .swiper-pagination-bullets, .economy .swiper-pagination-bullets.swiper-pagination-horizontal, .economy .swiper-pagination-custom, .economy .swiper-pagination-fraction {
    bottom: -16px;
  }
}
.economy .swiper-horizontal > .swiper-pagination-bullets span, .economy .swiper-pagination-bullets.swiper-pagination-horizontal span, .economy .swiper-pagination-custom span, .economy .swiper-pagination-fraction span {
  margin: 0;
  width: 8px;
  height: 8px;
  background: #D1D5DB;
  border-radius: 50%;
}
.economy .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px !important;
  height: 8px;
  background-color: #DAA520 !important;
  border-radius: 4px !important;
}

.license-type {
  padding: 166px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .license-type {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .license-type {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .license-type {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .license-type {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .license-type {
    padding: 30px 0;
  }
}
.license-type-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.license-type-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%), lightgray 50%/cover no-repeat;
  opacity: 0.55;
}
.license-type .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .license-type .container {
    gap: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .license-type .container {
    gap: 30px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .license-type .container {
    gap: 20px;
  }
}
.license-type-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.license-type-title h4 {
  color: #FFF;
  text-transform: uppercase;
}
.license-type-title .text span {
  display: inline-block;
  max-width: 771px;
  color: #FFF;
  text-align: center;
}
.license-type-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .license-type-content {
    grid-template-columns: 1fr;
  }
}
.license-type-content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  padding: 55px 36px;
  border-radius: 20px;
  background: rgba(112, 112, 112, 0.34);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
@media only screen and (max-width: 991px) {
  .license-type-content-item {
    padding: 25px 16px;
  }
}
.license-type-content-item h6 {
  color: #FFF;
  font-family: SVN-Gotham-Bold;
}
@media only screen and (max-width: 667px) {
  .license-type-content-item h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .license-type-content-item h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.license-type-content-item .text span {
  color: #FFF;
  text-align: center;
}

.license-require {
  margin: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .license-require {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .license-require {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .license-require {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .license-require {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .license-require {
    margin: 30px 0;
  }
}
.license-require .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .license-require .container {
    gap: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .license-require .container {
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .license-require .container {
    gap: 20px;
  }
}
.license-require-title h4 {
  color: #442D26;
  text-transform: uppercase;
}
.license-require-content {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .license-require-content-left {
    display: none;
  }
}
.license-require-content-left .content {
  display: flex;
  flex-direction: column;
  max-width: 305px;
}
.license-require-content-left .content li {
  list-style: none;
  cursor: pointer;
  padding: 24px 0;
  border-bottom: 1px solid #D1D5DB;
}
.license-require-content-left .content li a {
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.license-require-content-left-item {
  display: flex;
  text-decoration: none;
  color: #7A7E86;
  position: relative;
}
.license-require-content-left-item.active {
  border-radius: 4px;
  color: #DAA520;
}
.license-require-content-left-item.active::before {
  font-size: 22px;
  content: "•";
  margin-right: 8px;
  color: #DAA520;
}
.license-require-content-left-item.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .license-require-content-left-item {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .license-require-content-left-item {
    font-size: 12px;
    line-height: 12px;
  }
}
.license-require-content-left {
  max-width: 408px;
}
.license-require-content-right {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 0;
  width: 847px;
}
@media only screen and (max-width: 1366px) {
  .license-require-content-right {
    width: 66.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .license-require-content-right {
    gap: 50px;
  }
}
@media only screen and (max-width: 667px) {
  .license-require-content-right {
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .license-require-content-right {
    width: 100%;
    gap: 30px;
    padding: 0 10px;
  }
}
.license-require-content-right-item {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media only screen and (max-width: 667px) {
  .license-require-content-right-item {
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .license-require-content-right-item {
    gap: 12px;
  }
}
.license-require-content-right-item h6 {
  color: #3F3D48;
  font-family: SVN-Gotham-Bold;
}
@media only screen and (max-width: 667px) {
  .license-require-content-right-item h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .license-require-content-right-item h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.license-require-content-right-item .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.license-require-content-right-item .list-item {
  position: relative;
  border: 1px solid #D1D5DB;
}
.license-require-content-right-item .list-item-content {
  display: flex;
  padding: 32px;
  gap: 20px;
}
.license-require-content-right-item .list-item-content picture {
  width: 40px;
  height: 40px;
}
.license-require-content-right-item .list-item-content .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 667px) {
  .license-require-content-right-item .list-item-content .text {
    gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .license-require-content-right-item .list-item-content .text {
    gap: 8px;
  }
}
.license-require-content-right-item .list-item-content .text h6 {
  color: var(--Gray-5, #3F3D48);
  font-family: SVN-Gotham-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media only screen and (max-width: 667px) {
  .license-require-content-right-item .list-item-content .text h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .license-require-content-right-item .list-item-content .text h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
.license-require-content-right-item .list-item-content .text span {
  color: #7A7E86;
}
.license-require-content-right-item .list-item-index {
  color: var(--Gray-1, #E5E7EB);
  font-family: SVN-Gotham-Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  position: absolute;
  right: 18px;
  bottom: 12px;
}
@media only screen and (max-width: 667px) {
  .license-require-content-right-item .list-item-index {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .license-require-content-right-item .list-item-index {
    font-size: 22px;
    line-height: 24px;
    right: 10px;
    bottom: 8px;
  }
}
.license-require-content-right-item .list-2 .list-item-index {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  color: #FFF;
  font-family: SVN-Gotham-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  width: 44px;
  height: 44px;
  display: flex;
  background: #DAA520;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media only screen and (max-width: 667px) {
  .license-require-content-right-item .list-2 .list-item-index {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .license-require-content-right-item .list-2 .list-item-index {
    width: 34px;
    height: 34px;
    font-size: 12px;
    line-height: 18px;
  }
}
.license-require-content-right-item .list-3 {
  display: flex;
}
.license-require-content-right-item .list-3 .list-item {
  border: none;
  display: flex;
  align-items: center;
  gap: 16px;
}

.feedback {
  padding: 100px 0;
  background: #FFFCF8;
}
@media only screen and (max-width: 1199px) {
  .feedback {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .feedback {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .feedback {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .feedback {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .feedback {
    padding: 30px 0;
  }
}
.feedback .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .feedback .container {
    gap: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .feedback .container {
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .feedback .container {
    gap: 20px;
  }
}
.feedback-content-slide-main-item {
  display: flex;
  justify-content: center;
}
.feedback-content-slide-main-item .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 780px;
}
.feedback-content-slide-main-item .content picture {
  width: 126px;
  max-width: 126px;
  height: 126px;
}
@media only screen and (max-width: 480px) {
  .feedback-content-slide-main-item .content picture {
    width: 80px;
    max-width: 80px;
    height: 80px;
  }
}
.feedback-content-slide-main-item .content picture img {
  border-radius: 50%;
}
.feedback-content-slide-main-item .content .text {
  color: #7A7E86;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165.4%;
}
.feedback-content-slide-main-item .content .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.feedback-content-slide-main-item .content .info h6 {
  color: #3F3D48;
  font-family: SVN-Gotham-Regular;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 667px) {
  .feedback-content-slide-main-item .content .info h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 667px) {
  .feedback-content-slide-main-item .content .info h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .feedback-content-slide-main-item .content .info h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.feedback-content-slide-main-item .content .info span {
  color: var(--Gray-4, #7A7E86);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165.4%;
}
@media only screen and (max-width: 667px) {
  .feedback-content-slide-main-item .content .info span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .feedback-content-slide-main-item .content .info span {
    font-size: 12px;
    line-height: 18px;
  }
}
.feedback-content .swiper-button-next {
  right: 0;
}
.feedback-content .swiper-button-prev {
  left: 0;
}
.feedback-content .swiper-button-next, .feedback-content .swiper-button-prev {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.feedback-content .swiper-button-next picture {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .feedback-content .swiper-button-next picture {
    width: 36px;
    height: 36px;
  }
}
.feedback-content .swiper-button-prev picture {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .feedback-content .swiper-button-prev picture {
    width: 36px;
    height: 36px;
  }
}
.feedback-content .swiper-button-next:after, .feedback-content .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.feedback-content .swiper-button-prev:after, .feedback-content .swiper-rtl .swiper-button-next:after {
  display: none;
}
.feedback-content .swiper-horizontal > .swiper-pagination-bullets, .feedback-content .swiper-pagination-bullets.swiper-pagination-horizontal, .feedback-content .swiper-pagination-custom, .feedback-content .swiper-pagination-fraction {
  bottom: -19px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.feedback-content .swiper-horizontal > .swiper-pagination-bullets span, .feedback-content .swiper-pagination-bullets.swiper-pagination-horizontal span, .feedback-content .swiper-pagination-custom span, .feedback-content .swiper-pagination-fraction span {
  margin: 0;
  width: 8px;
  height: 8px;
  background: #D1D5DB;
  border-radius: 50%;
}
.feedback-content .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px !important;
  height: 8px;
  background-color: #DAA520 !important;
  border-radius: 4px !important;
}

.fa-question {
  margin: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .fa-question {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .fa-question {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .fa-question {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .fa-question {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .fa-question {
    margin: 30px 0;
  }
}
.fa-question .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .fa-question .container {
    gap: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .fa-question .container {
    gap: 30px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .fa-question .container {
    gap: 20px;
  }
}
.fa-question-title {
  display: flex;
  justify-content: center;
}
.fa-question-title h4 {
  color: #442D26;
}
.fa-question-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 93px;
}
@media only screen and (max-width: 1199px) {
  .fa-question-list {
    gap: 0 53px;
  }
}
@media only screen and (max-width: 991px) {
  .fa-question-list {
    gap: 0 33px;
  }
}
@media only screen and (max-width: 768px) {
  .fa-question-list {
    grid-template-columns: 1fr;
  }
}
.fa-question-list-item {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #CFCFCF;
}
@media only screen and (max-width: 991px) {
  .fa-question-list-item {
    padding: 18px 0;
  }
}
@media only screen and (max-width: 768px) {
  .fa-question-list-item {
    padding: 14px 0;
  }
}
@media only screen and (max-width: 667px) {
  .fa-question-list-item {
    padding: 10px 0;
  }
}
.fa-question-list-item:nth-last-child(1) {
  border-bottom: 1px solid #CFCFCF;
}
.fa-question-list-item .title {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media only screen and (max-width: 667px) {
  .fa-question-list-item .title {
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .fa-question-list-item .title {
    gap: 12px;
  }
}
.fa-question-list-item .title h5 {
  color: #3F3D48;
  font-family: SVN-Gotham-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}
@media only screen and (max-width: 667px) {
  .fa-question-list-item .title h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 667px) {
  .fa-question-list-item .title h5 {
    font-size: 14px;
  }
}
.fa-question-list-item .title-icon {
  height: -moz-max-content;
  height: max-content;
}
.fa-question-list-item .title-icon picture {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
.fa-question-list-item .title-icon .close-question-d, .fa-question-list-item .title-icon .open-question-d {
  cursor: pointer;
}
.fa-question-list-item .title-icon .close-question-d {
  display: none;
}
.fa-question-list-item .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.fa-question-list-item .content span {
  color: #7A7E86;
}
.fa-question-list-item.active .title .close-question-d {
  display: flex;
}
.fa-question-list-item.active .title .open-question-d {
  display: none;
}
.fa-question-list-item.active .content {
  max-height: 10000px;
  transition: max-height 0.3s ease-in-out;
}

.contact-us {
  padding: 109px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .contact-us {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact-us {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .contact-us {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us {
    padding: 30px 0;
  }
}
.contact-us-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-us-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%), url(<path-to-image>), lightgray 50%/cover no-repeat;
  opacity: 0.65;
}
.contact-us .container {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .contact-us .container > .row {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .contact-us .container > .row {
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us .container > .row {
    gap: 20px;
  }
}
.contact-us-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .contact-us-left {
    width: 100%;
  }
}
.contact-us-left h4 {
  width: 230px;
  text-transform: uppercase;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .contact-us-left h4 {
    width: 100%;
  }
  .contact-us-left h4 br {
    display: none;
  }
}
.contact-us-left .text {
  width: 352px;
}
@media only screen and (max-width: 1199px) {
  .contact-us-left .text {
    width: 100%;
  }
}
.contact-us-left .text span {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .contact-us-right {
    width: 100%;
  }
}
.contact-us-right .row .mb-3 {
  margin-bottom: 0 !important;
}
.contact-us-right .row .col-sm-6 {
  padding: 0 10px;
}
.contact-us-right .row p {
  margin-bottom: 12px;
}
.contact-us-right .row p span input, .contact-us-right .row p span textarea {
  width: 100%;
  padding: 16px 24px;
  color: #FFF;
  border: none;
  outline: none;
  border-radius: 12px;
  border: 1px solid #9CA3AF;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 667px) {
  .contact-us-right .row p span input, .contact-us-right .row p span textarea {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us-right .row p span input, .contact-us-right .row p span textarea {
    padding: 10px 16px;
  }
}
.contact-us-right .row p span input::-moz-placeholder, .contact-us-right .row p span textarea::-moz-placeholder {
  color: #FFF;
}
.contact-us-right .row p span input::placeholder, .contact-us-right .row p span textarea::placeholder {
  color: #FFF;
}
@media only screen and (max-width: 667px) {
  .contact-us-right .row p span input::-moz-placeholder, .contact-us-right .row p span textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-us-right .row p span input::placeholder, .contact-us-right .row p span textarea::placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us-right .row p span input::-moz-placeholder, .contact-us-right .row p span textarea::-moz-placeholder {
    font-size: 12px;
    line-height: 18px;
  }
  .contact-us-right .row p span input::placeholder, .contact-us-right .row p span textarea::placeholder {
    font-size: 12px;
    line-height: 18px;
  }
}
.contact-us-right .row p span textarea {
  width: 100% !important;
  height: 118px !important;
}
.contact-us-right .button p input {
  padding: 12px 32px;
  color: #FFF;
  border-radius: 32px;
  background: #DAA520;
  cursor: pointer;
  border: none;
  outline: none;
}
@media only screen and (max-width: 667px) {
  .contact-us-right .button p input {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us-right .button p input {
    font-size: 12px;
    line-height: 18px;
  }
}

.service {
  margin-top: 50px;
}
.service a {
  text-decoration: none;
}
.service li {
  list-style: none;
}
.service ul {
  margin: 0;
}
.service .container {
  padding: 0 2px;
}
@media only screen and (max-width: 480px) {
  .service .container {
    padding: 0 10px;
  }
}
.service-content {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-bottom: 84px;
}
@media only screen and (max-width: 991px) {
  .service-content {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .service-content {
    margin-bottom: 50px;
    gap: 34px;
  }
}
@media only screen and (max-width: 667px) {
  .service-content {
    margin-bottom: 40px;
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .service-content {
    margin-bottom: 30px;
    gap: 16px;
  }
}
.service-content-title {
  text-transform: uppercase;
  color: #442D26;
}
.service-content-list {
  display: grid;
  gap: 28px 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .service-content-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .service-content-list {
    grid-template-columns: 1fr;
  }
}
.service-content-list-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media only screen and (max-width: 667px) {
  .service-content-list-item {
    gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .service-content-list-item {
    gap: 12px;
  }
}
.service-content-list-item picture {
  width: 100%;
  height: 274px;
}
@media only screen and (max-width: 480px) {
  .service-content-list-item picture {
    height: 215px;
  }
}
.service-content-list-item picture img {
  border-radius: 20px;
}
.service-content-list-item .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-content-list-item .text h4 {
  color: #442D26;
}
.service-content-list-item .text span {
  width: 365px;
  color: #7A7E86;
}
@media only screen and (max-width: 1199px) {
  .service-content-list-item .text span {
    width: 100%;
  }
}
.service-content-list-item .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  border-radius: 32px;
  border: 1px solid #DAA520;
  color: #DAA520;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .service-content-list-item .button a {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 22px;
  }
}
@media only screen and (max-width: 480px) {
  .service-content-list-item .button a {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 16px;
  }
}

.detail-service {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .detail-service {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .detail-service {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .detail-service {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 667px) {
  .detail-service {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-service {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.detail-service .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .detail-service .container {
    gap: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .detail-service .container {
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-service .container {
    gap: 20px;
  }
}
.detail-service-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 846px;
}
.detail-service-title h3 {
  color: #442D26;
}
.detail-service-title .info {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .detail-service-title .info {
    width: 100%;
  }
}
.detail-service-title .info .date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-service-title .info .date picture {
  width: 24px;
}
.detail-service-title .info .date picture a {
  display: flex;
}
.detail-service-title .info .share {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-service-title .info .share picture {
  width: 18px;
}
.detail-service-title .info .share picture a {
  display: flex;
}
.detail-service-content {
  max-width: 846px;
}
.detail-service-content img {
  border-radius: 24px;
}

.list-news {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .list-news {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .list-news {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .list-news {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 667px) {
  .list-news {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.list-news a {
  text-decoration: none;
}
.list-news li {
  list-style: none;
}
.list-news ul {
  margin: 0;
}
.list-news .container {
  display: flex;
  align-items: flex-start;
  gap: 21px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .list-news .container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 480px) {
  .list-news .container {
    padding: 0 10px;
  }
}
.list-news-left {
  flex: 1;
}
.list-news-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 20px;
}
@media only screen and (max-width: 667px) {
  .list-news-content {
    gap: 26px 12px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news-content {
    grid-template-columns: 1fr;
  }
}
.list-news-content-item a.item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.list-news-content-item a.item > picture {
  height: 311px;
}
@media only screen and (max-width: 768px) {
  .list-news-content-item a.item > picture {
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news-content-item a.item > picture {
    height: 311px;
  }
}
.list-news-content-item a.item > picture img {
  border-radius: 20px;
}
.list-news-content-item a.item .date {
  display: flex;
  gap: 12px;
  align-items: center;
}
.list-news-content-item a.item .date picture {
  width: 20px;
}
.list-news-content-item a.item .date span {
  color: #9CA3AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  .list-news-content-item a.item .date span {
    font-size: 12px;
    line-height: 18px;
  }
}
.list-news-content-item a.item .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.list-news-content-item a.item .content h6 {
  color: #3F3D48;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 40;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .list-news-content-item a.item .content h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news-content-item a.item .content h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.list-news-content-item a.item .content-text span {
  color: #7A7E86;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 100px;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .list-news-content-item a.item .content-text span {
    font-size: 12px;
    line-height: 18px;
    height: 90px;
  }
}
.list-news-content-item a.item .button button {
  color: var(--Primary-2, #DAA520);
  font-family: SVN-Gotham-Bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: none;
  background: none;
  padding: 0 0 5px 0;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .list-news-content-item a.item .button button {
    font-size: 12px;
    line-height: 18px;
  }
}
.list-news-right {
  width: 413px;
  padding: 32px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 88.7px 0px rgba(179, 179, 179, 0.15);
  display: flex;
  flex-direction: column;
  gap: 29px;
  height: -moz-max-content;
  height: max-content;
}
@media only screen and (max-width: 991px) {
  .list-news-right {
    width: 275px;
  }
}
@media only screen and (max-width: 768px) {
  .list-news-right {
    width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  .list-news-right {
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news-right {
    gap: 12px;
  }
}
.list-news-right h6 {
  color: #000;
  font-family: SVN-Gotham-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 28px;
}
@media only screen and (max-width: 667px) {
  .list-news-right h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news-right h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
.list-news-category {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media only screen and (max-width: 768px) {
  .list-news-category {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media only screen and (max-width: 667px) {
  .list-news-category {
    gap: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news-category {
    gap: 12px;
  }
}
.list-news-category li.active a {
  color: #DAA520;
}
.list-news-category a {
  color: var(--Secondary-90, #41464B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .list-news-category a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news-category a {
    font-size: 12px;
    line-height: 18px;
  }
}
.list-news .number-page ul li a {
  width: 36px;
  height: 36px;
  color: #41464B;
}
@media only screen and (max-width: 667px) {
  .list-news .number-page ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news .number-page ul li a {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 18px;
  }
}
.list-news .number-page ul li span {
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 667px) {
  .list-news .number-page ul li span {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news .number-page ul li span {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 18px;
  }
}
.list-news .number-page ul li .current {
  border-radius: 2px;
  background: #442D26;
  color: #FFF;
}
@media only screen and (max-width: 667px) {
  .list-news .number-page ul li .prev {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news .number-page ul li .prev {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 667px) {
  .list-news .number-page ul li .next {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news .number-page ul li .next {
    margin-left: 16px;
  }
}

.detail-action {
  margin-top: 66px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .detail-action {
    margin-bottom: 80px;
    margin-top: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .detail-action {
    margin-bottom: 70px;
    margin-top: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .detail-action {
    margin-bottom: 50px;
    margin-top: 46px;
  }
}
@media only screen and (max-width: 667px) {
  .detail-action {
    margin-bottom: 40px;
    margin-top: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-action {
    margin-bottom: 30px;
    margin-top: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-action .container {
    padding: 0 10px;
  }
}
.detail-action .container .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .detail-action .container .row {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 768px) {
  .detail-action .container .row {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 667px) {
  .detail-action .container .row {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 480px) {
  .detail-action .container .row {
    gap: 20px;
  }
}
.detail-action .container .row img {
  border-radius: 24px;
}
.detail-action-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 847px;
  padding: 0;
}
@media only screen and (max-width: 1366px) {
  .detail-action-content {
    width: 66.66666667%;
  }
}
@media only screen and (max-width: 991px) {
  .detail-action-content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .detail-action-content {
    gap: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .detail-action-content {
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-action-content {
    gap: 20px;
    padding: 0 10px;
  }
}
.detail-action-content-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail-action-content-title h4 {
  color: #442D26;
}
.detail-action-content-title .info {
  width: 660px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .detail-action-content-title .info {
    width: 100%;
  }
}
.detail-action-content-title .info .date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-action-content-title .info .date picture {
  width: 24px;
}
.detail-action-content-title .info .date picture a {
  display: flex;
}
.detail-action-content-title .info .share {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-action-content-title .info .share picture {
  width: 18px;
}
.detail-action-content-title .info .share picture a {
  display: flex;
}
.detail-action-content-tag {
  display: flex;
  gap: 12px;
  align-items: center;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .detail-action-content-tag {
    flex-wrap: wrap;
  }
}
.detail-action-content-tag a {
  text-decoration: none;
  color: #112722;
  font-family: SVN-Gotham-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 28px;
}
@media only screen and (max-width: 667px) {
  .detail-action-content-tag a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-action-content-tag a {
    font-size: 14px;
    line-height: 18px;
  }
}
.detail-action-content-tag li {
  list-style: none;
}
.detail-action-news {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 24px;
  height: -moz-max-content;
  height: max-content;
  background: #F9FAFB;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  width: 414px;
}
@media only screen and (max-width: 1366px) {
  .detail-action-news {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 991px) {
  .detail-action-news {
    width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  .detail-action-news {
    gap: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-action-news {
    gap: 12px;
  }
}
.detail-action-news a {
  text-decoration: none;
}
.detail-action-news li {
  list-style: none;
}
.detail-action-news ul {
  margin: 0;
}
.detail-action-news h6 {
  color: #112722;
  font-family: SVN-Gotham-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media only screen and (max-width: 667px) {
  .detail-action-news h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-action-news h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
.detail-action-news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.detail-action-news-list a {
  display: flex;
  gap: 16px;
}
.detail-action-news-list a picture {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 8px;
}
@media only screen and (max-width: 667px) {
  .detail-action-news-list a picture {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-action-news-list a picture {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.detail-action-news-list a picture img {
  border-radius: 8px;
}
.detail-action-news-list a .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail-action-news-list a .text span {
  color: var(--Gray-6, #6B7280);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 667px) {
  .detail-action-news-list a .text span {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-action-news-list a .text span {
    font-size: 10px;
    line-height: 16px;
  }
}
.detail-action-news-list a .text h6 {
  color: var(--Gray-10, #112722);
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .detail-action-news-list a .text h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .detail-action-news-list a .text h6 {
    font-size: 12px;
    line-height: 18px;
  }
}

.contact {
  margin: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .contact {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .contact {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .contact {
    margin: 30px 0;
  }
}
.contact a {
  text-decoration: none;
}
.contact li {
  list-style: none;
}
.contact ul {
  margin: 0;
}
.contact .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .contact .container {
    gap: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .contact .container {
    gap: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .contact .container {
    gap: 20px;
  }
}
.contact .container > .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .contact .container > .row {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 768px) {
  .contact .container > .row {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 667px) {
  .contact .container > .row {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 480px) {
  .contact .container > .row {
    gap: 20px;
  }
}
.contact-title {
  max-width: 787px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-title h6 {
  color: #DAA520;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .contact-title h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-title h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.contact-title h3 {
  color: #442D26;
  font-family: SVN-Gotham-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
@media only screen and (max-width: 768px) {
  .contact-title h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .contact-title h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-title h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-title h3 br {
    display: none;
  }
}
.contact-left {
  width: 847px;
  padding: 0;
}
@media only screen and (max-width: 1366px) {
  .contact-left {
    width: 66.66666667%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-left {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .contact-left {
    padding: 0 10px;
  }
}
.contact-left .row .mb-3 {
  margin-bottom: 0 !important;
}
.contact-left .row .col-sm-6 {
  padding: 0 10px;
}
.contact-left .row p {
  margin-bottom: 12px;
}
.contact-left .row p span input, .contact-left .row p span textarea {
  width: 100%;
  padding: 16px 24px;
  color: #7A7E86;
  border: none;
  outline: none;
  border-radius: 12px;
  background: var(--Gray-1, #E5E7EB);
}
.contact-left .row p span input::-moz-placeholder, .contact-left .row p span textarea::-moz-placeholder {
  color: #9CA3AF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-left .row p span input::placeholder, .contact-left .row p span textarea::placeholder {
  color: #9CA3AF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-left .row p span textarea {
  width: 100% !important;
  height: 334px !important;
}
@media only screen and (max-width: 480px) {
  .contact-left .row p span textarea {
    height: 234px !important;
  }
}
.contact-left .button p input {
  padding: 12px 32px;
  color: #FFF;
  border-radius: 32px;
  background: #DAA520;
  cursor: pointer;
  border: none;
  outline: none;
}
.contact-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 44px 30px 88px 30px;
  border-radius: 20px;
  background: #DAA520;
  width: 413px;
  height: 538px;
}
@media only screen and (max-width: 1366px) {
  .contact-right {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-right {
    padding: 22px 12px 35px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-right {
    width: 100%;
    padding: 44px 30px;
    height: -moz-max-content;
    height: max-content;
  }
}
@media only screen and (max-width: 667px) {
  .contact-right {
    width: 100%;
    padding: 24px 16px;
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-right {
    gap: 10px;
  }
}
.contact-right h5 {
  color: var(--Secondary-3, #FFF);
  font-family: SVN-Gotham-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .contact-right h5 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 667px) {
  .contact-right h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-right h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-right-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 480px) {
  .contact-right-info {
    gap: 8px;
  }
}
.contact-right-info li {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 667px) {
  .contact-right-info li {
    gap: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-right-info li {
    gap: 8px;
  }
}
.contact-right-info li picture {
  padding: 12px;
  border-radius: 50px;
  background: #FFF;
}
.contact-right-info li picture img {
  width: 24px;
  max-width: 24px;
}
@media only screen and (max-width: 667px) {
  .contact-right-info li picture img {
    width: 20px;
    max-width: 20px;
  }
}
@media only screen and (max-width: 667px) {
  .contact-right-info li picture img {
    width: 16px;
    max-width: 16px;
  }
}
.contact-right-info li .text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-right-info li .text span {
  color: var(--Secondary-3, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .contact-right-info li .text span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-right-info li .text span {
    font-size: 12px;
    line-height: 18px;
  }
}
.contact-right-info li .text h6 {
  color: var(--Secondary-3, #FFF);
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  .contact-right-info li .text h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-right-info li .text h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.contact-right-social {
  display: flex;
  gap: 14px;
  align-items: center;
}
.contact-right-social picture {
  width: 28px;
}
@media only screen and (max-width: 667px) {
  .contact-right-social picture {
    width: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-right-social picture {
    width: 20px;
  }
}

.map {
  width: 100vw;
  height: 30vw;
}
@media only screen and (max-width: 667px) {
  .map {
    height: 40vw;
  }
}
@media only screen and (max-width: 480px) {
  .map {
    height: 50vw;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

.research {
  margin: 100px 0;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .research {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .research {
    margin: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .research {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 667px) {
  .research {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 480px) {
  .research {
    margin: 30px 0;
  }
}
.research a {
  text-decoration: none;
}
.research li {
  list-style: none;
}
.research ul {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .research {
    padding: 0 10px;
  }
}
.research .search .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px 20px;
}
@media only screen and (max-width: 991px) {
  .research .search .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .research .search .content {
    gap: 28px 20px;
  }
}
@media only screen and (max-width: 667px) {
  .research .search .content {
    gap: 20px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .research .search .content {
    grid-template-columns: 1fr;
  }
}
.research .search .content-item {
  width: 100%;
  padding: 0;
}
.research .search .content-item picture {
  width: 100%;
  height: 274px;
}
@media only screen and (max-width: 768px) {
  .research .search .content-item picture {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .research .search .content-item picture {
    height: 274px;
  }
}
.research .search .content-item picture img {
  border-radius: 20px;
}
.research .search .content-item .child {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer {
  position: relative;
  padding: 56px 0 32px 0;
}
@media only screen and (max-width: 667px) {
  footer {
    padding: 46px 0 22px 0;
  }
}
@media only screen and (max-width: 480px) {
  footer {
    padding: 36px 0 12px 0;
  }
}
footer a {
  text-decoration: none;
}
footer li {
  list-style: none;
}
footer ul {
  margin: 0;
}
footer p {
  margin: 0;
}
footer .footer-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
}
footer .container .footer-top {
  display: flex;
  flex-direction: column;
  gap: 32.62px;
  align-items: flex-start;
  padding-bottom: 41px;
  position: relative;
}
@media only screen and (max-width: 667px) {
  footer .container .footer-top {
    padding-bottom: 31px;
    gap: 22px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top {
    gap: 12px;
    padding-bottom: 21px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-logo {
    width: 86px;
  }
}
footer .container .footer-top::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  opacity: 0.2;
  background: #DAA520;
}
footer .container .footer-top .row {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  footer .container .footer-top .row {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top .row {
    gap: 30px;
  }
}
footer .container .footer-top-left {
  display: flex;
}
@media only screen and (max-width: 991px) {
  footer .container .footer-top-left {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-left {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
}
footer .container .footer-top-left-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  footer .container .footer-top-left-contact {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-left-contact {
    gap: 12px;
  }
}
footer .container .footer-top-left-contact h6 {
  color: #FFF;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  footer .container .footer-top-left-contact h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-left-contact h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .container .footer-top-left-contact ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
footer .container .footer-top-left-contact ul li a {
  display: flex;
  justify-content: center;
  gap: 8px;
}
footer .container .footer-top-left-contact ul li picture {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-left-contact ul li picture {
    width: 16px;
    height: 16px;
  }
}
footer .container .footer-top-left-contact ul li p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-left-contact ul li p {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .container .footer-top-left-service {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  footer .container .footer-top-left-service {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-left-service {
    gap: 12px;
  }
}
footer .container .footer-top-left-service h6 {
  color: #FFF;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  footer .container .footer-top-left-service h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-left-service h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .container .footer-top-left-service ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-left-service ul {
    gap: 8px;
  }
}
footer .container .footer-top-left-service ul li {
  line-height: 19px;
}
footer .container .footer-top-left-service ul li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-left-service ul li a {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .container .footer-top-right {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media only screen and (max-width: 991px) {
  footer .container .footer-top-right {
    width: 100%;
  }
}
footer .container .footer-top-right-register {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
footer .container .footer-top-right-register h6 {
  color: #FFF;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 294px;
}
@media only screen and (max-width: 667px) {
  footer .container .footer-top-right-register h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-right-register h6 {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
  }
}
footer .container .footer-top-right-register .input form > p {
  display: flex;
  padding: 10px;
  width: 100%;
  background-color: #FFF;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}
footer .container .footer-top-right-register .input form > p span input {
  border: none;
  outline: none;
  padding-left: 14px;
  width: 100%;
}
@media only screen and (max-width: 667px) {
  footer .container .footer-top-right-register .input form > p span input {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-right-register .input form > p span input {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .container .footer-top-right-register .input form > p span input::-moz-placeholder {
  color: #9CA3AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
footer .container .footer-top-right-register .input form > p span input::placeholder {
  color: #9CA3AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-right-register .input form > p span input::-moz-placeholder {
    font-size: 12px;
    line-height: 18px;
  }
  footer .container .footer-top-right-register .input form > p span input::placeholder {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .container .footer-top-right-register .input form > p > input {
  padding: 12px 20px;
  text-transform: uppercase;
  color: #FFF;
  background: #DAA520;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 667px) {
  footer .container .footer-top-right-register .input form > p > input {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-right-register .input form > p > input {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 16px;
  }
}
footer .container .footer-top-right-social {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .container .footer-top-right-social h6 {
  color: #FFF;
  font-family: SVN-Gotham-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (max-width: 667px) {
  footer .container .footer-top-right-social h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  footer .container .footer-top-right-social h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
footer .container .footer-top-right-social ul {
  display: flex;
  gap: 12px;
  align-items: center;
}
footer .container .footer-top-right-social ul li picture {
  width: 24px;
}
footer .container .footer-bot a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  footer .container .footer-bot a {
    font-size: 12px;
    line-height: 18px;
  }
}/*# sourceMappingURL=main.css.map */