﻿@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 ===================== */
.footer {
  background-color: #DAEAF9;
  background-image: url(/assets/images/Vector2-ee9296f8645db3653b6e67496a8d5878.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .footer .container-custom-80 {
    padding-top: 30px; }
  .footer img {
    width: 80px;
    height: 80px;
    object-fit: cover; }
  .footer .content-footer p {
    color: #006FBC;
    font-size: 16px;
    line-height: normal; }
  .footer .content-footer .label1 {
    display: inline;
    font-size: 15px;
    line-height: calc(0.875 * 1rem);
    margin-top: 0;
    margin-bottom: 1rem; }
  .footer .content-footer .value1 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    display: inline; }
  .footer .footer-bottom {
    padding-top: 30px; }
    .footer .footer-bottom .ft-border-top {
      border-top: 1px solid #fff;
      padding-top: 15px;
      padding-bottom: 1px; }
    .footer .footer-bottom p {
      font-size: 0.9em;
      font-style: italic;
      font-weight: 600; }
