﻿@charset "UTF-8";
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/****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 Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
/*primary-color: #1667a0*/
/*primary-color: #009970*/
@import url("../../../fonts/roboto/font-roboto.css");
ul, li {
  list-style: none; }

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

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

.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; }

@media only screen and (max-width: 992px) {
  [class*="col-"] {
    /*width: 93% !important;
       flex:none;
        max-width:unset;
        margin-left:1%;*/ } }

#header {
  /*background-color: #064273;
    position: relative;
    height: 88px;
    overflow: hidden;
    background: rgba(6,66,115,0.35);
    > img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: -1;
    }*/ }
  #header .header-wrapper .header-top {
    height: 65px;
    background: rgba(0, 55, 120, 0.9);
    /*background-color: #003778;*/
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 997; }
    #header .header-wrapper .header-top-wrapper {
      justify-content: space-between;
      align-items: center;
      margin-top: 11px; }
      @media only screen and (max-width: 415px) {
        #header .header-wrapper .header-top-wrapper {
          margin-top: 5px; } }
      #header .header-wrapper .header-top-wrapper .header-left {
        text-transform: uppercase;
        color: #fff;
        align-items: center; }
        #header .header-wrapper .header-top-wrapper .header-left .text {
          margin-left: 22px; }
          @media only screen and (max-width: 415px) {
            #header .header-wrapper .header-top-wrapper .header-left .text {
              margin-left: 15px; } }
          #header .header-wrapper .header-top-wrapper .header-left .text > h2 {
            margin: 0;
            font-weight: 700;
            font-size: 24px;
            line-height: 20px;
            margin-bottom: 6px;
            color: #fff; }
          #header .header-wrapper .header-top-wrapper .header-left .text > p {
            font-weight: 700;
            font-size: 15px;
            line-height: 17.58px; }
          @media only screen and (max-width: 1200px) {
            #header .header-wrapper .header-top-wrapper .header-left .text h2 {
              font-size: 20px; }
            #header .header-wrapper .header-top-wrapper .header-left .text p {
              font-size: 13px; } }
          @media only screen and (max-width: 415px) {
            #header .header-wrapper .header-top-wrapper .header-left .text h2 {
              font-size: 18px; }
            #header .header-wrapper .header-top-wrapper .header-left .text p {
              font-size: 12px; } }
          @media only screen and (max-width: 376px) {
            #header .header-wrapper .header-top-wrapper .header-left .text h2 {
              font-size: 16px; }
            #header .header-wrapper .header-top-wrapper .header-left .text p {
              font-size: 11px; } }
        #header .header-wrapper .header-top-wrapper .header-left .logo {
          overflow: hidden; }
          #header .header-wrapper .header-top-wrapper .header-left .logo img {
            margin: 0;
            padding: 0;
            height: 45px;
            background-size: cover; }
            @media only screen and (max-width: 415px) {
              #header .header-wrapper .header-top-wrapper .header-left .logo img {
                height: 35px; } }
            @media only screen and (max-width: 376px) {
              #header .header-wrapper .header-top-wrapper .header-left .logo img {
                height: 30px; } }
      #header .header-wrapper .header-top-wrapper .nav-menu > ul {
        display: flex;
        margin: 0;
        padding: 0; }
        #header .header-wrapper .header-top-wrapper .nav-menu > ul > li {
          white-space: nowrap;
          margin-left: 35px; }
          #header .header-wrapper .header-top-wrapper .nav-menu > ul > li.active > a {
            color: #e7944e; }
          #header .header-wrapper .header-top-wrapper .nav-menu > ul > li.dropdown {
            padding: 0;
            margin-top: -7px; }
          #header .header-wrapper .header-top-wrapper .nav-menu > ul > li a {
            display: block;
            position: relative;
            color: #fff;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            font-size: 15px;
            font-weight: 700;
            line-height: 23.44px;
            text-transform: uppercase; }
            .dropdown-menu a {
              color: #6d6d6d !important;
              font-size: 0.9em !important;
              font-weight: 400 !important;
              text-transform: unset !important; }
            #header .header-wrapper .header-top-wrapper .nav-menu > ul > li a:before {
              content: "";
              position: absolute;
              width: 100%;
              height: 2px;
              bottom: -6px;
              left: 0;
              background: #e7944e;
              visibility: hidden;
              width: 0;
              -webkit-transition: all 0.3s ease 0s;
              -moz-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s;
              transition: all 0.3s ease 0s; }
          #header .header-wrapper .header-top-wrapper .nav-menu > ul > li .btn-login {
            /*border: 1px solid #015ab4;
                                border-radius: 50px;*/
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            color: #fff; }
          #header .header-wrapper .header-top-wrapper .nav-menu > ul > li a:hover, #header .header-wrapper .header-top-wrapper .nav-menu > ul > li .active > a, #header .header-wrapper .header-top-wrapper .nav-menu > ul > li li:hover > a {
            color: #e7944e; }
          #header .header-wrapper .header-top-wrapper .nav-menu > ul > li a:hover:before, #header .header-wrapper .header-top-wrapper .nav-menu > ul > li li:hover > a:before, #header .header-wrapper .header-top-wrapper .nav-menu > ul > li .active > a:before {
            visibility: visible;
            width: 100%; }
          @media only screen and (max-width: 1024px) {
            #header .header-wrapper .header-top-wrapper .nav-menu > ul > li {
              margin-left: 20px; }
              #header .header-wrapper .header-top-wrapper .nav-menu > ul > li a {
                font-size: 13px; } }
      #header .header-wrapper .header-top-wrapper > span {
        color: #fff;
        display: none; }
        @media only screen and (max-width: 992px) {
          #header .header-wrapper .header-top-wrapper > span {
            display: block;
            color: #fff; }
            #header .header-wrapper .header-top-wrapper > span i {
              font-size: 30px; } }
        @media only screen and (max-width: 415px) {
          #header .header-wrapper .header-top-wrapper > span {
            padding-right: 10px; } }

/*--- Mobile ---*/
.mobile-nav-toggle {
  position: fixed;
  top: 23px;
  right: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; }
  .mobile-nav-toggle i {
    color: #fff; }

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0; }
  .mobile-nav a {
    display: block;
    position: relative;
    color: #333;
    padding: 10px 20px;
    font-weight: 500;
    outline: none; }
  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #064273;
    text-decoration: none; }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(17, 17, 17, 0.6);
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.mobile-nav-active {
  overflow: hidden; }
  .mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible; }
  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff; }

@media only screen and (max-width: 769px) {
  #header .logo {
    margin-left: 25px; }
  .btn-login {
    margin: 0 36px 0 0; } }

@media only screen and (max-width: 1024px) {
  .btn-login {
    margin: 0 10px 0 0; } }

@media (max-width: 992px) {
  .nav-menu {
    width: 100%;
    text-align: center;
    background: rgba(11, 43, 81, 0.9);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99; }
    .nav-menu ul {
      display: flex;
      flex-direction: column; }
      .nav-menu ul li > a {
        padding: 15px 0;
        color: #fff;
        position: relative; }
        .nav-menu ul li > a:after {
          content: "";
          position: absolute;
          height: 2px;
          width: 20%;
          display: block;
          background-color: #e7944e;
          bottom: 0;
          left: 50%;
          transform: translate(-50%); }
      .nav-menu ul li .dropdown-toggle:after {
        content: none; }
    .nav-menu.show {
      display: block !important; } }
