﻿@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 {
  font-family: "Nunito";
  background: url("/assets/images/bg-footer.png") no-repeat center top #1259a0;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}
#footer .container {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
#footer .get-in-touch h3 {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  border-bottom: 2px solid #fff;
  padding-bottom: 0px;
  margin-bottom: 15px;
  color: #fff;
  width: max-content;
}
#footer .get-in-touch ul {
  padding-left: 20px;
}
#footer .get-in-touch ul li {
  list-style: disclosure-closed;
  padding-top: 10px;
  font-size: 16px;
}

.container-custom {
  width: 1400px !important;
}
