﻿@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 transparent; } }

@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;*/
.bg00051E {
  background-color: #ffffff !important;
  border-bottom: 5px solid #e6a100 !important; }
  .bg00051E .logo .head-text h2:last-child {
    color: #e6a100 !important; }
  .bg00051E .logo .head-text h2 {
    color: #1A479E !important; }
  .bg00051E .navmenu a {
    color: #444 !important; }
  .bg00051E .navmenu a:hover {
    color: #fff !important;
    background-color: #e6a100 !important;
    border-radius: 20px; }
  .bg00051E .navmenu .active {
    color: #fff !important;
    background-color: #e6a100 !important;
    border-radius: 20px; }

#header {
  background: #fff;
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 10;
  border-bottom: 5px solid #e6a100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  display: flex; }
  #header .wrapHeader {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex; }
  #header .logo {
    line-height: 1;
    margin-right: 0;
    display: flex;
    align-items: center; }
    #header .logo img {
      max-height: 50px;
      margin-right: 10px; }
    #header .logo .head-text {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      #header .logo .head-text h2 {
        color: #1A479E;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 900;
        margin: 0;
        line-height: 1.3; }
        #header .logo .head-text h2:last-child {
          width: 100%;
          color: #e6a100;
          font-size: 14px; }
  #header .navmenu a {
    color: #232323;
    padding: 7px 20px;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 30px; }
  #header .header-social-links .menu .dnav {
    padding: 0.5rem 1rem;
    border-radius: 30px;
    color: #fff;
    background: #e6a100;
    cursor: pointer; }
  #header .navmenu {
    padding: 0; }
  #header .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center; }
  #header .navmenu li {
    position: relative;
    padding: 0 10px; }
  #header .navmenu .active {
    color: #fff !important;
    background-color: #e6a100;
    border-radius: 30px; }
  #header .navmenu a:hover {
    color: #fff !important;
    background-color: #e6a100;
    border-radius: 30px; }

/*** Mobile **/
.nav-toggle {
  display: none;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  color: #1a489d; }

.overlay-common {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none; }

.overlay-common.show {
  display: block; }

.menu_mobile {
  height: 100vh;
  width: 300px;
  top: 0px;
  right: 0;
  background: white;
  z-index: 3;
  visibility: hidden;
  position: fixed;
  overflow: scroll;
  z-index: 10000; }
  .menu_mobile .nav-link {
    padding: unset; }
  .menu_mobile ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
    padding: 0 10px;
    list-style-type: none; }
    .menu_mobile ul li {
      padding: 0.6em;
      width: 100%;
      text-align: left;
      border-bottom: 1px solid #e9ecef; }
      .menu_mobile ul li a {
        color: #2c3542;
        text-decoration: none;
        font-size: 16px; }
        .menu_mobile ul li a:hover {
          color: #333332; }

.menu_mobile .cls:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.logo-mb .dnav {
  color: #1A489D;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 25px 40px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  .logo-mb .dnav img {
    height: 60px;
    display: flex;
    margin: auto; }
  .logo-mb .dnav h2 {
    font-size: 15px;
    font-weight: bold; }
  .logo-mb .dnav h1 {
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px; }
  .logo-mb .dnav #mt {
    font-weight: normal;
    color: #e3ae24;
    font-size: 20px; }

.menu_mobile ul .nav-item:last-child {
  border-bottom: unset; }

/******** RESPONSIVE **********/
@media (min-width: 320px) {
  #header .logo .head-text h2 {
    font-size: 14px; }
  #header .logo .head-text h2:last-child {
    font-size: 12px; }
  #header .logo img {
    max-height: 40px; }
  .container {
    max-width: 300px; }
  .nav-toggle {
    display: block; }
    .nav-toggle i {
      font-family: "Font Awesome 5 pro" !important;
      font-style: normal !important; }
  #header .navmenu {
    display: none; }
  .header-social-links {
    display: none; }
  .menu_mobile {
    position: fixed;
    top: 0px;
    right: -100%;
    opacity: 0;
    transition: all 0.3s ease;
    overflow: auto;
    bottom: 0px; }
  .menu_mobile.show {
    visibility: visible;
    opacity: 1;
    width: 300px !important;
    transition: all 0.3s ease;
    right: 0px;
    padding-top: 20px;
    background: #fff;
    z-index: 1100;
    height: 100vh; } }

@media (min-width: 360px) {
  .container {
    max-width: 340px; } }

@media (min-width: 400px) {
  #header .logo .head-text h2 {
    font-size: 18px; }
  #header .logo .head-text h2:last-child {
    font-size: 14px; }
  #header .logo img {
    max-height: 50px; }
  .container {
    max-width: 380px; } }

@media (min-width: 480px) {
  .container {
    max-width: 410px; } }

@media (min-width: 576px) {
  .container {
    max-width: 506px; } }

@media (min-width: 768px) {
  .container {
    max-width: 652px; } }

@media (min-width: 992px) {
  .container {
    max-width: 836px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 828px;
    padding: 0; }
  #header .logo img {
    max-height: 45px; }
  #header .logo .head-text h2 {
    font-size: 16px; }
  #header .logo .head-text h2:last-child {
    font-size: 12px; } }

@media (min-width: 1152px) {
  .container {
    max-width: 946px;
    padding: 0; }
  .nav-toggle {
    display: none; }
  #header .navmenu {
    display: block; }
  .header-social-links {
    display: block; }
  #header .navmenu li {
    position: relative;
    padding: 0 5px; }
    #header .navmenu li a {
      font-size: 16px; }
  #header .logo img {
    max-height: 45px; }
  #header .logo .head-text h2 {
    font-size: 16px; }
  #header .logo .head-text h2:last-child {
    font-size: 12px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 984px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1054px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1164px; }
  #header .navmenu li {
    position: relative;
    padding: 0 10px; }
    #header .navmenu li a {
      font-size: 20px; }
  #header .logo img {
    max-height: 50px; }
  #header .logo .head-text h2 {
    font-size: 18px; }
  #header .logo .head-text h2:last-child {
    font-size: 14px; } }

@media (min-width: 1536px) {
  .container {
    max-width: 1300px; } }
