﻿@charset "UTF-8";
@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes translateXmove {
  from {
    transform: translateX(-70px); }
  to {
    transform: translateX(0); } }

@keyframes translateXmoveright {
  from {
    transform: translateX(70px); }
  to {
    transform: translateX(0); } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes translateXmove {
  from {
    transform: translateX(-70px); }
  to {
    transform: translateX(0); } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

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