﻿@charset "UTF-8";
@media only screen and (min-width: 1200px) {
  .container {
    /*min-width: 85%;*/ } }

/****Màn hình máy tính thông thường****/
/****Màn hình ipad hiển thị theo chiều ngang (Landscape)****/
/****Màn hình desktop loại bé****/
/****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é****/
body {
  font-family: "Roboto-Regular", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
  font-size: 15px; }

/*** BOX **/
.box {
  padding: 0 15px; }
  .box img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.box-first {
  padding-left: 0; }

.box-last {
  padding-right: 0; }

/*** TITLE **/
.title-general {
  padding: 20px 0; }
  .title-general h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-family: "RobotoCondensed-Bold", Helvetica, Arial, sans-serif;
    color: #2b353f;
    /*border-bottom: 1px solid #ccc;*/
    /*width: 30%;*/
    margin-bottom: 0;
    position: relative; }

.title-underline h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 10%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  background-color: #b88b4d; }

.title-under-left h4:after {
  content: '';
  position: absolute;
  display: block;
  width: 55px;
  height: 3px;
  background-color: #b88b4d;
  left: 0;
  bottom: -3px; }

.title-bothSides {
  text-align: center;
  position: relative; }
  .title-bothSides:before {
    content: "";
    width: 75%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2b353f; }
  .title-bothSides h4 {
    display: inline-block;
    background-color: white;
    position: relative;
    z-index: 2;
    padding: 0 1rem; }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../../fonts/Roboto/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../../fonts/Roboto/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url("../../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url("../../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("truetype"); }

ul {
  margin-bottom: 0;
  padding-left: 0; }
  ul li {
    list-style: none; }

.container {
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

button:focus {
  outline: none; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media only screen and (max-width: 992px) {
  [class*="col-"] {
    /*width: 93% !important;
       flex:none;
        max-width:unset;
        margin-left:1%;*/ } }

body {
  position: relative; }

.footer-top {
  background-color: #080e26;
  padding: 30px 0 15px 0; }
  .footer-top .box {
    text-align: left;
    margin-bottom: 0;
    font-family: "RobotoCondensed-Regular", Helvetica, Arial, sans-serif; }
    .footer-top .box h3 {
      text-transform: uppercase;
      font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
      font-size: 21px;
      color: #abaaaa;
      margin-bottom: 20px;
      position: relative; }
      .footer-top .box h3:after {
        content: '';
        width: 55px;
        height: 3px;
        background-color: #b88b4d;
        display: block;
        position: absolute;
        left: 0;
        bottom: -3px; }
    .footer-top .box img {
      width: 180px;
      height: auto;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 10px; }
    .footer-top .box .content {
      border-bottom: 1px dashed #949393;
      margin-bottom: 15px; }
      .footer-top .box .content p {
        padding: 10px 0;
        line-height: 20px;
        color: #949393; }
        .footer-top .box .content p i {
          margin-right: 8px;
          font-size: 18px;
          width: 18px;
          height: 18px;
          color: #b88b4d; }
    .footer-top .box ul {
      padding-left: 0;
      margin-bottom: 15px; }
      .footer-top .box ul li {
        margin: 0;
        padding: 18px 0;
        border-bottom: 1px dashed #949393; }
        .footer-top .box ul li:first-child {
          padding-top: 0; }
        .footer-top .box ul li:before {
          content: "\2022";
          color: #b88b4d;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
        .footer-top .box ul li a {
          color: #949393; }
          .footer-top .box ul li a:hover {
            cursor: pointer;
            text-decoration: underline; }
          .footer-top .box ul li a i {
            margin-right: 12px;
            color: #b88b4d; }
    .footer-top .box .icon {
      margin-top: 15px; }
      .footer-top .box .icon ul {
        margin-bottom: 0;
        padding-left: 0;
        display: flex;
        align-items: center; }
        .footer-top .box .icon ul li {
          padding: unset;
          border-bottom: none; }
          .footer-top .box .icon ul li a {
            margin-right: 5px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
            display: inline-block;
            background-color: #c8c8c8;
            transition: background-color ease-in 0.5s; }
            .footer-top .box .icon ul li a i {
              color: #FFF;
              margin-right: unset; }
          .footer-top .box .icon ul li:before {
            content: none; }
          .footer-top .box .icon ul li:hover {
            cursor: pointer; }
            .footer-top .box .icon ul li:hover .facebook {
              background-color: #3b5998; }
            .footer-top .box .icon ul li:hover .google {
              background-color: #bb0000; }

.footer-bottom {
  background-color: #b88b4d;
  color: #2b353f;
  padding: 10px 0;
  position: relative; }
  .footer-bottom .content, .footer-bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.list-social {
  position: fixed;
  top: 50%;
  right: -130px;
  z-index: 999; }
  .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; }
    .list-social a.icon-skype {
      background-color: #007bff; }
    .list-social a.icon-zalo {
      background-color: #0180c7; }
    .list-social a.icon-google {
      background-color: #bb0000; }
    .list-social a.icon-scroll {
      background-color: #F16847; }
    .list-social a.hide {
      display: none; }
    .list-social a:hover {
      transform: translateX(-120px);
      transition: all ease 0.5s;
      cursor: pointer;
      color: #fff; }
    .list-social a i {
      margin-right: 20px; }

.list-social-mobile {
  position: fixed;
  z-index: 9;
  right: 0%;
  bottom: 0%;
  display: none; }
  .list-social-mobile a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 7px; }
    .list-social-mobile a:hover {
      cursor: pointer; }
  .list-social-mobile .icon-skype {
    background-color: #007bff; }
  .list-social-mobile .icon-phone {
    background-color: #2cb51b; }
  .list-social-mobile .icon-zalo {
    background-color: #0180c7; }
  .list-social-mobile .icon-scroll-mobile {
    background-color: #F16847; }
  .list-social-mobile .hide {
    display: none; }

/***** RESPONSIVE  *****/
@media (max-width: 601px) {
  .list-social {
    display: none; }
  .list-social-mobile {
    display: block; } }

@media (max-width: 415px) {
  .footer-top {
    padding-left: 15px; } }
