﻿@charset "UTF-8";
@import url("/assets/fonts/Roboto/font-roboto.css");
@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%; } }

/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình ipad hiển thị theo chiều ngang (Landscape)****/
/****Màn hình desktop loại bé****/
/****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é****/
/*@mixin mobile {
    @media(max-width: 767px) {
        @content
    }
}


@mixin ipad {
    @media(min-width: 768px) and (max-width:1024px) {
        @content
    }
}
@mixin tablet {
    @media only screen and (max-width: 1200px) {
        @content
    }
}

@mixin ipad {
    @media only screen and (max-width:1024px) {
        @content
    }
}

@mixin ipad-port {
    @media only screen and (max-width:992px) {
        @content
    }
}

@mixin mobile {
    @media only screen and (max-width:769px) {
        @content
    }
}

@mixin ipadSmPort {
    @media only screen and (max-width:600px) {
        @content
    }
}

@mixin mobile-small {
    @media only screen and (max-width: 577px) {
        @content
    }
}

@mixin iphonePlus {
    @media only screen and (max-width: 415px) {
        @content
    }
}

@mixin iphone {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin mobileSm {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin onlyTablet {
    @media (min-width: 1025px) and (max-width: 1200px) {
        @content
    }
}

@mixin onlyIpad {
    @media (min-width: 992px) and (max-width:1024px) {
        @content
    }
}

@mixin onlyIpad-port {
    @media (min-width: 769px) and (max-width:992px) {
        @content
    }
}

@mixin onlyMobile {
    @media (min-width: 577px) and (max-width:769px) {
        @content
    }
}

@mixin onlyMobile-small {
    @media (max-width: 577px) {
        @content
    }
}
@mixin mobile {
    @media (max-width: 600px) {
        @content;
    }
}



@mixin desktop {
    @media (min-width:768px) and (max-width: 1024px) {
        @content;
    }
}

@mixin desktop-up {
    @media (min-width: 1800px) {
        @content;
    }
}*/
/*@font-face {
    font-family: 'SourceSansPro';
    src: url('../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf') format('truetype');
}*/
@font-face {
  font-family: 'Manrope';
  src: url("/assets/fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype"); }

* {
  box-sizing: inherit;
  padding: 0;
  margin: 0; }

body {
  box-sizing: border-box;
  font-size: 14px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

a:any-link:hover {
  cursor: pointer; }

ul li {
  list-style: none; }

img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover; }

/*.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {
    float: left;
    padding-left: 0;
    padding-right:0;
}*/
@keyframes slideInPadding {
  from {
    padding: 0; }
  to {
    padding: 5px; } }

@keyframes width24 {
  from {
    width: 5px; }
  to {
    width: 24px; } }

#header {
  background: #021639;
  height: 45px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  #header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    #header .header-content .header-left .text {
      text-transform: uppercase;
      color: #fff;
      margin: auto;
      margin-left: 5px;
      display: flex;
      align-items: center;
      border-left: solid 2px;
      padding-left: 5px;
      font-weight: 600;
      animation: slideInPadding 0.5s; }
      #header .header-content .header-left .text p:first-child {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        text-transform: uppercase; }
    #header .header-content .header-left .logo {
      display: flex;
      align-items: center; }
      #header .header-content .header-left .logo img {
        height: 36px;
        padding: 3px; }
  #header .nav-menu ul {
    display: flex;
    margin: 0;
    padding: 0; }
    #header .nav-menu ul li {
      white-space: nowrap; }
      #header .nav-menu ul li.active a, #header .nav-menu ul li:hover a {
        color: #7adce9; }
      #header .nav-menu ul li a {
        color: #fff;
        font-weight: 600;
        display: flex;
        justify-content: center;
        padding: 10px; }
        #header .nav-menu ul li a i {
          padding-top: 4px;
          padding-left: 4px; }
        #header .nav-menu ul li a.active, #header .nav-menu ul li a:hover {
          color: #7adce9; }
          #header .nav-menu ul li a.active::before, #header .nav-menu ul li a:hover::before {
            position: absolute;
            height: 3px;
            width: 24px;
            background: #7adce9;
            border-radius: 3px;
            content: "";
            margin-top: 25px;
            animation-name: width24;
            animation-duration: 0.5s; }
      #header .nav-menu ul li .dropdown-menu a {
        padding-left: 10px;
        display: block;
        width: 100%;
        padding: .25rem 0.5rem;
        clear: both;
        border-bottom: solid 1px #e4e4e4;
        border-radius: 0.25rem; }
        #header .nav-menu ul li .dropdown-menu a:hover {
          background-color: #777; }
  #header .nav-menu .dropdown-menu {
    background: #021639;
    padding: 5px;
    margin: 0;
    border-radius: 3px;
    margin-top: 2px; }
    #header .nav-menu .dropdown-menu li a {
      padding: 5px 15px;
      width: 100%;
      border-radius: 3px; }
  #header .nav-menu .dropdown-toggle::after {
    display: none; }
  #header input[type=checkbox] {
    display: none; }

/*** Mobile **/
.menu_mobile {
  display: none; }

#overlay-button {
  position: absolute;
  right: 6%;
  top: 7%;
  padding: 26px 11px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
  display: none; }
  #overlay-button span {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: white;
    position: relative;
    display: block;
    transition: all .2s ease-in-out; }
    #overlay-button span:before {
      top: -10px;
      visibility: visible; }
    #overlay-button span:after {
      top: 10px; }
    #overlay-button span:before, #overlay-button span:after {
      height: 4px;
      width: 35px;
      border-radius: 2px;
      background-color: white;
      position: absolute;
      content: "";
      transition: all .2s ease-in-out; }
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: #333332; }

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; }

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent; }

input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
  opacity: 1; }

input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px); }

#overlay {
  height: 100vh;
  width: 75%;
  top: 0;
  right: 0;
  background: rgba(33, 85, 206, 0.9);
  z-index: 2;
  visibility: hidden;
  position: fixed; }
  #overlay.active {
    visibility: visible; }
  #overlay ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    padding-left: 6%;
    list-style-type: none; }
    #overlay ul li {
      padding: 1em; }
      #overlay ul li a {
        color: white;
        text-decoration: none;
        font-size: 1.5em; }
        #overlay ul li a:hover {
          color: #333332; }

/******** RESPONSIVE **********/
@media only screen and (max-width: 992px) {
  #header .header-content .header-left .text {
    display: none; } }

@media only screen and (max-width: 769px) {
  #header .header-content .nav-menu ul li a {
    font-size: 14px; } }

@media only screen and (max-width: 600px) {
  .menu_mobile, #overlay-button {
    display: block; }
  .dropdown-menu .dropdown-item {
    color: #021639 !important; }
  .box-document .wrapBox {
    flex-direction: column; }
    .box-document .wrapBox .box {
      margin-bottom: 35px; }
      .box-document .wrapBox .box:before {
        content: none !important; } }

@media only screen and (max-width: 415px) {
  #p-HomePort .p-container .p-title h1 {
    font-size: 25px;
    padding-left: 10px !important; }
  #p-HomePort .p-container .p-title p {
    font-size: 22px;
    padding-left: 10px !important; }
  #p-HomePort .p-container #GioiThieu {
    width: 100%;
    padding: 10px !important; } }
