@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.title {
  position: relative;
}

.title h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
}

.title p {
  margin-bottom: 0;
}

.main-btn {
  margin: 0;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-transform: none;
  min-width: 160px;
}

.main-btn::before {
  content: "";
  display: block;
  background-color: var(--fs-color-primary);
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.main-btn:hover,
.main-btn:focus {
  border-color: #fff;
  background-color: #fff;
  color: var(--fs-color-primary);
  opacity: 0.9;
}

.main-btn:hover:before,
.main-btn:focus:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  background-color: var(--shop-color-button);
  color: var(--shop-color-button-text);
}

#top-bar .nav > li.html {
  font-size: 14px;
}

#masthead .button {
  margin: 0;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  text-transform: none;
  min-width: 160px;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-size: 16px;
  color: var(--fs-color-primary);
}

/* home */
.home1 .text-box-content {
  max-width: 500px;
}

.home1 .banner h2 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.home1 .banner p {
  font-size: 18px;
  margin-bottom: 30px;
}

.home2 {
  background-color: #f6f6f6;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.home2 .title {
  margin-bottom: 30px;
}

.home2 .col-inner {
  height: 100%;
}

.home2 .icon-box {
  padding: 40px;
  background: #fff;
  border-bottom: 3px solid transparent;
  transition: all 0.15s ease;
  height: 100%;
}

.home2 .icon-box:hover {
  border-color: var(--fs-color-primary);
  box-shadow: 0 44px 98px rgba(0, 0, 0, 0.12);
}

.home3 {
  padding: 80px 0;
}

.home3 .img {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}

.home3 .img1 {
  padding-bottom: 25%;
}

.home3 .img2 {
  position: absolute;
  width: 75%;
  left: 25%;
  bottom: 0;
}

.home4 {
  background-color: #f5f5f5;
}

.home4 .title {
  margin-bottom: 30px;
}

.home4 .accordion-item {
  background-color: #fff;
  margin-bottom: 15px;
}

.home4 .accordion-title {
  padding: 20px;
  width: 100%;
  text-align: left;
  box-shadow: none;
  color: #0b2341;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  background-color: #fff;
}

.home4 .accordion-inner {
  padding: 0 20px 1px;
}

.home4 .accordion .toggle {
  margin: 0;
  left: unset;
  right: 5px;
  top: 15px;
}

.home4 .accordion .toggle .icon-angle-down:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.66699%2016H25.3337%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M16%206.6665V25.3332%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  display: block;
}

.home4 .accordion .active .toggle .icon-angle-down:before {
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.66699%2016H25.3337%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
}

.home5 {
  padding: 0;
  overflow: hidden;
}

.home5 .col {
  padding-bottom: 0;
}

.home5 .title {
  margin-bottom: 50px;
}

.home5 .jet-progress-bar {
  margin-bottom: 18px;
}

.home5 .jet-progress-bar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 24px;
}
.home5 .jet-progress-bar__title {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 5px;
}
.home5 .jet-progress-bar__title-text {
  font-size: 14px;
  font-weight: 600;
}
.home5 .jet-progress-bar__wrapper {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 3px;
  background-color: #f3f3f3;
  border-radius: 5px;
}
.home5 .jet-progress-bar__status-bar {
  height: 100%;
  width: 0%;
  background-color: var(--fs-color-primary);
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home5 .jet-progress-bar:nth-child(1) .jet-progress-bar__status-bar {
  -webkit-transition: width ease 200ms;
  transition: width ease 200ms;
}
.home5 .jet-progress-bar:nth-child(2) .jet-progress-bar__status-bar {
  -webkit-transition: width ease 250ms;
  transition: width ease 250ms;
}
.home5 .jet-progress-bar:nth-child(3) .jet-progress-bar__status-bar {
  -webkit-transition: width ease 300ms;
  transition: width ease 300ms;
}
.home5 .jet-progress-bar:nth-child(4) .jet-progress-bar__status-bar {
  -webkit-transition: width ease 350ms;
  transition: width ease 350ms;
}
.home5 .jet-progress-bar__percent {
  color: var(--shop-color-text);
  font-weight: bold;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 10px;
  margin-bottom: 25px;
  display: flex;
  animation: opacity 2s;
}
.home5 .counter-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .home5 .counter-content {
    padding-left: 150px;
  }
  .home5 .counter-banner {
    padding-right: 0;
    text-align: right;
  }
  .home5 .counter-banner .banner-img {
    width: 132%;
    margin-left: -32%;
  }
}
@media (max-width: 991px) {
  .home5 .row {
    flex-flow: column-reverse;
  }
  .home5 .counter-content {
    padding: 80px 15px 0;
  }
  .home5 .counter-banner {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home5 .counter-content {
    padding-top: 40px;
  }
}

.home6 {
  padding: 80px 0;
  background-color: #f6f6f6;
}

.home6 .title {
  margin-bottom: 50px;
}

.home7 {
  padding-top: 60px;
  position: relative;
  background-image: url(//cdn.hstatic.net/themes/200001086147/1001419291/14/home_partner_img.jpg?v=498);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  color: #ffffff;
}

.home7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.home7 .box-image {
  aspect-ratio: 16 / 9;
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 15px;
}

.home7 .box-image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* QUAN TRỌNG */
  object-position: center;
}

.home7 .container {
  margin-top: 30px;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.home7 .container .main-btn {
  margin: 0 auto;
  display: block;
  width: fit-content;
  margin-top: 50px;
  margin-bottom: 80px;
}

/* bcv */
.bcv .col-inner {
  height: 100%;
}

/* service */
.slogan {
  overflow: hidden;
  width: 100%;
  min-height: 70px;
}

.slogan ul {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: visible !important;
  vertical-align: text-top;
  list-style: none;
}

.slogan ul li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  top: 70px;
  font-size: 60px;
  line-height: 1.2;
  margin: 0;
}

.slogan ul li span {
  display: inline-block;
}

.slogan ul li:first-child {
  top: 0;
}

.service2 {
  padding: 80px 0;
}

.service2 .row1 {
  border-bottom: 1px solid rgba(11, 35, 65, 0.2);
  margin-bottom: 50px;
}

.service2 .row2 .col {
  flex-basis: calc(100% / 5);
  max-width: calc(100% / 5);
}

.service3 {
  background-color: #f5f5f5;
}

.col-padding .col-inner {
  padding-left: 120px;
  padding-right: 15px;
}

.col-padding.col-left .col-inner {
  padding-right: 120px;
  padding-left: 15px;
}

.service3 .icon-box {
  display: flex;
  gap: 20px;
  padding: 25px 30px;
  border-radius: 8px;
  transition: all 0.3s;
}

.service3 .icon-box:hover {
  background-color: var(--fs-color-primary);
}

.service3 .icon-box:hover img {
  filter: brightness(0) invert(1);
}

.service3 .icon-box:hover * {
  color: #fff;
}

.service4 {
  padding: 80px 0;
}

.service4 .title {
  margin-bottom: 50px;
}

.service4 .col-inner {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 5px;
  margin-top: 5px;
}

.service4 .icon-box {
  margin-bottom: 15px;
}

.service4 .icon-box h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.service4 .icon-box-img img {
  border-radius: 99px;
  overflow: hidden;
}

.service4 .box-rating {
  color: var(--fs-color-primary);
}

.service5 {
  background-color: #f5f5f5;
}

.service5 .title {
  margin-bottom: 30px;
}

.service5 input[type="email"],
.service5 input[type="number"],
.service5 input[type="tel"],
.service5 input[type="text"],
.service5 textarea {
  box-shadow: 0 25px 98px rgba(0, 0, 0, 0.075);
  border-radius: 30px;
  height: 45px;
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
}

.service5 input[type="submit"] {
  margin: 0;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
}

.wpcf7-spinner {
  display: none;
}

.service6 {
  padding: 80px 0;
}

/* blog-wrapper */
.blog-wrapper {
  padding: 0;
}

.blog-wrapper .post-item .box {
  box-shadow: 0 25px 98px rgba(0, 0, 0, 0.1);
}

.post-item .from_the_blog_excerpt {
  margin-bottom: 15px;
}

.archive-page-header {
  display: none !important;
}

.page_header {
  position: relative;
  background-image: url(//cdn.hstatic.net/themes/200001086147/1001419291/14/header_banner_blog.jpg?v=498);
  background-size: cover;
  background-position: center;
  padding: 180px 0;
}

.page_header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.page_header h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
}

#breadcrumbs,
#breadcrumbs a {
  color: #fff;
  position: relative;
  z-index: 2;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 38px;
  height: 38px;
  line-height: 34px;
  border-radius: 6px;
}

.blog-list {
  padding: 80px 0;
}

/* post-item */
.post-item .box {
  background-color: #fff;
  padding: 15px;
  transition: all 0.3s;
}

.post-item .box-text {
  padding: 0;
  padding-top: 15px;
}

.post-item .post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .box-text .button {
  margin: 0;
  background-color: var(--fs-color-primary);
  color: #fff;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 40px;
  border-radius: 88px;
}

.box-blog-post .is-divider {
  display: none;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  .home1 .banner {
    padding-top: 500px !important;
  }

  .home1 .banner h2 {
    font-size: 20px;
    text-align: center;
  }

  .home1 .banner p {
    font-size: 16px;
    text-align: center;
  }

  .title h2 {
    font-size: 26px;
  }

  .home2 .icon-box {
    padding: 15px;
    text-align: center;
  }

  .home2 .icon-box .icon-box-img {
    margin-left: auto;
    margin-right: auto;
  }

  .col-padding.col-left .col-inner,
  .col-padding .col-inner {
    padding: 30px 15px;
  }

  .service1 .banner {
    padding-top: 350px !important;
  }

  .slogan ul li {
    font-size: 30px;
  }

  .service2 .row2 .col {
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
