﻿@charset "UTF-8";
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/****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é****/
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/*@import url('../../font/font-roboto.css');
ul,li{ list-style:none}
body{
    color:#333;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size:13px;
}*/
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: 768px) {
  [class*="col-"] {
    width: 90%;
    margin-left: 5%; } }

#header {
  background: #064273;
  background: rgba(26, 130, 188, 0.9);
  -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;
  padding: 10px 0; }
  #header .wrapper-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #header .wrapper-header .logo {
      /*display: flex;
        align-items: center;*/ }
      #header .wrapper-header .logo > img {
        max-height: 90px;
        width: auto;
        background-size: cover;
        margin-right: 10px; }
    #header .wrapper-header .custom-text {
      width: 100%; }
      #header .wrapper-header .custom-text > marquee {
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 0; }
    #header .wrapper-header .nav-menu > ul {
      margin-bottom: 0;
      display: flex; }
      #header .wrapper-header .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        padding: 10px 22px;
        list-style: none;
        border: 1px solid #ccc;
        margin-left: 25px;
        transition: padding 0.25s linear; }
        @media only screen and (max-width: 769px) {
          #header .wrapper-header .nav-menu > ul > li {
            margin-left: -10px; } }
        #header .wrapper-header .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: 14px;
          font-weight: 500;
          text-transform: uppercase;
          padding: 0; }
          #header .wrapper-header .nav-menu > ul > li > a > i {
            transition: 0.25s ease;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: -31px;
            transform: translateY(-50%); }
          #header .wrapper-header .nav-menu > ul > li > a.active {
            color: #e7944e; }
        #header .wrapper-header .nav-menu > ul > li .dropdown-menu > a {
          color: #666; }
        #header .wrapper-header .nav-menu > ul > li:hover {
          padding-left: 50px; }
          #header .wrapper-header .nav-menu > ul > li:hover > a > i {
            transform: translateY(-50%);
            opacity: 1; }
    @media only screen and (max-width: 992px) {
      #header .wrapper-header .nav-menu {
        width: 100%;
        text-align: center;
        background: rgba(11, 43, 81, 0.9);
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 99; }
        #header .wrapper-header .nav-menu ul {
          display: flex;
          flex-direction: column; }
          #header .wrapper-header .nav-menu ul li {
            border: none; }
            #header .wrapper-header .nav-menu ul li > a {
              padding: 15px 0;
              color: #fff;
              position: relative; }
              #header .wrapper-header .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%); }
              #header .wrapper-header .nav-menu ul li > a > i {
                display: none; }
            #header .wrapper-header .nav-menu ul li .dropdown-menu {
              transform: unset !important;
              top: -12px !important;
              left: 63% !important;
              background: #f1efef; }
            #header .wrapper-header .nav-menu ul li .dropdown-toggle:after {
              content: none; }
        #header .wrapper-header .nav-menu.show {
          display: block !important; } }
    #header .wrapper-header span {
      color: #fff;
      display: none; }
      @media only screen and (max-width: 992px) {
        #header .wrapper-header span {
          display: block; }
          #header .wrapper-header span i {
            font-size: 30px; } }

/*--- Desktop ---*/
/*.btn-login {
    margin-left: 30px;

    .lnr {
        color: rgba($white, 0.7);
        font-size: 0.65rem;
        padding: 5px 5px;
        border: 1px solid rgba($white, 0.7);
        border-radius: 50%;
        @include transition();

        &:hover {
            color: $white;
            border: 1px solid $white;
        }
    }
}*/
/*--- Mobile ---*/
/*@include mobile {

    #header {
        .logo {
            margin-left: 25px;
        }
    }

    .btn-login {
        margin: 0 36px 0 0;
    }
}*/
/*@include ipad {
    .btn-login {
        margin: 0 10px 0 0;
    }
}*/
