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

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

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

.font2 {
  font-family: "Gilroy-Regular", sans-serif !important;
}

.font1 {
  font-family: "Gilroy-Bold", sans-serif !important;
}

.font3 {
  font-family: "Gilroy-SemiBold", sans-serif !important;
}

/*Core default*/

body,
.x_e > *,
.x_c > * {
  margin: 0;
  padding: 0;
  font-family: "Gilroy-Regular", sans-serif;
}

.x_e,
.x_c {
  position: absolute;
  font-size: 3vw;
}

.x_r {
  position: relative;
}

.x_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

picture > img {
  width: 100%;
}

.x_r > img,
.x_e > img,
.x_r > picture > img,
.x_e > picture > img {
  width: 100%;
  max-width: 100%;
}

.x_c > img,
.x_c > a > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section {
  position: relative;
}

.border {
  border: 2px red solid !important;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

/*Core End*/

/*Menu menu.center.1.0.1 */

header {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: transparent;
  transition: 1s;
  z-index: 99;
}

header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #0b1643;
}

header.sticky #header_logo img {
  width: 120px;
  height: auto;
  margin-top: 10px;
}

button > a {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
}

#header_top {
  display: grid;
  grid-template-columns: 40% 30% 30%;
}

#header_logo,
#header_action,
#header_social {
  justify-items: center;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 20px;
}

#header_action button {
  background-color: #ed2837;
  border: none;
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
}

#header_logo img {
  width: 144px;
  object-fit: contain;
}

@media (max-width: 820px) {
  #header_top {
    grid-template-columns: 40% 20% 40%;
  }
}

@media only screen and (max-width: 768px) {
  #header_top {
    display: grid;
    grid-template-columns: 55% 5% 40%;
  }
  #header_logo {
    max-width: 100%;
  }
  #header_action button > a {
    padding: 10px 15px;
  }
  #header_top {
    background-color: #0b1643;
  }
  #header_action button {
    padding: 8px 10px;
  }
}

@media only screen and (max-width: 480px) {
  #header_logo {
    gap: 2px;
  }
  #header_logo img {
    width: 102px;
  }
  #header_action button {
    padding: 6px;
  }
  #header_action button > a {
    font-size: 10px;
    padding: 2px;
  }
}

/*End Menu menu.center.1.0.1 */

/* page1 */

@media only screen and (max-width: 768px) {
  #page1 {
    padding-top: 62px;
  }
}

@media only screen and (max-width: 480px) {
  #page1 {
    padding-top: 40px;
  }
}

/* End page1 */

/* page2 */

#page2_e2 {
  text-align: center;
  width: 100%;
  left: 0;
  top: 10%;
  margin: 30px 0;
}

#page2_e2 h2 {
  font-size: 30px;
  color: #802a8e;
  font-weight: 600;
}

#page2_e3 {
  width: 80%;
  left: 10%;
  top: 30%;
  margin-bottom: 40px;
}

.page2_e2_item > .x_r {
  /* box-shadow: 1px 1px 3px #8c4f95; */
  border: 2px #0b1643 solid;
  border-radius: 10px;
  overflow: hidden;
}

.page2_e2_item h3 {
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px 10px;
  margin-top: 15px;
  font-size: 16px;
  z-index: 9;
  position: relative;
  min-height: 60px;
}

.page2_e2_item h3 a {
  color: #0b1643;
  font-weight: 600;
  text-transform: uppercase;
}

.page2_e2_item h3:hover a {
  color: #ed2837;
}

#page2_e3 .controls .next {
  right: -80px;
  color: #802a8e;
  top: 40%;
}

#page2_e3 .controls .prev {
  left: -80px;
  color: #802a8e;
  top: 40%;
}

#product_action button {
  background-color: #ed2837;
  border: none;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border-radius: 10px;
  display: block;
  margin: 10px auto;
}

@media only screen and (max-width: 768px) {
  #page2_e3 {
    width: 80%;
    left: 10%;
    top: 0;
    position: relative;
  }
  #page2_e3 .controls .next {
    right: 0px;
  }
  #page2_e3 .controls .prev {
    left: 0px;
  }
  #page3_e1 {
    width: 100%;
    left: 0;
  }
  #slider-nav1 .prev {
    left: 0;
  }
  #slider-nav1 .next {
    right: 0;
  }
}

@media (max-width: 480px) {
  #page2_e2 h2 {
    font-size: 26px;
  }
}

/*End page2 */

/* Page4 */

#page4 {
  margin-top: -5px;
}

#page4_bg {
  background-image: url(../images/bg-screen2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 630px;
}

#page4_title h2 {
  text-align: center;
  margin: 0;
  padding-top: 20px;
  color: #0b1643;
}

#page4_title h2 span {
  color: #ed2837;
}

#page4_box {
  display: grid;
  grid-template-columns: 45% 10% 45%;
  margin-top: 90px;
}

#page4_item1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #f0efed;
  padding: 20px 0 20px 20px;
  margin: 25px 0 0 150px;
  border-radius: 10px;
  width: 55%;
  gap: 30px;
}

#page4_item2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #f0efed;
  padding: 20px 20px 20px 0px;
  margin: 25px 0 0 150px;
  border-radius: 10px;
  width: 55%;
  gap: 30px;
}

#page4_item1 #page4_text {
  text-align: left;
}

#page4_item2 #page4_text {
  text-align: right;
}

#page4_text h4 {
  font-size: 100%;
  color: #161f4a;
}

#page4_text p {
  color: #161f4a;
  font-size: 90%;
}

#page4_icon {
  width: 50%;
}

#page4_line {
  width: 26px;
  height: 120px;
  background-color: #4072c2;
  border-radius: 15px;
}

@media (max-width: 1440px) {
  #page4_bg {
    height: 500px;
  }
  #page4_box {
    margin-top: 16px;
  }
  #page4_item1 {
    align-items: center;
    margin: 10px 0 0 105px;
  }
  #page4_item2 {
    align-items: center;
    margin: 10px 0 0 160px;
  }
  #page4_text h4 {
    font-size: 78%;
  }
  #page4_text p {
    font-size: 70%;
  }
}

@media (max-width: 1280px) {
  #page4_bg {
    height: 430px;
  }
  #page4_item1 {
    padding: 10px 0 10px 10px;
  }
  #page4_item2 {
    padding: 10px 10px 10px 0px;
  }
  #page4_line {
    width: 15px;
    height: 90px;
  }
  #page4_text h4 {
    font-size: 82%;
  }
}

@media (max-width: 1024px) {
  #page4_bg {
    height: 340px;
  }
  #page4_title h2 {
    padding-top: 14px;
    font-size: 22px;
  }
  #page4_item1 {
    padding: 10px 0 10px 10px;
    margin: 6px 0 0 86px;
    gap: 15px;
  }
  #page4_item2 {
    padding: 10px 10px 10px 0px;
    margin: 6px 0 0 110px;
    gap: 15px;
  }
  #page4_text h4 {
    font-size: 70%;
    margin: 5px 0;
  }
  #page4_text p {
    font-size: 60%;
  }
}

@media (max-width: 820px) {
  #page4_bg {
    background-image: url(../images/bg-screen2-820.jpg);
    height: 500px;
  }
  #page4_title h2 {
    padding-top: 20px;
  }
  #page4_box {
    margin-top: 90px;
  }
  #page4_item1 {
    margin: 20px 0 0 26px;
    width: 70%;
  }
  #page4_item2 {
    margin: 20px 0 0 80px;
    width: 70%;
  }
}

@media (max-width: 480px) {
  #page4_bg {
    background-image: url(../images/bg-screen2-480.jpg);
    height: 600px;
  }
  #page4_box {
    grid-template-columns: 50% 0% 50%;
    margin-top: 325px;
  }
  #page4_item1 {
    margin: 10px;
    width: 90%;
    gap: 9px;
    height: 90px;
  }
  #page4_item2 {
    margin: 10px;
    width: 90%;
    gap: 9px;
    height: 90px;
  }
  #page4_text h4 {
    font-size: 58%;
  }
  #page4_text p {
    font-size: 52%;
  }
  #page4_line {
    height: 68px;
  }
}

/* End page4 */

/*Page3 */

#page3_e1 {
  width: 80%;
  left: 10%;
}

#page3_e1 .tns-nav {
  display: none;
}

#slider-nav1 .prev {
  width: 30px;
  padding: 0;
  position: absolute;
  top: 0;
  left: -60px;
  margin: 0;
  bottom: 0;
  height: unset;
}

#slider-nav1 .next {
  width: 30px;
  padding: 0;
  position: absolute;
  top: 0;
  right: -60px;
  margin: 0;
  bottom: 0;
  height: unset;
}

#slider-nav1 li img {
  max-width: 100%;
  height: 100%;
}

#slider-nav1 li:hover {
  background: unset;
  opacity: 0.7;
}

@media (max-width: 480px) {
  #page3_e1 {
    width: 70%;
    left: 16%;
  }
  #slider-nav1 .prev {
    left: -40px;
  }
  #slider-nav1 .next {
    right: -40px;
  }
}

/*End page3 */

/* Page7 */

#page7_bg {
  background-image: url(../images/bg-screen7.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 930px;
}

#page7_title h2 {
  text-align: center;
  margin: 0;
  padding-top: 20px;
  color: #0b1643;
}

#page7_title h2 span {
  color: #ed2837;
}

#page7_box {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
}

#page7_box1 {
  display: block;
  margin: 45px 0 0 auto;
}

#page7_item2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f0efed;
  padding: 20px 20px 20px 0px;
  margin: 14px 0 0 50px;
  border-radius: 10px;
  width: 62%;
  height: 20%;
  gap: 22px;
}

#page7_item2 #page7_text {
  text-align: left;
  width: 66%;
}

#page7_text h4 {
  font-size: 100%;
  color: #161f4a;
}

#page7_text p {
  color: #161f4a;
  font-size: 90%;
}

#page7_icon img {
  width: 100%;
  height: auto;
}

#page7_line {
  width: 10px;
  height: 120px;
  background-color: #4072c2;
  border-radius: 15px;
}

#page7_cta {
  background-image: url(../images/img2-screen7.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: -130px 100px 55px;
  padding: 50px;
  height: 220px;
}

#page7_cta h2 {
  color: #fff;
  text-align: center;
  font-size: 250%;
}

@media (max-width: 1440px) {
  #page7_bg {
    background-size: cover;
    height: 940px;
  }
  #page7_item2 {
    width: 85%;
  }
  #page7_icon img {
    width: 70%;
  }
  #page7_line {
    width: 5px;
    height: 90px;
  }
}

@media (max-width: 1440px) {
  #page7_bg {
    height: 845px;
  }
  #page7_cta h2 {
    font-size: 220%;
  }
}

@media (max-width: 1280px) {
  #page7_cta h2 {
    font-size: 190%;
  }
}

@media (max-width: 1024px) {
  #page7_bg {
    height: 795px;
  }
  #page7_text h4 {
    font-size: 74%;
  }
  #page7_text p {
    font-size: 66%;
  }
  #page7_cta {
    padding: 15px;
    margin-bottom: -45px;
  }
  #page7_cta h2 {
    font-size: 162%;
  }
}

@media (max-width: 820px) {
  #page7_box {
    grid-template-columns: 40% 60%;
  }
  #page7_box1 {
    margin-top: 140px;
  }
  #page7_cta {
    margin-bottom: -88px;
  }
  #page7_cta h2 {
    font-size: 114%;
  }
}

@media (max-width: 480px) {
  #page7_bg {
    height: 980px;
  }
  #page7_title h2 {
    font-size: 22px;
  }
  #page7_box {
    grid-template-columns: 100%;
  }
  #page7_box1 {
    width: 70%;
    margin: 20px auto;
  }
  #page7_item2 {
    margin: 8px 0 0 30px;
    padding: 5px 0;
    height: 128px;
  }
  #page7_text h4 {
    font-size: 68%;
  }
  #page7_item2 #page7_text {
    padding-right: 5px;
  }
  #page7_line {
    height: 62px;
  }
  #page7_cta {
    margin: 0px;
    background-size: cover;
    height: 130px;
  }
  #page7_cta h2 {
    font-size: 102%;
  }
}

/* End page7 */

/*End page5 */

#page5_e1 {
  text-align: center;
  width: 100%;
  left: 0;
  top: 10%;
  margin: 30px 0;
}

#page5_e1 h2 {
  font-size: 30px;
  color: #802a8e;
  font-weight: 600;
}

#page5_e2_box {
  background-image: url(../images//banner4.jpg);
  overflow-x: auto;
  padding: 40px 20px;
}

.page5_e2_item h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

.page5_e2_item {
  width: 500px;
  display: inline-block;
}

.page5_e2_item p {
  color: #fff;
  text-align: center;
  padding: 0 10px;
}

#page5_e1 .tns-nav {
  position: relative;
  top: -40px;
}

@media only screen and (max-width: 768px) {
  #page5_e2_box {
  }
}

@media (max-width: 480px) {
  #page5_e1 h2 {
    font-size: 26px;
  }
}

/* End page5 */

/* page6 */

#page6_e1 {
  text-align: center;
  width: 100%;
  left: 0;
  top: 10%;
}

#page6_e2 {
  width: 80%;
  left: 10%;
}

#page6_e1 h2 {
  font-size: 30px;
  color: #0b1643;
  font-weight: 600;
}

.item_box {
  width: 100%;
  display: grid;
  grid-template-columns: 45% 50%;
  gap: 5%;
}

.chitiet {
  background-color: #0b1643;
  color: #fff;
  padding: 5px 20px;
  position: relative;
  top: 15px;
}

.post_image img {
  width: 520px;
  height: 340px;
  object-fit: cover;
  border-radius: 10px;
}

.text_content h3 {
  padding-right: 20px;
  font-size: 22px;
  color: #0b1643;
  text-transform: uppercase;
  font-weight: 600;
}

.text_content li {
  font-family: "Gilroy-SemiBold", sans-serif !important;
  font-size: 18px;
  color: #0b1643;
}

@media only screen and (max-width: 768px) {
  .item_box {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    gap: 5%;
  }
}

@media (max-width: 480px) {
  #page6_e1 h2 {
    font-size: 26px;
  }
}

/* End page6 */

/* ------ FOOTER ------- */

.footer {
  background-color: #0b1643;
}

#ft_page {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 80px;
  padding: 30px 0;
  width: 80%;
  left: 9%;
}

#footer_logo {
  display: flex;
  align-items: center;
  gap: 5px;
}

#footer_logo img {
  width: 160px;
  object-fit: contain;
}

.footer h3 {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
  font-size: 150%;
  line-height: 135%;
  color: #ffffff;
  font-family: "Gilroy-Regular";
  text-transform: uppercase;
  font-weight: 600;
}

.footer p a {
  color: #ffffffd1;
}

.footer p {
  color: #c6c6c6;
  font-size: 1.2vw;
  font-family: "Gilroy-Regular";
}

.link_social {
  display: flex;
}

.link_social img {
  padding: 0 10px;
  max-width: 55px;
  margin-top: 15px;
}

@media (max-width: 1280px) {
  .footer h3 {
    font-size: 128%;
  }
}

@media (max-width: 1024px) {
  .footer h3 {
    font-size: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #ft_page {
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
  }
  .footer p {
    font-size: 18px;
  }
}

/* ------ END FOOTER ------- */

/*ToolBar */

#toolbar {
  width: 60px;
  height: auto;
  position: fixed;
  right: 0;
  top: 40vh;
  padding: 10px;
  background-color: rgb(11 23 70 / 80%);
  border-radius: 10px 0px 0px 10px;
}

.tool_item {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.tool_item:hover {
  margin-left: -5px;
}

.tool_item img {
  width: 100%;
}

.pulse_hover:hover {
  visibility: visible;
  animation-duration: 1s;
  animation-delay: 300ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
  cursor: pointer;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*End Toolbar */

/* ------ MODAL ------- */

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  animation: opac 0.3s;
  z-index: 9999;
  text-align: center;
}

.modal,
.modal-box {
  z-index: 900;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.modal-bg {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.6s;
}

.modal-box {
  position: relative;
  width: 50%;
  max-width: 560px;
  margin: 100px auto;
  top: 20%;
}

.modal-header {
  padding: 10px 20px;
  color: #333;
  background: #fff;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #e9ecef;
}

.modal-body {
  background: #fff;
  padding: 15px 20px;
  line-height: 26px;
  border-radius: 0 0 4px 4px;
}

.modal-close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  float: right;
  cursor: pointer;
}

.modal-title {
  font-size: 20px;
}

/* ------ END MOCAL ------- */

/*POPUP FORM*/

#form_popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: hsla(0, 0%, 0%, 0.719);
  z-index: 99;
}

#form_box {
  width: 40%;
  left: 30%;
  top: 60px;
  background-image: url(../images/bg.jpg);
  padding: 30px;
}

#form_box h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

#form {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  gap: 12px;
}

#form p {
  color: #fff;
  font-style: italic;
  font-size: 13px;
}

#form p a {
  color: #ed2837;
}

#send {
  background-color: #ed2837;
  color: #fff;
  border-radius: 7px;
  width: 50%;
  position: relative;
  padding: 10px 20px;
  left: 25%;
  border: none;
  margin-top: 15px;
}

#form input,
#form textarea {
  background-color: #ede0ef;
  border: 1px rgb(128 42 142 / 40%) solid;
  padding: 12px 10px;
  color: #802a8e;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
}

.form-close {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1440px) {
  #form_box {
    top: 20px;
    max-height: calc(100% - 20px);
    max-height: 100%;
    overflow: auto;
  }
}

@media only screen and (max-width: 768px) {
  #form_box {
    width: 90%;
    left: 5%;
    top: 20px;
    background-image: url(../images/bg.jpg);
    padding: 20px;
    max-height: calc(100% - 20px);
    overflow: auto;
  }
}

/* @media (max-width: 480px) {
  #form_box {
    top: 2%;
    max-height: 100%;
    overflow: auto;
  }
} */

/*Modal clip*/

.modal-clip::before {
  content: "";
  position: absolute;
  background-color: rgb(72 82 193 / 60%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-clip {
  cursor: pointer;
}

.modal-clip:hover::before {
  background-color: rgb(42, 1, 1, 0.3);
}

.modal-clip::after {
  content: "";
  background-image: url(../images/play.png);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 40%;
  left: 40%;
  background-size: contain;
  background-repeat: no-repeat;
}
