.content-wrapper {
  margin-top: -8vw; }

.img-full {
  width: 100%;
  height: auto; }

.kova_btn_main {
  margin-top: 30px; }
  .kova_btn_main .kova_btn {
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 25px; }

.tab-content {
  margin-top: 25px;
  padding-bottom: 50px; }
  .tab-content .grounded-radiants {
    text-transform: uppercase; }
  .tab-content .box_scroll {
    position: relative; }
    .tab-content .box_scroll .content_scroll {
      position: absolute;
      text-align: center;
      top: 15%;
      width: 100%;
      color: white;
      left: -12%; }
      .tab-content .box_scroll .content_scroll .title_1 {
        font-family: 'Roboto Bold', sans-serif;
        font-size: 48px;
        font-weight: bold; }
      .tab-content .box_scroll .content_scroll .title_2 {
        font-family: 'Roboto Light', sans-serif;
        font-size: 24px; }
  .tab-content .tab-pane-wrapper {
    padding: 0 15px; }
  @media (max-width: 767px) {
    .tab-content {
      margin-top: 40px; }
      .tab-content .tab-pane-wrapper {
        padding: 0; } }

.text {
  font-family: 'Roboto Light', sans-serif;
  font-size: 18px;
  color: #1f1f1f; }
  .text b {
    font-family: 'Roboto Medium', sans-serif;
    font-weight: 500; }
  @media (max-width: 1000px) {
    .text {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .text {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .text {
      font-size: 16px; } }
  @media (max-width: 400px) {
    .text {
      font-size: 14px; } }
  @media (max-width: 320px) {
    .text {
      font-size: 12px; } }

#sectBanner {
  padding-top: 80px;
  position: relative; }
  #sectBanner .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center; }
    #sectBanner .banner-text .title {
      font-size: 50px;
      font-family: 'Roboto Light', sans-serif;
      text-transform: uppercase;
      color: #fff; }
      #sectBanner .banner-text .title div {
        font-family: 'Roboto Bold', sans-serif;
        font-weight: bold; }
    #sectBanner .banner-text .text {
      width: 40%;
      display: inline-block;
      margin: 0 auto;
      color: #fff; }
  @media (max-width: 1200px) {
    #sectBanner {
      padding-top: 50px; }
      #sectBanner .banner-text .title {
        font-size: 36px;
        line-height: 1.2; }
      #sectBanner .banner-text .text {
        width: 80%; } }
  @media (max-width: 767px) {
    #sectBanner .banner-text .title {
      font-size: 50px; }
    #sectBanner .banner-text .text {
      width: 80%; } }
  @media (max-width: 600px) {
    #sectBanner .banner-text .title {
      font-size: 36px;
      line-height: 1.2; } }

#sectTabControl .tab-controller {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  cursor: pointer;
  padding: 10px 10px 15px;
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #sectTabControl .tab-controller.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#a0081c), to(#e52822));
    background: linear-gradient(#a0081c, #e52822);
    -webkit-transform: scale(1);
    transform: scale(1); }
    #sectTabControl .tab-controller.active .text {
      color: #fff; }
  #sectTabControl .tab-controller .image img {
    width: 100%; }
  #sectTabControl .tab-controller .text {
    text-align: center;
    font-family: 'Roboto Medium', sans-serif;
    color: #1f1f1f;
    margin-top: 15px; }

@media (max-width: 767px) {
  #sectTabControl .tab-control-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #sectTabControl .tab-control-container .col-xs-4 {
      padding-right: 7px;
      padding-left: 7px; }
    #sectTabControl .tab-control-container .tab-controller {
      -webkit-transform: scale(1);
      transform: scale(1);
      height: 100%;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #sectTabControl .tab-control-container .tab-controller .text {
        margin-top: 0; } }

#tab1 {
  font-family: 'Roboto Light', sans-serif; }
  #tab1 .img-mb {
    display: none; }
  #tab1 p {
    margin-bottom: 0px; }
  #tab1 li {
    margin: 10px 0px; }
  #tab1 .grounded-radiants {
    margin-top: 10px; }
  #tab1 .another_img_head {
    text-align: center;
    margin-top: 30px; }
    #tab1 .another_img_head .title {
      font-family: 'Roboto Light', sans-serif;
      font-size: 24px;
      text-transform: uppercase; }
  #tab1 .head_top {
    margin-top: 30px;
    margin-bottom: 30px; }
    #tab1 .head_top .title {
      font-family: 'Roboto Light', sans-serif;
      font-size: 46px; }
      #tab1 .head_top .title div {
        font-family: 'Roboto Bold', sans-serif;
        font-weight: bold;
        line-height: 42px; }
  #tab1 .description {
    margin-top: 30px; }
    #tab1 .description h2 {
      margin-top: 0px;
      font-family: 'Roboto Bold', sans-serif;
      font-weight: bold; }
  #tab1 .img_another .owl-nav.disabled {
    display: block !important; }
  #tab1 .img_another .owl-prev {
    position: absolute;
    top: 40%;
    margin-left: -30px;
    display: block;
    background-color: transparent; }
  #tab1 .img_another .owl-next {
    position: absolute;
    top: 40%;
    right: -35px;
    display: block;
    background-color: transparent; }
  #tab1 .img_another .owl-prev:hover {
    background-color: transparent; }
  #tab1 .img_another .owl-next:hover {
    background-color: transparent; }
  #tab1 .img_another .item {
    margin: 10px; }
    #tab1 .img_another .item .item_text {
      position: relative; }
      #tab1 .img_another .item .item_text img {
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        border-radius: 2px; }
      #tab1 .img_another .item .item_text .text {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: right;
        padding-right: 5%;
        color: white;
        background: #a0081d;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0)), to(#a40a1d));
        background: linear-gradient(to right, rgba(255, 0, 0, 0), #a40a1d); }
        #tab1 .img_another .item .item_text .text div {
          text-transform: uppercase; }

#tab2 {
  text-align: center;
  font-size: 16px; }
  #tab2 .img_common {
    margin-top: 20px; }
  #tab2 .img_common_2 {
    margin-top: -8%; }
  #tab2 .img_another_2 .owl-nav.disabled {
    display: block !important; }
  #tab2 .img_another_2 .owl-prev {
    position: absolute;
    top: 40%;
    margin-left: -30px;
    display: block;
    background-color: transparent; }
  #tab2 .img_another_2 .owl-next {
    position: absolute;
    top: 40%;
    right: -35px;
    display: block;
    background-color: transparent; }
  #tab2 .img_another_2 .owl-prev:hover {
    background-color: transparent; }
  #tab2 .img_another_2 .owl-next:hover {
    background-color: transparent; }
  #tab2 .img_another_2 .item {
    margin: 10px; }
    #tab2 .img_another_2 .item .item_text {
      position: relative; }
      #tab2 .img_another_2 .item .item_text img {
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        border-radius: 2px; }
      #tab2 .img_another_2 .item .item_text .text {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: right;
        padding-right: 5%;
        color: white;
        background: #a0081d;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0)), to(#a40a1d));
        background: linear-gradient(to right, rgba(255, 0, 0, 0), #a40a1d); }
        #tab2 .img_another_2 .item .item_text .text div {
          text-transform: uppercase; }
  #tab2 .tab_2_text_3 {
    margin-top: 15px;
    font-family: 'Roboto Light', sans-serif; }
  #tab2 .box_1 {
    position: relative; }
    #tab2 .box_1 .title {
      position: absolute;
      top: 40%;
      width: 40%;
      text-align: right;
      padding-left: 3%;
      color: white;
      font-family: 'Roboto Bold', sans-serif;
      font-weight: bold;
      font-size: 42px; }
      #tab2 .box_1 .title div {
        font-family: 'Roboto Light', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 28px; }
  #tab2 .box_2 {
    position: relative; }
    #tab2 .box_2 .title {
      position: absolute;
      bottom: 0%;
      left: 50%;
      width: 50%;
      text-align: left;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.7);
      padding: 3% 3% 1% 3%;
      padding-top: 2%;
      color: black;
      font-family: 'Roboto Bold', sans-serif;
      font-weight: bold;
      font-size: 37px;
      border-radius: 15px 0px 0px 0px; }
      #tab2 .box_2 .title div {
        font-family: 'Roboto Light', sans-serif;
        font-weight: 300;
        font-size: 37px; }
      #tab2 .box_2 .title .infor {
        font-size: 16px; }
  #tab2 .box_3 {
    text-align: left; }
    #tab2 .box_3 .infor {
      margin-top: 10px; }
  #tab2 .another_tab2_img_head {
    margin-top: 40px; }
    #tab2 .another_tab2_img_head .title {
      font-family: 'Roboto Light', sans-serif;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: bold; }
  #tab2 .box_inline_box {
    font-family: 'Roboto Light', sans-serif;
    margin-top: 10px;
    font-size: 18px; }
  #tab2 .text_inline_step {
    margin-top: 60px;
    font-family: 'Roboto Light', sans-serif; }
  #tab2 .head_text {
    margin-top: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#a0081d), to(#e52822));
    background: linear-gradient(to right, #a0081d, #e52822);
    color: white;
    display: inline-block;
    padding: 10px 5%;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: bold; }

#tab3 .item-container .left {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  position: relative; }
  #tab3 .item-container .left .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer; }

#tab3 .item-container .right {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding-left: 13px; }
  #tab3 .item-container .right .image-container {
    margin-bottom: 15px;
    cursor: pointer; }
    #tab3 .item-container .right .image-container:last-child {
      margin-bottom: 0;
      position: relative; }
      #tab3 .item-container .right .image-container:last-child .number {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 40px;
        top: 0;
        color: #fff;
        font-family: 'Roboto Bold', sans-serif;
        left: 0;
        background-color: rgba(31, 28, 28, 0.65); }
  #tab3 .item-container .right .image {
    padding-bottom: 76%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

#tab3 .title {
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Roboto Medium', sans-serif; }

#tab3 .text {
  line-height: 1.75; }

#tab3 hr {
  margin: 30px 0;
  border-top: dotted 1px #aaa; }

@media (max-width: 1000px) {
  #tab3 .title {
    font-size: 24px; }
  #tab3 .text {
    line-height: 1.5; } }

@media (max-width: 767px) {
  #tab3 .title {
    margin-top: 25px; } }

@media (max-width: 400px) {
  #tab3 .title {
    margin-top: 10px;
    font-size: 18px; }
  #tab3 hr {
    margin: 15px 0; } }

.footer {
  margin-top: 40px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #tab1 .kova-medal .title {
    background: transparent !important;
    color: #e52823 !important; } }

@media screen and (max-width: 1025px) {
  #tab1 .head_top .title {
    font-size: 38px; }
  #tab2 .box_2 .title {
    font-size: 32px; }
    #tab2 .box_2 .title div {
      font-size: 32px; } }

@media screen and (max-width: 487px) {
  .content-wrapper {
    margin-top: -10vw; }
  #tab1 .head_top .title {
    font-size: 24px; }
    #tab1 .head_top .title div {
      line-height: 26px; }
  #tab1 .head_top {
    margin-top: 0px; }
  #tab1 .img_another .owl-prev {
    top: 35%;
    margin-left: -20px; }
    #tab1 .img_another .owl-prev img {
      max-width: 50%; }
  #tab1 .img_another .owl-next {
    top: 35%;
    right: -25px; }
    #tab1 .img_another .owl-next img {
      max-width: 50%; }
  #tab2 .img_another_2 .owl-prev {
    top: 35%;
    margin-left: -20px; }
    #tab2 .img_another_2 .owl-prev img {
      max-width: 50%; }
  #tab2 .img_another_2 .owl-next {
    top: 35%;
    right: -25px; }
    #tab2 .img_another_2 .owl-next img {
      max-width: 50%; }
  #tab2 .box_1 .title {
    top: 14%;
    width: 40%;
    font-size: 26px; }
    #tab2 .box_1 .title div {
      font-size: 13px;
      line-height: 24px; }
  #tab2 .box_2 .title {
    left: 5%;
    width: 90%;
    font-size: 24px; }
    #tab2 .box_2 .title div {
      font-size: 22px; }
  #tab1 {
    font-size: 12px; }
  #tab2 {
    font-size: 12px; }
    #tab2 .box_bg_text {
      font-size: 22px; }
    #tab2 .box_inline_box {
      font-size: 12px; }
    #tab2 .step_tech .img_item .text {
      bottom: unset;
      top: 110%;
      font-size: 10px; }
    #tab2 .project .project_own_carousel .owl-next {
      right: -15px; }
    #tab2 .project .project_own_carousel .owl-prev {
      left: 18px; }
    #tab2 .project .infor {
      font-size: 12px; }
    #tab2 .seemore {
      font-size: 12px; }
      #tab2 .seemore span {
        top: 0px; }
    #tab2 .head_text {
      font-size: 22px; }
    #tab2 .dan_desc {
      font-size: 12px; }
  #sectTabControl .tab-control-container .tab-controller .text {
    font-size: 15px !important; }
  .tab-content .box_scroll .content_scroll {
    left: 0%; }
    .tab-content .box_scroll .content_scroll .title_1 {
      font-size: 28px; }
    .tab-content .box_scroll .content_scroll .title_2 {
      font-size: 14px; }
  #sectBanner .banner-text .title {
    margin-top: 30px; }
  .kova_btn_main .kova_btn {
    font-size: 14px; }
  .grounded-radiants {
    font-size: 11px; } }

@media screen and (max-width: 415px) {
  .content-wrapper {
    margin-top: -10vw; }
  #tab1 .head_top .title {
    font-size: 24px; }
    #tab1 .head_top .title div {
      line-height: 26px; }
  #tab1 .head_top {
    margin-top: 0px; }
  #tab1 .img_another .owl-prev {
    top: 35%;
    margin-left: -20px; }
    #tab1 .img_another .owl-prev img {
      max-width: 50%; }
  #tab1 .img_another .owl-next {
    top: 35%;
    right: -25px; }
    #tab1 .img_another .owl-next img {
      max-width: 50%; }
  #tab2 .img_another_2 .owl-prev {
    top: 35%;
    margin-left: -20px; }
    #tab2 .img_another_2 .owl-prev img {
      max-width: 50%; }
  #tab2 .img_another_2 .owl-next {
    top: 35%;
    right: -25px; }
    #tab2 .img_another_2 .owl-next img {
      max-width: 50%; }
  #tab2 .box_1 .title {
    top: 14%;
    width: 40%;
    font-size: 22px; }
    #tab2 .box_1 .title div {
      font-size: 11px;
      line-height: 16px; }
  #tab2 .box_2 .title {
    left: 5%;
    width: 90%;
    font-size: 20px; }
    #tab2 .box_2 .title div {
      font-size: 18px; }
    #tab2 .box_2 .title .infor {
      font-size: 12px; }
  #tab1 {
    font-size: 12px; }
  #tab2 {
    font-size: 12px; }
    #tab2 .box_bg_text {
      font-size: 22px; }
    #tab2 .box_inline_box {
      font-size: 12px; }
    #tab2 .step_tech .img_item .text {
      bottom: unset;
      top: 110%;
      font-size: 10px; }
    #tab2 .project .project_own_carousel .owl-next {
      right: -15px; }
    #tab2 .project .project_own_carousel .owl-prev {
      left: 18px; }
    #tab2 .project .infor {
      font-size: 12px; }
    #tab2 .seemore {
      font-size: 12px; }
      #tab2 .seemore span {
        top: 0px; }
    #tab2 .head_text {
      font-size: 22px; }
    #tab2 .dan_desc {
      font-size: 12px; }
  #sectTabControl .tab-control-container .tab-controller .text {
    font-size: 12px !important; }
  .tab-content .box_scroll .content_scroll {
    left: 0%; }
    .tab-content .box_scroll .content_scroll .title_1 {
      font-size: 22px; }
    .tab-content .box_scroll .content_scroll .title_2 {
      font-size: 12px; }
  #sectBanner .banner-text .title {
    margin-top: 30px; }
  .kova_btn_main .kova_btn {
    font-size: 12px; }
  .grounded-radiants {
    font-size: 11px; } }

@media screen and (max-width: 321px) {
  .tab-content .box_scroll .content_scroll {
    left: 0%; }
    .tab-content .box_scroll .content_scroll .title_1 {
      font-size: 26px; }
    .tab-content .box_scroll .content_scroll .title_2 {
      font-size: 12px; }
  #tab2 .box_bg_text {
    font-size: 18px; }
  #tab2 .head_text {
    font-size: 18px; } }
