﻿.bg-home {
  background-image: url(../image/bg-industry.jpeg);
}
.description-text {
  font-size: 17px;
  text-align: justify;
  color: black;
}
@media only screen and (max-width: 800px) {
  .description-text {
    font-size: 15px;
  }
}
.description-pointer {
  font-size: 17px;
  text-align: justify;
  color: black;
}
@media only screen and (max-width: 800px) {
  .description-pointer {
    font-size: 14px;
    padding-left: 20px;
  }
}
.bg-form {
  background-color: #f17d00;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  color: black !important;
}
@media only screen and (max-width: 600px) {
  .bg-form {
    margin: 10px;
  }
}
.btn-form {
  background-color: #28a745;
  border: 1px solid #28a745;
  color: white;
  border-radius: 15px;
  font-size: 25px;
  height: 80px;
}
.btn-form:hover {
  background-color: white;
  border: 1px solid #28a745;
  color: #28a745;
}
@media only screen and (max-width: 800px) {
  .btn-form {
    font-size: 20px;
  }
}
.btn-secondForm {
  background-color: #28a745;
  border: 1px solid #28a745;
  color: white;
  border-radius: 15px;
  font-size: 25px;
}
.btn-secondForm:hover {
  background-color: white;
  border: 1px solid #28a745;
  color: #28a745;
}
@media only screen and (max-width: 800px) {
  .btn-secondForm {
    font-size: 20px;
  }
}
.sizeForm {
  font-size: 33px;
  margin-top: 5.5rem;
}
@media only screen and (max-width: 800px) {
  .sizeForm {
    margin-top: 3.5rem;
  }
}
.btn-subtitle {
  background-color: transparent;
  border: 1px solid transparent;
  color: darkorange;
  font-size: 20px;
}
.bg-benefit {
  background-color: #05465a;
  color: white;
}
.title {
  font-size: 45px;
}
@media only screen and (max-width: 800px) {
  .title {
    font-size: 33px;
  }
}
.firstAdvantage {
  font-size: 20px;
  text-align: justify;
  margin-top: 15%;
}
@media only screen and (max-width: 800px) {
  .firstAdvantage {
    font-size: 15px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1500px) {
  .firstAdvantage {
    font-size: 15px;
    margin-top: 10%;
  }
}
.secondAdvantage {
  font-size: 20px;
  text-align: justify;
  margin-top: 25%;
}
@media only screen and (max-width: 800px) {
  .secondAdvantage {
    font-size: 15px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1500px) {
  .secondAdvantage {
    font-size: 15px;
    margin-top: 10%;
  }
}
.sloganOa {
  font-size: 17px;
  text-align: justify;
}
@media only screen and (max-width: 800px) {
  .sloganOa {
    font-size: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .logoOa {
    margin-top: 25px!important;
  }
}
@media only screen and (max-width: 800px) {
  .imgFooter {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .imgBrandLogo {
    margin-top: 4rem;
    width: 222px !important;
  }
}
@media only screen and (max-width: 800px) {
  .imgBrandLogo2 {
    margin-top: 4rem;
    width: 140px !important;
  }
}
.imgBrandLogo3 {
  width: 40% !important;
}
@media only screen and (max-width: 800px) {
  .imgBrandLogo3 {
    width: 100% !important;
  }
}
.firstSubtitle {
  font-size: 30px;
}
@media only screen and (max-width: 800px) {
  .firstSubtitle {
    font-size: 20px;
  }
}
.firstSubtitle-1 {
  font-size: 40px;
}
@media only screen and (max-width: 800px) {
  .firstSubtitle-1 {
    font-size: 30px;
  }
}
.secondSubtitle {
  font-size: 25px;
}
@media only screen and (max-width: 800px) {
  .secondSubtitle {
    font-size: 20px;
  }
}
.arrowTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #f17d00 !important;
  cursor: pointer;
  z-index: 10;
}
ol.pointer li:before {
  display: inline-block;
  margin-left: -20px;
  padding-right: 5px;
  width: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
}
.footerBackground {
  background-color: #D3D3D3;
}
.footerBackground2 {
  background-color: #232b2b;
}
.h2Font {
  font-size: 24px;
}
.freeDemo {
  color: #05465a;
  background-color: #f17d00;
  border: 1px solid #f17d00;
  font-weight: bold;
  font-size: 30px;
}
.freeDemo:hover,
.freeDemo:focus {
  color: #05465a;
  background-color: #f17d00;
  border: 1px solid #f17d00;
  font-weight: bold;
}
.clickHere {
  color: #05465a;
  background-color: #f17d00;
  border: 1px solid #f17d00;
  font-weight: bold;
  font-size: 30px;
}
.clickHere:hover,
.clickHere:focus {
  color: #05465a;
  background-color: #f17d00;
  border: 1px solid #f17d00;
  font-weight: bold;
}
.linkText {
  color: #ff7800;
  text-decoration: none;
  background-color: transparent;
}
.linkText:hover {
  color: #ff7800;
  text-decoration: underline;
}
.linkSys {
  background-color: #f17d00;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  color: black !important;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .linkSys {
    font-size: 14px;
  }
}
.linkSys:hover {
  background-color: #c96a2f;
}