﻿@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 {
  /*background: url('../../images/pages/body-tail.gif') center top repeat #f1f3f3;*/ }

#p-Home {
  min-height: 100vh;
  margin-top: 64px;
  position: relative; }
  #p-Home .p-content {
    background-color: #fff; }

/****** CAROUSEL *******/
#carouselControls {
  position: relative; }
  #carouselControls .carousel-inner .carousel-item img {
    height: 420px;
    object-fit: cover; }
  #carouselControls .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    left: 12%;
    top: 35%;
    width: 50%;
    text-align: left; }
    #carouselControls .carousel-inner .carousel-item .carousel-caption h5 {
      font-family: "RobotoCondensed-Bold", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 26px;
      position: relative; }
      #carouselControls .carousel-inner .carousel-item .carousel-caption h5:after {
        content: none;
        /*position: absolute;
                        left: 36%;
                        bottom: -1px;
                        display: block;
                        background-color: $general-color;
                        height: 3px;
                        width: 28%;*/ }
    #carouselControls .carousel-inner .carousel-item .carousel-caption p {
      font-size: 20px;
      font-family: "Roboto-Regular", Helvetica, Arial, sans-serif; }
  #carouselControls .carousel-control-next-icon, #carouselControls .carousel-control-prev-icon {
    display: none; }
  #carouselControls:hover .carousel-control-next-icon, #carouselControls:hover .carousel-control-prev-icon {
    display: block; }

/**** GIỚI THIỆU ****/
.introduce {
  position: relative;
  padding-bottom: 20px;
  color: #2b353f;
  margin: 25px 0;
  text-align: center;
  border-bottom: 1px solid #ccc; }
  .introduce .title-general h4 {
    color: #b88b4d;
    font-size: 26px;
    text-transform: unset; }
  .introduce .content p {
    font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: justify; }

/*** box **/
.box {
  text-align: center;
  margin-bottom: 20px; }
  .box h4 {
    color: #b88b4d;
    font-size: 19px;
    font-family: "Roboto-Bold", Helvetica, Arial, sans-serif; }
  .box .box-content img {
    height: 120px;
    margin-bottom: 15px;
    object-fit: cover; }

/****** PROMO *****/
.promo {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px; }
  .promo .box {
    margin: 0;
    text-align: left; }
    .promo .box img {
      width: unset; }
    .promo .box .news {
      display: flex; }
      .promo .box .news .news-content {
        padding: 0 10px; }
        .promo .box .news .news-content marquee {
          height: 250px; }
          .promo .box .news .news-content marquee ul {
            padding: 0;
            margin: 0;
            text-align: justify; }
            .promo .box .news .news-content marquee ul li {
              margin-bottom: 10px; }
              .promo .box .news .news-content marquee ul li span i {
                margin-right: 10px;
                color: #b88b4d; }
              .promo .box .news .news-content marquee ul li span a {
                color: #358250; }
                .promo .box .news .news-content marquee ul li span a:hover {
                  cursor: pointer;
                  text-decoration: underline; }
    .promo .box .recruit {
      margin-bottom: 15px; }
      .promo .box .recruit ul {
        margin: 0;
        padding: 0; }
        .promo .box .recruit ul li a {
          line-height: 26px; }
          .promo .box .recruit ul li a i {
            margin-right: 5px; }
          .promo .box .recruit ul li a:hover {
            color: #b88b4d;
            cursor: pointer; }
    .promo .box .profile img {
      width: 120px;
      height: auto;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0; }
      .promo .box .profile img:hover {
        cursor: pointer; }
  .promo .promo-box {
    display: flex;
    justify-content: space-around;
    align-items: center; }

/****** SOLUTIONS *****/
.solutions .title-general {
  /*background-color: #172430;*/ }
  .solutions .title-general h4 {
    color: #fff; }

.solutions .content {
  background: url("../../images/solutions/bg-solution.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0 30px 0; }
  .solutions .content .box {
    padding: 20px;
    border: 1px solid #474747;
    margin: 20px 15px;
    transition: all ease-in .5s;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }
    .solutions .content .box .icon {
      position: relative;
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 60px;
      margin-left: 50%;
      transform: translateX(-50%);
      margin-top: -50px;
      margin-bottom: 30px;
      border-radius: 50%;
      background-color: #172430; }
      .solutions .content .box .icon:before, .solutions .content .box .icon:after {
        content: "";
        position: absolute;
        background: 0 0; }
      .solutions .content .box .icon:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 8px solid #b9b9b9;
        border-radius: 50%;
        transition: all ease-in .2s; }
      .solutions .content .box .icon:after {
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        border: 1px solid #b9b9b9;
        border-radius: 50%; }
      .solutions .content .box .icon span {
        line-height: inherit;
        font-size: 40%;
        color: #fff;
        vertical-align: top; }
    .solutions .content .box .box-top h5 {
      text-transform: uppercase;
      font-size: 15px;
      line-height: 16pt;
      font-family: "RobotoCondensed-Bold", Helvetica, Arial, sans-serif;
      color: #fff;
      margin-bottom: 15px; }
    .solutions .content .box .box-content p {
      min-height: 70px; }
    .solutions .content .box .box-content a {
      color: #b88b4d;
      font-weight: 600; }
    .solutions .content .box:hover {
      transform: unset;
      background-color: #fff;
      transition: all ease-in .5s; }
      .solutions .content .box:hover img {
        transform: scale(1.05); }
      .solutions .content .box:hover .icon:before {
        border-color: #b88b4d;
        transition: all ease-in .5s; }
      .solutions .content .box:hover h5, .solutions .content .box:hover p {
        color: #2b353f; }
  .solutions .content .box-first {
    margin-left: 0; }
  .solutions .content .box-last {
    margin-right: 0; }

/****** PRODUCTS, SERVICE *****/
.products .title-bothSides:before, .service .title-bothSides:before {
  background-color: #b88b4d;
  width: 35%; }

.products .content, .service .content {
  background-color: #f3f3f3;
  padding: 20px 0; }
  .products .content .box-content img, .service .content .box-content img {
    height: 180px; }
  .products .content .box-content h4, .service .content .box-content h4 {
    min-height: 42px; }
  .products .content .box-content p, .service .content .box-content p {
    margin-bottom: 15px;
    min-height: 70px; }
  .products .content .box-content a.btn, .service .content .box-content a.btn {
    padding: 10px 15px;
    border: 1px solid #b88b4d; }
    .products .content .box-content a.btn:hover, .service .content .box-content a.btn:hover {
      background-color: #b88b4d;
      color: #fff; }
  .products .content .box-content:hover img, .service .content .box-content:hover img {
    opacity: 0.7;
    transform: scale(1.01); }
  .products .content .box-content:hover p, .service .content .box-content:hover p {
    opacity: 0.9; }

.service .content {
  background-color: #fff; }
  .service .content img {
    margin-bottom: 0; }
  .service .content .items {
    background-color: #f3f3f3;
    padding: 20px; }
    .service .content .items p {
      min-height: 90px; }

/***** RESPONSIVE  *****/
@media (max-width: 992px) {
  #p-Home {
    margin-top: 61px; }
  .solutions .content .box-first {
    margin-left: 15px; }
  .solutions .content .box-last {
    margin-right: 15px; }
  .box-first {
    margin-left: 15px; }
  .box-last {
    margin-right: 15px; } }

@media (max-width: 601px) {
  #carouselControls .carousel-inner .carousel-item img {
    height: 250px; }
  .box .box-content img {
    height: 180px; } }

@media (max-width: 415px) {
  #p-Home {
    margin-top: 56px; }
  #carouselControls .carousel-inner .carousel-item img {
    height: 190px; }
  #carouselControls .carousel-inner .carousel-item .carousel-caption {
    top: 65%;
    left: 0;
    width: 100%; }
    #carouselControls .carousel-inner .carousel-item .carousel-caption h5 {
      font-size: 22px;
      text-shadow: 1px 0 0 #000; }
    #carouselControls .carousel-inner .carousel-item .carousel-caption p {
      font-size: 18px;
      text-shadow: 1px 0 0 #000; }
  #p-Home .p-content {
    padding: 0 15px; }
  .promo {
    border: none; } }
