@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
* {
  margin: 0;
  padding: 0;
}

/* anim navbar */
@media (min-width: 768px) {
  .fixed-top {
    top: -50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .animNav {
    top: -1px;
  }
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

body .title-4 {
  font-family: Roboto;
  line-height: 44px;
  font-weight: 300 !important;
  font-style: normal;
  color: #222;
  font-size: 34px;
}

iframe {
  border: none;
}

p,
span {
  font-family: 'Roboto', sans-serif;
}

img {
  width: 100%;
}

ul {
  list-style: none;
}

a:link, a:visited {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .tophead-right, .head-sub {
    display: none;
  }
}

header .tophead {
  background: #78B833;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

@media (max-width: 768px) {
  header .tophead {
    height: auto;
    line-height: 20px;
    padding: 6px 0;
  }
}

header .tophead a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

header .tophead a:not(:first-child) {
  margin-left: 15px;
}

header .tophead a:hover {
  color: #fff;
  text-decoration: none;
}

header .tophead span {
  font-size: 14px;
  margin-right: 15px;
}

header nav {
  position: relative;
}

header nav .head-sub img {
  height: 106px;
  width: auto;
  padding: 25px 0;
}

@media (max-width: 768px) {
  header nav .head-sub img {
    display: none;
  }
}

header nav .head-sub .subheadinfo {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header nav .head-sub .subheadinfo .sub-infor-box {
  padding: 0 20px;
  border-left: 1px solid #dedede;
}

@media (max-width: 768px) {
  header nav .head-sub .subheadinfo .sub-infor-box {
    border: none;
    padding: 0;
  }
}

header nav .head-sub .subheadinfo .sub-infor-box:last-child {
  padding-right: 0;
}

header nav .head-sub .subheadinfo .sub-infor-box p {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}

header nav .nav-items {
  background: #222222;
  position: relative;
  z-index: 2;
}

header nav .nav-items .nav-item {
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}

header nav .nav-items .nav-item .sub-menu {
  position: absolute;
  width: 225px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2);
          box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2);
  overflow: hidden;
}

@media (max-width: 768px) {
  header nav .nav-items .nav-item .sub-menu {
    position: relative;
    width: 100%;
  }
}

@media (min-width: 768px) {
  header nav .nav-items .nav-item .sub-menu {
    height: 0;
  }
}

header nav .nav-items .nav-item .sub-menu .sub-menu-link {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 300;
  color: #222222;
  padding: 10px 15px;
}

header nav .nav-items .nav-item .sub-menu .sub-menu-link:hover {
  text-decoration: none;
  background: #78B833;
  color: #fff;
}

header nav .nav-items .nav-item .sub-menu .sub-menu-item:not(:last-child) {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}

header nav .nav-items .nav-item:hover .sub-menu {
  height: auto;
}

header nav .nav-items .nav-item:hover .nav-link::after {
  width: 100%;
}

header nav .nav-items .nav-left .nav-link {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

header nav .nav-items .nav-left .nav-link i {
  margin-left: 10px;
}

header nav .nav-items .nav-right {
  background: #474747;
}

header nav .nav-items .nav-right .nav-link {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

header nav .nav-items .nav-right .nav-link i {
  margin-right: 10px;
}

header nav .nav-items .nav-link {
  padding: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 768px) {
  header nav .nav-items .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

header nav .nav-items .nav-link::after {
  content: '';
  position: absolute;
  height: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  background: #78B833;
  bottom: 0;
  left: 0;
}

header nav .nav-items .nav-link:hover::after {
  width: 100%;
}

header nav .nav-items .nav-link i {
  color: #78B833;
  font-size: 12px;
  font-weight: 100;
}

@media (max-width: 768px) {
  header .navbar-toggler-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .navbar {
  -webkit-box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2);
          box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2);
  padding: 0;
  background: #fff;
}

header .navbar .nav-items {
  background: none;
  color: #333;
}

header .navbar .nav-items .nav-link {
  color: #333;
}

header button:focus {
  outline: none;
}

main .video-frame {
  max-width: 708px;
  margin: auto !important;
}

main .top-banner {
  margin-top: -32px;
  padding: 0;
  position: relative;
}

@media (max-width: 768px) {
  main .top-banner {
    margin-top: 0;
  }
}

main .top-banner .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

main .top-banner .banner .banner-text {
  position: absolute;
  top: 45%;
  width: 100%;
  width: 60%;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  color: #fff;
}

main .top-banner .banner .banner-text h1 {
  font-family: Roboto;
  font-weight: 300;
  color: #fff;
  font-size: 53px;
}

@media (max-width: 768px) {
  main .top-banner .banner .banner-text h1 {
    font-size: 25px;
  }
}

main .bredcrum-wrap {
  background: #f7f7f7;
}

main .bredcrum-wrap .breadcrumb {
  background: none;
}

@media (max-width: 768px) {
  main .bredcrum-wrap .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}

main .bredcrum-wrap .breadcrumb a {
  color: #333;
  font-weight: 300;
}

@media (max-width: 768px) {
  main .bredcrum-wrap .breadcrumb a {
    font-size: 14px;
  }
}

main ol {
  font-family: Roboto;
  line-height: 26px;
  font-weight: 300;
  font-style: normal;
  color: #343e47;
  font-size: 16px;
  padding-left: 15px;
}

main.supplement-manufacturing section {
  border: none !important;
}

@media (max-width: 768px) {
  main.supplement-manufacturing section .manufactur.text-center.card {
    margin-bottom: 20px;
  }
}

main.supplement-manufacturing section .content .content-text p {
  font-family: Roboto;
  line-height: 26px;
  font-weight: 300;
  font-style: normal;
  color: #343e47;
  font-size: 16px;
}

main.supplement-manufacturing section .nav-tabs {
  padding-left: 0;
}

main.supplement-manufacturing section ul {
  font-weight: 300;
  list-style: square;
  padding-left: 15px;
}

main.supplement-manufacturing section .cap-manuf-tabs-container {
  font-family: Roboto;
  line-height: 26px;
}

main.supplement-manufacturing section .cap-manuf-tabs-container ul {
  list-style: none;
}

main.supplement-manufacturing section .cap-manuf-tabs-container .nav-item {
  margin-right: 6px;
}

@media (max-width: 768px) {
  main.supplement-manufacturing section .cap-manuf-tabs-container .nav-item {
    margin: 4px;
  }
}

main.supplement-manufacturing section .cap-manuf-tabs-container .nav-link {
  font-family: Roboto;
  line-height: 26px;
  font-weight: 300;
  font-style: normal;
  color: #343e47;
  background: #d4d4d4;
  font-size: 17px;
}

main.supplement-manufacturing section .cap-manuf-tabs-container .nav-link.active {
  background: #f7f7f7;
}

main.supplement-manufacturing section .cap-manuf-tabs-container .tab-content {
  background: #f7f7f7;
  padding: 20px;
}

@media (max-width: 768px) {
  main.supplement-manufacturing section .cap-manuf-tabs-container .tab-content {
    padding: 0;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  main.supplement-manufacturing section .cap-manuf-tabs-container .tab-content .tab-pane {
    padding: 0;
  }
}

main.supplement-manufacturing section .cap-manuf-tabs-container .tab-content .maufactur-row {
  margin: 0;
}

main.supplement-manufacturing section h3 {
  font-family: Roboto;
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  color: #222;
  font-size: 34px;
}

@media (max-width: 768px) {
  main.supplement-manufacturing section h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

main.supplement-manufacturing section p {
  font-family: Roboto;
  line-height: 26px;
  font-weight: 300;
  font-style: normal;
  color: #343e47;
  font-size: 16px;
}

main.supplement-manufacturing section .align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.supplement-manufacturing section .maufactur-row {
  margin-bottom: 35px;
}

main.supplement-manufacturing section .link-text {
  color: #78B833;
}

main.supplement-manufacturing section h1 {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  color: #111;
  font-size: 56px;
}

@media (max-width: 768px) {
  main.supplement-manufacturing section h1 {
    font-size: 30px;
  }
}

main.supplement-manufacturing section .biglabel {
  padding: 50px;
  background: #35c2ea;
}

@media (max-width: 768px) {
  main.supplement-manufacturing section .biglabel {
    padding: 20px;
  }
}

main.supplement-manufacturing section .biglabel h4 {
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 768px) {
  main.supplement-manufacturing section .biglabel h4 {
    font-size: 25px;
  }
}

main.supplement-manufacturing section .video-wrap {
  background: #222222;
  padding: 35px 0;
}

main.supplement-manufacturing section .video-wrap p,
main.supplement-manufacturing section .video-wrap h3 {
  color: #fff;
}

main.supplement-manufacturing section .video-wrap p {
  font-weight: 300;
}

main.supplement-manufacturing section .video-wrap .btn-link {
  white-space: normal !important;
}

main.supplement-manufacturing .section7 .content .title {
  font-size: 34px;
  font-weight: 400;
}

@media (max-width: 768px) {
  main.supplement-manufacturing .section7 .content .title {
    font-size: 25px;
    line-height: 30px;
  }
}

main.supplement-manufacturing .section7 .btn-link {
  white-space: normal !important;
}

main .mainslider {
  margin-top: -65px;
}

@media (max-width: 768px) {
  main .mainslider {
    margin: 0;
    padding: 0;
  }
}

main section {
  padding: 30px 0;
}

main section:not(:first-child) {
  border-top: 1px solid rgba(191, 191, 191, 0.5);
}

main section .content .title {
  line-height: 40px;
  font-weight: 300;
  color: #222;
  font-size: 28px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  main section .content .title {
    font-size: 25px;
    line-height: 30px;
  }
}

main section .content .title:nth-child(2) {
  font-size: 25px;
  line-height: 30px;
}

main section .content p {
  line-height: 30px;
  font-weight: 400;
  color: #222;
  font-size: 20px;
}

@media (max-width: 768px) {
  main section .content p {
    font-size: 17px;
  }
}

main section .content .subtitle {
  font-size: 36px;
  line-height: 46px;
}

@media (max-width: 768px) {
  main section .content .subtitle {
    font-size: 30px;
    line-height: 40px;
  }
}

main section .content .contact p {
  font-weight: 300;
  font-size: 17px;
  margin: 0;
  color: #333;
}

main section .content .btn-link {
  display: block;
}

@media (max-width: 768px) {
  main section .content .btn-link {
    white-space: normal !important;
  }
}

main section.section2 .content {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 6px;
}

main section.section4 .manufactur {
  padding: 0 50px;
}

@media (max-width: 768px) {
  main section.section4 .manufactur {
    padding: 0;
    margin-bottom: 50px;
  }
}

main section.section4 .manufactur .img {
  max-height: 300px;
}

main section.section4 .content p {
  font-weight: 300;
}

main section.section4 .btn-link {
  white-space: normal !important;
}

main section.section5 {
  background: #222222;
  color: #fff;
}

main section.section5 h3 {
  font-weight: 300;
  font-size: 34px;
}

@media (max-width: 768px) {
  main section.section5 h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

main section.section6 {
  background: #78B833;
}

main section.section6 h1 {
  margin: 0 auto;
}

main section.section7 {
  background: #f7f7f7;
}

main section.section7 .content {
  max-width: 750px;
  margin: 0 auto;
  background: none;
}

main section.section7 .content .title {
  font-size: 25px;
  font-weight: 500;
}

main section.section7 .content .btn-link {
  display: inline-block;
}

@media (max-width: 768px) {
  main section.section7 .content .btn-link {
    white-space: normal !important;
  }
}

main section .testimony {
  padding: 50px 0;
  border-top: 1px solid rgba(191, 191, 191, 0.5);
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
  margin: 30px;
}

@media (max-width: 768px) {
  main section .img {
    margin-bottom: 20px;
  }
}

main section .img a {
  display: block;
  height: 100%;
}

main section .bigtitle .manufContent {
  margin-top: 0;
}

main section .bigtitle .manufContent h3 {
  font-size: 34px;
  line-height: 44px;
}

@media (max-width: 768px) {
  main section .bigtitle .manufContent h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

main section .bigtitle.bigtitle-packaging {
  max-width: 700px;
  margin: 0 auto;
}

main section .bigtitle.bigtitle-packaging p {
  font-weight: 300;
}

main section .container .light-tital {
  font-family: Roboto;
  line-height: 70px;
  font-weight: 300;
  font-style: normal;
  color: #111;
  font-size: 55px;
}

@media (max-width: 768px) {
  main section .container .light-tital {
    line-height: 36px;
    font-size: 30px;
  }
}

main section .container .light-tital-s {
  font-size: 28px;
  line-height: 40px;
}

@media (max-width: 768px) {
  main section .container .light-tital-s {
    font-size: 25px;
    line-height: 30px;
  }
}

main .manufactur .imgbox {
  position: relative;
}

main .manufactur .imgbox .img {
  max-height: 270px;
  overflow: hidden;
}

main .manufactur .imgbox .img a {
  display: block;
  width: 100%;
  height: 100%;
}

main .manufactur .imgbox .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

main .manufactur .imgbox .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .manufactur .btn-link {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main .manufactur .manufContent {
  margin-top: 40px;
}

main .manufactur .manufContent h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 300;
}

main .manufactur .manufContent p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #989898;
  margin-bottom: 50px;
}

main .btn-outline-dark {
  color: #333;
}

@media (max-width: 768px) {
  main .btn-outline-dark {
    font-size: 14px;
  }
}

main .btn-text {
  font-size: 20px;
}

main .btn-text:link, main .btn-text:visited {
  color: #fff;
  text-decoration: none;
}

main .quot-box {
  display: inline-block;
  text-align: center;
  padding: 30px;
  background: #f7f7f7;
  -webkit-box-shadow: 0 3px 3px #d6d6d6;
          box-shadow: 0 3px 3px #d6d6d6;
}

@media (max-width: 768px) {
  main .quot-box {
    display: block;
  }
}

main .quot-box h4 {
  font-family: Roboto;
  line-height: 44px;
  font-weight: 300;
  font-style: normal;
  color: #78B833;
  font-size: 34px;
}

main .quot-box a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 20px;
}

@media (max-width: 768px) {
  main .quot-box a {
    white-space: inherit;
    font-size: 12px;
  }
}

main .quot-box a:link, main .quot-box a:visited {
  color: #fff;
  background: #78B833;
  -webkit-box-shadow: 0 2px 5px rgba(185, 185, 185, 0.678);
          box-shadow: 0 2px 5px rgba(185, 185, 185, 0.678);
}

main .quot-box a:hover {
  -webkit-box-shadow: 0 10px 20px rgba(87, 87, 87, 0.678);
          box-shadow: 0 10px 20px rgba(87, 87, 87, 0.678);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

main .quot-box a:active {
  -webkit-box-shadow: 0 5px 10px rgba(87, 87, 87, 0.678);
          box-shadow: 0 5px 10px rgba(87, 87, 87, 0.678);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

main.custum-softgel-manuf section .maufactur-row {
  margin: 0;
}

.btn-link {
  font-family: Roboto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 20px;
  font-weight: 300;
  padding: 10px 25px;
}

@media (max-width: 768px) {
  .btn-link {
    padding: 5px 12px;
    font-size: 16px;
  }
}

.btn-link:link, .btn-link:visited {
  background: #08c;
  color: #fff;
  text-decoration: none;
}

.btn-link:hover {
  background: #0074ad;
}

.contact-section a:link, .contact-section a:visited {
  color: #000;
  font-size: 30px;
}

.contact-section .contact-jum {
  background: #f7f7f7;
}

.contact-jum {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-jum:hover {
  background: #f7f7f7;
}

.contact-jum:hover .download-pdf-link {
  color: #03a595;
}

.contact-jum p i {
  font-size: 40px;
}

.contact-jum i {
  font-size: 40px;
}

.contact-jum .download-pdf-link {
  color: #000;
  font-size: 22px;
  font-weight: 300;
  text-decoration: underline;
}

.download-main .btn-link {
  white-space: normal !important;
}

.footer-container {
  background: #222222;
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .footer-container {
    padding: 50px 0;
  }
}

.footer-container .col-md-3:not(:last-child) {
  border-right: 1px solid rgba(86, 86, 86, 0.6);
}

.footer-container .foote-content {
  padding: 50px 20px;
  height: 100%;
}

@media (max-width: 768px) {
  .footer-container .foote-content {
    padding: 0;
  }
}

.footer-container .foote-content ul li {
  position: relative;
}

.footer-container .foote-content ul li:not(:last-child) {
  border-bottom: 1px solid rgba(86, 86, 86, 0.6);
}

.footer-container .foote-content ul li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 40%;
  background: #78B833;
}

.footer-container .foote-content ul li a {
  padding: 8px 15px;
  display: block;
}

.footer-container .foote-content .media i {
  font-size: 20px;
  font-weight: 100;
}

.footer-container .foote-content .media h5 {
  font-weight: 300;
  font-size: 18px;
}

.footer-container .foote-content .btn-link i {
  padding-right: 10px;
}

.footerbottom {
  padding: 15px 0;
}

.footerbottom .nav-link {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .blockquote p {
    font-size: 1rem;
  }
}

.gototop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-size: 32px;
  width: 40px;
  background: white;
  position: fixed;
  bottom: -50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #333;
  z-index: 99;
  border-radius: 50%;
  right: 15px;
  cursor: pointer;
}

.ytp-title-enable-channel-logo .ytp-title {
  opacity: 0;
  display: none;
  background: red;
}
/*# sourceMappingURL=main.css.map */