.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

table,
th,
td {
  border: 1px solid #beb7ad8c;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: left;
}

@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}

@media (max-width: 767px) {
  .col-md-4 {
    float: left !important;
    width: 50% !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

@media (min-width: 992px) {
  .container {
    width: 850px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1240px;
    padding: 0 15px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .col-xs-5ths {
    width: 100%;
    float: left;
  }
}

@media (min-width: 1160px) {
  .col-xs-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-xs-5ths {
    width: 20%;
    float: left;
  }
}

.col-xs-4ths,
.col-sm-4ths,
.col-md-4ths,
.col-lg-4ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-4ths {
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .col-xs-4ths {
    width: 100%;
    float: left;
  }
}

@media (min-width: 1160px) {
  .col-xs-4ths {
    width: 25%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-xs-4ths {
    width: 25%;
    float: left;
  }
}

.main__banner {
  background-image: url(https://mant.vn/wp-content/uploads/2021/04/banner-scaled-1-scaled.jpg);
  padding-top: 100px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main__banner p {
  font-size: 22px;
  color: #929394;
  width: 45%;
  margin: 20px 0;
}

.main__banner button {
  color: white;
  background: #8f856b;
  padding: 15px 60px;
  font-weight: bold;
  font-size: 25px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
}

.main__banner button:hover {
  opacity: 0.7;
}

.submit__banner {
  width: 34%;
}

.submit__banner p {
  font-size: 18px;
  margin: 5px 25px;
}

p.main__banner--header {
  font-size: 55px;
  color: white;
  width: 42%;
  font-weight: bold;
  line-height: 1.2;
}

.main__introduce p {
  font-size: 20px;
  color: #8f856b;
  text-align: center;
  padding: 15px 0 50px;
}

.main__introduce {
  background: #f6f5f1;
}

.introduce__content img {
  border-radius: 20px;
}

.introduce__headding {
  font-size: 50px;
  color: #8f856b;
  padding: 100px 0 0;
  text-align: center;
  font-weight: bold;
}

.introduce__content .item {
  text-align: center;
}

.introduce__content p {
  text-align: center;
  font-size: 25px;
  color: black;
  font-weight: bold;
}

.introduce__button {
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}

.introduce__button button {
  padding: 15px 40px;
  color: #8f856b;
  border: 4px solid #8f856b;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px;
}

.main__use {
  padding: 0px 50px 45px;
}

.main__use--content {
  padding: 0 70px;
}

.main__use--content img {
  border-radius: 15px;
}

.main__use--content p {
  line-height: 1.2;
  text-align: left;
}

.main__use--header {
  color: #8f856b;
  padding: 100px 0;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}

.main__use--content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #8f856b;
}

.main__use--content .item {
  text-align: center;
}

.customer_reviews {
  background: #f6f5f1;
  padding: 0 50px 60px;
}

.customer__reviews--items {
  margin-bottom: 30px;
}

.customer_reviews--header {
  color: #8f856b;
  padding: 100px 0;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}

.info__reviews--top {
  display: flex;
}

.info__reviews--top .avatar {
  flex: 2;
  border: 2px solid #f6f5f1;
  border-radius: 125px;
  overflow: hidden;
  height: 125px;
  width: 125px;
  text-align: center;
}

.info__reviews--top .info {
  flex: 3;
  text-align: left;
  padding-top: 50px;
}

.info__reviews--top .info h4 {
  font-size: 35px;
  font-weight: bold;
}

.info__reviews--top .info p {
  font-size: 22px;
}

.info__reviews {
  border: 3px solid #b1b2b3;
  border-radius: 10px;
  margin: 0 auto;
  padding: 25px 5px;
}

.content__reviews {
  text-align: center;
  margin-top: 15px;
}

.content__reviews p {
  font-size: 22px;
  text-align: left;
  padding: 0 45px 20px;
}

.product__description {
  padding-top: 10px;
}

.product__description .items {
  display: flex;
}

.product__description .item-left {
  flex: 1;
  text-align: right;
}

.product__description .item-right {
  flex: 1;
  text-align: left;
  max-height: 700px;
}

.product__description--content {
  background: #afa894;
  padding: 180px 100px;
  height: 100%;
}

.product__description--content h3 {
  font-size: 50px;
  color: white;
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
}

.product__description--content p {
  color: white;
  font-size: 25px;
  width: 90%;
  margin-bottom: 30px;
}

.product__description--content button {
  color: white;
  background: #8f856b;
  padding: 15px 60px;
  font-weight: bold;
  font-size: 35px;
  border-radius: 15px;
  border: none;
}

@media (max-width: 767px) {
  .main__banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main__banner p {
    font-size: 16px;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    line-height: 1.3;
  }

  p.main__banner--header {
    width: 100%;
    font-size: 28px;
    text-align: center;
  }

  .submit__banner {
    width: 100%;
    text-align: center;
  }

  .introduce__headding {
    font-size: 25px;
    padding: 35px 0 30px;
  }

  .note__header {
    display: none;
  }

  .main__introduce p {
    font-size: 20px;
    padding: 0 0 30px;
  }

  .introduce__content {
    padding: 0;
  }

  .introduce__button button {
    padding: 10px;
    font-size: 18px;
  }

  .main__use {
    padding: 0px 15px 45px;
  }

  .main__use--header {
    padding: 40px 0;
    font-size: 25px;
  }

  .main__use--content {
    padding: 0 25px;
  }

  .main__use--content p {
    font-size: 14px;
    margin-bottom: 45px;
    text-align: center;
  }

  .customer__reviews--items {
    margin-right: 20px;
  }

  .customer_reviews {
    background: #f6f5f1;
    padding: 0 15px 60px;
  }

  .customer_reviews--header {
    padding: 50px 0;
    font-size: 25px;
    line-height: 1.3;
  }

  .info__reviews .avatar {
    border-radius: 90px;
    height: 65px;
    width: 65px;
    flex: 3;
  }

  .info__reviews .info {
    flex: 7;
    padding-top: unset;
    text-align: left;
    margin: 30px 0 0;
  }

  .info__reviews .info h4 {
    font-size: 16px;
  }

  .info__reviews .info p {
    font-size: 12px;
  }

  .content__reviews p {
    font-size: 12px;
    text-align: center;
    padding: 10px;
    line-height: 1.4;
  }

  .info__reviews {
    margin: 10px 0;
    padding: 20px 0px;
  }

  .product__description--content {
    padding: 50px 15px;
    text-align: center;
  }

  .product__description--content h3 {
    font-size: 25px;
    width: 100%;
    text-align: center;
    line-height: 1.3;
    padding: 0 0 20px;
  }

  .product__description--content p {
    color: white;
    font-size: 16px;
    width: 100%;
    margin-bottom: 30px;
    line-height: 1.3;
  }

  .product__description--content button {
    padding: 10px 50px;
    font-size: 25px;
  }

  .product__description {
    padding-top: 10px;
  }

  .product__description .items {
    display: block;
  }

  .product__description .item-left,
  .product__description .item-right {
    flex: unset;
  }
}

.feature__main {
  background: #f6f5f1;
  padding: 20px;
}

.feature__link--pages a {
  color: #8f856b;
  font-size: 18px;
}

.feature__content .content {
  background: #fff;
  padding: 20px;
}

.title__product h3 {
  color: #8f856b;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid;
  padding: 20px 0 10px;
}

.title__product p {
  color: red;
  text-align: left;
  padding: 15px 0 25px;
}

.info__product h4 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
}

.back--page {
  margin: 60px auto 10px;
  text-align: center;
}

.back--page a {
  color: #fff;
  background: #8f856b;
  padding: 20px 46px;
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .back--page a {
    padding: 15px 20px;
    font-size: 20px;
  }

  .item__right {
    width: 100% !important;
  }

  .feature__link--pages a {
    font-size: 14px;
  }
}

.nav__category {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 20px;
  background: #f6f5f1;
  height: 70px;
  line-height: 70px;
  width: 100%;
}

.nav__category .item {
  display: inline-block;
  text-align: center;
  min-width: 170px;
  padding: 0 30px;
}

.nav__category a {
  padding: 10px 20px;
  background: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 2px 2px 4px 0 #000000a3;
}

.category__menu--items {
  background: #f6f5f1;
  padding: 100px 0;
}

.category__menu--items .item__top img {
  width: 100%;
  height: 100%;
}

.category__menu--items a {
  background: #fff;
  color: #8f856b;
  text-align: center;
  font-weight: bold;
  border-radius: 0 0 7px 7px;
  margin: -4px 0 0;
  padding: 12px 0;
  display: block;
}

.category__menu--items .item {
  cursor: pointer;
}

.category__menu--items .item img {
  border-radius: 10px 10px 0 0;
}

.category__menu--items .item::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #1f1d3a;
  display: none;
  opacity: 0.4;
  padding-right: 30px;
  border-radius: 10px;
}

.category__menu--items .item:hover::before {
  display: block;
}

.active__item {
  position: relative;
}

.active__item::after {
  content: "\2714";
  position: absolute;
  color: #fff;
  top: 0;
  font-size: 50px;
  font-weight: bold;
  display: block;
  background: #1f1d3a;
  opacity: 0.5;
  width: 85%;
  height: 100%;
  padding: 45% 33%;
  border-radius: 10px;
}

.category__show--product {
  padding: 100px 0;
}

.category__show--product .item {
  margin-bottom: 30px;
}

.category__show--product img {
  border-radius: 10px 10px 0 0;
}

.category__show--product h3 {
  font-size: 50px;
  color: #8f856b;
  text-align: center;
  font-weight: bold;
}

.category__show--product h4 {
  text-align: center;
  color: #8f856b;
  font-weight: bold;
  font-size: 25px;
}

.category__show--product .headding p {
  color: #8f856b;
  text-align: center;
  margin: 15px 0 50px;
  font-size: 24px;
}

.category__show--product .content p {
  color: #8f856b;
  text-align: center;
  font-size: 20px;
}

.category__show--product .item__img img {
  width: 100%;
  height: 100%;
}

.category__show--product .note__img {
  background: #e8e6e6;
  border-radius: 0 0 10px 10px;
  padding: 20px 0;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .category__menu--items {
    padding: 50px 0;
  }

  .category__show--product {
    padding: 50px 0;
  }

  .category__show--product .content {
    padding: 0;
  }

  .category__show--product h3 {
    font-size: 25px;
  }

  .category__show--product .headding p {
    font-size: 16px;
    line-height: 1.3;
  }

  .item.col-md-2 {
    display: inline-block;
  }

  .category__show--product h4 {
    font-size: 18px;
  }

  .category__show--product .content p {
    font-size: 14px;
  }

  .category__show--product .note__img {
    padding: 15px 0;
  }

  .active__item {
    position: relative;
  }

  .active__item::after {
    width: 87%;
  }

  .category__menu--items .item::before {
    width: 87%;
  }
}

.owl-item.active,
.owl-item {
  width: 230px !important;
}

.product__description--img img {
  width: 100%;
}