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

/*.footer {
    position: relative;
    text-align: center;
    background: $primary-color;

    .footer-wrap {
        width: 100%;
        padding: 10px 15px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        text-align: center;
        color: $white;
        font-family: $primary-font;
        font-size: 0.8125rem;
        font-weight: 400;
    }

    .s-info {
        margin: 0;
        padding: 0;
        list-style: none;

        li {
            display: inline-block;
            padding-right: 20px;

            a {
                color: $white;

                &:hover {
                    color: #009970;
                }
            }

            .lnr {
                font-weight: 600;
                padding-right: 3px;
            }
        }
    }
}

@media (min-width: 992px) {
    .footer-wrap {
        max-width: 960px;
    }
}


@include mobile {
    .footer {
        position: relative;
    }
}

@include ipad {
}*/
#footer {
  color: #fff;
  font-family: "Roboto", sans-serif;
  background-color: #003778;
  padding: 10px 0;
  width: 100%; }
  @media only screen and (max-width: 415px) {
    #footer {
      padding: 0 15px 0 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: #e7944e;
          -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: #e7944e; }
          #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; }
  [class*="col-"] {
    margin-left: 0 !important; } }

@media only screen and (max-width: 992px) {
  [class*="col-"] {
    margin-left: 0 !important; } }

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