:root {
  --main-color: #bd9f5c; }

@font-face {
  font-family: calibri;
  src: url(../font/calibri.ttf);
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: calibri;
  src: url(../font/calibrib-bold.ttf);
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: calibri;
  src: url(../font/calibril-light.ttf);
  font-weight: 300;
  font-style: normal; }
body {
  font-family: 'calibri', sans-serif;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  position: relative; }

a {
  color: #bd9f5c; }
  a:hover {
    text-decoration: none; }

.pd-0 {
  padding: 0 !important; }

.pl-50 {
  padding-left: 50px; }

header {
  z-index: 9;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #ffffff; }
  header .logo {
    padding: 20px 0; }
  header.fixed {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid var(--main-color); }
    header.fixed .navbar-nav {
      padding-top: 15px; }
    header.fixed .header-top {
      display: none; }
  header .header-top {
    background-color: #000;
    color: var(--main-color);
    padding: 5px 0; }
    header .header-top a {
      color: #ffffff; }
  header .navbar-nav {
    padding: 12px 0;
    flex-direction: row;
    float: right; }
    header .navbar-nav .nav-item {
      list-style: none;
      margin: 0 20px; }
      header .navbar-nav .nav-item:first-child {
        margin-left: 0; }
      header .navbar-nav .nav-item:last-child {
        margin-right: 0; }
      header .navbar-nav .nav-item.active .nav-link {
        color: var(--main-color);
        font-weight: 500; }
      header .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        color: #103a71;
        font-weight: 400;
        display: block; }
        header .navbar-nav .nav-item .nav-link:hover {
          font-weight: 500;
          color: var(--main-color); }
        header .navbar-nav .nav-item .nav-link:after {
          display: block;
          content: attr(title);
          font-weight: 500;
          height: 0;
          overflow: hidden;
          visibility: hidden; }

img {
  max-width: 100%; }

.gotop {
  width: 40px;
  height: 40px;
  background-color: #bd9f5c;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  position: fixed;
  right: 100px;
  bottom: 196px;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid  #bd9f5c;
  display: none; }
  .gotop.active {
    display: block; }
  .gotop:hover {
    background-color: transparent;
    color: #bd9f5c;
    border-color: #bd9f5c; }

.video-item {
  position: relative;
  border-radius: 9px;
  overflow: hidden; }
  .video-item video {
    width: 100%;
    max-width: 100%;
    border-radius: 9px;
    overflow: hidden; }
  .video-item .playpause {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffffff;
    border-radius: 50%;
    color: #009fde;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    cursor: pointer; }
    .video-item .playpause:hover {
      background-color: #009fde;
      color: #fff; }
    .video-item .playpause i {
      margin-left: 4px; }

.list-unstyle {
  padding-left: 0;
  list-style: none; }

.btn {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #17aeee;
  border-radius: 5px;
  border: 1px solid #17aeee; }
  .btn:hover {
    background-color: #fff;
    color: #17aeee; }

.bg-title {
  background-color: var(--main-color);
  color: #fff;
  padding: 10px; }

.bg-color {
  background-color: var(--main-color); }

.border-10 {
  border-radius: 10px; }

.pt-100 {
  padding-top: 100px; }

.pt-20 {
  padding-top: 20px; }

.no-padding {
  padding: 0; }

.text-color {
  color: var(--main-color); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: 'calibri', sans-serif; }

.heading-title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--main-color); }

.no-border {
  border: 0; }

.pt-50 {
  padding-top: 50px; }

.mt-percent-30 {
  margin-top: 30%; }

.pb-50 {
  padding-bottom: 50px; }

.full {
  width: 100%; }

.main-bg {
  padding: 200px 0 115px;
  position: relative; }
  .main-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background-size: auto;
    background-image: url("../images/bg-top.png");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 500px; }
  .main-bg.main-video {
    padding-top: 0; }
  .main-bg:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-size: auto;
    background-image: url(../images/bg-bottom.png);
    background-repeat: no-repeat;
    min-height: 500px;
    z-index: -1;
    width: 100%;
    background-position: bottom; }
  .main-bg h2 {
    color: #103a71;
    text-transform: uppercase;
    margin-bottom: 30px; }

.product-item .product-info {
  margin-top: 20px;
  color: #103a71; }

.box-note {
  border: 1px solid #38b5e6;
  color: #103a71;
  text-align: center;
  padding: 15px 30px;
  border-radius: 5px;
  margin-top: 30px; }

.section {
  background-size: cover;
  background-attachment: fixed; }
  .section + .fp-auto-height {
    height: 200px !important; }

.arrowUp {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .arrowUp:hover img {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 100;
    animation-iteration-count: 100; }

#fullpage #section0 {
  background-image: url(../images/bgheader1.jpg);
  background-position: center; }
  #fullpage #section0 .fp-tableCell {
    vertical-align: top;
    padding-top: 200px; }
  #fullpage #section0 .img-left {
    margin-top: -55px; }
    #fullpage #section0 .img-left img {
      width: 200px; }
  #fullpage #section0 h2 {
    font-size: 28px;
    font-weight: 700;
    color: #103a71; }
  #fullpage #section0 p {
    color: #103a71;
    font-size: 24px;
    line-height: 20px; }
#fullpage #section1 {
  background-image: url(../images/bg2.jpg); }
#fullpage #section2 {
  background-image: url(../images/bg3.jpg); }
#fullpage #section3 {
  background-image: url(../images/bg4.jpg); }
#fullpage #section4 {
  background-image: url(../images/bg5.jpg); }
#fullpage #section5 {
  background-image: url(../images/bg6.jpg);
  background-position: center -30px; }

#fullpage-qt .section .counter-qt {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #103a71;
  width: 50px;
  height: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  color: #103a71;
  margin: 120px auto 30px; }
#fullpage-qt .section h4 {
  font-size: 24px;
  font-weight: 700;
  color: #103a71;
  margin-bottom: 15px;
  text-transform: uppercase; }
#fullpage-qt .section h3 {
  margin-bottom: 30px;
  text-transform: uppercase; }
#fullpage-qt .section p {
  font-size: 18px;
  color: #636d78; }
#fullpage-qt .section-content .hedding-title, #fullpage-qt .section-content p {
  color: #103a71; }
#fullpage-qt #section0 {
  background-image: url(../images/bg8.jpg); }
  #fullpage-qt #section0 .counter-qt {
    border-color: #ffffff;
    color: #ffffff; }
  #fullpage-qt #section0 h3 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff; }
  #fullpage-qt #section0 h4, #fullpage-qt #section0 p {
    color: #ffffff; }
#fullpage-qt #section1 {
  background-image: url(../images/img9.jpg); }
  #fullpage-qt #section1 .fp-tableCell {
    vertical-align: top;
    padding-top: 100px; }
  #fullpage-qt #section1 ul li {
    font-size: 18px;
    color: #636d78;
    line-height: 20px; }
#fullpage-qt #section2 {
  background-image: url(../images/img10.jpg);
  background-position: 0 100%; }
  #fullpage-qt #section2 .fp-tableCell {
    vertical-align: top;
    padding-top: 100px; }
#fullpage-qt #section3 {
  background-image: url(../images/img11.jpg); }
  #fullpage-qt #section3 .fp-tableCell {
    vertical-align: top;
    padding-top: 100px; }
#fullpage-qt #section4 {
  background-image: url(../images/img12.jpg); }
  #fullpage-qt #section4 .fp-tableCell {
    vertical-align: top;
    padding-top: 100px; }
#fullpage-qt #section5 {
  background-image: url(../images/img13.png); }
  #fullpage-qt #section5 h4, #fullpage-qt #section5 p {
    color: #ffffff; }
  #fullpage-qt #section5 .counter-qt {
    border-color: #ffffff;
    color: #ffffff; }

#fp-nav.right, #fp-nav.left {
  margin: 0 auto; }
#fp-nav.right ul {
  float: right; }

#fp-nav ul li, .fp-slidesNav ul li {
  height: 14px;
  margin-bottom: 20px; }
  #fp-nav ul li a span, .fp-slidesNav ul li a span {
    width: 12px;
    height: 12px;
    background-color: #95a3bc;
    margin: 0; }
    #fp-nav ul li a span:before, .fp-slidesNav ul li a span:before {
      content: '';
      position: absolute;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      border: 2px solid #365385;
      top: -7px;
      left: -7px;
      opacity: 0; }
  #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    height: 12px;
    width: 12px;
    margin: 0;
    background-color: #365385; }
    #fp-nav ul li a.active span:before, .fp-slidesNav ul li a.active span:before {
      opacity: 1; }
  #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #365385; }
    #fp-nav ul li:hover a span:before, .fp-slidesNav ul li:hover a span:before {
      opacity: 1; }
  #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: 0;
    border-radius: 100%;
    background-color: #365385; }
    #fp-nav ul li:hover a.active span:before, .fp-slidesNav ul li:hover a.active span:before {
      opacity: 1; }
  #fp-nav ul li:last-child, .fp-slidesNav ul li:last-child {
    opacity: 0; }

.section-content {
  transition-delay: 0.1s; }
  .section-content .hedding-title {
    font-size: 48px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 0; }
  .section-content p {
    font-size: 24px;
    color: #ffffff; }

#slider-product {
  margin-top: -50px; }
  #slider-product .item img {
    margin: 0 auto; }
  #slider-product .carousel-control.left, #slider-product .carousel-control.right {
    background-image: none; }
    #slider-product .carousel-control.left span, #slider-product .carousel-control.right span {
      position: absolute;
      top: 50%;
      margin-top: -20px; }
  #slider-product .carousel-control.left span {
    left: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  #slider-product .carousel-control.right span {
    right: 0; }

#carousel-quytrinh .item img {
  width: 30%;
  max-width: 100%;
  display: inline-block;
  float: left; }
#carousel-quytrinh .item .carousel-caption {
  position: unset;
  margin-left: 35%;
  text-align: left;
  text-shadow: none;
  color: #636d78;
  padding-top: 0; }
  #carousel-quytrinh .item .carousel-caption h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    color: #44b9e7; }
#carousel-quytrinh .carousel-indicators {
  bottom: -40px; }
  #carousel-quytrinh .carousel-indicators li {
    border-color: #ababab;
    background-color: #ababab; }
    #carousel-quytrinh .carousel-indicators li.active {
      background-color: #163f74;
      border-color: #163f74; }

footer {
  padding: 50px 0;
  background-color: #ffffff;
  color: #222222;
  font-size: 16px;
  border-bottom: 5px solid var(--main-color); }
  footer p {
    margin-bottom: 5px; }
  footer ul {
    float: right; }
    footer ul li {
      margin-left: 15px;
      display: inline-block;
      width: 40px;
      height: 40px;
      border: 1px solid var(--main-color);
      background-color: var(--main-color);
      border-radius: 50%;
      text-align: center; }
      footer ul li:hover {
        background-color: transparent;
        color: var(--main-color); }
        footer ul li:hover a {
          color: var(--main-color); }
      footer ul li a {
        display: block;
        font-size: 24px;
        color: #ffffff; }

@media (min-width: 1366px) and (max-width: 1680px) {
  #fullpage #section5 {
    background-position: center 50px; } }
@media (max-width: 1366px) {
  .mt-percent-30 {
    margin-top: 20%; }

  #slider-banner .carousel-caption p {
    display: none; }
  #slider-banner .carousel-indicators {
    bottom: -20px;
    width: 100%; }
    #slider-banner .carousel-indicators li {
      display: inline-block; }
      #slider-banner .carousel-indicators li span {
        display: none; }

  .height-650 {
    min-height: 650px; } }
@media (min-width: 1280px) and (max-width: 1366px) {
  .section-about {
    padding: 0; }
    .section-about h2 {
      font-size: 36px; }
    .section-about .item-about {
      padding-right: 0;
      padding-left: 0; }
      .section-about .item-about li {
        font-size: 14px; }
    .section-about .left-skin-image {
      background-size: contain; }
    .section-about .item-about-right h2 {
      font-size: 30px;
      margin: 10px 0; }
    .section-about .item-about-right h4 {
      font-size: 16px;
      margin: 5px 0; }
    .section-about .item-about-right ul {
      margin-bottom: 0; }

  #fullpage-qt .section .counter-qt {
    margin-top: 30px; }

  #fullpage #section5 {
    background-position: center -10px; } }
@media (min-width: 991px) and (max-width: 1280px) {
  .section-about .item-about {
    padding-right: 100px; }

  #fullpage #section5 {
    background-position: center 30px; } }
@media (min-width: 991px) {
  .collapse.navbar-collapse {
    display: block; }

  .navbar-toggle {
    display: none; } }
@media (max-width: 1024px) and (min-width: 992px) {
  #fullpage #section5 .fp-tableCell img {
    width: 250px; } }
@media (max-width: 991px) {
  .mt-percent-30 {
    margin-top: 5%; }

  .product-item {
    margin-bottom: 100px; }

  .img-lefts {
    min-height: 250px; }

  .gioi-thieu .item {
    margin-top: 30px; }

  .pl-50 {
    padding-left: 0; }

  body {
    font-size: 16px !important; }

  header .navbar-nav {
    padding-top: 25px; }
    header .navbar-nav .nav-item {
      margin: 0 5px; }
  header .navbar-toggle {
    display: block;
    top: 0;
    font-size: 36px;
    padding: 15px 30px; }
  header.fixed .logo img {
    height: 120px; }
  header .logo {
    display: inline-block;
    padding: 30px 0; }
    header .logo img {
      max-height: 120px; }
  header .main-menu {
    position: absolute;
    background-color: white;
    width: 100%;
    z-index: 9; }
  header .navbar-collapse.collapse {
    display: none !important; }
    header .navbar-collapse.collapse.in {
      display: block !important; }

  #fullpage #section0 {
    background-image: url("../images/bgheader2.jpg");
    background-repeat: no-repeat;
    padding-bottom: 150px;
    background-position: bottom; }
    #fullpage #section0 .img-left img {
      width: 180px; }
    #fullpage #section0 .img-right {
      padding-left: 20px;
      margin-top: 0; }
      #fullpage #section0 .img-right h2 {
        font-size: 42px;
        width: 30%; }
      #fullpage #section0 .img-right p {
        font-size: 28px;
        line-height: 40px; }
  #fullpage #section5 {
    background-image: url("../images/bg2-home.jpg");
    text-align: center;
    background-position: bottom;
    padding-bottom: 150px; }
    #fullpage #section5 .fp-tableCell {
      vertical-align: top;
      text-align: left;
      padding-top: 150px; }
      #fullpage #section5 .fp-tableCell img {
        width: 370px; }

  #fullpage-qt .section h4 {
    font-size: 32px; }
  #fullpage-qt #section1, #fullpage-qt #section2, #fullpage-qt #section4 {
    background-position: center bottom;
    background-repeat: no-repeat; }
  #fullpage-qt #section3 {
    background-position: 52% 73%;
    background-repeat: no-repeat;
    background-size: 306%; }
    #fullpage-qt #section3 .fp-tableCell {
      padding-top: 200px; }
  #fullpage-qt #section4 .fp-tableCell {
    padding-top: 200px; }
  #fullpage-qt #section5 {
    background-image: url("../images/bg3-qt.jpg");
    background-repeat: no-repeat; }
    #fullpage-qt #section5 .fp-tableCell {
      VERTICAL-ALIGN: top; }

  .video-item {
    margin-right: 0;
    margin-bottom: 100px; }

  footer ul {
    text-align: center;
    float: none; }

  section {
    padding: 20px 0; }
    section:nth-child(1) {
      padding-top: 0; }
    section.section-about {
      padding: 50px 0; }

  .section-ingredient .pt-100 {
    padding-top: 50px; }

  #section6 footer {
    padding: 40px 0; }

  #fp-nav.right, #fp-nav.left {
    right: 5%; }

  .section-content .hedding-title {
    font-size: 56px; }
  .section-content p {
    font-size: 37px; } }
@media (min-width: 768px) {
  header .navbar-collapse.collapse.in {
    display: block !important; }
    header .navbar-collapse.collapse.in .navbar-nav {
      padding-left: 0;
      float: left;
      flex-direction: column; }
      header .navbar-collapse.collapse.in .navbar-nav li {
        float: none;
        margin: 0; }
        header .navbar-collapse.collapse.in .navbar-nav li a {
          display: block;
          padding: 20px 0;
          font-size: 25px; } }

/*# sourceMappingURL=style.css.map */
