﻿@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: #f6f9fc;
}
#footer .top {
  display: flex;
  padding: 25px 0;
  justify-content: space-between;
  align-items: center;
}
#footer .top .logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
#footer .top .logo .dnav img {
  width: 50px;
}
#footer .top .logo .decription-title span {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0;
  color: #B35E0F;
  text-align: left;
  text-transform: uppercase;
  margin: 7px 0;
  display: block;
}
@media only screen and (max-width: 769px) {
  #footer .top .logo .decription-title span {
    font-size: 16px;
  }
}
#footer .top .logo .decription-title div {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0;
  text-align: left;
}
@media only screen and (max-width: 769px) {
  #footer .top .logo .decription-title div {
    font-size: 12px;
    margin: 7px 0;
  }
}
#footer .top .wrapper-nav-bar .nav-bar {
  padding: 0;
  margin: 0;
}
#footer .top .wrapper-nav-bar .nav-bar .item-menu {
  margin-right: 40px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
  color: #08317d;
  opacity: 0.6;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
}
#footer .line {
  width: 100%;
  border: 1px solid #08317d;
  opacity: 0.1;
}
#footer .bottom {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0;
  text-align: center;
  color: #08317d;
  padding: 20px;
}
@media (max-width: 991px) {
  #footer .wrapper-nav-bar .nav-bar {
    display: block;
  }
  #footer .wrapper-nav-bar .nav-bar .item-menu {
    display: inline-block;
    width: 24%;
    margin-right: 0 !important;
  }
}
@media (max-width: 599px) {
  #footer .wrapper-nav-bar .nav-bar .item-menu {
    display: inline-block;
    width: 45%;
    margin-right: 0 !important;
  }
}
