@charset "UTF-8";
html {
  font-size: 10px; }

body {
  font-size: 16px;
  font-family: arial;
  line-height: 1.5; }

*,
::after,
::before {
  box-sizing: border-box; }

.body_bg {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  display: none; }

.body_bg.active {
  display: block; }

/*Genneral*/
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: #3f3f3f; }

img {
  max-width: 100%; }

h3 {
  font-size: 16px; }

h2 {
  font-size: 18px; }

p {
  margin: 0; }

.owl-nav {
  display: none; }

input, input.form-control {
  font-size: 1.5rem; }

/*End Genneral*/
.mainItem {
  width: 1200px;
  margin: auto; }

.mainTit {
  text-align: center;
  margin-bottom: 3rem; }
  .mainTit label {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #df8805; }
  .mainTit .duongke {
    width: 100px;
    border-top: 1px solid #000;
    margin: auto;
    margin-top: 5px; }
  .mainTit span {
    font-size: 20px;
    color: #3f3f3f; }
  .mainTit p {
    width: 80%;
    margin: auto;
    margin-top: 1rem;
    line-height: 1.5; }

.btnK2 {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  font-weight: bold; }

header {
  display: flex; }
  header .header1 {
    width: 18%;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    padding: 3rem 0;
    background: #fff;
    border-radius: 2rem; }
    header .header1 img {
      max-width: 80%;
      margin: auto; }
  header .header2 {
    width: 82%;
    float: left; }
    header .header2 .heaBtn {
      display: flex;
      justify-content: end;
      margin: 1rem 0; }
      header .header2 .heaBtn a {
        display: flex;
        width: 200px;
        margin-right: 3rem;
        border: 1px solid;
        align-items: center;
        justify-content: center;
        padding: 5px;
        border-radius: 2rem;
        color: #df8805; }
        header .header2 .heaBtn a img {
          max-width: 3rem;
          filter: invert(48%) sepia(93%) saturate(1161%) hue-rotate(359deg) brightness(92%) contrast(103%); }
        header .header2 .heaBtn a span {
          font-weight: bold;
          margin-left: 5px; }
      header .header2 .heaBtn .input-group {
        width: auto; }
        header .header2 .heaBtn .input-group input {
          border-bottom-left-radius: 2rem;
          border-top-left-radius: 2rem; }
        header .header2 .heaBtn .input-group .input-group-text {
          border-bottom-right-radius: 2rem;
          border-top-right-radius: 2rem; }

.menu {
  float: left;
  width: 100%;
  display: flex;
  padding-left: 5%; }
  .menu ul.lv1 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .menu ul.lv1 li.lv1 {
      float: left;
      text-transform: capitalize;
      height: 68px;
      align-items: center;
      justify-content: center;
      display: flex;
      padding: 0 10px;
      position: relative;
      font-weight: bold; }
      .menu ul.lv1 li.lv1.active {
        background: #df8805; }
      .menu ul.lv1 li.lv1:hover ul.ul_lv2 {
        max-height: 500px; }
      .menu ul.lv1 li.lv1.drodow::after {
        content: '▼';
        float: right;
        margin-left: 10px; }
      .menu ul.lv1 li.lv1.drodow:hover::after {
        content: '▲'; }
      .menu ul.lv1 li.lv1 a {
        text-transform: capitalize;
        text-decoration: none; }
      .menu ul.lv1 li.lv1 ul.ul_lv2 {
        position: absolute;
        top: 100%;
        width: 230px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
        z-index: 9999;
        font-size: 14px;
        background: #fff;
        padding-left: 13px; }
        .menu ul.lv1 li.lv1 ul.ul_lv2 li.li_lv2 {
          padding: 9px 0 9px 5px;
          border-bottom: 1px solid #f7f7f7;
          transition: background 0.2s ease-in-out;
          background: linear-gradient(to left, #fff 50%, #df8805 50%) right;
          background-size: 200% 100%; }
          .menu ul.lv1 li.lv1 ul.ul_lv2 li.li_lv2:hover {
            /*                        background-color: $color1;
                                    background-position: left;*/ }
            .menu ul.lv1 li.lv1 ul.ul_lv2 li.li_lv2:hover a {
              /*                        color: #fff;*/
              color: #df8805; }
          .menu ul.lv1 li.lv1 ul.ul_lv2 li.li_lv2 a {
            color: #3f3f3f; }

.banner {
  width: 100%;
  float: left;
  margin-top: -2rem; }

.services {
  padding: 3rem 0;
  display: block;
  float: left;
  width: 100%; }
  .services ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .services ul li {
      position: relative;
      width: calc(50% - 15px);
      margin: 15px 0;
      overflow: hidden;
      /*            border-radius: 2rem;*/
      aspect-ratio: 16/9;
      /*            box-shadow: 0 -4px 6px -2px rgba(0, 0, 0, 0.3);*/ }
      .services ul li:hover .serviceDes1 {
        height: 100%; }
      .services ul li:hover .serviceDes2 {
        height: 0; }
      .services ul li .bg {
        position: absolute;
        width: 100%;
        height: 100%; }
        .services ul li .bg img {
          width: 100%; }
      .services ul li .serviceDes1 {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #fff;
        flex-direction: column;
        bottom: 0;
        left: 0;
        height: 0%;
        transition: 1s;
        overflow: hidden;
        background-image: linear-gradient(to bottom, #683400 50%);
        opacity: 0.5; }
        .services ul li .serviceDes1 .serviceDes1M {
          padding: 10%;
          text-align: center; }
        .services ul li .serviceDes1 .serviceName {
          font-weight: bold;
          text-transform: uppercase;
          color: #fff; }
        .services ul li .serviceDes1 p {
          margin: 2rem 0; }
        .services ul li .serviceDes1 a {
          color: #fff; }
      .services ul li .serviceDes2 {
        position: absolute;
        bottom: 0;
        width: 100%;
        transition: 1s;
        height: 55px; }
        .services ul li .serviceDes2 .serviceName {
          text-transform: uppercase;
          font-weight: bold;
          color: #fff;
          width: 100%;
          background-image: linear-gradient(to top, #4c3117 0%, transparent 100%);
          padding-left: 3rem;
          padding-bottom: 3rem; }
        .services ul li .serviceDes2 span {
          color: #df8805;
          font-weight: bold; }

.lydo {
  background: #e9ddd3;
  width: 100%;
  float: left;
  padding: 4rem 0; }
  .lydo .lydoC1 {
    display: flex; }
    .lydo .lydoC1 .lydoC1Tab {
      width: 40%;
      float: left;
      display: flex;
      align-items: center; }
      .lydo .lydoC1 .lydoC1Tab .nav {
        flex-direction: column;
        width: 100%; }
        .lydo .lydoC1 .lydoC1Tab .nav li {
          display: flex;
          align-items: center; }
          .lydo .lydoC1 .lydoC1Tab .nav li span {
            color: #df8805;
            margin-left: -4px;
            display: none; }
        .lydo .lydoC1 .lydoC1Tab .nav button {
          width: 90%;
          background: #fff;
          font-weight: bold;
          border-radius: 1rem;
          border: none;
          color: #3f3f3f;
          padding: 15px 0; }
          .lydo .lydoC1 .lydoC1Tab .nav button.active {
            background: #df8805;
            color: #fff; }
            .lydo .lydoC1 .lydoC1Tab .nav button.active img {
              filter: brightness(0) invert(1); }
          .lydo .lydoC1 .lydoC1Tab .nav button.active + span {
            display: block;
            margin-left: -4px; }
          .lydo .lydoC1 .lydoC1Tab .nav button div {
            width: 90%;
            margin-left: 10%;
            text-align: left; }
          .lydo .lydoC1 .lydoC1Tab .nav button img {
            max-height: 3rem; }
    .lydo .lydoC1 .lydoC1TabContent {
      width: 60%;
      float: left; }
      .lydo .lydoC1 .lydoC1TabContent .tab-pane {
        border-radius: 4rem;
        overflow: hidden; }
        .lydo .lydoC1 .lydoC1TabContent .tab-pane img {
          width: 100%; }
  .lydo .lydoC2 {
    margin-top: 3rem;
    width: 100%;
    float: left;
    padding: 0 15%;
    text-align: center; }

.csvc {
  width: 100%;
  float: left;
  padding: 5rem 0; }
  .csvc .csvcM {
    display: flex; }
    .csvc .csvcM .csvc1 {
      width: 50%;
      float: left; }
    .csvc .csvcM .csvc2 {
      width: 50%;
      float: left;
      padding-left: 5%;
      position: relative; }
      .csvc .csvcM .csvc2 .mainTit {
        text-align: left; }
        .csvc .csvcM .csvc2 .mainTit .duongke {
          margin: unset;
          border-top: 2px solid #df8805; }
      .csvc .csvcM .csvc2 .thumb-carousel {
        position: absolute;
        bottom: 0; }

.imgKh {
  width: 100%;
  float: left;
  padding: 5rem 0;
  background: #e9ddd3; }
  .imgKh .imgKhM {
    width: 100%;
    float: left;
    margin-top: 2rem; }

.formTv {
  width: 100%;
  float: left;
  background: url("../images/hometv_bg.jpg");
  background-position: bottom; }
  .formTv .mainItem {
    position: relative;
    overflow: hidden;
    height: 100%; }
  .formTv .formM {
    width: 70%;
    float: left;
    margin-top: 10rem;
    margin-bottom: 8rem; }
    .formTv .formM .formMC {
      border: 2px solid #df8805;
      border-radius: 2rem;
      padding: 2rem;
      margin-left: 10%;
      background: rgba(255, 255, 255, 0.5); }
    .formTv .formM .mainTit img {
      max-width: 80%;
      margin: auto; }
    .formTv .formM .formC {
      margin-top: 3rem; }
      .formTv .formM .formC p {
        margin: 1.5rem 0; }
        .formTv .formM .formC p input {
          min-height: 4rem;
          border-radius: 2rem; }
    .formTv .formM .formText {
      text-align: center;
      color: #df8805; }
    .formTv .formM .formBtn {
      margin: 2rem 0;
      text-align: center; }
      .formTv .formM .formBtn .btnK2 {
        background: #df8805;
        color: #fff;
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        .formTv .formM .formBtn .btnK2 .btnK2Txt {
          width: 112px; }
      .formTv .formM .formBtn img {
        max-height: 3rem;
        filter: brightness(0) invert(1); }
  .formTv .formM2 {
    width: 40%;
    margin-left: -10%;
    float: left;
    padding-top: 5rem;
    position: absolute;
    bottom: 0;
    right: 0; }
    .formTv .formM2 img {
      max-width: 80%; }

.baochi {
  width: 100%;
  float: left;
  background: #e9ddd3;
  padding: 5rem 0; }
  .baochi .baochiM {
    width: 100%;
    float: left;
    margin-top: 5rem; }

.homeNews {
  padding: 5rem 0;
  width: 100%;
  float: left; }
  .homeNews .homeNewsC .homeNewsImg {
    aspect-ratio: 16 / 9; }
    .homeNews .homeNewsC .homeNewsImg img {
      height: auto; }
  .homeNews .homeNewsC .homenewsName {
    width: 100%;
    float: left; }
    .homeNews .homeNewsC .homenewsName .newsDate {
      width: 20%;
      float: left;
      text-align: center;
      background-image: linear-gradient(to right, #b36b16, #dc8605, #b36b16);
      color: #fff; }
      .homeNews .homeNewsC .homenewsName .newsDate .date {
        font-weight: bold;
        font-size: 20px; }
    .homeNews .homeNewsC .homenewsName .name {
      width: 80%;
      float: left; }
      .homeNews .homeNewsC .homenewsName .name a:hover {
        color: #df8805; }
      .homeNews .homeNewsC .homenewsName .name h3 {
        text-align: center;
        margin-top: 2rem;
        font-weight: bold;
        font-size: 16px; }
        .homeNews .homeNewsC .homenewsName .name h3:hover {
          color: #df8805; }

.hero {
  width: 100%;
  float: left; }

.containWare {
  line-height: 0;
  /* xóa khoảng trống */
  margin-top: -160px; }

footer {
  background: #372e23;
  width: 100%;
  float: left;
  margin-top: -1px;
  color: #fff;
  padding: 3rem 0; }
  footer .mainItem {
    display: flex; }
  footer .mainTit {
    text-align: left; }
    footer .mainTit label {
      color: #fff;
      text-transform: uppercase; }
    footer .mainTit .duongke {
      border-color: #fff;
      margin: revert-layer; }
  footer .foo1 ul li {
    display: flex;
    align-items: center; }
    footer .foo1 ul li .icoWhite img {
      filter: brightness(0) invert(1); }
  footer .ico {
    font-size: 30px;
    width: 50px; }
    footer .ico img {
      max-width: 30px; }
  footer .foo2 {
    padding: 0 5rem; }
    footer .foo2 ul li {
      padding: 5px 0; }
      footer .foo2 ul li a {
        color: #fff; }
        footer .foo2 ul li a::before {
          content: '›› '; }
  footer .foo3 ul {
    display: flex;
    justify-content: center;
    margin-top: 2rem; }
    footer .foo3 ul li {
      margin: 0 10px; }

/*# sourceMappingURL=style.css.map */
