﻿@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%;*/ } }

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  border-top: 5px solid #b88b4d;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  #header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /***** NAV_PC ****/
    /**** NAV_MOBILE ****/ }
    #header .header-content .logo_pc {
      align-items: center;
      padding: 0 5px; }
      #header .header-content .logo_pc .logo img {
        height: 45px;
        background-size: cover; }
    #header .header-content .nav_pc {
      margin-top: -1px; }
      #header .header-content .nav_pc ul {
        display: flex;
        margin: 0;
        padding: 0; }
        #header .header-content .nav_pc ul li {
          white-space: nowrap;
          padding: 20px 15px;
          /*a:hover, li:hover > a, .active > a {
                    &:before {
                        visibility: visible;
                        width: 100%;
                    }
                }*/ }
          #header .header-content .nav_pc ul li.active, #header .header-content .nav_pc ul li:hover {
            background-color: #b88b4d; }
            #header .header-content .nav_pc ul li.active a, #header .header-content .nav_pc ul li:hover a {
              color: #fff; }
          #header .header-content .nav_pc ul li.dropdown a {
            padding: 0; }
          #header .header-content .nav_pc ul li a {
            display: block;
            position: relative;
            color: #2b353f;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            font-size: 16px;
            font-family: "RobotoCondensed-Bold", Helvetica, Arial, sans-serif;
            /*font-weight: 600;*/
            text-transform: uppercase;
            /*&:before {
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: 2px;
                        bottom: -6px;
                        left: 0;
                        background: #e7944e;
                        visibility: hidden;
                        width: 0;
                        @include transition();
                    }*/ }
            #header .header-content .nav_pc ul li a > i {
              position: relative; }
              #header .header-content .nav_pc ul li a > i > span {
                position: absolute;
                right: -12px;
                top: -11px;
                color: #574842;
                background: #fff;
                padding: 0px 5px;
                line-height: 17px;
                text-align: center;
                font-size: 11px;
                border-radius: 50%;
                border: 1px solid #fff;
                background: #e7944e;
                color: #fff; }
          #header .header-content .nav_pc ul li .btn-login {
            /*border: 1px solid #015ab4;
                    border-radius: 50px;*/
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            color: #fff; }
    #header .header-content .nav_mobile {
      position: fixed;
      top: 0;
      right: 0;
      width: 320px;
      max-width: 100%;
      background-color: #fff;
      z-index: 9;
      transform: translateX(100%);
      opacity: 0;
      transition: all linear 0.5s; }
      #header .header-content .nav_mobile ul {
        margin-top: 40px;
        padding-bottom: 20px; }
        #header .header-content .nav_mobile ul li:first-child {
          border-top: 1px solid #ccc; }
        #header .header-content .nav_mobile ul li.active a {
          color: #b88b4d; }
        #header .header-content .nav_mobile ul li a {
          display: block;
          color: #2b353f;
          padding: 8px 0 8px 30px;
          font-size: 1.2rem;
          text-decoration: none;
          position: relative; }
        #header .header-content .nav_mobile ul li ul {
          margin-top: 0;
          padding-bottom: 0; }
          #header .header-content .nav_mobile ul li ul li:first-child {
            border-top: none; }
          #header .header-content .nav_mobile ul li ul li a {
            padding: 5px 0 5px 50px;
            font-size: 1rem;
            color: #2b353f !important; }
    #header .header-content .nav_mobile-open {
      font-size: 1.4rem;
      color: #666;
      position: absolute;
      right: 0;
      top: 9px;
      display: none; }
    #header .header-content .nav_mobile-close {
      font-size: 1.4rem;
      color: #666;
      position: absolute;
      top: 0;
      right: 10px; }
    #header .header-content .nav_overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.3);
      animation: fadeIn linear 0.5s;
      display: none; }
    #header .header-content .nav-input:checked ~ .nav_overlay {
      display: block; }
    #header .header-content .nav-input:checked ~ .nav_mobile {
      transform: translateX(0);
      opacity: 1; }

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

/***** RESPONSIVE  *****/
@media (max-width: 992px) {
  #header .header-content .nav_pc {
    display: none; }
  #header .header-content .nav_mobile-open {
    display: block; } }

@media (max-width: 415px) {
  #header .header-content .logo_pc .logo img {
    height: 50px;
    padding: 3px 6px; }
  #header .header-content .nav_mobile-open {
    right: 16px; }
  #carouselControls .carousel-inner .carousel-item img {
    height: 200px; } }
