﻿@charset "UTF-8";
@keyframes shrink {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 130%;
  }
}
@keyframes shrink2 {
  0% {
    background-size: 95%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes opacitymove {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacitymoveup {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes opacitymovedown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes translateXmove {
  from {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes translateYmoveup {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes translateYmovedown {
  from {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes translateLoad {
  0% {
    left: 0%;
    right: 100%;
    width: 0%;
  }
  10% {
    left: 0%;
    right: 75%;
    width: 25%;
  }
  90% {
    right: 0%;
    left: 75%;
    width: 25%;
  }
  100% {
    left: 100%;
    right: 0%;
    width: 0%;
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/roboto/roboto-variablefont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Noto-Sans";
  src: url("../../fonts/noto_sans/notosans-variablefont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope/manrope-variablefont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "manrope-extrabold";
  src: url("../../fonts/manrope/static/manrope-extrabold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/montserrat/montserrat-variablefont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
@media (min-width: 1200px) {
  .container {
    max-width: 1312px !important;
    padding: 0;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px 0;
}
header .btn-login {
  background: hsla(0, 0%, 100%, 0.6) !important;
  color: #2155ce !important;
  padding-bottom: 0.75rem !important;
  padding-top: 0.875rem !important;
  padding-left: 1rem !important;
  padding-right: 1.5rem !important;
}

header .container-extra .component-content .slpit-content .colbout_nav .navigation-main {
  background: hsla(0, 0%, 100%, 0.6) !important;
}

.master-wrapper {
  background-image: url("/assets/images/master/banner3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.master-wrapper::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.master-wrapper .block {
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.master-wrapper .block span {
  letter-spacing: 2px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.master-wrapper .block h1 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.master-wrapper .row {
  padding: 2rem 0;
}
.master-wrapper .row .col-lg-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.master-wrapper .navi-wrap {
  display: flex;
  justify-content: center;
  width: 250px;
  transition: all 0.3s;
}
.master-wrapper .navi-wrap:hover {
  transform: translateY(-5px);
}
.master-wrapper .navi-wrap:hover .stat-card .stat-label {
  font-weight: 700;
}
.master-wrapper .navi-wrap a {
  color: #2155ce;
  text-decoration: none;
  width: 100%;
}
.master-wrapper .navi-wrap .stat-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  border-top: 4px solid;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.master-wrapper .navi-wrap .stat-card .stat-label {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
