@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&display=swap');
@font-face {
  font-family: Aris;
  src: url("../fonts/Aris.ttf")
}
html, body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Arimo', sans-serif;
}
body {
  background: url("../img/bg-1.jpg") no-repeat;
  object-fit: cover;
}
body
h5 {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 1.5em 0;
}
h6 {
  font-family: 'Aris', sans-serif;
  color: #27BDBE;
  font-size: 1.5em;
  margin: 0;
}
#logo {
  width: 30vw;
  height: auto;
  position: absolute;
  top: 40%;
  left: 51.3%;
  transform: translate(-50%, -100%);
  animation: fill 0.5s ease forwards 3s;
  -webkit-filter: drop-shadow(0 0 5px rgba(63, 231, 232, .5));
  filter: drop-shadow(0 0 5px rgba(63, 231, 232, .5));
  z-index: -10;
}
#logo path:nth-child(2) {
  stroke-dasharray: 199;
  stroke-dashoffset: 199;
  animation: line-anim 2s ease forwards;
}
#logo path:nth-child(4) {
  stroke-dasharray: 141;
  stroke-dashoffset: 141;
  animation: line-anim 2s ease forwards 0.3s;
}
#logo path:nth-child(5) {
  stroke-dasharray: 224;
  stroke-dashoffset: 224;
  animation: line-anim 2s ease forwards 0.6s;
}
#logo path:nth-child(1) {
  stroke-dasharray: 199;
  stroke-dashoffset: 199;
  animation: line-anim 2s ease forwards 0.9s;
}
#logo path:nth-child(3) {
  stroke-dasharray: 135;
  stroke-dashoffset: 135;
  animation: line-anim 2s ease forwards 1.2s;
}
#logo path:nth-child(6) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.9s;
}
#logo path:nth-child(7) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.8s;
}
#logo polygon:nth-child(8) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.7s;
}
#logo polygon:nth-child(9) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.6s;
}
#logo path:nth-child(10) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.5s;
}
#logo polygon:nth-child(11) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.4s;
}
#logo rect:nth-child(12) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.3s;
}
#logo path:nth-child(13) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.4s;
}
#logo path:nth-child(14) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.5s;
}
#logo polygon:nth-child(15) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.6s;
}
#logo rect:nth-child(16) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.7s;
}
#logo path:nth-child(17) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.8s;
}
#logo polygon:nth-child(18) {
  opacity: 0%;
  animation: com 0.5s ease-in forwards 3.9s;
}

/* Fitler drop shadow */
.filter-drop-shadow {
  filter: drop-shadow(0 0 4px rgba(32, 189, 190));
}

.logo-big-child, .logo-small-child {
  cursor: pointer;
}

@keyframes line-anim {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fill {
  from {
    fill: transparent;
  }
  to {
    fill: #27BDBE;
  }
}
@keyframes com {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
.center-main {
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  /*z-index: -500;*/
}
.center-main h5 {
  opacity: .8;
  max-width: 800px;
}
.main-menu {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 20%);
}
.icon {
  fill: #334559;
}
.conten-a {    margin-top: 50px;
    color: #fff;}
button {
  background: none;
  width: 14rem;
  height: 4rem;
  border-radius: 5px;
  border-left: solid 70px #27BDBE;
  border-top: solid 2px #27BDBE;
  border-right: solid 2px #27BDBE;
  border-bottom: solid 2px #27BDBE;
  transform: skewX(-20deg);
  outline: none;
  cursor: pointer;
  transition: .5s ease-out;
  background: linear-gradient(90deg, var(--c1, transparent), var(--c2, transparent) 51%, var(--c1, transparent)) var(--x, 0)/ 200%;
}
button:hover {
  --x: 100%;
  --c1: transparent;
  --c2: rgba(63, 231, 232, .3);
}
button h6 {
  transform: skewX(20deg)
}
button svg {
  position: absolute;
  left: 0;
  margin-left: -50px;
  margin-top: -7px;
  transform: skewX(20deg)
}
.icon-sub {
  fill: rgba(255, 255, 255, .5)
}
.menu-sub h6 {
  margin-top: 1rem;
  color: rgba(255, 255, 255, .5)
}
.menu-sub {
  display: flex;
  justify-content: center;
  bottom: 10%;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  z-index: -10;
}
.page {
  margin: 0 40px;
  cursor: pointer;
  display: block;
  text-align: center;
}
.page:hover .icon-sub {
  fill: white;
}
.page:hover h6 {
  color: white;
  -webkit-filter: drop-shadow(0 0 5px rgba(63, 231, 232, 1));
  filter: drop-shadow(0 0 5px rgba(63, 231, 232, 1));
}
.container-main {
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  width: 60vw;
}
.language {
  font-family: 'Arimo', sans-serif;
  color: white;
  font-size: 1.2rem;
}
.circle-language {
  font-size: 7px;
  margin: 0 1rem;
  color: white;
  transform: translateY(-4px);
}
a {
  cursor: pointer;
}
/*a:visited {
  color: green !important;
}*/
a:hover {
  color: #27BDBE !important;
  text-decoration: none !important;
}
div.burger {
  height: 30px;
  width: 40px;
  position: absolute;
  top: 2%;
  right: 3%;
  cursor: pointer;
  /*z-index: 3;*/
}
div.x, div.y, div.z {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, .7);
  border-radius: 2.5px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
div.x, div.y, div.z {
  height: 5px;
  width: 40px;
}
div.y {
  top: 18px;
}
div.z {
  top: 37px;
}
div.collapse {
  top: 20px;
  background: #27BDBE;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
div.rotate30 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
div.rotate150 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
div.rotate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
div.rotate135 {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
div.circle {
  z-index: -1;
  border-radius: 0;
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #334559;
  opacity: .9;
  -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.circle.expand {
  z-index: 990;
  position: fixed;
  /*z-index: 1;*/
  width: 330px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu-close {
  z-index: -1;
  width: auto;
  position: fixed;
  top: 70px;
  right: 48px;
  font-size: 0;
  opacity: 0;
  /*display: none*/
}
div.menu-close p {
  cursor: pointer;
}
div.menu-close i {
  color: #27BDBE;
  font-size: 35px;
  cursor: pointer;
}
div.menu-close-animate {
  z-index: 999;
}
div.menu {
  height: 568px;
  width: 325px;
  position: fixed;
  top: 90px;
  right: 0px;
  z-index: -1;
}
div.menu-animate {
  z-index: 991;
}
.menu h6:hover {
  color: white;
  -webkit-filter: drop-shadow(0 0 5px rgba(63, 231, 232));
  filter: drop-shadow(0 0 5px rgba(63, 231, 232));
}
div.menu ul li {
  /*z-index: -1;*/
  list-style: none;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  width: 320px;
  text-align: center;
  font-size: 0px;
  -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu ul li a {
  color: #334559;
  text-decoration: none;
}
div.menu li.animate, div.menu-close-animate {
  /*z-index: 999;*/
  font-size: 1em !important;
  opacity: 1 !important;
  -webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu li.animate:nth-of-type(1) {
  top: 120px;
  transition-delay: 0.0s;
}
div.menu li.animate:nth-of-type(2) {
  top: 190px;
  transition-delay: 0.03s;
}
div.menu li.animate:nth-of-type(3) {
  top: 260px;
  transition-delay: 0.06s;
}
div.menu li.animate:nth-of-type(4) {
  top: 330px;
  transition-delay: 0.09s;
}
div.menu li.animate:nth-of-type(5) {
  top: 400px;
  transition-delay: 0.12s;
}
div.menu li.animate:nth-of-type(6) {
  top: 470px;
  transition-delay: 0.15s;
}
.menu-fixed {
    /*position:fixed !important;*/
    /*top:0 !important;*/
}
.menu-close-fixed {
  /*position: fixed !important;*/
  /*top: 0 !important;*/
  /*z-index: 9999;*/
}
.header {
  position: absolute;
  top: 0%;
  left: 2%;
}
.vid {
  opacity: .3;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  position: fixed;
}

.test {
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  padding: 0;
  position: relative;
  color: white;
  width: 100px;
  height: 253px;
  margin: 1px;
  background-color: green;
}
.a {
  width: 70px;
  height: 2px;
  background: rgb(17,122,139);
  background: linear-gradient(229deg, rgb(74, 214, 236) 0%, rgb(47, 128, 140) 33%, rgba(10, 7, 7, 0.01) 100%);
}
.b {
  border: 2px solid rgb(34, 192, 218);
  height: 10px;
  width: 10px;
  border-radius: 50px;
}
.c {
  transform: rotate(-180deg);
  width: 70px;
  height: 2px;
  background: rgb(17,122,139);
  background: linear-gradient(229deg, rgb(76, 219, 243) 0%, rgb(60, 125, 136) 33%, rgba(144, 70, 70, 0.11) 100%);
}

@media (min-aspect-ratio:16/9) {
  .vid {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio:16/9) {
  .vid {
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 2048px) {
  .menu-sub {
    bottom: 30%;
  }
}
@media only screen and (max-width: 1440px) {
  #logo {
    top: 35%;
    width: 40vw
  }
  .center-main {
    top: 35%
  }
  h5 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  #logo {
    top: 35%;
    width: 50vw;
  }
  .center-main {
    top: 35%;
    width: 70vw;
  }
  h5 {
    font-size: 1em;
  }
  .main-menu {
    width: 48vw;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
  }
  button {
    margin: .5rem 0;
  }
  .menu-sub {
    bottom: 5%
  }

  .block-footer svg,
  .block-footer nav {
    display: none;
  }

  .block-footer {
    padding-top: 10px !important;
    margin-top: 40px !important;
  }
}
@media all and (max-width: 959px) {
  .language {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    top: 1%;
  }

  div.burger {
    top: 1%;
  }

  #logo {
    top: 30%;
    width: 60%;
  }
  .center-main {
    top: 30%;
  }
  .main-menu {
    display: block;
    top: 80%;
  }
  button {
    margin: 0.5em;
  }
}
@media only screen and (max-height: 480px) {
  #logo {
    left: 54%;
    top: 40%;
  }
  .menu-sub {
    display: none;
  }
  .main-menu {
    width: 60vw;
    margin-bottom: 30px;
    top: 70%;
  }
  .center-main {
    transform: translate(-50%, 20%);
  }
}
@media only screen and (max-width: 480px) {
  #logo {
    left: 54%;
  }
  .menu-sub {
    display: none;
  }
  .main-menu {
    width: 95vw;
    transform: translate(-50%, 15%);
    margin-bottom: 30px;
  }
  .header {
    left: 20px;
    top: 30px
  }
  div.circle.expand {
    width: 100%;
    opacity: 1;
  }
  div.menu {
    right: 50%;
    transform: translateX(50%);
  }
  button {
    height: 3.5rem
  }
  .vid {
    transform: translateX(50%)
  }
}
@media all and (max-width: 768px) {
  .block-footer svg,
  .block-footer nav {
    display: none;
  }

  .block-footer {
    padding-top: 10px !important;
    margin-top: 40px !important;
  }
}
@media all and (max-width: 767px) {
  .block-header svg {
    width: 30%;
  }

  .header {
    top: 24px;
  }
}




/* Căn chỉnh và tạo nền cho form */
form.wpcf7-form {

    padding: 0px;
    border-radius: 6px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);

    margin: 0 auto;
    color: #fff;
}

/* Style cho các trường input và textarea */
form.wpcf7-form input[type="submit"] {color: #fff;
    font-size: 16px;
    width: 140px;
    height: 45px;
    border-left-width: 45px;
    background-color: rgba(44, 137, 165, 0.2);}



form.wpcf7-form input[type="submit"] {
    background: none;margin-top: 20px;
    width: 12rem;
    height: 3rem;
    border-radius: 5px;
    border-left: solid 50px #27BDBE;
    border-top: solid 2px #27BDBE;
    border-right: solid 2px #27BDBE;
    border-bottom: solid 2px #27BDBE;
    transform: skewX(-20deg);
    outline: none;
    cursor: pointer;    grid-column: 1 / -1;
    transition: .5s 
ease-out;
    background: linear-gradient(90deg, var(--c1, transparent), var(--c2, transparent) 51%, var(--c1, transparent)) var(--x, 0) / 200%;
}

form.wpcf7-form input[type="submit"]:hover {
    --x: 100%;
    --c1: transparent;
    --c2: rgba(63, 231, 232, .3);
}

form.wpcf7-form p {margin-bottom: 0px;    padding: 0px 20px 0px 20px;}
.input-field {
    width: 100%;
    padding: 6px 10px 6px 10px;
    margin-bottom: 0px;
    background-color: rgba(32, 189, 190, 0.3);
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}

/* Điều chỉnh cho placeholder */
.input-field::placeholder {
    color: #888; /* Màu chữ placeholder */
    font-style: italic;
}

/* Style cho nút submit */
input[type="submit"] {
    background-color: #26a69a;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    transition: background-color 0.3s;
    width: 100%;
}

input[type="submit"]:hover {
    background-color: #00796b;
}

/* Style cho các nhãn label */
label {
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
    display: block;
}


/* khung form “glass” */
.sent-cv .wpcf7-form {
   
}
.sent-cv input.wpcf7-submit {
  background: rgba(32,189,190,0.9);
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 12px 28px 12px 48px; /* chừa khoảng bên trái cho icon */
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.sent-cv input.wpcf7-submit::before {
  content: "✈";              /* có thể thay bằng font-awesome/fa-paper-plane */
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}


/* Ẩn label & <br> mặc định của CF7 cho gọn */
.sent-cv .wpcf7-form p label,
.sent-cv .wpcf7-form p br{
  display:none;
}

/* biến khối <p> chứa các field thành grid 2 cột */
.sent-cv .wpcf7-form p{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr)); /* 2 cột bằng nhau */
  gap: 12px;
  margin: 0;       /* loại bỏ khoảng trắng thừa */
}

/* field control full width theo cột */
.sent-cv .wpcf7-form-control-wrap,
.sent-cv .wpcf7-form-control{
  width: 100%;
}

/* textarea (wrap cuối cùng) kéo dài 2 cột */
.sent-cv .wpcf7-form p .wpcf7-form-control-wrap:last-of-type{
  grid-column: 1 / -1;
}

/* style input/textarea */
.sent-cv .input-field {
    padding: 6px 16px;
    border-radius: 8px;
    border: 1px solid rgba(32, 189, 190, 0.55);
    color: #fff;
    outline: none;
    background-color: rgba(32, 189, 190, 0.3);
}
.sent-cv .input-field::placeholder{ color: rgba(255,255,255,0.7); }
.sent-cv .input-field:focus{
  box-shadow:
    0 0 0 2px rgba(32,189,190,0.75) inset,
    0 0 14px rgba(32,189,190,0.35);
}

/* nút gửi */
.sent-cv input.wpcf7-submit{
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 9px;
  background: rgba(32,189,190,0.9);
  color:#fff;
  border: 0;
  cursor: pointer;
}
.sent-cv input.wpcf7-submit:hover{
  filter: brightness(1.05);
}

/* responsive: màn nhỏ tự về 1 cột */
@media (max-width: 768px){
  .sent-cv .wpcf7-form p{
    grid-template-columns: 1fr;
  }
}


form.wpcf7-form input[type="submit"] {    grid-column: 1 / -1;}
.list a {
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
	font-size: 14px;}  
