﻿@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 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px; }
  body .dropdown-menu {
    font-size: unset; }
    body .dropdown-menu li {
      font-size: unset; }
      body .dropdown-menu li:hover {
        color: darkblue; }

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%;*/ } }

#footer {
  color: #fff;
  font-family: "Roboto", sans-serif;
  background-color: #009970;
  padding: 12px 0;
  width: 100%; }
  @media only screen and (max-width: 415px) {
    #footer {
      padding: 8px 15px 8px 30px; } }
  #footer .footer-left > h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #fff; }
  #footer .footer-left > p {
    font-size: 15px;
    line-height: 22px; }
    #footer .footer-left > p:hover {
      opacity: 0.8; }
  #footer .footer-right > h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #fff; }
  #footer .footer-right > ul {
    padding: 0;
    margin-bottom: 0; }
    #footer .footer-right > ul > li {
      list-style: none;
      padding: 0 0 4px 0; }
      #footer .footer-right > ul > li > a {
        color: #fff;
        position: relative;
        font-size: 15px; }
        #footer .footer-right > ul > li > a:before {
          content: "";
          position: absolute;
          width: 0;
          height: 2px;
          display: block;
          bottom: -6px;
          left: 0;
          background: #d0d223;
          -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; }
        #footer .footer-right > ul > li > a:hover {
          color: #d0d223; }
          #footer .footer-right > ul > li > a:hover:before {
            width: 100%; }

@media only screen and (max-width: 769px) {
  #footer {
    position: relative !important;
    font-size: 0.6875rem; } }

/*@include ipad {
    #footer {
        position: relative !important;
        font-size: 0.75rem;
    }
}*/
