@font-face {
  font-family: "coconat";
  src: url("../font/DFVN\ Coconat-BoldExt.otf") format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "coconat";
  src: url("../font/DFVN\ Coconat-Regular.otf") format("opentype");
  font-weight: regular;
}

@font-face {
  font-family: "Playfair";
  src: url("../font/PlayfairDisplay-VariableFont_wght.ttf") ("opentype");
}

body {
  background: #ececec;
  font-family: Playfair;
}
.sc-02 {
  margin-top: -60px;
}
.sc-02-contain {
  padding: 40px 120px 120px 120px;
  background: url(../img/bg-02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.img-title {
  width: 400px;
}
.sc-02-contain p {
  font-family: "coconat";
  font-size: 24px;
  margin: 30px 0;
}
.sc-02-contain span.tyt {
  position: relative;
  display: block;
}
.sc-02-contain span.tyt::before {
  position: absolute;
  content: "";
  height: 1px;
  background: #222;
  left: 40px;
  top: 12px;
  width: calc(100% - 122px);
}
.sc-padding {
  padding: 90px 0;
}
.sc-03 img.flower-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
}
.sc-03 {
  position: relative;
}
.sc-03 p {
  font-size: 26px;
  font-family: "coconat";
  font-weight: bold;
  color: #1dc4be;
  margin: 30px 0;
}
.sc-04 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.sc-04 p {
  font-family: "coconat";
  font-size: 36px;
  margin: 40px 0;
  color: #ff5151;
}
.sc-04 img.wall-right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25%;
  width: 20px;
}
.sc-04 img.wall-left {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25%;
  width: 20px;
}
.img-flower-left {
  position: absolute;
  bottom: 24px;
  width: 140px;
  left: 20px;
}
footer {
  background: url(../img/footer.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 40px 0 160px 0;
}
footer h2 {
  font-family: "coconat";
  font-size: 24px;
  margin: 20px 0;
  color: #1ab8b3;
  line-height: 40px;
  font-weight: bold;
}
footer h3 {
  font-family: "coconat";
  font-size: 16px;
  color: #ff5151;
}

.product {
  background: url(../img/blue-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 20px 120px 20px;
  border-radius: 20px;
  font-style: italic;
  margin: 20px 0;
}
.product-contain .col:nth-child(even) .product {
  background: url(../img/red-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.product-contain .product img.quota {
  content: url("../img/quota.svg");
}
.product-contain .col:nth-child(even) .product img.quota {
  content: url("../img/quota-white.svg");
}
.product .title {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.product img.quota {
  margin: 20px 0;
  width: 40px;
}
.product .title span {
  font-size: 14px;
}

.product .desc {
  font-size: 20px;
}
.modal-dialog .modal-content {
  background: url(../img/modal-bg.jpg);
  background-position: center bottom;
  background-size: cover;
}
.modal-header {
  border-bottom: none;
  display: block !important;
  padding: 20px 40px;
}
.close-modal {
  position: absolute;
  font-size: 36px;
  right: 10px;
  top: 4px;
}
.close-modal:hover {
  cursor: pointer;
}
.modal-header-right {
  position: relative;
  display: block;
  margin-top: 30px;
}
.modal-header-right::before {
  position: absolute;
  content: "";
  height: 1px;
  background: #222;
  left: 40px;
  top: 12px;
  width: calc(100% - 122px);
}
.modal-body {
  padding: 20px 40px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #4fd2cd;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  text-decoration: none;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1ab8b3;
  color: #fff;
  text-decoration: none;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.btn-youtube {
  display: inline-block;
  padding: 8px 28px;
  border: 2px solid #1dc4be;
  border-radius: 50px;
  background: #fffcf9;
}
.btn-youtube:hover {
  border: 2px solid #1dc4be !important;
}
.btn-youtube img {
  display: inline-block;
  margin-top: -5px;
  width: 28px;
  margin-right: 6px;
}
.sc-05 {
  position: relative;
}
.flower-right-large {
  position: absolute;
  left: 0;
  top: 50px;
  width: 70px;
}
