@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: "Montserrat";
  src: url("../font/Montserrat-Bold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf");
  font-weight: 400;
}

body {
  font-family: "Montserrat";
  font-size: 18px;
  color: #222;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  opacity: 0;
  width: 40px;
  text-align: center;
  right: 15px;
  bottom: 15px;
  transition: background 0.3s;
  z-index: 9999;
}

.back-to-top img {
  width: 100%;
}

.back-to-top:hover {
  text-decoration: none;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.sc-px {
  padding: 60px 0;
}

.sc01 {
  position: relative;
  background: linear-gradient(180deg, #fff1d4 0%, #ffffffac 100%),
    url("../img/bg.jpg") center center / cover no-repeat;
  /* background-blend-mode: overlay; */
  /* hòa màu với ảnh nền */
  padding: 80px 0;
  /* tạo khoảng cách trên dưới cho section */
}

.sc01 h1 {
  font-family: "Montserrat";
  color: #d88208;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 32px;
}

.sc01 h1 span {
  color: #111;
  font-size: 48px;
}

.sc01 p {
  font-size: 20px;
  /* font-family: "coconat"; */
}

.sc01 p span {
  font-size: 20px;
  /* font-family: "coconat"; */
  font-weight: 600;
  background: #a1ffe9;
  padding: 2px 6px;
}

.sc01 h3 {
  font-size: 14px;
}

.sc01 h3 span {
  background: #fcaf17;
  font-weight: 600;
  padding: 4px 6px;
  font-size: 12px;
}

.sc02 h2 {
  font-family: "coconat";
  font-size: 28px;
  line-height: 42px;
}

.sc02 h2 img {
  display: inline-block;
  margin-right: 20px;
  margin-top: -38px;
  width: 54px;
}

.ico {
  border-left: 4px solid;
  padding-left: 24px;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 500;
  color: #d45555;
}

.sc-title {
  text-align: center;
  font-size: 40px;
  font-family: "Montserrat";
  /* color: #4f1a19; */
  font-weight: 600;
  margin-bottom: 40px;
}

.sc-title span {
  background: #fcaf17;
  font-weight: 600;
  padding: 4px 6px;
  font-size: 36px;
  color: #fff;
  display: inline-block;
  margin: 4px 0;
}

.mediao {}

.mediao h4 {
  font-size: 20px;
  font-weight: 600;
}

.mediao p {
  color: #555;
  font-family: "coconat";
  font-size: 16px;
}

.mediao .flex-shrink-0 img {
  width: 68px;
}

figcaption {
  font-size: 16px;
  margin-top: 8px;
}

ul.contact-fixed {
  position: fixed;
  right: 18px;
  bottom: 120px;
  z-index: 996;
  transition: all 0.4s;
  padding: 0;
  margin: 0;
}

ul.contact-fixed li {
  display: block;
  margin: 8px 0;
}

ul.contact-fixed li a {}

ul.contact-fixed li a img {
  width: 36px;
  box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 11%);
  border-radius: 13px;
}

main {
  margin-top: 60px;
}

/*--*/
#footer-fixed-wapper {
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 99;
  overflow: hidden;
  transition: all 0.4s ease;
}

#footer-fixed-wapper .box {
  background: #febc1d;
  padding: 4px 8px 4px 4px;
  color: #222;
  position: relative;
  display: inline-block;
  border-radius: 4px;
}

#footer-fixed-wapper a {
  color: #400000;
  text-decoration: none;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: start;
  font-weight: 600;
}

.service-list li i {
  color: #007bff;
  /* xanh ô tô */
  font-size: 20px;
  margin-right: 8px;
}

.contactSC {
  padding: 60px 0 120px 0;
}

.contactSC ul.contact-info {
  padding: 0;
}

.contactSC ul.contact-info li {
  display: block;
  margin: 20px 0;
}

.contactSC ul.contact-info li a {
  border-radius: 40px;
  background: var(--Linear1, linear-gradient(180deg, #f6f284 0%, #f8d661 100%));
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.08);
  padding: 16px 40px;
  display: inline-block;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}