:root {
  --bg-header: #fb6d43;
  --cl-title: #fb6d43;
  --border-header: #ffe479;
  --web-color-green: #76a13f;
  --web-color-orange: #fb6d43;
  --web-color-yellow: #ffe479;
}
@font-face {
  font-family: "SVN Poppins";
  src: url(../fonts/SVN-Poppins-Regular.ttf) format("TrueType");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "SVN Poppins";
  src: url(../fonts/SVN-Poppins-Medium.ttf) format("TrueType");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "SVN Poppins";
  src: url(../fonts/SVN-Poppins-SemiBold.ttf) format("TrueType");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "SVN Poppins";
  src: url(../fonts/SVN-Poppins-Bold.ttf) format("TrueType");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Black.otf) format("opentype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.ttf) format("TrueType");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Medium.ttf) format("TrueType");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-SemiBold.ttf) format("TrueType");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Bold.ttf) format("TrueType");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf) format("TrueType");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.ttf) format("TrueType");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.ttf) format("TrueType");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf) format("TrueType");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Constructio-Grotesk";
  src: url(../fonts/DFVN-Constructio-Grotesk.otf) format("opentype");
  font-weight: 400;
  font-display: swap;
}
.f-cg {
  font-family: "Constructio-Grotesk", sans-serif;
}
.f-inter {
  font-family: "Inter", sans-serif;
}
.f-poppins {
  font-family: "Poppins", sans-serif;
}
body {
  font-family: "SVN Poppins", sans-serif;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #636363;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  width: 100%;
}
* {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input,
textarea,
select {
  outline: none;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.img__ {
  position: relative;
  overflow: hidden;
}
.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
input {
  outline: none;
}
.c-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}
.img_full img {
  width: 100%;
  height: auto;
}
.img-h-full img {
  height: 100%;
}
.img-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}
.s-content table {
  max-width: 100%;
  width: 100%;
}
.s-content iframe {
  max-width: 100%;
}
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}
.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}
.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.avatar {
  border-radius: 50%;
  background-color: var(--bg-header);
  clip-path: inset(-100% 0 0 0 round 50%);
  overflow: unset;
}

.avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  width: 68%;
  height: auto;
  transition: transform 0.2s ease;
}

.avatar:hover img {
  transform: translate(-50%, -50%) scale(1.3);
}
.pt-full{
  padding-top: 100%;
}
.tab-content-tree .tab-title-tree svg path{
  fill: var(--web-color-orange);
}
.section_banner{
  height: 80vh;
}
@media (max-width: 1023.98px) {
  .section_banner{
    height: 80vh;
  }
  .section_banner .slide-banner_home, .section_banner .slide-banner_home .bg_banner_home{
    height: 100%;
  }
  
}
@media (min-width: 1651px) {
  .container {
    max-width: 1720px;
  }
}
