/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  transition: all 0.25s ease;
}
a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="password"] {
    font-size: 16px;
    box-shadow: none !important;
    outline: none;
  }
}
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #2f822f;
}
::selection {
  color: #fff;
  background: #2f822f;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue/HelveticaNeue-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue/HelveticaNeue-Regular.otf') format('opentype'), url('../fonts/HelveticaNeue/HelveticaNeue-Regular.woff') format('woff'), url('../fonts/HelveticaNeue/HelveticaNeue-Regular.ttf') format('truetype'), url('../fonts/HelveticaNeue/HelveticaNeue.svg#HelveticaNeue-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UTMAvo';
  src: url('../fonts/UTMAvo/UTMAvo.eot?#iefix') format('embedded-opentype'), url('../fonts/UTMAvo/UTMAvo.woff') format('woff'), url('../fonts/UTMAvo/UTMAvo.ttf') format('truetype'), url('../fonts/UTMAvo/UTMAvo.svg#UTMAvo') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UTMAvoBold';
  src: url('../fonts/UTMAvoBold/UTMAvoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/UTMAvoBold/UTMAvoBold.woff') format('woff'), url('../fonts/UTMAvoBold/UTMAvoBold.ttf') format('truetype'), url('../fonts/UTMAvoBold/UTMAvoBold.svg#UTMAvoBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UTMHelvetIns';
  src: url('../fonts/UTMHelvetIns/UTMHelvetIns.eot?#iefix') format('embedded-opentype'), url('../fonts/UTMHelvetIns/UTMHelvetIns.woff') format('woff'), url('../fonts/UTMHelvetIns/UTMHelvetIns.ttf') format('truetype'), url('../fonts/UTMHelvetIns/UTMHelvetIns.svg#UTMHelvetIns') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 13px;
  font-family: 'UTMAvo', Arial, sans-serif;
  line-height: 23px;
  position: relative;
  font-weight: normal;
  padding: 0 ;
  margin: 0;
  color: #424256;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2f822f;
}
.show-mb {
  display: none;
}
@media (max-width: 576px) {
  .show-mb {
    display: block;
  }
}
.hidden-mb {
  display: block;
}
@media (max-width: 576px) {
  .hidden-mb {
    display: none;
  }
}
.invalid-feedback {
  display: block;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
a:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
p {
  margin: 0 0 9px;
}
.footer {
  clear: both;
  margin-top: 0;
  padding: 30px 0;
  font-family: "HelveticaNeue";
  background-color: #e9eaed;
}
.footer .footer-info {
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  padding: 5px 0;
}
.footer .footer-info img {
  height: 50px;
  margin-bottom: 15px;
}
.footer .footer-menu .footer-title {
  font-weight: 500;
  margin: 0 0 15px 0;
  text-align: right;
  color: #1a1a1a;
}
.footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.footer .footer-menu ul li {
  display: block;
  clear: both;
  margin: 0 0 5px 0;
}
.footer .footer-menu ul li a {
  color: #737373;
  line-height: 20px;
  display: block;
}
.footer .footer-menu ul li a img {
  height: 40px;
}
header {
  background: url('../images/bgvi.png') no-repeat top left / 100% 100%;
  color: #fff;
  font-family: 'UTMAvo';
  padding: 35px 0;
  margin-bottom: 50px;
}
.logo {
  margin-bottom: 50px;
}
.logo img {
  height: 70px;
}
.txtSlogan {
  font-family: 'UTMAvoBold';
  font-size: 50px;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
header h5 {
  font-family: 'UTMAvoBold';
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.d-flex div {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.d-flex div + div {
  margin-left: 20px;
}
.d-flex div img {
  margin-right: 10px;
}
.btn-buy a {
  color: #003502;
  display: inline-block;
  font-family: 'UTMAvoBold';
  background: #f8c313;
  font-size: 24px;
  padding: 0px 40px;
  border-radius: 25px;
  line-height: 45px;
  height: 50px;
  margin-top: 40px;
  vertical-align: middle;
  transition: all 0.1s ease;
}
.btn-buy a:hover {
  background: #fff;
}
.title-section {
  color: #000000;
  font-family: 'UTMHelvetIns';
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 60px;
}
.title-section span {
  position: relative;
}
.title-section span:before {
  content: "";
  height: 4px;
  background: #0d9b42;
  border-radius: 10px;
  width: 215px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.item_section h5 {
  color: #000000;
  font-family: 'UTMAvoBold';
  font-size: 19px;
  text-align: center;
  padding-bottom: 20px;
}
.img_thumb {
  margin-bottom: 13px;
}
.item_section {
  transition: all 0.5s ease;
  min-height: 440px;
}
.item_section:hover {
  background: #ebebeb;
  padding: 7px;
}
.section-1 {
  margin-bottom: 50px;
}
.section-2 .inner-s2 {
  background: #ebebeb;
  height: calc(100% );
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000000;
  font-size: 16px;
  padding-bottom: 15px;
}
.section-2 .inner-s2 ul {
  font-size: 15px;
  line-height: 27px;
  padding-left: 15px;
  list-style-image: url('../images/bg-li.png');
}
.owl-carousel {
  position: relative;
}
.owl-carousel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 100px;
  background: url('../images/bg-arrow.png') no-repeat top left / 100% 100%;
}
.owl-controls {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 10px;
}
.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  padding: 0;
  margin: 0;
}
.owl-theme .owl-nav [class*=owl-] img,
.owl-theme .owl-nav [class*=owl-]:hover img {
  width: 13px;
}
.owl-prev {
  transform: rotateY(180deg);
  margin-right: 10px !important;
}
.section-2 {
  margin-bottom: 70px;
}
.section-3 {
  background: url('../images/bg-contact.png') no-repeat top left / 100% 100%;
  color: #fff;
  position: relative;
  padding: 20px 0 50px;
  overflow: hidden;
}
.section-3 label {
  margin-bottom: 7px;
  font-size: 15px;
}
.section-3 [class*=col-] {
  padding: 0 7px;
}
.div1,
.div2,
.price {
  text-align: center;
  font-family: 'UTMAvoBold';
  font-size: 15px;
  margin-bottom: 7px;
}
.div2 span {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #fff;
}
.price {
  font-size: 27px;
  margin-top: 10px;
  margin-bottom: 35px;
}
.form-group {
  margin-bottom: 5px;
}
.form-control {
  background: #fff;
  height: 48px;
  border-radius: 25px;
  border: none;
  box-shadow: none;
}
.btnSubmit {
  width: 100%;
  background: #217416 !important;
  text-align: center;
  line-height: 46px;
  font-size: 17px;
  font-family: 'UTMAvoBold';
  color: #fff;
  outline: 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0;
  display: block;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 30px;
  height: 48px;
}
.btnSubmit:hover {
  color: #fff;
}
.imgsection3 {
  float: left;
  bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -7px;
}
.innerContact .row {
  margin: 0;
}
.title-section.left span:before {
  width: 150px;
  left: 0;
  transform: translateX(0);
}
@media (max-width: 992px) {
  br {
    display: none;
  }
  header,
  .section-3 {
    background-size: cover;
  }
  .section-2 .inner-s2 {
    padding-top: 30px;
  }
  .item_section {
    min-height: inherit;
  }
  .txtSlogan,
  .header-info {
    text-align: center;
  }
  header .d-flex {
    justify-content: center;
  }
  .header-info {
    margin-bottom: 50px;
  }
  .imgsection3 {
    position: relative;
    left: 0;
    bottom: -60px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 567px) {
  .footer .footer-info {
    display: none;
  }
  .pl-0,
  .px-0 {
    padding-left: 15px!important;
  }
  .pr-0,
  .px-0 {
    padding-right: 15px !important;
  }
  .section-1 .title-section span:before {
    display: none;
  }
  .logo {
    margin-bottom: 30px;
    text-align: center;
  }
  .txtSlogan {
    font-size: 30px;
    line-height: 30px;
  }
  header h5 {
    font-size: 20px;
    line-height: 35px;
  }
  .inner-header .col-lg-7 img {
    width: 85%;
  }
  .d-flex div {
    white-space: nowrap;
  }
}
