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

/**** TRANG SẢN PHẨM *****/
#p-service {
  background-color: #fff;
  min-height: 100vh;
  margin-top: 90px;
  position: relative; }

/*.header-content .header-wrapper {
    box-shadow: 0 0 10px rgba(61, 61, 61, 0.4);
}*/
/**** LEFT *****/
.left-content #lstProducts {
  /*background-color: #ededed;*/
  position: relative;
  /*border: 1px solid #ccc;*/
  /*margin-bottom: 30px;
        border-radius: 4px;*/ }
  .left-content #lstProducts .list-title {
    /*padding: 15px 30px 10px 30px;*/ }
    .left-content #lstProducts .list-title h3 {
      text-transform: uppercase;
      font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
      color: #2b353f;
      font-size: 24px;
      border-bottom: 1px solid #dadada;
      padding-bottom: 15px;
      padding-left: 30px; }
  .left-content #lstProducts ul li {
    /*margin: 5px 0;*/
    width: 100%;
    border-bottom: 1px dashed #bfbfbf; }
    .left-content #lstProducts ul li:first-child {
      margin-top: 0; }
    .left-content #lstProducts ul li:last-child {
      margin-bottom: 0; }
    .left-content #lstProducts ul li a {
      color: #283030;
      padding: 12px 0 12px 30px;
      text-align: left; }
      .left-content #lstProducts ul li a:hover {
        color: #b10d0d; }
      .left-content #lstProducts ul li a.active {
        background-color: inherit;
        color: #b10d0d;
        font-weight: 600; }
      .left-content #lstProducts ul li a:after {
        content: none; }

/******** RIGHT ********/
.right-content {
  padding-left: 30px;
  display: none; }
  .right-content.active {
    display: block; }

/******** OVERVIEW ********/
.overview .content {
  position: relative;
  padding: 20px; }
  .overview .content p {
    text-align: justify; }

/******** DOCUMENT SHADOW ********/
.document-shadow {
  margin-bottom: 20px;
  /*box-shadow: 1px 0 10px 0px rgba(204, 204, 204, 0.8);*/
  padding: 20px 0; }
  .document-shadow .title-general h4 {
    font-size: 18px; }
  .document-shadow h5 {
    color: #b88b4d;
    font-family: "RobotoCondensed-Bold", Helvetica, Arial, sans-serif;
    font-size: 20px; }
  .document-shadow img {
    width: 100%;
    height: auto;
    background-size: cover;
    margin-bottom: 20px; }
  .document-shadow .content {
    text-align: justify; }
    .document-shadow .content p {
      margin-bottom: 10px; }
      .document-shadow .content p a {
        color: #269d6c; }
        .document-shadow .content p a:hover {
          cursor: pointer;
          text-decoration: underline; }
    .document-shadow .content .item h6 {
      font-family: "RobotoCondensed-Regular", Helvetica, Arial, sans-serif;
      font-size: 18px;
      color: #b88b4d; }
    .document-shadow .content ul {
      padding-left: 35px; }
      .document-shadow .content ul li {
        margin-bottom: 6px; }
        .document-shadow .content ul li:before {
          content: "\2022";
          color: #b88b4d;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
        .document-shadow .content ul li a {
          color: #269d6c; }
          .document-shadow .content ul li a:hover {
            cursor: pointer;
            text-decoration: underline; }
    .document-shadow .content table {
      width: 100%;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-bottom: 10px;
      position: relative; }
      .document-shadow .content table th {
        color: #fff;
        background-color: #0080bb;
        text-align: center;
        padding: 8px 10px; }
      .document-shadow .content table td {
        padding: 5px 10px;
        color: #2b353f; }
        .document-shadow .content table td:first-child {
          text-align: center; }
        .document-shadow .content table td a {
          color: #269d6c; }
          .document-shadow .content table td a:hover {
            cursor: pointer;
            text-decoration: underline; }

/******** CAROUSEL ********/
.carousel {
  position: relative;
  margin-bottom: 20px;
  /*.carousel-control-next-icon, .carousel-control-prev-icon, .carousel-control-next, .carousel-control-prev {
        display: none;
    }

    &:hover {
        .carousel-control-next-icon, .carousel-control-prev-icon, .carousel-control-next, .carousel-control-prev {
            display: block;
        }
    }*/ }
  .carousel .carousel-inner .carousel-item {
    text-align: center; }
    .carousel .carousel-inner .carousel-item img {
      background-size: contain;
      height: 100%;
      width: auto; }
    .carousel .carousel-inner .carousel-item .carousel-caption {
      /*background-color: rgba(144, 143, 143, 0.2);*/
      position: absolute;
      left: 0%;
      top: 50%;
      transform: translateY(-50%);
      width: 50%; }
      .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-family: "RobotoCondensed-Bold", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 26px;
        position: relative; }
        .carousel .carousel-inner .carousel-item .carousel-caption h5:after {
          content: "";
          position: absolute;
          left: 36%;
          bottom: -1px;
          display: block;
          background-color: #b88b4d;
          height: 3px;
          width: 28%; }
      .carousel .carousel-inner .carousel-item .carousel-caption p {
        font-size: 20px;
        font-family: "Roboto-Regular", Helvetica, Arial, sans-serif; }
  .carousel .carousel-control-next, .carousel .carousel-control-prev {
    width: 43px;
    height: 43px;
    line-height: 43px;
    background-color: rgba(0, 0, 0, 0.7);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%; }
  .carousel .carousel-control-next {
    right: 15px; }
  .carousel .carousel-control-prev {
    left: 15px; }
  .carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    /*margin-top: 11px;*/ }
  .carousel .carousel-control-prev-icon {
    /*margin-left: 10px;*/ }
  .carousel .carousel-control-next-icon {
    margin-left: 1px; }

/******** INFER ********/
.infer {
  margin-top: 50px; }
  .infer .content {
    border: 1px solid #dedede;
    text-align: center;
    padding: 45px 30px 30px;
    border-radius: 5px;
    margin: 0 0 20px; }
    .infer .content .top {
      width: 70px;
      height: 35px;
      margin: -34px auto 0 -35px;
      border: 1px solid #dedede;
      border-bottom: 1px solid #fff;
      border-radius: 50px 50px 0 0;
      position: absolute;
      left: 50%;
      top: 0; }
      .infer .content .top span {
        background-color: #b88b4d;
        width: 56px;
        height: 56px;
        line-height: 56px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 20px;
        margin: 7px 0 0;
        display: inline-block; }
    .infer .content p {
      font-size: 16px;
      font-family: "Roboto-Bold", Helvetica, Arial, sans-serif; }

/******** CONTACT ********/
.contact {
  float: right;
  text-align: center;
  margin-bottom: 20px;
  padding: 12px 30px;
  border: 1px solid #dedede;
  border-radius: 0px 22px 22px 32px;
  background-color: #b88b4d; }
  .contact a {
    color: #fff; }
  .contact:hover {
    box-shadow: 0px 0 5px 1px rgba(204, 204, 204, 0.8); }
    .contact:hover a {
      cursor: pointer;
      text-decoration: underline; }

/***** RESPONSIVE  *****/
@media (max-width: 992px) {
  #p-service {
    margin-top: 65px; }
  .left-content {
    display: none; }
  .right-content {
    padding-left: 0; } }

@media (max-width: 601px) {
  .box-first {
    margin-left: 15px; }
  .box-last {
    margin-right: 15px; }
  /*.carousel .carousel-control-next, .carousel .carousel-control-prev {
        background-color: transparent;
    }

    .carousel .carousel-control-prev {
        left: 0;
    }

    .carousel .carousel-control-next {
        right: 0;
    }

    .carousel-control-prev-icon {
        background-image: url('../../images/carousel/chevron-left.svg');
        left: 0;
    }

    .carousel-control-next-icon {
        background-image: url('../../images/carousel/chevron-right.svg');
        right: 0;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        height: 40px;
        width: 26px;
    }*/
  .infer {
    padding: 0 15px; } }

@media (max-width: 415px) {
  .right-content {
    padding: 0 15px; }
  .infer .content p {
    font-size: 15px; }
  .contact {
    float: inherit;
    padding: 12px 10px;
    border-radius: 20px;
    font-size: 14px; } }
