body {
  font-size: 15px;
  font-family: 'iCiel VAG Rounded Next', sans-serif;
  color: #b7b7b7;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

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

input:focus,
textarea:focus,
select:focus,
button:focus {
  border-color: rgba(242, 126, 127, 0.6) !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(242, 126, 127, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(242, 126, 127, 0.6) !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("../images/icons/select-arrow.svg");
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 6px;
  padding-left: 10px;
  padding-right: 18px !important;
}

a:hover {
  color: #f27e7f;
  text-decoration: none;
}

img,
iframe {
  max-width: 100%;
}

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

.form-control:disabled,
.form-control[readonly] {
  background-color: #fefefe;
}

.y-box-img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.y-box-img .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.y-box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.y-box-zoom {
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  position: absolute;
}

.y-box-zoom:hover {
  transform: scale(1.05);
}

.box-img-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.box-img-flex.y-img-left {
  justify-content: flex-start;
}

.box-img-flex img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.y-text-editor * {
  max-width: 100%;
}

.y-text-editor h1 {
  font-size: 72px;
}
@media only screen and (max-width: 1190px) {
  .y-text-editor h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .y-text-editor h1 {
    font-size: 24px;
  }
}
.y-text-editor h2 {
  font-size: 64px;
}
@media only screen and (max-width: 1190px) {
  .y-text-editor h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .y-text-editor h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .y-text-editor h2 {
    font-size: 24px;
  }
}
.y-text-editor h3 {
  font-size: 48px;
}
@media only screen and (max-width: 1190px) {
  .y-text-editor h3 {
    font-size: 26;
  }
}
@media only screen and (max-width: 767px) {
  .y-text-editor h3 {
    font-size: 24px;
  }
}
.y-text-editor h4 {
  font-size: 36px;
}
@media only screen and (max-width: 1190px) {
  .y-text-editor h4 {
    font-size: 24px;
  }
}
.y-text-editor h5 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .y-text-editor h5 {
    font-size: 16px;
  }
}
.y-text-editor h6 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .y-text-editor h6 {
    font-size: 16px;
  }
}

.y-text-editor blockquote {
  margin: 0 0 1.25em;
  padding: 0 1.25em 0 1.875em;
  border-left: 2px solid #111;
  font-style: italic;
}

.y-text-editor p {
  margin-bottom: 10px;
}

.y-text-editor img {
  max-width: 100%;
  height: auto !important;
  display: initial;
}

.y-text-editor iframe {
  max-width: 100%;
}

.y-text-editor table {
  width: 100%;
}

.y-text-editor i {
  font-style: italic;
}

.y-text-editor u {
  text-decoration: underline;
}

.y-text-editor a {
  text-decoration: underline;
}

.y-text-editor b,
.y-text-editor strong {
  font-weight: bold;
}

.y-text-editor ul {
  padding-left: 30px;
  list-style-type: disc;
}

.y-text-editor ul li {
  display: list-item;
}

.y-text-editor ol {
  padding-left: 30px;
  list-style-type: decimal;
}

.y-text-editor ol li {
  display: list-item;
}

.y-mobile-menu {
  width: 85%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -85%;
  background-color: #f3f3f3;
  box-sizing: border-box;
  font-size: 14px;
  transition: .2s;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
}

.y-mobile-menu.show {
  left: 0;
}

.m-menu__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}

.m-menu__title .title {
  font-size: 14px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.m-menu__title .m-menu-close {
  padding: 0;
  font-size: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  color: #111;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8px;
}

.y-mobile-menu ul {
  margin: 0;
  padding-left: 0;
}

.y-mobile-menu li {
  position: relative;
  list-style-type: none;
}

.y-mobile-menu li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 11px 20px;
  transition: .2s;
  line-height: 1.3;
}

.y-mobile-menu li.active > a {
  color: #00B140;
}

.y-mobile-menu li.has-submenu a {
  padding-right: 35px;
}

.y-mobile-menu li > a:before {
  content: '';
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.has-submenu > a {
  position: relative;
}

.has-submenu > .btn-toggle-sub {
  width: 40px;
  height: 42px;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  z-index: 2;
}

.has-submenu > .btn-toggle-sub:before {
  content: "+";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
  font-size: 18px;
}

.has-submenu.opened > .btn-toggle-sub:before {
  content: "-";
}

.has-submenu .sub-menu {
  padding-left: 20px;
  display: none;
}

.has-submenu .sub-menu li a {
  font-size: 14px;
}

.overlay-menu.active {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: .5s;
  z-index: 888;
}

/* btn Menu mobile */
.y-header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: grey;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 7px 15px;
  box-sizing: border-box;
  z-index: 777;
}

.mobile-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 26px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.mobile-menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.mobile-menu-btn span:not(:last-child) {
  margin-bottom: 6px;
}

/* ./Menu mobile */
/* Nav Slider Owl 2 */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: 10px;
  border-radius: 50%;
  background-color: #B7B7B7 !important;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  color: #fff;
  background-color: #B7B7B7;
  font-size: 30px;
  border-radius: 50%;
}

.owl-carousel .owl-nav .owl-prev {
  left: calc(50% - 54px);
}

.owl-carousel .owl-nav .owl-next {
  right: calc(50% - 54px);
}

/* Css - Hover show Nav */
/*.owl-carousel .owl-nav {
    display: none;
    transition:  opacity 1s ease-out;
    visibility: hidden;
    opacity: 0;
 }*/
/*.owl-carousel:hover .owl-nav {
    display: block;
    visibility: visible;
    opacity: 1;
 }

 /* Dots Slider Owl 2 */
.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  z-index: 99;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 auto;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}

.owl-carousel .owl-dots .owl-dot span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 1;
  width: 12px;
}

.y-owl-style-3 .box-info-slider {
  max-width: 800px;
}

@media (min-width: 992px) {
  .y-owl-style-3 .box-info-slider {
    margin: 30px 60px;
  }
}
@media (min-width: 768px) {
  .y-owl-style-3 .box-info-slider {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    padding: 20px;
    background: transparent;
    width: 100%;
    color: #fff;
    z-index: 3;
  }

  .y-owl-style-3 .box-info-slider .title-slider {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.box-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.padding-section {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .padding-section {
    padding: 40px 0;
  }
}

.color-main {
  color: #f27e7f;
}

.btn-main,
.btn-main-2 {
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 45px;
  text-align: center;
}
.btn-main:hover,
.btn-main-2:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .btn-main,
  .btn-main-2 {
    padding: 10px 24px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .btn-main,
  .btn-main-2 {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.btn-main {
  background-color: #f27e7f;
  color: #fff;
  border: 1px solid #f27e7f;
}
.btn-main:hover {
  color: #fff;
}

.btn-main-2 {
  background-color: #00a2e0;
  color: #fff;
}
.btn-main-2:hover {
  color: #fff;
}

.title-main {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #f27e7f;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.bg-section {
  background-color: #FCEDE9;
}
.bg-section .title-main {
  color: #f27e7f;
}

.row-align-center {
  align-items: center;
}

.box-desktop {
  display: block;
}

.box-mobile {
  display: none;
}

@media (max-width: 991px) {
  .box-desktop {
    display: none;
  }

  .box-mobile {
    display: block;
  }
}
.header {
  background-color: #000;
}
.header .content-header {
  position: relative;
}

.footer {
  padding: 50px 0 60px;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.list-social li {
  display: inline-block;
  margin-right: 10px;
}
.list-social li a i {
  font-size: 20px;
}

.feedback-slider .item-feedback .info-customer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 15px 8px;
  border-bottom: 1px solid #e1e8ed;
}
.feedback-slider .item-feedback .info-customer .img-cus {
  width: 40px;
}
.feedback-slider .item-feedback .info-customer .img-cus img {
  border-radius: 50%;
}
.feedback-slider .item-feedback .rating-feedback {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.feedback-slider .item-feedback .rating-feedback .name-cus {
  line-height: 1.3;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.feedback-slider .item-feedback .rating-feedback .rating {
  display: flex;
}
.feedback-slider .item-feedback .rating-feedback .rating i {
  display: inline-block;
  color: #ffc120;
  font-size: 13px;
  margin-right: 2px;
}
.feedback-slider .item-feedback .desc-feedback {
  padding: 10px 15px 15px;
}

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