﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****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é****/
#footer {
  background-color: #2e73d5;
  margin-top: 50px;
  color: #fff; }
  #footer .widget {
    margin-bottom: 40px; }
    #footer .widget p {
      margin-top: 20px; }
    #footer .widget .logo-footer a {
      display: flex; }
      #footer .widget .logo-footer a img {
        border-style: none;
        height: 40px;
        vertical-align: middle;
        margin-right: 10px; }
      #footer .widget .logo-footer a h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0px; }
    #footer .widget .widget-title {
      text-transform: uppercase;
      font-weight: 600; }
    #footer .widget li {
      line-height: 20px;
      margin-bottom: 5px; }
    #footer .widget ul {
      padding: 0px;
      margin: 10px 0; }
  #footer .widget_services li {
    font-size: 14px;
    background: none;
    transition: all .1s linear;
    border-bottom: 1px dashed rgba(74, 74, 74, 0.5);
    position: relative;
    padding: 11px 10px 11px 0;
    margin-bottom: 0;
    line-height: 20px; }
    #footer .widget_services li a {
      color: #fff; }
  #footer .footer-bottom {
    background: #2a69c1; }
    #footer .footer-bottom p {
      font-size: 12px;
      padding: 20px;
      text-align: center; }
