@font-face {
  font-family: "Linotte";
  src: url("../fonts/Linotte/Linotte Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Linotte";
  src: url("../fonts/Linotte/Linotte Bold.ttf") format("truetype");
  font-weight: bold;
}
.block-banner-popup-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  z-index: 996;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.block-banner-popup {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-banner-popup .item {
  position: relative;
}
.block-banner-popup .item .close {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 35px !important;
  border: 1px solid red;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  color: red;
  opacity: 0.8 !important;
}

.navbar-toggle .icon-bar {
  background-color: #333 !important;
}

.navbar-default .navbar-nav > li > a {
  color: #7373C7;
}

.navbar-default .navbar-nav > li.selected a {
  color: #5b5ba5;
}

@media (min-width: 1200px) {
  .navbar-collapse > ul {
    padding-left: 30px !important;
  }
  .navbar-collapse > ul > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.pro-description .product-content {
  padding-top: 12px;
}

.navbar-default .form-horizontal {
  right: 0;
}

.itemFixed {
  box-shadow: 5px 10px #888888;
}

@media (max-width: 768px) {
  .navbar-default .form-horizontal {
    margin-left: -60px;
  }
  .navbar-default .nav.navbar-nav li {
    text-align: left !important;
  }
  .navbar-default .nav.navbar-nav li a {
    text-align: left !important;
  }
  .block-banner-popup .item {
    width: 70%;
  }
}
.combo-section-01 {
  background: url("../images/s3/bg-section-01.jpg") top center no-repeat;
  background-size: cover;
}
.combo-section-01 .w3-logo {
  padding-top: 40px;
}
.combo-section-01 .cs-02 {
  padding-top: 110px;
  padding-bottom: 100px;
}
.combo-section-01 .cs-02 .text-right {
  margin-top: -80px;
}

.combo-section-02 {
  padding-top: 30px;
  background: url("../images/s3/bg-section-02.jpg") top center no-repeat;
  background-size: cover;
}
.combo-section-02 .cs-title-02 {
  color: #17A0C2;
  font-size: 62px;
  font-weight: bold;
  font-family: "Linotte";
}
.combo-section-02 .cs-title-03 {
  padding: 15px 0;
}
.combo-section-02 .cs-title-03 div {
  display: inline-block;
  background: #17A0C2;
  color: white;
  padding: 8px 15px;
  font-size: 20px;
  border-radius: 25px;
}
.combo-section-02 .cs-title-04 {
  color: #005968;
  font-size: 18px;
}
.combo-section-02 .cs-title-05 {
  color: #005968;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.combo-section-02 .row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.combo-section-02 .row .col-lg-6:first-child img:first-child {
  margin-bottom: 30px;
}

.combo-section-03 {
  padding-top: 30px;
  background: url("../images/s3/bg-section-03.jpg") top center no-repeat;
  background-size: cover;
  font-size: 18px;
}
.combo-section-03 .cs-03-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 20px;
}
.combo-section-03 .col-lg-8 {
  padding-top: 150px;
  padding-bottom: 50px;
}
.combo-section-03 .button-modal {
  padding-bottom: 20px;
}

.button-modal {
  margin-top: 15px;
  text-align: right;
}
.button-modal a {
  display: inline-block;
  background: #FFFF00;
  border-radius: 10px;
  padding: 5px 15px;
  font-weight: bold;
  color: #111;
  border: 1px solid #fff;
}
.button-modal a span {
  color: #0000cc;
}

.combo-container {
  font-size: 18px;
}
.combo-container img {
  max-width: 100%;
}

.combo-section-04 {
  background: #dededd;
  padding-bottom: 100px;
}
.combo-section-04 .box-content {
  background: #17A0C2;
  border-radius: 15px;
  padding: 15px;
  color: #ffffff;
}

.combo-section-05 {
  padding-top: 140px;
  padding-bottom: 120px;
  background: url("../images/s3/bg-section-05.jpg") top center no-repeat;
  background-size: cover;
  color: #fff;
}
.combo-section-05 .box-content {
  background: #FFFF00;
  border-radius: 15px;
  padding: 15px;
  color: #66B655;
}

.combo-section-06 {
  padding-top: 50px;
}
.combo-section-06 .cs-title-06-1 {
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 15px;
}
.combo-section-06 .cs-title-06-2 {
  color: #005968;
  padding-bottom: 15px;
  text-align: center;
}
.combo-section-06 .cs-title-06-3 {
  background: #606060;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .combo-section-01 {
    background: url("../images/s3/bg-section-01.jpg") top center no-repeat;
    background-size: cover;
  }
  .combo-section-01 .w3-logo {
    padding-top: 30px;
  }
  .combo-section-01 .cs-02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .combo-section-01 .cs-02 .text-right {
    margin-top: 10px;
  }
}
#openRegisterModal .modal-body {
  border-radius: 0;
  padding: 0;
  background: url("../images/s3/modal-bg.png") top center no-repeat;
  background-size: cover;
}
#openRegisterModal .modal-content {
  border-radius: 0;
}
#openRegisterModal .modal-content .mc-content {
  position: absolute;
  top: 24%;
  right: 7%;
  left: 7%;
  padding: 20px;
}
#openRegisterModal .modal-content .mcc-bound-title {
  text-align: center;
}
#openRegisterModal .modal-content .mcc-bound-title .mcc-title {
  display: inline-block;
  background: url("../images/s3/modal-title.png") no-repeat;
  background-size: contain;
  padding: 5px 20px 7px 20px;
  color: #fff;
  font-size: 20px;
}
#openRegisterModal .modal-content #mcc-bound-title-1 {
  left: 0;
  right: 0;
  top: -15px;
  position: absolute;
}
#openRegisterModal .modal-content .form-bound {
  padding-top: 30px;
  padding-bottom: 15px;
}
#openRegisterModal .modal-content .form-bound .form-control-bound {
  margin-bottom: 15px;
  border-bottom: 2px dashed #FEC20A;
  display: flex;
}
#openRegisterModal .modal-content .form-bound .form-control-bound label {
  display: block;
  min-width: 100px;
  background: url("../images/s3/modal-label.png") no-repeat;
  background-size: cover;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#openRegisterModal .modal-content .form-bound .form-control-bound input {
  height: 30px;
  border: 0;
  display: block;
  min-width: 200px;
}
#openRegisterModal .modal-content .form-bound .form-control-bound input:focus {
  outline: none;
}
#openRegisterModal .modal-content img {
  width: 100%;
}

footer {
  background-color: #94d3c9;
  border-top: 10px solid #94d3c9;
  color: #7373c7 !important;
}
footer a {
  color: #7373c7 !important;
}

.itemFixed.hotLine,
#back-to-top {
  background: #7373c7;
}
.itemFixed.hotLine p span,
#back-to-top p span {
  color: #fff !important;
}

.itemFixed.hotLine span {
  color: #7373c7 !important;
  border-color: #7373c7 !important;
}

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