* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "SVN-Sunflower";
  src: url("../fonts/SVN-Sunflower.eot");
  src: url("../fonts/SVN-Sunflower.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Sunflower.woff2") format("woff2"), url("../fonts/SVN-Sunflower.woff") format("woff"), url("../fonts/SVN-Sunflower.ttf") format("truetype"), url("../fonts/SVN-Sunflower.svg#SVN-Sunflower") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VL Sign Rathi";
  src: url("../fonts/VLSignRathi.eot");
  src: url("../fonts/VLSignRathi.eot?#iefix") format("embedded-opentype"), url("../fonts/VLSignRathi.woff2") format("woff2"), url("../fonts/VLSignRathi.woff") format("woff"), url("../fonts/VLSignRathi.ttf") format("truetype"), url("../fonts/VLSignRathi.svg#VLSignRathi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DFVN Salute";
  src: url("../fonts/DFVN-Salute-Regular.eot");
  src: url("../fonts/DFVN-Salute-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DFVN-Salute-Regular.woff2") format("woff2"), url("../fonts/DFVN-Salute-Regular.woff") format("woff"), url("../fonts/DFVN-Salute-Regular.ttf") format("truetype"), url("../fonts/DFVN-Salute-Regular.svg#DFVN-Salute-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Conv_HJGothamBold";
  src: url("../fonts/HJGothamBold.eot");
  src: url("../fonts/HJGothamBold.woff") format("woff"), url("../fonts/HJGothamBold.ttf") format("truetype"), url("../fonts/HJGothamBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: "Conv_iCiel";
  src: url("../fonts/iCiel Rukola.eot");
  src: url("../fonts/iCiel Rukola.woff") format("woff"), url("../fonts/iCiel Rukola.ttf") format("truetype"), url("../fonts/iCiel Rukola.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-gotham:"Conv_HJGothamBold";
  --font-iciel:"Conv_iCiel";
  --transition-smooth: all 0.5s cubic-bezier(0.04, 1, 0.6, 0.97);
  --transition-smooth-2: all 1.5s cubic-bezier(0.04, 1, 0.6, 0.97);
  --font-salute: "DFVN Salute";
  --font-rathi: "VL Sign Rathi";
  --font-sunflower: "SVN-Sunflower";
}

body {
  font-family: "Montserrat", sans-serif !important;
}

.Title {
  font-family: var(--font-iciel);
  background: var(--color-grad-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 4px;
}

.bg_fill {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.social_footer {
  position: fixed !important;
  right: 25px;
  bottom: 76px;
  z-index: 999999;
  font-size: 13px;
  flex-flow: nowrap;
  transition: all 0.5s ease;
}
.social_footer.item {
  margin-bottom: 0.5rem;
}
.social_footer.item.call {
  position: relative;
}
.social_footer.item.call span {
  color: #fff;
  padding: 13px 50px 13px 15px;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 6px;
  border-radius: 60px;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}
.social_footer.item.call .icon {
  background: var(--text-grd2);
}
.social_footer.item .icon {
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  background: var(--color-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  transition: var(--transition-smooth);
  z-index: 99;
}
.social_footer.item .icon.phone {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  display: -ms-flexbox;
  background: #fff;
}
.social_footer.item .icon:hover {
  transform: scale(0.9);
  background: #fff !important;
}
.social_footer.item .icon:hover a {
  color: #f0762d !important;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 14px;
}
@media (max-width: 1280px) {
  html {
    font-size: 13px;
  }
  html h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 14px;
  }
  h3 {
    font-size: 1.65rem;
  }
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 15px;
  }
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1700px;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 20px;
  }
}
.section {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(100%, 0);
  transition: transform 1.5s ease-in-out;
  z-index: 9999;
}
.section.down {
  transform: translate(-100%, 0);
}
.section.active {
  transform: none;
}
@media (max-width: 769px) {
  .section {
    position: relative;
    transform: none;
  }
}
@keyframes loaderPulse {
  0% {
    transform: translate(-50%, 0) scale(0.85);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0) scale(0.85);
    opacity: 0.5;
  }
}
.loading_page {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  transition: all 1s ease;
  z-index: 9999999;
}
.loading_page .loaderLogo {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 220px;
  animation: loaderPulse 2s ease-out infinite;
}
.loading_page .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
}
.loading_page .pattern img {
  position: absolute;
  mix-blend-mode: color-dodge;
}
.loading_page .pattern img:nth-child(1) {
  top: 0;
  right: 0;
}
.loading_page .pattern img:nth-child(2) {
  bottom: 0;
  left: 0;
}
.loading_page .--background {
  width: 100%;
  height: 100%;
}
.loading_page .--background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.loading_page.hidden {
  height: 0;
  opacity: 0;
}
@media (max-width: 769px) {
  .loading_page .pattern img:nth-child(2) {
    display: none;
  }
}

.title_line {
  position: relative;
  font-family: var(--font-2);
  width: -moz-max-content;
  width: max-content;
}
.title_line::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  width: 55%;
  height: 2px;
  bottom: -8px;
}

.wpcf7-not-valid-tip {
  font-size: 11px !important;
}

#fullpage {
  opacity: 0;
}
#fullpage.showy {
  opacity: 1;
}
@media (max-width: 640px) {
  #fullpage {
    opacity: 1;
  }
}

.small {
  font-family: var(--font-4);
  line-height: 0.7;
}

.big {
  font-family: var(--font-2);
  line-height: 1;
}

.homeBanner .--background {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.homeBanner .--logo {
  position: absolute;
  top: 10%;
  width: 600px;
  left: 5%;
  display: flex;
  justify-content: center;
}
.homeBanner .--logo img {
  width: 170px;
}
.homeBanner .--txt {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.homeBanner .--txt .--title {
  width: 600px;
  margin-bottom: 2rem;
}
.homeBanner .--txt .--title img {
  width: 100%;
}
.homeBanner .--txt a {
  background: linear-gradient(94.66deg, #24484D -1.81%, #316260 19.46%, #285052 51.54%, #346761 72.49%, #628369 100%);
  border-radius: 8px;
  position: relative;
  text-transform: uppercase;
  padding: 8px 12px;
  box-shadow: 0 0 0 1px #fff8bb;
  transition: all 0.75s ease;
  text-decoration: none;
}
.homeBanner .--txt a:hover {
  transform: scale(0.95);
}
.homeBanner .--txt a:hover span {
  background: linear-gradient(94.66deg, #24484D -1.81%, #316260 19.46%, #285052 51.54%, #346761 72.49%, #628369 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeBanner .--txt a:hover::after {
  opacity: 1;
  transform: none;
}
.homeBanner .--txt a::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0 0 0 1px #fff8bb;
  background: linear-gradient(139.98deg, #DFB865 -164.25%, #FFED93 -102.84%, #D6B05E -52.69%, #FDDC98 -6.34%, #FFF4B5 43.8%, #FFF8BB 105.21%);
  opacity: 0;
  transform: scale(0.1);
  transition: all 0.5s cubic-bezier(0.04, 1, 0.6, 0.97);
  z-index: -1;
  border-radius: 8px;
}
.homeBanner .--txt a span {
  background: linear-gradient(139.98deg, #DFB865 -164.25%, #FFED93 -102.84%, #D6B05E -52.69%, #FDDC98 -6.34%, #FFF4B5 43.8%, #FFF8BB 105.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 16px;
}
.homeBanner .--txt a img {
  width: -moz-max-content;
  width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  mix-blend-mode: color-dodge;
}
.homeBanner .partent {
  position: absolute;
  top: 0;
  left: 0;
}
.homeBanner .partent img {
  mix-blend-mode: color-dodge;
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .homeBanner .--txt .--title {
    width: 470px !important;
  }
  .homeBanner .--logo {
    width: 470px !important;
  }
  .homeBanner .--logo img {
    width: 160px !important;
  }
}
@media (min-width: 769px) and (max-width: 1056px) {
  .homeBanner .--txt .--title {
    width: 450px;
  }
  .homeBanner .--logo {
    width: 450px;
  }
}
@media (max-width: 769px) {
  .homeBanner .--background {
    display: none;
  }
  .homeBanner .--background_mobi {
    display: block !important;
    width: 100%;
  }
  .homeBanner .--background_mobi img {
    width: 100%;
  }
  .homeBanner .partent img {
    width: 180px;
  }
  .homeBanner .--logo {
    width: 100%;
    left: 0;
    top: 2rem;
  }
  .homeBanner .--txt {
    left: 50%;
    top: 200px;
    transform: translate(-50%);
  }
  .homeBanner .--txt .--title_mobi {
    display: block !important;
    width: 280px;
    margin-left: 12px;
    margin-bottom: 1.5rem;
  }
  .homeBanner .--txt .--title_mobi img {
    width: 100%;
  }
  .homeBanner .--txt .--title {
    display: none;
  }
  .homeBanner .--txt .btn_pc {
    display: none;
  }
  .homeBanner .--txt .btn_mobi {
    display: block !important;
  }
}

@keyframes filterpt {
  0% {
    filter: brightness(-13.5);
  }
  50% {
    filter: brightness(10.5);
  }
  100% {
    filter: brightness(-13.5);
  }
}
@keyframes xoayvong {
  from {
    transform: translate(-50%, 0) scale(3) rotate(0deg);
  }
  to {
    transform: translate(-50%, 0) scale(3) rotate(360deg);
  }
}
.homeContact .--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.homeContact .--content {
  display: flex;
  padding: 0 4% 2rem;
}
.homeContact .--content .--left {
  width: 280px;
}
.homeContact .--content .--left .--logo img {
  width: 140px;
}
.homeContact .--content .--left .form {
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 32px 20px;
}
.homeContact .--content .--left .form .wpcf7-form.sent .wpcf7-response-output {
  font-size: 12px;
}
.homeContact .--content .--left .form h2 {
  background: linear-gradient(94.66deg, #24484D -1.81%, #316260 19.46%, #285052 51.54%, #346761 72.49%, #628369 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
  text-align: center;
}
.homeContact .--content .--left .form .form-group input {
  background: #FFFFFF;
  border-radius: 5px;
  height: 38px;
  padding-left: 10px;
  width: 100%;
  border: none;
}
.homeContact .--content .--left .form .form-group input::-moz-placeholder {
  background: linear-gradient(94.66deg, #24484D -1.81%, #316260 19.46%, #285052 51.54%, #346761 72.49%, #628369 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  opacity: 0.8;
}
.homeContact .--content .--left .form .form-group input::placeholder {
  background: linear-gradient(94.66deg, #24484D -1.81%, #316260 19.46%, #285052 51.54%, #346761 72.49%, #628369 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  opacity: 0.8;
}
.homeContact .--content .--left .form .form-group input:focus {
  outline: none;
}
.homeContact .--content .--left .form .form-group input:focus-visible {
  outline: none;
}
.homeContact .--content .--left .form .office {
  margin-top: 1rem;
}
.homeContact .--content .--left .form .office .wpcf7-form-control {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.homeContact .--content .--left .form .office .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
  width: 50%;
  background: linear-gradient(94.66deg, #24484D -1.81%, #316260 19.46%, #285052 51.54%, #346761 72.49%, #628369 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 13px;
}
.homeContact .--content .--left .form .office .wpcf7-form-control .wpcf7-list-item input {
  border: 1px solid #285052;
}
.homeContact .--content .--left .form .butRegister {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.homeContact .--content .--left .form .butRegister button {
  background: linear-gradient(94.66deg, #24484D -1.81%, #316260 19.46%, #285052 51.54%, #346761 72.49%, #628369 100%);
  border-radius: 6px;
  padding: 8px 16px;
  box-shadow: 0 0 0 1px #FFF8BB;
  transition: all 0.5s ease;
  border: none;
}
.homeContact .--content .--left .form .butRegister button:focus {
  outline: none;
}
.homeContact .--content .--left .form .butRegister button:focus-visible {
  outline: none;
}
.homeContact .--content .--left .form .butRegister button:hover {
  transform: scale(0.95);
}
.homeContact .--content .--left .form .butRegister button:hover::after {
  opacity: 1;
  transform: none;
}
.homeContact .--content .--left .form .butRegister button:hover span {
  background: linear-gradient(94.66deg, #24484D -1.81%, #316260 19.46%, #285052 51.54%, #346761 72.49%, #628369 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeContact .--content .--left .form .butRegister button::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0 0 0 1px #fff8bb;
  background: var(--color-grad-orange);
  opacity: 0;
  transform: scale(0.1);
  transition: all 0.5s cubic-bezier(0.04, 1, 0.6, 0.97);
  z-index: -1;
  border-radius: 6px;
}
.homeContact .--content .--left .form .butRegister button span {
  background: linear-gradient(139.98deg, #DFB865 -164.25%, #FFED93 -102.84%, #D6B05E -52.69%, #FDDC98 -6.34%, #FFF4B5 43.8%, #FFF8BB 105.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
}
.homeContact .--content .--right {
  width: calc(100% - 280px);
  padding-left: 4%;
  padding-top: 5rem;
  display: flex;
  flex-flow: column;
  justify-content: end;
}
.homeContact .--content .--right h2 {
  position: relative;
}
.homeContact .--content .--right .--top {
  margin-bottom: 1.5rem;
}
.homeContact .--content .--right .--top ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  max-width: 800px;
}
.homeContact .--content .--right .--top ul li {
  width: 50%;
  margin-bottom: 12px;
  transition: all 0.5s ease;
}
.homeContact .--content .--right .--top ul li a {
  display: flex;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  transition: all 0.5s ease;
}
.homeContact .--content .--right .--top ul li a p {
  margin-bottom: 0;
}
.homeContact .--content .--right .--top ul li a p:nth-child(1) {
  background: var(--color-grad-orange);
  box-shadow: 0px 2px 12px rgba(251, 177, 81, 0.5);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  margin-right: 12px;
  transition: all 0.5s ease;
}
.homeContact .--content .--right .--top ul li a p:nth-child(1) i {
  transition: all 0.5s ease;
  font-size: 14px;
}
.homeContact .--content .--right .--top ul li a p:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
  transition: all 0.5s ease;
}
.homeContact .--content .--right .--top ul li:hover p:nth-child(1) {
  border: 1px solid #FFF4B5;
  background: #f0762d;
}
.homeContact .--content .--right .--top ul li:hover p:nth-child(1) i {
  color: #FFF4B5;
  -webkit-background-clip: unset;
  background: none;
  -webkit-text-fill-color: unset;
}
.homeContact .--content .--right .--top ul li:hover p:nth-child(2) {
  color: #f0762d;
}
.homeContact .--content .--right .--bot ul {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.homeContact .--content .--right .--bot ul li {
  width: calc(33.3333333333% - 6px);
  margin-bottom: 8px;
  display: flex;
}
.homeContact .--content .--right .--bot ul li .--txt p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
}
.homeContact .--content .--right .--bot ul li .--txt p:nth-child(1) {
  opacity: 0.9;
}
.homeContact .--content .--right .--bot ul li .--txt p:nth-child(2) {
  font-weight: 600;
}
.homeContact .--content .--right .--bot ul li .--number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-right: 12px;
  font-size: 11px;
  flex: 0 0 auto;
  margin-top: 2px;
}
.homeContact .partent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.homeContact .partent img {
  position: absolute;
  mix-blend-mode: color-dodge;
}
.homeContact .partent img:nth-child(1) {
  top: 0;
  right: 0;
}
.homeContact .partent img:nth-child(2) {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.homeContact .coppy {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 10;
  width: 100%;
}
.homeContact .coppy span {
  cursor: pointer;
  transition: all 0.5s ease;
}
.homeContact .coppy .back_to_home {
  padding-left: 4%;
  transition: all 0.5s ease;
}
.homeContact .coppy .back_to_home:hover {
  color: #346761;
}
.homeContact .coppy .coppyright {
  text-align: center;
  margin-top: 4px;
  padding: 8px 0;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .homeContact .form .form-group input {
    height: 32px !important;
  }
  .homeContact .--left {
    width: 260px !important;
  }
  .homeContact .--left .--logo img {
    width: 130px !important;
  }
  .homeContact .--left .form {
    margin-top: 2.5rem !important;
    padding: 30px 20px !important;
  }
  .homeContact .--right {
    width: calc(100% - 260px) !important;
  }
  .homeContact .--right .--top ul li {
    margin-bottom: 8px;
  }
  .homeContact .--right .--top ul li p:nth-child(1) {
    width: 28px !important;
    height: 28px !important;
  }
  .homeContact .--right .--bot li {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 769px) and (max-width: 1056px) {
  .homeContact .--content .--left {
    width: 240px !important;
  }
  .homeContact .--content .--right {
    width: calc(100% - 240px) !important;
  }
}
@media (max-width: 769px) {
  .homeContact .--background {
    height: 100%;
  }
  .homeContact .partent {
    height: 100%;
  }
  .homeContact .--content {
    flex-flow: column;
    padding: 3rem 15px 0;
  }
  .homeContact .--content .--left {
    width: 100%;
  }
  .homeContact .--content .--left .form {
    width: 90%;
    margin: 3rem auto 0;
  }
  .homeContact .--content .--left .form .form-group {
    margin-bottom: 1rem !important;
  }
  .homeContact .--content .--right {
    width: 100%;
    padding-left: 0;
  }
  .homeContact .--content .--right .--top ul {
    max-width: 100%;
    width: 100%;
  }
  .homeContact .--content .--right .--top ul li {
    width: 100%;
  }
  .homeContact .--content .--right .--top ul li p {
    font-size: 14px !important;
  }
  .homeContact .--content .--right .--bot ul {
    flex-wrap: wrap;
  }
  .homeContact .--content .--right .--bot ul li {
    width: 100%;
  }
  .homeContact .--content .--right .--bot ul li .--txt p {
    font-size: 14px;
  }
  .homeContact .coppy {
    margin-top: 1.5rem;
    position: relative;
    bottom: unset;
    left: unset;
  }
  .homeContact .coppy .back_to_home {
    display: none;
  }
}/*# sourceMappingURL=rumor.css.map */