﻿@charset "UTF-8";
@import url("../../fonts/Roboto/font-roboto.css");
/******* 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-container {
  display: flex;
  flex-direction: column; }
  .footer-container .footer-content {
    justify-content: center;
    background-color: #101828;
    width: 100%;
    padding: 38px 80px; }
  .footer-container .footer-row {
    gap: 20px;
    display: flex; }
  .footer-container .contact-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 44%; }
  .footer-container .contact-info {
    justify-content: space-between;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    font-size: 16px;
    color: #98a2b3;
    font-weight: 500;
    line-height: 24px; }
  .footer-container .logo {
    object-fit: auto;
    object-position: center;
    width: 230px; }
  .footer-container .address-details {
    font-family: sans-serif;
    margin-top: 19px; }
  .footer-container .links-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 56%;
    margin-left: 20px; }
  .footer-container .links-wrapper {
    justify-content: space-between;
    align-self: stretch;
    margin: auto 0; }
  .footer-container .links-grid {
    gap: 20px;
    display: flex; }
  .footer-container .links-section {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 33%; }
  .footer-container .links-list {
    display: flex;
    flex-grow: 1;
    padding-bottom: 6px;
    flex-direction: column;
    font-size: 16px;
    color: #98a2b3;
    font-weight: 500;
    line-height: 150%; }
  .footer-container .links-title {
    color: #667085;
    font: 700 18px sans-serif; }
  .footer-container .link-item {
    font-family: sans-serif;
    margin-top: 15px;
    color: #98a2b3; }
  .footer-container .copyright {
    justify-content: center;
    align-items: center;
    background-color: #1d2939;
    width: 100%;
    color: #667085;
    text-align: center;
    padding: 12px 60px;
    font: 400 12px/150% sans-serif; }
  .footer-container .list-social {
    position: fixed;
    top: 50%;
    right: -130px;
    z-index: 999; }
    .footer-container .list-social a {
      height: 40px;
      line-height: 40px;
      padding: 0px 20px 0px 15px;
      display: block;
      width: 170px;
      transform: translateX(0px);
      margin-bottom: 5px;
      color: #fff;
      transition: all ease 0.5s;
      border-radius: 30px; }
      .footer-container .list-social a.icon-skype {
        background-color: #007bff; }
      .footer-container .list-social a.icon-zalo {
        background-color: #0180c7; }
      .footer-container .list-social a.icon-google {
        background-color: #bb0000; }
      .footer-container .list-social a.icon-scroll {
        background-color: #F16847; }
      .footer-container .list-social a.hide {
        display: none; }
      .footer-container .list-social a:hover {
        transform: translateX(-120px);
        transition: all ease 0.5s;
        cursor: pointer;
        color: #fff; }
      .footer-container .list-social a i {
        margin-right: 20px; }
  .footer-container .list-social-mobile {
    position: fixed;
    z-index: 9;
    right: 0%;
    bottom: 0%;
    display: none; }
    .footer-container .list-social-mobile a {
      width: 35px;
      height: 35px;
      line-height: 35px;
      color: #fff;
      display: block;
      text-align: center;
      border-radius: 50%;
      margin-bottom: 7px; }
      .footer-container .list-social-mobile a:hover {
        cursor: pointer; }
    .footer-container .list-social-mobile .icon-skype {
      background-color: #007bff; }
    .footer-container .list-social-mobile .icon-phone {
      background-color: #2cb51b; }
    .footer-container .list-social-mobile .icon-zalo {
      background-color: #0180c7; }
    .footer-container .list-social-mobile .icon-scroll-mobile {
      background-color: #F16847; }
    .footer-container .list-social-mobile .hide {
      display: none; }
  @media (max-width: 991px) {
    .footer-container .footer-content {
      max-width: 100%;
      padding: 0 20px; }
    .footer-container .footer-row {
      flex-direction: column;
      align-items: stretch;
      gap: 0; }
    .footer-container .contact-column, .footer-container .links-column {
      width: 100%; }
    .footer-container .contact-info, .footer-container .links-wrapper {
      max-width: 100%;
      margin-top: 40px; }
    .footer-container .links-grid {
      flex-direction: column;
      align-items: stretch;
      gap: 0; }
    .footer-container .links-section {
      width: 100%; }
    .footer-container .links-list {
      margin-top: 35px; }
    .footer-container .copyright {
      max-width: 100%;
      padding: 0 20px; } }
