@import url(normalize.css);
@import url(swiper-bundle.min.css);
@import url(jquery.fancybox.min.css);
@font-face {
  font-family: 'utm_copperplate';
  src: url("../fonts/utm_copperplate-webfont.woff2") format("woff2"), url("../fonts/utm_copperplate-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'utm_copperplate';
  src: url("../fonts/utm_copperplateb-webfont.woff2") format("woff2"), url("../fonts/utm_copperplateb-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot#iefix") format("embedded-opentype"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hotline:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-warning:before {
  content: "\e903";
}

form {
  margin-bottom: 0;
}

fieldset,
figure {
  padding: 0;
  margin: 0;
  border: none;
}

input:-internal-autofill-selected {
  background: none;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  background: transparent;
  border: 1px solid #CFCFCF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-rtl-ordering: logical;
}

label.label {
  display: none;
}

textarea.input-text {
  width: 100%;
  height: 80px;
  padding: 12px;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  background: transparent;
  border: 1px solid #CFCFCF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-rtl-ordering: logical;
}

.form .fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -6px;
}

@media only screen and (max-width: 767px) {
  .form .fieldset {
    margin: 0;
  }
}

.form .fieldset legend {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0 6px;
}

@media only screen and (max-width: 767px) {
  .form .fieldset legend {
    width: 100%;
    text-align: center;
  }
}

.form .fieldset .field {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .form .fieldset .field {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 15px;
  }
}

.form .fieldset .field.fullwidth {
  width: 100%;
}

.form .fieldset .control {
  position: relative;
}

.form .fieldset .control .input-text {
  font-size: 16px;
}

.form .fieldset .control .input-text,
.form .fieldset .control .input-text + label {
  position: relative;
}

.form .fieldset .control .input-text:not(:-moz-placeholder-shown) ~ label {
  transform: translate(0, -16px) scale(0.8);
  opacity: .8;
}

.form .fieldset .control .input-text:not(:-ms-input-placeholder) ~ label {
  -ms-transform: translate(0, -16px) scale(0.8);
      transform: translate(0, -16px) scale(0.8);
  opacity: .8;
}

.form .fieldset .control .input-text:focus ~ label, .form .fieldset .control .input-text:not(:placeholder-shown) ~ label {
  -webkit-transform: translate(0, -16px) scale(0.8);
      -ms-transform: translate(0, -16px) scale(0.8);
          transform: translate(0, -16px) scale(0.8);
  opacity: .8;
}

.form .fieldset .control .input-text ~ label {
  position: absolute;
  top: 6px;
  left: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  padding: 0;
  font-size: 16px;
  display: block;
  background: #fff;
  padding: 3px 6px;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s;
  transition: opacity 0.25s ease, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s ease;
  transition: transform 0.25s, opacity 0.25s ease, -webkit-transform 0.25s;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 1;
}

.form .fieldset .control .input-text::-webkit-input-placeholder {
  color: transparent;
}

.form .fieldset .control .input-text::-moz-placeholder {
  color: transparent;
}

.form .fieldset .control .input-text:-ms-input-placeholder {
  color: transparent;
}

.form .fieldset .control .input-text::-ms-input-placeholder {
  color: transparent;
}

.form .fieldset .control .input-text::placeholder {
  color: transparent;
}

.form .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-popup legend {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.contact-popup .btn-primary {
  min-width: 200px;
}

.fancybox-content {
  max-width: 600px;
  padding: 30px;
  border-radius: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header:before {
  content: '';
  background: transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: background 0.5s ease, box-shadow 0.5s ease;
  transition: background 0.5s ease, box-shadow 0.5s ease;
}

header.fixed:before {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  header.fixed .header-wrapper {
    top: 0px;
  }
  header.fixed .header-wrapper .logo {
    width: 240px;
  }
}

header .header-wrapper {
  position: relative;
  -webkit-transition: top .5s ease;
  transition: top .5s ease;
}

@media only screen and (min-width: 768px) {
  header .header-wrapper {
    top: 16px;
  }
}

header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  header .container {
    padding-left: 10px;
  }
}

header .logo {
  padding: 10px 0;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

@media only screen and (max-width: 767px) {
  header .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 200px;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
  }
}

@media only screen and (min-width: 768px) {
  header .logo {
    width: 349px;
  }
}

header .top-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  header .top-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .top-header .actions {
    display: none;
  }
}

header .top-header .hotline {
  font-weight: 500;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  header .top-header .hotline {
    max-width: 130px;
  }
}

@media only screen and (min-width: 768px) {
  header .top-header .hotline {
    margin-right: 18px;
  }
}

header .top-header .btn {
  font-size: 16px;
}

footer {
  background: #4e7938;
  background: -webkit-linear-gradient(left, #4e7938 0%, #aac434 35%, #e3a325 65%, #f5821f 100%);
  background: linear-gradient(90deg, #4e7938 0%, #aac434 35%, #e3a325 65%, #f5821f 100%);
  padding: 33px 0;
}

footer a {
  color: #fff;
}

footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  footer .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .container .hh-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
  footer .container .hh-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  footer .container .hh-info ul li {
    margin-right: 40px;
  }
}

footer .foo-logo {
  background-color: #fff;
  border-radius: 60px;
  width: 253px;
  height: 83px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  footer .foo-logo {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hh-info {
    margin-bottom: 30px;
  }
}

.hh-info li {
  padding: 6px 0;
}

.hh-info li i {
  margin-right: 6px;
}

.socials ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 332px;
}

.socials ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.socials ul > li span {
  display: none;
}

.banner {
  width: 100vw;
  height: 100vh;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .banner {
    height: 90vh;
  }
}

.banner img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
  object-position: center bottom;
}

@media only screen and (max-width: 767px) {
  .banner img {
    height: 90vh;
  }
}

@media only screen and (min-width: 768px) {
  .banner .swiper-button.swiper-button-prev {
    left: 30px;
  }
  .banner .swiper-button.swiper-button-next {
    right: 30px;
  }
}

.banner .swiper-pagination {
  bottom: 30px;
}

.about-section,
.usage-dosage-section,
.product-section,
.warning-seciton,
.certificate-section,
.review-section {
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .about-section,
  .usage-dosage-section,
  .product-section,
  .warning-seciton,
  .certificate-section,
  .review-section {
    padding: 40px 0;
  }
}

.note-section {
  padding: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  .note-section {
    padding: 0 0 40px;
  }
}

.register-section {
  padding: 45px 0;
}

@media only screen and (max-width: 767px) {
  .register-section {
    padding: 35px 0;
  }
}

.about-section {
  text-align: center;
}

.about-section .content {
  max-width: 1020px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .about-section .content {
    max-height: 270px;
  }
}

@media only screen and (min-width: 768px) {
  .about-section .content {
    font-size: 20px;
    line-height: 35px;
    max-height: 135px;
  }
}

.about-section .content.height-auto {
  max-height: inherit;
  overflow: visible;
}

.about-section .btn-showmore {
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  margin-top: 40px;
  display: inline-block;
}

.about-section .btn-showmore:hover {
  color: #F5821F;
}

.usage-dosage-section {
  background: #ef7319;
  background: -webkit-linear-gradient(bottom, #ef7319 0%, #faa41a 75%, #ef7319 100%);
  background: linear-gradient(0deg, #ef7319 0%, #faa41a 75%, #ef7319 100%);
  position: relative;
}

.usage-dosage-section:before, .usage-dosage-section:after {
  content: '';
  position: absolute;
}

.usage-dosage-section:before {
  background-image: url(../images/pattern-01.png);
  width: 258px;
  height: 231px;
  top: 0;
  left: 0;
}

.usage-dosage-section:after {
  background-image: url(../images/pattern-02.png);
  width: 371px;
  height: 245px;
  bottom: 0;
  right: 0;
}

.usage-dosage-section .container {
  position: relative;
  z-index: 1;
  min-height: 300px;
}

.usage-dosage-section .items {
  counter-reset: section;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.usage-dosage-section .items .item {
  padding: 15px 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .usage-dosage-section .items .item {
    width: 50%;
    padding: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .usage-dosage-section .items .item {
    width: 33.33333%;
    padding: 20px;
  }
}

.usage-dosage-section .items .item .contain {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .usage-dosage-section .items .item .contain {
    padding: 24px 30px;
    min-height: 220px;
  }
}

.usage-dosage-section .items .item .title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
  position: relative;
  padding-left: 35px;
}

@media only screen and (min-width: 768px) {
  .usage-dosage-section .items .item .title {
    font-size: 33px;
  }
}

.usage-dosage-section .items .item .title:before {
  counter-increment: section;
  content: counter(section) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.usage-dosage-section .items .item a {
  color: #000;
  text-decoration: underline;
}

.usage-dosage-section .items .item a:hover {
  color: #F5821F;
}

.product-section .product-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .product-section .product-main > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.product-section .product-media em {
  font-size: 14px;
  color: #FF0000;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .product-section .product-info {
    padding-left: 30px;
  }
}

.product-section .product-info .box-tocart table {
  border-collapse: collapse;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .product-section .product-info .box-tocart table {
    font-size: 20px;
  }
}

.product-section .product-info .box-tocart table th, .product-section .product-info .box-tocart table td {
  border-bottom: 1px solid #D9D9D9;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .product-section .product-info .box-tocart table th, .product-section .product-info .box-tocart table td {
    padding: 15px;
  }
}

.product-section .product-info .box-tocart table thead th {
  font-weight: 600;
}

.product-section .product-info .box-tocart table .qty {
  text-align: center;
}

.product-section .product-info .box-tocart table .price {
  text-align: right;
}

.product-section .product-info .box-tocart table .total {
  text-align: right;
  font-size: 20px;
}

.product-section .product-info .box-tocart table .field.qty {
  border-radius: 5px;
  border: 1px solid #CFCFCF;
  width: 138px;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.product-section .product-info .box-tocart table .field.qty input[type=number] {
  width: 56px;
  height: 48px;
  text-align: center;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.product-section .product-info .box-tocart table .field.qty .qty-inc,
.product-section .product-info .box-tocart table .field.qty .qty-dec {
  position: absolute;
  width: 40px;
  height: 48px;
  top: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}

.product-section .product-info .box-tocart table .field.qty .qty-inc:hover:before, .product-section .product-info .box-tocart table .field.qty .qty-inc:hover:after,
.product-section .product-info .box-tocart table .field.qty .qty-dec:hover:before,
.product-section .product-info .box-tocart table .field.qty .qty-dec:hover:after {
  background-color: #DF6D37;
}

.product-section .product-info .box-tocart table .field.qty .qty-dec {
  left: 0;
}

.product-section .product-info .box-tocart table .field.qty .qty-dec:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 6px);
  width: 12px;
  height: 2px;
  background-color: #000;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.product-section .product-info .box-tocart table .field.qty .qty-inc {
  right: 0;
}

.product-section .product-info .box-tocart table .field.qty .qty-inc:before, .product-section .product-info .box-tocart table .field.qty .qty-inc:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 6px);
  width: 12px;
  height: 2px;
  background-color: #000;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.product-section .product-info .box-tocart table .field.qty .qty-inc:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product-section .product-form {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .product-section .product-form {
    padding-top: 40px;
  }
}

.product-section .product-form .btn {
  width: 100%;
}

.note-section {
  text-align: center;
}

.note-section .content {
  text-align: left;
}

.note-section .sub-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #DF6D37;
}

.note-section .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .note-section .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.note-section .note-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media only screen and (min-width: 768px) {
  .note-section .note-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.note-section .note-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 34px;
  padding-right: 34px;
  max-width: 430px;
}

.note-section .note-list li:before {
  font-family: 'icons' !important;
  content: "\e903";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #DF6D37;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.warning-seciton {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.warning-seciton .content {
  text-align: center;
  font-size: 18px;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .warning-seciton .content {
    font-size: 20px;
  }
}

.warning-seciton .content .heading-title {
  color: #fff;
  margin-bottom: 30px;
}

.certificate-section .certificate-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1083px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .certificate-section .certificate-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.certificate-section .photo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media only screen and (min-width: 768px) {
  .certificate-section .photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 326px;
        -ms-flex: 1 0 326px;
            flex: 1 0 326px;
  }
}

@media only screen and (min-width: 1024px) {
  .certificate-section .photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 426px;
        -ms-flex: 1 0 426px;
            flex: 1 0 426px;
  }
}

@media only screen and (min-width: 768px) {
  .certificate-section .content {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .certificate-section .content {
    padding-left: 100px;
  }
}

.certificate-section .content .title {
  font-size: 25px;
  margin-bottom: 25px;
}

.review-section {
  background-color: #F0F3F2;
}

.review-section .review-main {
  max-width: 1268px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.review-section .review-main .swiper-pagination {
  bottom: -30px;
}

.register-section .actions {
  text-align: center;
}

*,
*:after,
*::before {
  box-sizing: border-box;
  outline: 0 none;
}

.on-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .on-mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .on-desktop {
    display: none;
  }
}

.no-display {
  display: none;
  visibility: hidden;
}

b, strong {
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
}

p:empty {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

p:last-child {
  margin: 0;
}

a {
  text-decoration: none;
  color: #F5821F;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
object,
embed,
video {
  max-width: 100%;
  height: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.4;
}

.container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

.heading-title {
  font-family: 'utm_copperplate', sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .heading-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}

.gradient-bg span {
  background: #4E7938;
  background: -webkit-linear-gradient(left, #4E7938 0%, #B3CC32 50%, #F5821F 100%);
  background: linear-gradient(to right, #4E7938 0%, #B3CC32 50%, #F5821F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.btn {
  cursor: pointer;
  border-radius: 5px;
  padding: 13px 15px 13px;
  color: #fff;
  font-weight: 600px;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 20px;
  font-weight: 600;
}

.btn.btn-primary {
  background-color: #4E7A38;
}

.btn.btn-secondary {
  padding: 19px 30px 18px;
  background-color: #FF0000;
}

.btn-hotline {
  border-radius: 5px;
  padding: 0 20px;
  border: 2px solid #F5821F;
  color: #F5821F;
  height: 55px;
  line-height: 55px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.btn-hotline:hover {
  background-color: #F5821F;
  color: #fff;
  text-decoration: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 24px;
}

.swiper-button {
  color: #F5821F;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F5821F;
}

.community-block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.community-block > div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  margin: 20px 0;
}

.community-block > div img {
  display: block;
}

/*# sourceMappingURL=styles.css.map */
