﻿@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é****/
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

.a_footer {
  display: flex;
  color: #4F8ECC;
  font-weight: bold;
}

footer {
  border-top: 1px solid #c0c0c1;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
  transition: all 0.3s ease;
  background-color: #333;
  color: #fff;
  background: #2cab00;
  background-size: cover;
}

.ftco-footer-widget {
  padding: 20px;
}
.ftco-footer-widget h2 {
  color: #ffdc47;
  display: block;
  text-align: start;
  border-bottom: 2px solid #ffdc47;
  display: inline-block;
  padding-bottom: 4px;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-unstyled li {
  margin-bottom: 10px;
}

.list-unstyled li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: start;
  display: inline-block;
}

.list-unstyled .contact {
  display: block;
  text-align: start;
}

.list-unstyled li a:hover {
  color: #cf0921;
}

.ftco-heading-2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-md {
  flex: 1;
  min-width: 200px;
}

.so-nn {
  font-size: 15px;
  font-weight: 700;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  text-align: center;
}
.footer-bottom p {
  color: #ccc;
  font-size: 14px;
}
