@charset "UTF-8";
@import url("../js/lib/aos/aos.css");
@import url("../css/font-awesome/all.css");
@import url("../css/hambuger.css");
@import url("../css/animation/animate.min.css");
@import url("../js/lib/swiper/swiper-bundle.min.css");
@import url("../js/lib/magificPopup/magnific-popup.css");
@import url("../js/lib/lightGallery/lightgallery.min.css");
@import url("../js/lib/fluidplayer/fluidplayer.css");
@import url(../font/averta/stylesheet.css);
@import url(../font/Monstserrat/stylesheet.css);
*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

img,
iframe {
  max-width: 100%;
  border: 0;
  vertical-align: middle; }

ol,
ul {
  list-style-type: none; }

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: bold; }

a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  transition: 0.3s all; }
  a:hover {
    color: #b42f39; }

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

i,
.italic {
  font-style: italic; }

sup {
  vertical-align: top;
  font-size: 70%; }

select {
  outline: none; }

.img-w-100 img {
  width: 100%;
  height: auto;
  object-fit: cover; }

.img-h-100 img {
  width: auto;
  height: 100%;
  object-fit: cover; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 10px; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 9px; } }
  @media only screen and (max-width: 480px) {
    html {
      font-size: 8px; } }

body {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #000;
  min-height: 100vh; }

a {
  text-decoration: none;
  color: inherit; }

input,
select,
button,
textarea {
  outline: none;
  border: none; }

button,
select {
  cursor: pointer; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

img {
  max-width: 100%;
  vertical-align: middle; }

iframe {
  width: 100%;
  height: 100%; }

li {
  list-style-type: none; }

::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e5e5e5; }

::-webkit-scrollbar-thumb {
  background-color: #3b1c1a; }

::selection {
  background: #3b1c1a;
  color: #fff; }

@media only screen and (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: block;
    width: 2px;
    height: 2px;
    background-color: white; } }

.rs-form {
  -webkit-appearance: none;
  appearance: none; }

.no-scroll,
.no-scroll-pop {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none; }

.sec,
.sec-90,
.sec-80,
.sec-70,
.sec-60,
.sec-50 {
  width: 100%;
  position: relative; }

.sec {
  padding: 10rem 0; }
  .sec-90 {
    padding: 9rem 0; }
  .sec-80 {
    padding: 8rem 0; }
  .sec-70 {
    padding: 7rem 0; }
  .sec-60 {
    padding: 6rem 0; }
  .sec-50 {
    padding: 5rem 0; }

@media screen and (max-width: 1200px) {
  .sec {
    padding: 8rem 0; }
    .sec-90 {
      padding: 7rem 0; }
    .sec-80 {
      padding: 6rem 0; }
    .sec-70 {
      padding: 5.5rem 0; }
    .sec-60 {
      padding: 4.5rem 0; }
    .sec-50 {
      padding: 4rem 0; } }

@media screen and (max-width: 768px) {
  .sec {
    padding: 4rem 0; }
    .sec-90 {
      padding: 4rem 0; }
    .sec-80 {
      padding: 4rem 0; }
    .sec-70 {
      padding: 3rem 0; }
    .sec-60 {
      padding: 3rem 0; }
    .sec-50 {
      padding: 3rem 0; } }

.con,
.con-m,
.con-x,
.con-xl {
  width: 100%;
  padding: 0 3rem;
  position: relative;
  margin: 0 auto; }

.con {
  max-width: 123rem; }
  .con-m {
    max-width: 147rem; }
  .con-x {
    max-width: 154rem; }
  .con-xl {
    max-width: 192rem; }

.dp-block {
  display: block; }

.fl-con,
.fl-col {
  display: flex;
  padding: 0; }

.fl-col {
  flex-direction: column; }

.fl-ct {
  display: flex;
  justify-content: center;
  align-items: center; }

.fl-wrap {
  flex-wrap: wrap; }

.aln-ct {
  align-items: center; }

.jus-ct {
  justify-content: center; }

.jus-spa {
  justify-content: space-between; }

.col-1 {
  width: calc(100% / 12); }

.col-2 {
  width: calc(100% * 2 / 12); }

.col-3 {
  width: calc(100% * 3 / 12); }

.col-4 {
  width: calc(100% * 4 / 12); }

.col-5 {
  width: calc(100% * 5 / 12); }

.col-6 {
  width: calc(100% * 6 / 12); }

.col-7 {
  width: calc(100% * 7 / 12); }

.col-8 {
  width: calc(100% * 8 / 12); }

.col-9 {
  width: calc(100% * 9 / 12); }

.col-10 {
  width: calc(100% * 10 / 12); }

.col-11 {
  width: calc(100% * 11 / 12); }

.col-12 {
  width: 100%; }

.col-2-25 {
  width: calc(100% * 2.25 / 12); }

.pd-lr {
  padding: 0 1.5rem; }

.pd-tb {
  padding: 1.5rem 0; }

.pd-15 {
  padding: 1.5rem; }

.pd-30 {
  padding: 3rem; }

.pd-0 {
  padding: 0; }

.pdt-0 {
  padding-top: 0; }

.pdb-0 {
  padding-bottom: 0; }

.pdr-0 {
  padding-right: 0; }

.pdl-0 {
  padding-left: 0; }

.mg-ct {
  margin: 0 auto; }

.mg-mid {
  margin: auto 0; }

.mg-l {
  margin-left: auto; }

.mg-r {
  margin-right: auto; }

.mg-t {
  margin-top: auto; }

.mg-0 {
  margin: 0; }

.mgt-0 {
  margin-top: 0; }

.mgb-0 {
  margin-bottom: 0; }

.mgb-15 {
  margin-bottom: 15px; }

.mgb-30 {
  margin-bottom: 30px; }

.full-w {
  width: 100%; }

.full-h {
  height: 100%; }

.rto-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; }

.rto-box {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden; }

.abs-ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.hov-df {
  transition: 0.3s linear; }

.f-black {
  font-weight: 900; }

.f-bold {
  font-weight: bold; }

.f-semi {
  font-weight: 600; }

.f-med {
  font-weight: 500; }

.f-thin {
  font-weight: 300; }

.f-ita {
  font-style: italic; }

.txt-ct {
  text-align: center; }

.txt-r {
  text-align: right; }

.c-pri {
  color: #3b1c1a; }

.c-sec {
  color: #f6c380; }

.c-bla {
  color: #000; }

.c-whi {
  color: #fff; }

.flex-wrap {
  flex-wrap: wrap; }

.justify-content-start {
  justify-content: flex-start; }

.container {
  width: 1410px;
  margin: 0 auto;
  padding: 0;
  max-width: 100%; }
  @media screen and (max-width: 1410px) {
    .container {
      padding: 0 15px !important; } }

.container-full {
  margin: 0 auto;
  padding: 0 15px;
  width: 192rem;
  max-width: 100%; }
  .container-full .wrapper-container-full {
    margin: 0 -15px; }

.text__ani {
  transform: translate3d(0, 10rem, 0);
  opacity: 0;
  transition: 0.8s ease;
  transition-delay: 0.6s; }

.title__ani {
  display: block;
  top: 0;
  position: relative;
  transform: translate3d(0, 100%, 0);
  transition: 0.8s ease;
  transition-delay: 0.4s; }
  .title__ani__wrap {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative; }
  .title__ani.title__delay1 {
    transition-delay: 0.5s; }
  .title__ani.title__delay2 {
    transition-delay: 0.6s; }

.active .text__ani,
.active .title__ani {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.fadeItem {
  transform: translate3d(10rem, 0, 0);
  transition: 0.8s ease;
  opacity: 0; }
  .fadeItem.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.wow.checking.animate__animated {
  opacity: 0;
  animation: checking 0.8s ease-in 0.5s forwards; }

.wow.rolling.animate__animated {
  opacity: 0;
  animation: rolling 1s ease forwards; }

.upItem {
  margin: 0 auto;
  transform: scale(0);
  opacity: 0;
  transition: 0.8s ease; }
  .upItem.active {
    opacity: 1;
    transform: scale(1); }

@keyframes BTT {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes letterBlink {
  0% {
    opacity: 1; }
  47% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  53% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes monaImg2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg) scale(1.05); }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg) scale(1); } }

@keyframes monaImg {
  0% {
    opacity: 1;
    transform: scale(1.05); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cart {
  0% {
    left: 0;
    transform: translate(-100%, -50%); }
  100% {
    left: 100%;
    transform: translate(100%, -50%); } }

@keyframes checking {
  0% {
    transform: translate(-20%, -20%) scale(5);
    opacity: 0; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; } }

@keyframes rolling {
  0% {
    transform: translate(-50%, -50%) rotate(230deg);
    opacity: 0; }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 1; } }

@keyframes roll {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes blink {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 1; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.1; } }

@keyframes tabIn {
  0% {
    transform: translate3d(0, -100%, 0);
    opacity: 1; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes tabOut {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    transform: translate3d(0, 100%, 0);
    opacity: 1; } }

@keyframes button {
  0% {
    transform: translate(-50%, -150%); }
  100% {
    transform: translate(-50%, -50%); } }

@keyframes shaking {
  0% {
    transform: translate(-50%, -50%); }
  20% {
    transform: translate(-50%, -50%) scale(1.1); }
  40% {
    transform: translate(-50%, -50%) scale(1.1) rotate(30deg); }
  60% {
    transform: translate(-50%, -50%) scale(1.1) rotate(-30deg); }
  80% {
    transform: translate(-50%, -50%) scale(1.1); }
  100% {
    transform: translate(-50%, -50%); } }

@keyframes subBtn {
  0% {
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg); }
  25% {
    top: 50%;
    right: -3rem;
    transform: translateY(-50%) rotate(90deg);
    opacity: 0; }
  50% {
    top: 150%;
    right: -3rem;
    transform: translate(50%, -1.5rem) rotate(0); }
  75% {
    top: 150%;
    right: 50%;
    transform: translate(50%, -1.5rem) rotate(0);
    opacity: 0; }
  100% {
    transform: translate(50%, -1.5rem) rotate(0);
    top: 100%;
    right: 50%;
    opacity: 1; } }

@keyframes subBtn2 {
  0% {
    transform: translate(50%, -1.5rem) rotate(0);
    top: 100%;
    right: 50%;
    opacity: 1; }
  25% {
    top: 150%;
    right: 50%;
    transform: translate(50%, -1.5rem) rotate(0);
    opacity: 0; }
  50% {
    top: 150%;
    right: -3rem;
    transform: translate(50%, -1.5rem) rotate(0); }
  75% {
    top: 50%;
    right: -3rem;
    transform: translateY(-50%) rotate(90deg);
    opacity: 0; }
  100% {
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg); } }

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideDown {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(100%);
    opacity: 1; } }

@keyframes fadeUp {
  0% {
    transform: translateY(30%); }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeLeft {
  0% {
    transform: translate(-100%, -105%); }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1; } }

@keyframes fadeRight {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes zoomAni {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes fadeContentLeft {
  0% {
    transform: translateX(5rem);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeContentRight {
  0% {
    transform: translateX(-5rem);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeContentRightOut {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(-5rem);
    opacity: 0; } }

@keyframes fadeContentUp {
  0% {
    transform: translateY(5rem);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeContentDown {
  0% {
    transform: translateY(0%);
    opacity: 1; }
  100% {
    transform: translateY(100%);
    opacity: 0; } }

@keyframes fadeContentTab {
  0% {
    transform: translateY(-5%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes gogo2 {
  0% {
    left: 1.7rem; }
  25% {
    left: 0.7rem; }
  50% {
    left: 1.7rem; }
  75% {
    left: 2.7rem; }
  100% {
    left: 1.7rem; } }

@keyframes jumping {
  0% {
    transform: translate(-50%, calc(-50% - 1.2rem)); }
  50% {
    transform: translate(-50%, calc(-50% + 0.5rem)); }
  100% {
    transform: translate(-50%, calc(-50% - 1.2rem)); } }

@keyframes play-btn {
  0% {
    width: 3rem;
    height: 3rem;
    opacity: 0.5; }
  100% {
    width: 6rem;
    height: 6rem;
    opacity: 0.1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0); } }

@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0); } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }

@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(5px);
    -moz-transform: translatex(5px);
    -o-transform: translatex(5px);
    transform: translatex(5px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }

@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(5px);
    -moz-transform: translatex(5px);
    -o-transform: translatex(5px);
    transform: translatex(5px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(5px);
    -moz-transform: translatex(5px);
    -o-transform: translatex(5px);
    transform: translatex(5px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes waveLoading {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }

@keyframes zoom {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes growDown {
  0% {
    transform: scaleY(0); }
  80% {
    transform: scaleY(1.1); }
  100% {
    transform: scaleY(1); } }

@keyframes rotateX {
  0% {
    transform: rotateX(90deg); }
  80% {
    transform: rotateX(-10deg); }
  100% {
    transform: rotateX(0); } }

@keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px); }
  80% {
    transform: translateZ(-10px) transLateY(0px); }
  100% {
    transform: translateZ(0px) transLateY(0px); } }

@keyframes growOut {
  0% {
    transform: scale(0); }
  80% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes rotateY {
  0% {
    transform: rotateY(90deg); }
  80% {
    transform: rotateY(-10deg); }
  100% {
    transform: rotateY(0); } }

@keyframes updown {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(5%); } }

@keyframes leafanimation {
  0% {
    transform: translate(900px, 500px) rotate(0deg);
    color: rgba(255, 0, 0, 0); }
  20% {
    transform: translate(850px, 450px) rotate(360deg);
    color: rgba(255, 0, 0, 0); }
  40% {
    transform: translate(450px, 200px) rotate(720deg);
    color: rgba(255, 0, 0, 0); }
  60% {
    transform: translate(100px, 100px) rotate(1080deg);
    color: rgba(255, 0, 0, 0); }
  80% {
    transform: translate(0, 0) rotate(1440deg);
    color: rgba(255, 0, 0, 0); }
  100% {
    transform: translate(0, 0) rotate(1440deg);
    color: red; } }

.sec-90 {
  padding: 90px 0; }
  @media screen and (max-width: 1024px) {
    .sec-90 {
      padding: 45px 0; } }

.sec-80 {
  padding: 80px 0; }
  @media screen and (max-width: 1024px) {
    .sec-80 {
      padding: 40px 0; } }

.sec-60 {
  padding: 60px 0; }
  @media screen and (max-width: 1024px) {
    .sec-60 {
      padding: 30px 0; } }

#page-loading {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s ease; }
  #page-loading img {
    animation: waveLoading 3s ease-out infinite backwards; }

.tt-72 {
  font-size: 72px;
  line-height: 1.3; }
  @media screen and (max-width: 1200px) {
    .tt-72 {
      font-size: 52px; } }
  @media screen and (max-width: 750px) {
    .tt-72 {
      font-size: 32px; } }

.tt-50 {
  font-size: 50px;
  line-height: 1.3; }
  @media screen and (max-width: 750px) {
    .tt-50 {
      font-size: 40px; } }
  @media screen and (max-width: 550px) {
    .tt-50 {
      font-size: 30px; } }

.tt-46 {
  font-size: 46px;
  line-height: 1.3; }
  @media screen and (max-width: 1024px) {
    .tt-46 {
      font-size: 36px; } }
  @media screen and (max-width: 670px) {
    .tt-46 {
      font-size: 30px; } }

.tt-40 {
  font-size: 40px;
  line-height: 1.3; }
  @media screen and (max-width: 750px) {
    .tt-40 {
      font-size: 30px; } }
  @media screen and (max-width: 550px) {
    .tt-40 {
      font-size: 20px; } }

.tt-36 {
  font-size: 36px;
  line-height: 1.3; }
  @media screen and (max-width: 1024px) {
    .tt-36 {
      font-size: 24px; } }

.tt-30 {
  font-size: 30px;
  line-height: 1.3; }
  @media screen and (max-width: 550px) {
    .tt-30 {
      font-size: 20px; } }

.tt-28 {
  font-size: 28px;
  line-height: 1.3; }
  @media screen and (max-width: 550px) {
    .tt-28 {
      font-size: 20px; } }

.tt-25 {
  line-height: 1.3;
  font-size: 25px; }
  @media screen and (max-width: 550px) {
    .tt-25 {
      font-size: 20px; } }

.tt-24 {
  font-size: 24px; }
  @media screen and (max-width: 550px) {
    .tt-24 {
      font-size: 20px; } }

.tt-22 {
  font-size: 22px; }
  @media screen and (max-width: 550px) {
    .tt-22 {
      font-size: 18px; } }

.tt-20 {
  font-size: 20px; }
  @media screen and (max-width: 550px) {
    .tt-20 {
      font-size: 16px; } }

.tt-18 {
  font-size: 18px; }
  @media screen and (max-width: 550px) {
    .tt-18 {
      font-size: 16px; } }

.tt-16 {
  font-size: 16px; }
  @media screen and (max-width: 550px) {
    .tt-16 {
      font-size: 14px; } }

.tt-12 {
  font-size: 12px; }

.txt-cap {
  text-transform: capitalize; }

.txt-upcase {
  text-transform: uppercase; }

.cl-main {
  color: #3A1C1A; }

.mt-30 {
  margin-top: 30px; }
  @media screen and (max-width: 700px) {
    .mt-30 {
      margin-top: 20px; } }

.mt-5 {
  margin-top: 5px; }

.mt-20 {
  margin-top: 20px; }

.mt-15 {
  margin-top: 15px; }

.mt-100 {
  margin-top: 100px; }
  @media screen and (max-width: 1200px) {
    .mt-100 {
      margin-top: 30px; } }

.mb-30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 700px) {
    .mb-30 {
      margin-bottom: 20px; } }

.mb-15 {
  margin-bottom: 15px; }

.txt-title {
  font-weight: bold; }

.txt-desc {
  text-align: justify; }

.mona-content strong,
.mona-content b {
  font-weight: bold; }

.mona-content em,
.mona-content i {
  font-style: italic; }

.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em; }

.mona-content h1 {
  font-size: 1.7em; }

.mona-content h2 {
  font-size: 1.6em; }

.mona-content h3 {
  font-size: 1.25em; }

.mona-content h4 {
  font-size: 1.125em; }

.mona-content h5 {
  font-size: 1em; }

.mona-content h6 {
  font-size: 0.85em; }

.mona-content p {
  margin: 1em 0; }

.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside; }

.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em; }

.mona-content ul {
  list-style-type: disc; }

.mona-content ol {
  list-style-type: decimal; }

.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle; }

.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin; }

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

.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’"; }
  .mona-content blockquote::before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  .mona-content blockquote p {
    display: inline; }

.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1; }
  .mona-content table th,
  .mona-content table td {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 10px;
    vertical-align: middle; }

.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%; }
  .mona-content .mona-youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mona-content .mona-table-wrap {
  overflow: auto; }

.btn-srcoll {
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 999;
  right: 10px;
  bottom: -150%;
  border: 1px solid #3A1C1A;
  background-color: #3A1C1A;
  transition: 0.3s ease;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden; }
  .btn-srcoll:hover .fas, .btn-srcoll:active .fas {
    top: -100%; }
  .btn-srcoll:hover::after, .btn-srcoll:active::after {
    bottom: 10%; }
  .btn-srcoll .fas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all; }
  .btn-srcoll::after {
    content: '\f102';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100%;
    transition: 0.3s all; }
  @media screen and (max-width: 1200px) {
    .btn-srcoll {
      width: 30px;
      height: 30px;
      line-height: 25px; } }
  .btn-srcoll:active {
    color: #3A1C1A;
    background: #fff; }
  .btn-srcoll:hover {
    color: #3A1C1A;
    background: #fff; }

.icon-dropdown {
  transition: 0.3s all; }

.icon-dropdown.active {
  transition: 0.3s all;
  transform: rotate(180deg); }

.btn {
  display: inline-block;
  cursor: pointer;
  font: inherit;
  transition: 0.3s ease; }

.container-input {
  display: block;
  padding-left: 25px;
  width: fit-content;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease; }
  .container-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .container-input .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 99px;
    transition: 0.3s ease;
    border: 1px solid #707070; }
    .container-input .checkmark::before {
      content: '';
      position: absolute;
      display: none;
      left: 5px;
      top: 1px;
      width: 5px;
      height: 10px;
      border: solid #3A1C1A;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }
  .container-input input:checked ~ .checkmark::before {
    display: block; }

.link-w-100 {
  position: relative;
  font-family: 'Averta', sans-serif; }
  .link-w-100::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute; }
  .link-w-100:hover::after {
    width: 0%; }
  .link-w-100::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease;
    background: #3A1C1A; }

.link-w-0 {
  position: relative;
  font-family: 'Averta', sans-serif; }
  .link-w-0::after {
    width: 0%;
    height: 1px;
    content: '';
    position: absolute; }
  .link-w-0:hover::after {
    width: 100%; }
  .link-w-0::after {
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
    background: #3A1C1A; }

.link-line-100 {
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #3A1C1A, #3A1C1A);
  transition: all 0.4s linear;
  background-size: 0 2px;
  display: inline; }
  .link-line-100:hover {
    background-size: 100% 2px; }

.link-line-0 {
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #3A1C1A, #3A1C1A);
  transition: all 0.4s linear;
  background-size: 100% 2px;
  display: inline; }
  .link-line-0:hover {
    background-size: 0% 2px; }

.btn-main {
  color: #fff;
  border: 1px solid transparent;
  background: #3A1C1A;
  text-align: center;
  padding: 15px 35px; }
  .btn-main:hover {
    color: #3A1C1A;
    background: #fff;
    border: 1px solid #3A1C1A; }

.btn-linenear {
  color: #fff;
  background: linear-gradient(to right, #8f6f41, #f6c380);
  text-align: center;
  padding: 17px 35px 13px;
  font-family: 'Montserrat', sans-serif; }
  .btn-linenear:hover {
    color: #3A1C1A;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
    background: #f6c380; }

.box-left-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.box-flex {
  display: flex;
  flex-wrap: wrap; }
  .box-flex .col-1 {
    width: calc(1 / 12 * 100%); }
  .box-flex .col-2 {
    width: calc(2 / 12 * 100%); }
  .box-flex .col-3 {
    width: calc(3 / 12 * 100%); }
  .box-flex .col-4 {
    width: calc(4 / 12 * 100%); }
  .box-flex .col-5 {
    width: calc(5 / 12 * 100%); }
  .box-flex .col-6 {
    width: calc(6 / 12 * 100%); }
  .box-flex .col-7 {
    width: calc(7 / 12 * 100%); }
  .box-flex .col-8 {
    width: calc(8 / 12 * 100%); }
  .box-flex .col-9 {
    width: calc(9 / 12 * 100%); }
  .box-flex .col-10 {
    width: calc(10 / 12 * 100%); }
  .box-flex .col-11 {
    width: calc(11 / 12 * 100%); }
  .box-flex .col-12 {
    width: calc(12 / 12 * 100%); }
  @media screen and (min-width: 576px) {
    .box-flex .col-sm-1 {
      width: calc(100% / 12); }
    .box-flex .col-sm-2 {
      width: calc(100% * 2 / 12); }
    .box-flex .col-sm-3 {
      width: calc(100% * 3 / 12); }
    .box-flex .col-sm-4 {
      width: calc(100% * 4 / 12); }
    .box-flex .col-sm-5 {
      width: calc(100% * 5 / 12); }
    .box-flex .col-sm-6 {
      width: calc(100% * 6 / 12); }
    .box-flex .col-sm-7 {
      width: calc(100% * 7 / 12); }
    .box-flex .col-sm-8 {
      width: calc(100% * 8 / 12); }
    .box-flex .col-sm-9 {
      width: calc(100% * 9 / 12); }
    .box-flex .col-sm-10 {
      width: calc(100% * 10 / 12); }
    .box-flex .col-sm-11 {
      width: calc(100% * 11 / 12); }
    .box-flex .col-sm-12 {
      width: 100%; } }

.box-content-v .box-content {
  padding-top: 20px;
  font-size: 16px; }
  @media screen and (max-width: 991px) {
    .box-content-v .box-content {
      font-size: 14px; } }
  .box-content-v .box-content .txt-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    font-family: 'Averta', sans-serif; }
  .box-content-v .box-content .txt-desc {
    margin-bottom: 20px; }
  .box-content-v .box-content .link-w-100 {
    display: block;
    color: #B58D5D;
    width: fit-content; }
    .box-content-v .box-content .link-w-100::after {
      background: #B58D5D; }

.box-chuyengia {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 670px) {
    .box-chuyengia {
      justify-content: center; } }
  .box-chuyengia .img-w-100 {
    width: 35%; }
    @media screen and (max-width: 670px) {
      .box-chuyengia .img-w-100 {
        width: 240px; } }
  .box-chuyengia .box-content {
    width: 65%;
    padding-left: 35px; }
    .box-chuyengia .box-content .expert-btn {
      gap: 15px;
      justify-content: flex-start; }
      .box-chuyengia .box-content .expert-btn-booking {
        min-width: 30%; }
      .box-chuyengia .box-content .expert-btn-link {
        min-width: 30%; }
    @media screen and (max-width: 1200px) {
      .box-chuyengia .box-content {
        padding-left: 15px; } }
    @media screen and (max-width: 670px) {
      .box-chuyengia .box-content {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        text-align: center; }
        .box-chuyengia .box-content .expert-btn {
          justify-content: center; } }
    .box-chuyengia .box-content .txt-title {
      line-height: 1.3;
      font-size: 24px;
      margin-bottom: 15px;
      display: block;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .box-chuyengia .box-content .txt-title {
          font-size: 20px; } }
    .box-chuyengia .box-content .txt-chucvu {
      color: #B58D5D;
      font-size: 16px;
      margin-bottom: 15px; }
      @media screen and (max-width: 991px) {
        .box-chuyengia .box-content .txt-chucvu {
          font-size: 14px; } }
    .box-chuyengia .box-content .txt-meta-chucvu {
      color: #6E6E6E;
      font-weight: 600; }

.f-control {
  width: 100%;
  padding: 10px 15px;
  border-radius: 6px;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font: inherit;
  resize: none;
  outline: none;
  transition: 0.3s ease; }
  .f-control:focus, .f-control:hover {
    border: 1px solid #3A1C1A; }

.form-ungtuyen {
  position: relative;
  padding: 80px 50px 120px;
  background: #3A1C1A;
  color: #fff;
  margin-top: 40px; }
  @media screen and (max-width: 1200px) {
    .form-ungtuyen {
      margin-top: 20px;
      padding: 15px 15px 60px; } }
  .form-ungtuyen .txt-title {
    text-align: center;
    margin-bottom: 40px; }
  .form-ungtuyen .bg-img {
    position: absolute;
    bottom: -30px;
    width: 100%;
    left: 0; }
    .form-ungtuyen .bg-img img {
      width: 100%; }
  .form-ungtuyen .f-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -5px; }
    .form-ungtuyen .f-flex .col-6 {
      width: 50%;
      padding: 5px; }
      @media screen and (max-width: 1200px) {
        .form-ungtuyen .f-flex .col-6 {
          width: 100%; } }
  .form-ungtuyen .box-left-right {
    margin: -5px;
    padding-top: 5px; }
    .form-ungtuyen .box-left-right .f-item {
      padding: 5px; }
  .form-ungtuyen .f-control {
    border-radius: 0;
    font-size: 16px; }
    @media screen and (max-width: 991px) {
      .form-ungtuyen .f-control {
        font-size: 14px; } }
    .form-ungtuyen .f-control::placeholder {
      color: #c4c4c4; }
  .form-ungtuyen .btn {
    border: 0; }
  .form-ungtuyen .f-file {
    display: none; }
  .form-ungtuyen .label-file {
    color: #B58D5D;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .form-ungtuyen .label-file {
        font-size: 14px; } }
  .form-ungtuyen .f-select {
    appearance: none;
    background-image: url(../images/arrow-select.svg);
    background-size: 24px;
    background-position: center right 10px;
    background-repeat: no-repeat; }

.popup-info {
  max-width: 1290px;
  background: #fff;
  margin: auto; }
  .popup-info .img-w-100 {
    width: 500px; }
    @media screen and (max-width: 1200px) {
      .popup-info .img-w-100 {
        width: 300px; } }
    @media screen and (max-width: 670px) {
      .popup-info .img-w-100 {
        display: none; } }
  .popup-info .box-content {
    width: calc(100% - 500px);
    padding: 40px 60px; }
    @media screen and (max-width: 1200px) {
      .popup-info .box-content {
        padding: 15px;
        width: calc(100% - 300px); } }
    @media screen and (max-width: 670px) {
      .popup-info .box-content {
        width: 100%;
        padding: 0; } }
  .popup-info .box-title {
    margin-bottom: 30px; }
    @media screen and (max-width: 670px) {
      .popup-info .box-title {
        padding: 15px 20px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        align-items: center;
        background: linear-gradient(to left, #402c05, #be8b37); } }
    .popup-info .box-title .box-avatar-mb {
      display: none;
      width: 80px;
      height: 80px;
      border-radius: 50%; }
      .popup-info .box-title .box-avatar-mb img {
        width: 100%;
        object-fit: cover; }
      @media screen and (max-width: 670px) {
        .popup-info .box-title .box-avatar-mb {
          display: inline-block; } }
    @media screen and (max-width: 670px) {
      .popup-info .box-title .box-name {
        display: inline-block;
        width: calc(100% - 80px);
        padding-left: 15px; } }
    .popup-info .box-title .box-name .txt-title {
      color: #B58D5D;
      font-size: 35px;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media screen and (max-width: 1200px) {
        .popup-info .box-title .box-name .txt-title {
          font-size: 30px; } }
      @media screen and (max-width: 670px) {
        .popup-info .box-title .box-name .txt-title {
          font-size: 26px; } }
      @media screen and (max-width: 670px) {
        .popup-info .box-title .box-name .txt-title {
          margin-bottom: 5px;
          color: #fff;
          font-size: 14px; } }
    .popup-info .box-title .box-name .txt-chucvu {
      line-height: 1.3;
      font-size: 24px;
      color: #3b1c1a;
      font-weight: 600;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .popup-info .box-title .box-name .txt-chucvu {
          font-size: 20px; } }
      @media screen and (max-width: 670px) {
        .popup-info .box-title .box-name .txt-chucvu {
          margin-bottom: 5px;
          color: #ffe6a3;
          font-size: 12px; } }
    .popup-info .box-title .box-name .txt-meta-chucvu {
      color: #6e6e6e;
      font-size: 16px;
      font-weight: 600; }
      @media screen and (max-width: 991px) {
        .popup-info .box-title .box-name .txt-meta-chucvu {
          font-size: 14px; } }
      @media screen and (max-width: 670px) {
        .popup-info .box-title .box-name .txt-meta-chucvu {
          color: #fff;
          font-size: 10px; } }
  .popup-info .wrapper-content {
    font-size: 16px; }
    @media screen and (max-width: 991px) {
      .popup-info .wrapper-content {
        font-size: 14px; } }
    @media screen and (max-width: 670px) {
      .popup-info .wrapper-content {
        padding: 30px 15px; } }
    .popup-info .wrapper-content .title-child {
      color: #3b1c1a;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-weight: bold; }
    .popup-info .wrapper-content .list-info {
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 25px; }
      @media screen and (max-width: 670px) {
        .popup-info .wrapper-content .list-info {
          padding-left: 20px;
          max-height: 350px;
          overflow: auto;
          list-style-type: disc; } }
    .popup-info .wrapper-content .link-w-100 {
      margin-top: 20px;
      display: block;
      width: fit-content;
      color: #B58D5D; }
      .popup-info .wrapper-content .link-w-100::after {
        background: #B58D5D; }
  .popup-info .mfp-close {
    color: #fff; }

.popup-info-cus {
  max-width: 850px;
  margin: auto; }
  .popup-info-cus .box-content {
    background: linear-gradient(to top, #e7d6b4, #b58d5d, #402c05);
    color: #fff;
    padding: 40px; }
    @media screen and (max-width: 1200px) {
      .popup-info-cus .box-content {
        padding: 10px; } }
  .popup-info-cus .txt-title {
    text-align: center;
    line-height: 1.3;
    font-size: 24px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .popup-info-cus .txt-title {
        font-size: 20px; } }
  .popup-info-cus .wrapper-title {
    max-width: 360px;
    margin: auto;
    margin-bottom: 25px;
    text-align: center;
    padding: 5px;
    background: linear-gradient(to left, #e5d7b9, #feffff);
    color: #260b01;
    font-size: 20px;
    font-weight: 600; }
  .popup-info-cus .list-info {
    margin-bottom: 40px; }
    .popup-info-cus .list-info li {
      position: relative;
      padding-left: 20px; }
      .popup-info-cus .list-info li::after {
        width: 5px;
        height: 5px;
        content: '';
        position: absolute; }
      .popup-info-cus .list-info li::after {
        background: #fff;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-radius: 50%; }
  .popup-info-cus .wrapper-btn {
    text-align: center; }
    .popup-info-cus .wrapper-btn .link-w-100::after {
      background: #fff; }

.cart-qty {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: inline-block; }
  .cart-qty button {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    padding: 10px;
    transition: 0.3s ease; }
    .cart-qty button:hover, .cart-qty button:active {
      color: #3A1C1A; }
  .cart-qty .qty {
    max-width: 30px;
    text-align: center;
    border: 0;
    outline: none; }

.pagination ul {
  display: flex;
  align-items: center; }
  .pagination ul li:first-child .page-numbers {
    border-left: 1px solid rgba(0, 0, 0, 0.3); }

.pagination .page-numbers {
  width: 5rem;
  height: 5rem;
  transition: 0.2s linear;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-left: none; }
  @media screen and (max-width: 768px) {
    .pagination .page-numbers {
      font-size: 16px; } }
  .pagination .page-numbers > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .pagination .page-numbers > img {
    width: 20px;
    transition: 0.2s linear; }
  .pagination .page-numbers.current {
    background-color: #763c19;
    color: #fff; }
  .pagination .page-numbers:hover {
    background-color: #763c19;
    color: #fff; }
  .pagination .page-numbers:first-child:hover, .pagination .page-numbers:last-child:hover {
    background-color: #763c19; }
    .pagination .page-numbers:first-child:hover img, .pagination .page-numbers:last-child:hover img {
      filter: brightness(0) invert(1); }

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 3rem;
    margin-bottom: 2rem; }
    .pagination ul {
      justify-content: center; }
      .pagination ul li {
        margin: 0; } }

.breachcum {
  background: #3A1C1A;
  padding: 10px;
  color: #fff;
  position: relative; }
  .breachcum::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #8F6F41;
    left: 10px;
    top: 10px; }
    @media screen and (min-width: 769px) {
      .breachcum::after {
        display: none; } }
  @media screen and (max-width: 768px) {
    .breachcum {
      background: #F1F1F1;
      color: #000; } }
  .breachcum .list-link {
    margin: 0 -7.5px;
    width: 100%;
    overflow: auto;
    white-space: nowrap; }
    .breachcum .list-link li {
      text-transform: uppercase;
      display: inline-block;
      position: relative; }
      .breachcum .list-link li:not(:last-child)::after {
        content: '>';
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .breachcum .list-link li.active {
        font-weight: bold; }
      .breachcum .list-link li > a {
        padding: 0 7.5px; }

#menu-main-menu {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-end; }
  #menu-main-menu .current-menu-item a {
    color: #3b1c1a; }
  #menu-main-menu a {
    text-align: right;
    display: block;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.2s linear;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      #menu-main-menu a {
        font-size: 14px; } }
    @media screen and (min-width: 901px) {
      #menu-main-menu a:hover {
        color: #3b1c1a; } }

.menu__btn {
  display: none;
  order: 0;
  flex-direction: column;
  padding: 1rem;
  margin-left: -1rem;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.8rem; }
  @media screen and (max-width: 768px) {
    .menu__btn {
      font-size: 8px; } }
  .menu__btn .line {
    margin: 2px 0;
    width: 22px;
    height: 3px;
    border-radius: 99px;
    background-color: #000;
    transition: 0.5s linear; }
  .menu__btn.active .line {
    background-color: #3b1c1a; }
  .menu__btn.active .line:nth-of-type(2) {
    width: 13px; }
  .menu__btn.active .line:nth-of-type(4) {
    width: 18px; }

@media screen and (max-width: 1400px) and (min-width: 1281px) {
  #menu-main-menu a {
    font-size: 13px; } }

@media screen and (max-width: 1280px) {
  .hd.small .menu {
    height: calc(100vh - 7.93rem);
    height: calc(var(--vh, 1vh) * 100 - 7.93rem); }
  .menu {
    height: calc(100vh - 9.4rem);
    height: calc(var(--vh, 1vh) * 100 - 9.4rem);
    top: 100%;
    width: 100vw;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    position: absolute; }
    .menu * {
      pointer-events: auto; }
    .menu.active .menu__wrap {
      transform: translateX(0); }
    .menu.active .menu__bg {
      width: 100vw; }
    .menu__wrap {
      border-top: 1px solid rgba(59, 28, 26, 0.1);
      right: 0;
      left: 0;
      max-width: 30rem;
      background-color: #fff;
      height: 100%;
      transform: translateX(-100%);
      transition: 0.3s linear;
      z-index: 8;
      overflow-y: auto; }
      .menu__wrap::-webkit-scrollbar {
        width: 4px; }
    .menu__btn {
      display: flex; }
  #menu-main-menu {
    flex-direction: column; }
    #menu-main-menu li {
      width: 100%;
      border-bottom: 1px solid rgba(59, 28, 26, 0.1); }
    #menu-main-menu a {
      width: 100%;
      text-align: left; }
  .menu-item {
    width: 100%;
    border-bottom: 1px solid rgba(18, 114, 38, 0.2); }
  .menu__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100vh;
    background-color: rgba(59, 28, 26, 0.5);
    transition: 0.3s linear; } }

@media screen and (max-width: 500px) {
  .menu__btn {
    padding: 0 2px;
    margin-left: -2px; }
  .hd.small .menu {
    height: calc(100vh - 52px);
    height: calc(var(--vh, 1vh) * 100 - 52px); }
  .menu {
    height: calc(100vh - 52px);
    height: calc(var(--vh, 1vh) * 100 - 52px); } }

.admin-bar .hd {
  top: 32px; }

@media only screen and (max-width: 768px) {
  .admin-bar .hd {
    top: 46px; } }

@media only screen and (max-width: 600px) {
  .admin-bar .hd.small {
    top: 0; } }

@keyframes hdFadeIn {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.hd {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  transition: 0.2s linear;
  display: none; }
  .hd__wrap {
    padding: 1rem 0;
    position: relative; }
    .hd__wrap .con-m {
      position: static; }
  .hd__logo {
    width: 16.2rem; }
    .hd__logo a {
      display: block; }
    .hd__logo img {
      width: 100%; }
  .hd__menu {
    width: calc(100% - 16.2rem); }
  .hd__ser {
    margin-left: 20px; }
  .hd__btn {
    white-space: nowrap;
    margin-left: 1rem;
    font-size: 1.2rem;
    padding: 16px 11px 14px;
    background-color: #3b1c1a;
    border-radius: 99px; }
    @media screen and (max-width: 768px) {
      .hd__btn {
        font-size: 12px; } }
    @media screen and (min-width: 901px) {
      .hd__btn:hover {
        color: #3b1c1a;
        background-color: #f6c380;
        box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16); } }
  .hd.small {
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
    display: block;
    animation: hdFadeIn 300ms; }
    .hd.small .hd__logo {
      width: 12rem; }
    .hd.small .hd__menu {
      width: calc(100% - 12rem); }
  .hd .menu-item.dropdown {
    padding-right: 15px;
    position: relative; }
    @media screen and (min-width: 1201px) {
      .hd .menu-item.dropdown:hover > .submenu {
        top: 100%;
        opacity: 1;
        pointer-events: auto; }
      .hd .menu-item.dropdown:hover > .submenu__btn {
        filter: brightness(0);
        animation: jump 1s linear infinite; } }
  .hd .submenu {
    position: absolute;
    left: 0;
    top: 150%;
    min-width: 100%;
    width: max-content;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    background-color: #fff;
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 1201px) {
      .hd .submenu .menu-item.dropdown:hover > .submenu {
        top: 0;
        opacity: 1;
        pointer-events: auto; }
      .hd .submenu .menu-item.dropdown:hover > .submenu__btn {
        filter: brightness(0);
        animation: jump 1s linear infinite; } }
    .hd .submenu .submenu {
      top: 0;
      left: 100%; }
    .hd .submenu.sub-over {
      left: unset;
      right: 0; }
    .hd .submenu__btn {
      position: absolute;
      width: 8px;
      height: 8px;
      top: 12px;
      right: 10px;
      transform: translateY(-50%); }
      .hd .submenu__btn img {
        display: block; }

@media screen and (max-width: 1280px) {
  .hd__ser {
    order: 1; }
  .hd__logo {
    width: 15rem;
    order: 2;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .hd__btn {
    display: none; }
  .hd-language {
    order: 3;
    z-index: 100000; }
  .hd__menu {
    width: calc(100%); }
  .hd .menu-item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .hd .menu-item.dropdown {
      padding-right: 3rem; }
      .hd .menu-item.dropdown.show > .submenu {
        max-height: var(--menuH);
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .hd .submenu {
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    width: calc(100% - 1.5rem);
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s linear;
    margin-left: 1.5rem;
    opacity: 1;
    pointer-events: auto; }
    .hd .submenu__btn {
      width: 30px;
      height: 30px;
      right: 0;
      top: 15px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .hd .submenu__btn img {
        display: block;
        width: 12px;
        height: 12px; }
    .hd .submenu .submenu {
      position: static; }
    .hd .submenu li:last-child {
      border-bottom: none; }
    .hd .submenu .menu-item.dropdown {
      padding-right: 3rem; }
      .hd .submenu .menu-item.dropdown.show > .submenu {
        max-height: var(--menuH2);
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .hd.small .hd__menu {
    width: 100vw; } }

@media screen and (max-width: 500px) {
  .hd {
    display: block; }
    .hd.small .hd__logo {
      width: 112px; }
    .hd__logo {
      width: 112px; }
    .hd__btn {
      padding: 8px 7.4px 9px;
      font-size: 0.8rem; } }
    @media screen and (max-width: 500px) and (max-width: 768px) {
      .hd__btn {
        font-size: 8px; } }

@media screen and (max-width: 500px) {
    .hd__wrap {
      padding: 2.2rem 20px; } }

.ft {
  background-color: #ffe2d2;
  padding: 6rem 0 8rem;
  margin-top: auto; }
  .ft .item__small {
    display: none; }
  .ft__logo {
    width: 32.4rem;
    max-width: 100%;
    margin: 0 auto 4.3rem; }
    .ft__logo a {
      display: block; }
    .ft__logo img {
      width: 100%; }
  .ft__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #3b1c1a;
    text-transform: uppercase;
    margin-bottom: 1rem; }
    .ft__title.no-kor {
      margin-bottom: 0.5rem; }
    .ft__title.icon {
      position: relative;
      padding-right: 30px; }
      .ft__title.icon::after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url("../assets/images/svg/map-ic.svg") 50% 50%/100% no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s ease; }
  .ft__txt {
    text-align: justify;
    margin-bottom: 2rem;
    font-size: 14px; }
  .ft__c {
    max-width: 48%; }
  .ft__soc {
    margin-bottom: 14px; }
  .ft__soc__list {
    width: 100%;
    margin-bottom: 1.3rem;
    display: flex;
    justify-content: space-between; }
    .ft__soc__list li {
      display: block;
      margin-right: 1.5rem; }
      .ft__soc__list li img {
        height: 54px; }
    .ft__soc__list a {
      display: block; }
      @media screen and (min-width: 901px) {
        .ft__soc__list a:hover img {
          transform: rotate(360deg); } }
  .ft__phone {
    white-space: nowrap;
    font-size: 3rem; }
    @media screen and (max-width: 1200px) {
      .ft__phone {
        font-size: 2.97rem; } }
    @media screen and (max-width: 768px) {
      .ft__phone {
        font-size: 29.4px; } }
    @media screen and (min-width: 901px) {
      .ft__phone:hover {
        color: #b58d5d; } }
  .ft__mail {
    line-height: calc(24 / 16); }
    @media screen and (min-width: 901px) {
      .ft__mail:hover {
        color: #b58d5d; } }
  .ft__list a {
    font-weight: 700;
    white-space: nowrap; }
    @media screen and (min-width: 901px) {
      .ft__list a:hover {
        color: #b58d5d; } }
  .ft__map {
    height: 36rem;
    margin-top: 2.5rem;
    border-radius: 12px;
    overflow: hidden; }
  @media screen and (min-width: 901px) {
    .ft__cpr:hover {
      color: #b58d5d; } }
  .ft .p_m_2 p {
    margin-bottom: 14px;
    line-height: 139%; }
  .ft .txt-12 {
    font-size: 12px;
    line-height: 125%; }
  .ft .txt-14 {
    font-size: 14px; }
  .ft .txt-18 {
    font-size: 18px; }
  .ft .pd-lr {
    padding: 0 0 0 1.3%; }
  .ft .custom_size .img-w-100:has(img[alt="logo"]) {
    padding: 0px 15px; }

@media screen and (max-width: 1400px) {
  .ft .col-2 {
    width: 25%; } }

@media screen and (max-width: 1200px) {
  .ft__title {
    font-size: 16.5px; } }

@media screen and (max-width: 1024px) {
  .ft {
    padding: 4rem 15px; }
    .ft .col-2,
    .ft .col-3 {
      width: 50%; }
    .ft__logo {
      width: 25rem; } }

@media screen and (max-width: 550px) {
  .ft__list a {
    white-space: normal; }
  .ft__logo {
    width: 20rem; } }

@media screen and (max-width: 450px) {
  .ft {
    background-color: #ffe2d2;
    padding: 0;
    color: #3f270d; }
    .ft__sel {
      width: 100%;
      padding: 10px;
      padding-right: 40px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      margin-top: 16px;
      background: url("../assets/images/svg/sel-ic.svg") 95% 50%/10px 5px no-repeat; } }
    @media screen and (max-width: 450px) and (min-width: 901px) {
      .ft__sel:hover {
        border: 1px solid #3b1c1a; } }

@media screen and (max-width: 450px) {
    .ft__list {
      margin-bottom: 3rem; }
      .ft__list a {
        line-height: calc(30 / 14); }
    .ft__logo {
      width: 23rem;
      margin: 0 auto; }
    .ft__c {
      max-width: 25%; }
    .ft__soc {
      width: 100%; }
    .ft__soc__list {
      width: 100%;
      margin-bottom: 0; }
    .ft .item__big {
      display: none; }
    .ft .item__small {
      display: block; }
    .ft .col-2 {
      padding-bottom: 25px; }
    .ft .col,
    .ft .col-2,
    .ft .col-3 {
      width: 100%;
      padding: 0 3rem; }
    .ft .custom_size .widget_custom_html {
      margin-top: -25px; }
    .ft .custom_size .img-w-100:has(img[alt="logo"]) {
      padding: 0px; } }

.border-r {
  border-right: 1px solid #523f387c; }

.des-local {
  position: relative;
  padding-left: 15px; }

.ic-local {
  position: absolute;
  top: 5px;
  left: 0; }

.d-block {
  display: block; }

.d-none {
  display: none; }

.d-inline-block {
  display: inline-block; }

.show_nav_menu_xxl .widget_nav_menu {
  display: block; }

@media only screen and (min-width: 1440px) {
  .d-xxl-block {
    display: block; }
  .show_nav_menu_xxl .widget_nav_menu {
    display: none; } }

.ft .widget_nav_menu .menu li a {
  font-weight: normal;
  line-height: 139%;
  text-decoration: underline; }

.ft .ft__list a {
  font-weight: normal;
  line-height: 139%;
  text-decoration: underline; }

.ft .widget_nav_menu .menu li {
  font-weight: normal;
  margin-top: 14px; }

.ft .widget_nav_menu .ft__title {
  font-weight: normal;
  font-size: 14px; }

.ft_view_more {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 20px; }

.ft_view_more:hover {
  background-color: rgba(255, 255, 255, 0.8); }

.ft_limit .ft_4_content {
  max-height: 625px;
  overflow: hidden; }

.ft_limit {
  position: relative; }

.ft_limit .ft_4_content:after {
  content: "";
  position: absolute;
  top: 585px;
  left: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), #ffe2d2); }

.rotated180 {
  rotate: 180deg; }

.ft__flex {
  text-align: right; }

.ft .dmca-badge img {
  width: 65%; }

@media only screen and (max-width: 450px) {
  .ft__soc__list li img {
    height: 21px;
    width: auto; }
  .ft .dmca-badge img {
    width: 100%; }
  .ft .ft__cpr {
    width: 100%; }
  .ft__flex {
    text-align: left;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .ft__flex .ft__soc,
  .ft__flex .widget-footer,
  .ft__flex .item-sidebar {
    width: 45%; }
  .ft_div_view_more {
    text-align: center; }
  .ft_limit .ft_4_content {
    max-height: 0;
    overflow: hidden; }
  .ft_limit .ft_4_content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), #ffe2d2); } }

.ser {
  position: relative; }
  .ser__btn {
    cursor: pointer;
    opacity: 0.4;
    padding: 1.5rem; }
    .ser__btn img {
      display: block;
      width: 45px;
      height: 45px; }
    @media screen and (min-width: 901px) {
      .ser__btn:hover {
        opacity: 1; } }
  .ser__wrap {
    opacity: 0;
    pointer-events: none;
    border: 2px solid #3b1c1a;
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    width: 40rem;
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
    top: 136%;
    right: 0;
    transform: translateX(-20px);
    transition: 0.5s ease; }
  .ser__inp {
    padding: 1.5rem;
    flex-grow: 1; }
  .ser__submit {
    width: 4rem;
    background-color: #fff; }
    .ser__submit img {
      display: block;
      width: 20px;
      height: 20px; }
    @media screen and (min-width: 901px) {
      .ser__submit:hover {
        background-color: #3b1c1a; }
        .ser__submit:hover img {
          filter: brightness(0) invert(1); } }
  .ser.active .ser__wrap {
    opacity: 1;
    pointer-events: auto;
    transform: none; }

@media screen and (max-width: 1280px) {
  .ser__wrap {
    right: unset;
    left: 0; } }

@media screen and (max-width: 500px) {
  .ser {
    position: static; }
    .ser__btn {
      padding: 5px 10px;
      opacity: 1; }
      .ser__btn img {
        width: 24px; }
    .ser__wrap {
      width: 100vw;
      top: 100%;
      left: 0;
      transform: translateY(20px); } }

.oval-uudai {
  padding: 50px 25px;
  background: linear-gradient(#b58d5d, #dac6a3, #8f6f41);
  color: #3A1C1A;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 1200px) {
    .oval-uudai {
      padding: 30px; } }

.oval-uudai-second {
  display: inline-block;
  position: relative;
  padding: 15px 45px;
  text-align: center;
  background-image: linear-gradient(to bottom right, #f6c380, #8f6f41);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif; }
  .oval-uudai-second__frame {
    position: absolute; }
  .oval-uudai-second .txt {
    text-transform: uppercase;
    font-size: 35px;
    position: absolute;
    font-weight: bold;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    padding: 0 15px;
    background-image: linear-gradient(to bottom right, #f6c380, #8f6f41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media screen and (max-width: 1200px) {
      .oval-uudai-second .txt {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .oval-uudai-second .txt {
        font-size: 26px; } }
  .oval-uudai-second .txt-number {
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.3;
    font-size: 100px;
    background-image: linear-gradient(to bottom right, #f6c380, #8f6f41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(5px); }
    @media screen and (max-width: 1024px) {
      .oval-uudai-second .txt-number {
        font-size: 80px; } }
    @media screen and (max-width: 768px) {
      .oval-uudai-second .txt-number {
        font-size: 70px; } }
    @media screen and (max-width: 500px) {
      .oval-uudai-second .txt-number {
        font-size: 56px; } }
    .oval-uudai-second .txt-number::after {
      content: "%";
      line-height: 1.3;
      font-size: 40px; }
      @media screen and (max-width: 768px) {
        .oval-uudai-second .txt-number::after {
          font-size: 32px; } }
  .oval-uudai-second__frame {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 22px;
    background: transparent;
    border: 2px solid #bb8c33;
    clip-path: polygon(45px 4%, calc(100% - 45px) 4%, calc(100% - 45px) 0, 100% 0, 100% 100%, 0 100%, 0 0, 45px 0); }

.oval-uudai-gray {
  display: inline-block;
  position: relative;
  padding: 40px 30px;
  text-align: center;
  color: #000;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif; }
  .oval-uudai-gray::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(to right, #828282, #ffffff, #828282);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude; }
  .oval-uudai-gray .txt {
    text-transform: uppercase;
    font-size: 35px;
    position: absolute;
    top: -17px;
    left: 17px;
    font-weight: bold;
    z-index: 2; }
    @media screen and (max-width: 1200px) {
      .oval-uudai-gray .txt {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .oval-uudai-gray .txt {
        font-size: 26px; } }
  .oval-uudai-gray .txt-number {
    font-weight: bold;
    line-height: 1.3;
    font-size: 60px; }
    @media screen and (max-width: 1024px) {
      .oval-uudai-gray .txt-number {
        font-size: 50px; } }
    @media screen and (max-width: 768px) {
      .oval-uudai-gray .txt-number {
        font-size: 40px; } }
    .oval-uudai-gray .txt-number::after {
      content: "%";
      font-size: 20px; }

.loader {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #000;
  box-sizing: border-box;
  animation: animloader 1s linear infinite alternate; }
  .loader svg,
  .loader span {
    display: none; }

@keyframes animloader {
  0% {
    box-shadow: -38px -6px, -14px 6px, 14px -6px; }
  33% {
    box-shadow: -38px 6px, -14px -6px, 14px 6px; }
  66% {
    box-shadow: -38px -6px, -14px 6px, 14px -6px; }
  100% {
    box-shadow: -38px 6px, -14px -6px, 14px 6px; } }

.tag-loadmore {
  position: relative; }
  .tag-loadmore-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    gap: 5px;
    color: #000;
    line-height: 1;
    font-size: 2rem;
    font-weight: 500;
    background-color: #00000000; }

.hamo-chude {
  background-color: #eeeeee;
  padding: 15px 20px;
  border-radius: 10px; }
  .hamo-chude-title {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis; }
    .hamo-chude-title:first-letter {
      text-transform: uppercase; }
  .hamo-chude-count {
    color: #1250dc;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500; }
    .hamo-chude-count svg {
      height: 12px;
      fill: #1250dc; }
    .hamo-chude-count:hover {
      text-decoration: underline; }

.hamo-boxauthor {
  padding: 10px 10px;
  box-shadow: 1px 1px 5px grey;
  max-height: 70vh;
  background-color: #eeeeee;
  overflow-y: scroll; }
  .hamo-boxauthor-px {
    margin: 0rem 1.5rem; }
  .hamo-boxauthor-pl {
    margin-left: 1.5rem; }
  .hamo-boxauthor-pr {
    margin-right: 1.5rem; }
  .hamo-boxauthor-policy {
    padding: 10px 10px;
    background-color: #ffe2d2; }
  @media only screen and (max-width: 576px) {
    .hamo-boxauthor {
      max-height: 50vh; }
      .hamo-boxauthor-pl {
        margin-left: 0rem;
        margin-bottom: 1.5rem; }
      .hamo-boxauthor-pr {
        margin-right: 0rem;
        margin-bottom: 1.5rem; }
      .hamo-boxauthor-px {
        margin: 1.5rem 0rem; } }

.banner-second {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .banner-second .img-item {
    position: absolute;
    left: 90px;
    bottom: 0px; }
    .banner-second .img-item img {
      width: 100%;
      object-fit: cover; }
    @media screen and (max-width: 1200px) {
      .banner-second .img-item {
        left: 0;
        width: 50%; } }
  .banner-second .img-item-right {
    position: absolute;
    right: 0px;
    bottom: 0px; }
    @media screen and (max-width: 1200px) {
      .banner-second .img-item-right {
        position: relative; } }
    .banner-second .img-item-right img {
      object-fit: cover; }
    @media screen and (max-width: 1200px) {
      .banner-second .img-item-right {
        right: 0; } }
  .banner-second .banner-item {
    text-align: right;
    max-width: 400px;
    margin-left: auto;
    padding: 400px 0 270px; }
    @media screen and (max-width: 1200px) {
      .banner-second .banner-item {
        padding: 400px 0 10px; } }
    @media screen and (max-width: 670px) {
      .banner-second .banner-item {
        padding: 200px 0 300px; } }
  .banner-second .banner-left {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
    max-width: 700px; }
    @media screen and (max-width: 1200px) {
      .banner-second .banner-left {
        padding: 200px 0;
        padding-bottom: 10px; } }
    @media screen and (max-width: 670px) {
      .banner-second .banner-left {
        padding-top: 100px; } }
  .banner-second .meta-title {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
    line-height: 1.3;
    font-size: 24px; }
    @media screen and (max-width: 768px) {
      .banner-second .meta-title {
        font-size: 20px; } }
  .banner-second .txt-title {
    margin-bottom: 25px;
    font-size: 35px; }
    @media screen and (max-width: 1200px) {
      .banner-second .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .banner-second .txt-title {
        font-size: 26px; } }
  .banner-second .txt-content {
    line-height: 1.3;
    font-size: 24px;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .banner-second .txt-content {
        font-size: 20px; } }
  .banner-second .btn {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif; }
    @media screen and (max-width: 991px) {
      .banner-second .btn {
        font-size: 14px; } }

@media screen and (max-width: 1200px) {
  .banner-khachhang .banner-item {
    max-width: 50%; } }

@media screen and (max-width: 768px) {
  .banner-khachhang .banner-item {
    max-width: 100%;
    padding-bottom: 0; } }

.banner-khachhang .img-item-right {
  right: 250px; }
  @media screen and (max-width: 1600px) {
    .banner-khachhang .img-item-right {
      right: 0; } }
  @media screen and (max-width: 1200px) {
    .banner-khachhang .img-item-right {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .banner-khachhang .img-item-right {
      position: relative;
      margin-left: auto; } }
  @media screen and (max-width: 670px) {
    .banner-khachhang .img-item-right {
      width: 50%; } }
  @media screen and (max-width: 450px) {
    .banner-khachhang .img-item-right {
      width: 70%; } }

.sec-dichvu .txt-title {
  padding-bottom: 90px;
  text-align: center;
  position: relative;
  color: #B58D5D;
  text-transform: uppercase;
  font-size: 35px; }
  @media screen and (max-width: 1200px) {
    .sec-dichvu .txt-title {
      font-size: 30px; } }
  @media screen and (max-width: 670px) {
    .sec-dichvu .txt-title {
      font-size: 26px; } }
  @media screen and (max-width: 1200px) {
    .sec-dichvu .txt-title {
      padding-bottom: 60px; } }
  .sec-dichvu .txt-title::after {
    content: "";
    background: #B58D5D;
    left: 50%;
    transform: translateX(-50%);
    max-width: 150px;
    width: 100%;
    bottom: 60px;
    height: 1px;
    position: absolute; }
    @media screen and (max-width: 1200px) {
      .sec-dichvu .txt-title::after {
        bottom: 30px; } }

.sec-dichvu .wrapper-dichvu {
  margin: -30px 0; }
  @media screen and (max-width: 1200px) {
    .sec-dichvu .wrapper-dichvu {
      margin: -15px 0; } }
  .sec-dichvu .wrapper-dichvu .item-row {
    padding: 30px 0; }
    .sec-dichvu .wrapper-dichvu .item-row:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 1200px) {
      .sec-dichvu .wrapper-dichvu .item-row {
        padding: 15px 0; } }
  .sec-dichvu .wrapper-dichvu .box-flex {
    margin: -15px; }
    @media screen and (max-width: 1200px) {
      .sec-dichvu .wrapper-dichvu .box-flex {
        margin: -7.5px; } }
    .sec-dichvu .wrapper-dichvu .box-flex .col {
      padding: 15px; }
      @media screen and (max-width: 1200px) {
        .sec-dichvu .wrapper-dichvu .box-flex .col {
          padding: 7.5px; } }
      @media screen and (max-width: 670px) {
        .sec-dichvu .wrapper-dichvu .box-flex .col {
          width: 100%; } }
  .sec-dichvu .wrapper-dichvu .box-content .content-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.3;
    font-size: 24px;
    display: block; }
    @media screen and (max-width: 768px) {
      .sec-dichvu .wrapper-dichvu .box-content .content-title {
        font-size: 20px; } }
  .sec-dichvu .wrapper-dichvu .box-content .txt-desc {
    font-size: 20px;
    margin-bottom: 25px; }
  .sec-dichvu .wrapper-dichvu .box-content .link-w-100 {
    color: #B58D5D;
    font-weight: bold;
    font-size: 20px; }
    .sec-dichvu .wrapper-dichvu .box-content .link-w-100::after {
      background: #B58D5D; }

.sec-dichvu .wrapper-btn {
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 1200px) {
    .sec-dichvu .wrapper-btn {
      margin-top: 25px; } }

@media screen and (max-width: 670px) {
  .sec-8--4 .wrapper-container > .box-flex > .col {
    width: 100%; } }

.sec-8--4 .box-flex {
  margin: -15px; }
  @media screen and (max-width: 1200px) {
    .sec-8--4 .box-flex {
      margin: -7.5px; } }
  .sec-8--4 .box-flex > .col {
    padding: 15px;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .sec-8--4 .box-flex > .col {
        padding: 7.5px; } }

.sec-8--4 .sidebar {
  padding: 90px 40px;
  background: rgba(244, 244, 244, 0.3);
  position: sticky;
  top: 20px; }
  @media screen and (max-width: 1200px) {
    .sec-8--4 .sidebar {
      padding: 45px 10px; } }
  .sec-8--4 .sidebar .wrapper-sidebar {
    margin: -25px 0; }
    @media screen and (max-width: 1200px) {
      .sec-8--4 .sidebar .wrapper-sidebar {
        margin: -15px 0; } }
  .sec-8--4 .sidebar .item-sidebar {
    padding: 25px 0; }
    @media screen and (max-width: 1200px) {
      .sec-8--4 .sidebar .item-sidebar {
        padding: 15px 0; } }
    .sec-8--4 .sidebar .item-sidebar:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .sec-8--4 .sidebar .item-sidebar .txt-title {
      color: #B58D5D;
      text-transform: uppercase;
      line-height: 1.3;
      font-size: 24px;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .sec-8--4 .sidebar .item-sidebar .txt-title {
          font-size: 20px; } }
    .sec-8--4 .sidebar .item-sidebar .txt-content {
      margin-top: 15px;
      display: block;
      font-weight: bold;
      font-size: 16px; }
      @media screen and (max-width: 991px) {
        .sec-8--4 .sidebar .item-sidebar .txt-content {
          font-size: 14px; } }

.sec-8--4 .content-dichvu-detail {
  padding: 90px 0; }
  .sec-8--4 .content-dichvu-detail .border-none {
    border: none !important; }
  .sec-8--4 .content-dichvu-detail .dot-link {
    margin: 15px !important;
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px; }
    .sec-8--4 .content-dichvu-detail .dot-link li {
      list-style: disc;
      color: #000; }
    @media screen and (max-width: 576px) {
      .sec-8--4 .content-dichvu-detail .dot-link {
        grid-template-columns: auto; } }
  @media screen and (max-width: 1200px) {
    .sec-8--4 .content-dichvu-detail {
      padding: 20px 0; } }
  .sec-8--4 .content-dichvu-detail > .txt-title {
    color: #B58D5D;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    padding-bottom: 30px; }
    @media screen and (max-width: 1200px) {
      .sec-8--4 .content-dichvu-detail > .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-8--4 .content-dichvu-detail > .txt-title {
        font-size: 26px; } }
    .sec-8--4 .content-dichvu-detail > .txt-title::after {
      width: 100%;
      height: 1px;
      content: '';
      position: absolute; }
    .sec-8--4 .content-dichvu-detail > .txt-title::after {
      background: #B58D5D;
      max-width: 150px;
      bottom: 0px;
      left: 0; }
  .sec-8--4 .content-dichvu-detail > .txt-desc {
    padding-top: 30px;
    font-size: 16px; }
    @media screen and (max-width: 991px) {
      .sec-8--4 .content-dichvu-detail > .txt-desc {
        font-size: 14px; } }
  .sec-8--4 .content-dichvu-detail .box-slide--down {
    max-width: 690px;
    margin: 50px auto; }
    @media screen and (max-width: 1200px) {
      .sec-8--4 .content-dichvu-detail .box-slide--down {
        margin: 25px auto; } }
    .sec-8--4 .content-dichvu-detail .box-slide--down .box-title {
      padding: 20px 15px;
      background: #e7d6b4;
      color: #000;
      transition: 0.3s ease;
      cursor: pointer;
      position: relative; }
      .sec-8--4 .content-dichvu-detail .box-slide--down .box-title:hover, .sec-8--4 .content-dichvu-detail .box-slide--down .box-title.is-active {
        color: #e7d6b4;
        background: #000; }
        .sec-8--4 .content-dichvu-detail .box-slide--down .box-title:hover .hamburger-inner,
        .sec-8--4 .content-dichvu-detail .box-slide--down .box-title:hover .hamburger-inner::before,
        .sec-8--4 .content-dichvu-detail .box-slide--down .box-title:hover .hamburger-inner::after, .sec-8--4 .content-dichvu-detail .box-slide--down .box-title.is-active .hamburger-inner,
        .sec-8--4 .content-dichvu-detail .box-slide--down .box-title.is-active .hamburger-inner::before,
        .sec-8--4 .content-dichvu-detail .box-slide--down .box-title.is-active .hamburger-inner::after {
          background: #e7d6b4; }
      .sec-8--4 .content-dichvu-detail .box-slide--down .box-title.is-active .fas {
        transform: rotate(180deg); }
      .sec-8--4 .content-dichvu-detail .box-slide--down .box-title .hamburger-box,
      .sec-8--4 .content-dichvu-detail .box-slide--down .box-title .hamburger-inner,
      .sec-8--4 .content-dichvu-detail .box-slide--down .box-title .hamburger-inner::before,
      .sec-8--4 .content-dichvu-detail .box-slide--down .box-title .hamburger-inner::after {
        width: 20px; }
      .sec-8--4 .content-dichvu-detail .box-slide--down .box-title .hamburger {
        padding: 0;
        display: inline-block; }
      .sec-8--4 .content-dichvu-detail .box-slide--down .box-title .txt-title {
        display: inline-block;
        padding-left: 10px;
        text-transform: uppercase;
        line-height: 1.3;
        font-size: 24px; }
        @media screen and (max-width: 768px) {
          .sec-8--4 .content-dichvu-detail .box-slide--down .box-title .txt-title {
            font-size: 20px; } }
      .sec-8--4 .content-dichvu-detail .box-slide--down .box-title .arrow-down {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        line-height: 1.3;
        font-size: 24px; }
        .sec-8--4 .content-dichvu-detail .box-slide--down .box-title .arrow-down .fas {
          transition: 0.3s ease; }
        @media screen and (max-width: 768px) {
          .sec-8--4 .content-dichvu-detail .box-slide--down .box-title .arrow-down {
            font-size: 20px; } }
    .sec-8--4 .content-dichvu-detail .box-slide--down .list-slide {
      border: 1px solid rgba(0, 0, 0, 0.2); }
      .sec-8--4 .content-dichvu-detail .box-slide--down .list-slide li {
        font-size: 20px;
        font-weight: bold; }
        .sec-8--4 .content-dichvu-detail .box-slide--down .list-slide li > a {
          padding: 10px 0;
          text-align: center;
          display: block; }
        .sec-8--4 .content-dichvu-detail .box-slide--down .list-slide li:not(:last-child) {
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .sec-8--4 .content-dichvu-detail .wrapper-content {
    font-size: 16px;
    text-align: justify; }
    @media screen and (max-width: 991px) {
      .sec-8--4 .content-dichvu-detail .wrapper-content {
        font-size: 14px; } }
    .sec-8--4 .content-dichvu-detail .wrapper-content .second-title {
      font-size: 20px; }
    .sec-8--4 .content-dichvu-detail .wrapper-content .txt-title {
      font-family: "Averta", sans-serif; }
    .sec-8--4 .content-dichvu-detail .wrapper-content .img-w-100 {
      margin: 30px 0; }
      @media screen and (max-width: 1200px) {
        .sec-8--4 .content-dichvu-detail .wrapper-content .img-w-100 {
          margin: 15px 0; } }
      .sec-8--4 .content-dichvu-detail .wrapper-content .img-w-100 .content-img {
        padding: 12px;
        text-align: center;
        background-color: #e1e1e1; }
        .sec-8--4 .content-dichvu-detail .wrapper-content .img-w-100 .content-img .txt {
          margin: 0; }
    .sec-8--4 .content-dichvu-detail .wrapper-content .link {
      margin-top: 60px;
      font-style: italic; }
    .sec-8--4 .content-dichvu-detail .wrapper-content .txt-red {
      color: #a80047; }
    .sec-8--4 .content-dichvu-detail .wrapper-content .txt-title {
      line-height: 1.3;
      font-size: 24px;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .sec-8--4 .content-dichvu-detail .wrapper-content .txt-title {
          font-size: 20px; } }
    .sec-8--4 .content-dichvu-detail .wrapper-content .description {
      display: block;
      color: #B58D5D;
      font-style: italic;
      margin: auto;
      text-align: center;
      max-width: 890px;
      margin-top: 40px; }
  .sec-8--4 .content-dichvu-detail .box-contact {
    display: flex; }
    .sec-8--4 .content-dichvu-detail .box-contact .wrapper-img {
      width: 24px; }
      .sec-8--4 .content-dichvu-detail .box-contact .wrapper-img img {
        width: 100%;
        object-fit: cover;
        margin-bottom: 3px; }
    .sec-8--4 .content-dichvu-detail .box-contact .wrapper-content {
      width: calc(100% - 24px);
      padding-left: 2px;
      font-size: 16px;
      font-weight: 600; }
      @media screen and (max-width: 991px) {
        .sec-8--4 .content-dichvu-detail .box-contact .wrapper-content {
          font-size: 14px; } }
      .sec-8--4 .content-dichvu-detail .box-contact .wrapper-content .txt-contact {
        margin: 0; }
      .sec-8--4 .content-dichvu-detail .box-contact .wrapper-content .link {
        color: #B58D5D;
        font-style: normal; }
      .sec-8--4 .content-dichvu-detail .box-contact .wrapper-content .link-w-100::after {
        background: #B58D5D; }
  .sec-8--4 .content-dichvu-detail .list-orther {
    margin-top: 90px; }
    @media screen and (max-width: 1200px) {
      .sec-8--4 .content-dichvu-detail .list-orther {
        margin-top: 45px; } }
    .sec-8--4 .content-dichvu-detail .list-orther > .txt-title {
      margin-bottom: 40px;
      line-height: 1.3;
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .sec-8--4 .content-dichvu-detail .list-orther > .txt-title {
          font-size: 20px; } }
    .sec-8--4 .content-dichvu-detail .list-orther .wrapper-list {
      margin: -20px 0; }
    .sec-8--4 .content-dichvu-detail .list-orther .item-row {
      padding: 20px 0; }
      .sec-8--4 .content-dichvu-detail .list-orther .item-row:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .sec-8--4 .content-dichvu-detail .list-orther .item-row .txt-title {
        font-size: 16px; }
        @media screen and (max-width: 991px) {
          .sec-8--4 .content-dichvu-detail .list-orther .item-row .txt-title {
            font-size: 14px; } }
      .sec-8--4 .content-dichvu-detail .list-orther .item-row .link-w-100 {
        margin-top: 20px;
        display: block;
        width: fit-content;
        color: #B58D5D; }
        .sec-8--4 .content-dichvu-detail .list-orther .item-row .link-w-100::after {
          background-color: #B58D5D; }
    .sec-8--4 .content-dichvu-detail .list-orther .box-flex .col {
      padding: 15px; }
      @media screen and (max-width: 1200px) {
        .sec-8--4 .content-dichvu-detail .list-orther .box-flex .col {
          padding: 7.5px; } }
      @media screen and (max-width: 670px) {
        .sec-8--4 .content-dichvu-detail .list-orther .box-flex .col {
          width: 50%; } }
      @media screen and (max-width: 370px) {
        .sec-8--4 .content-dichvu-detail .list-orther .box-flex .col {
          width: 100%; } }
  .sec-8--4 .content-dichvu-detail .list-dichvu-khac {
    max-width: 560px; }
  .sec-8--4 .content-dichvu-detail .content-flex {
    padding: 10px 0; }
  .sec-8--4 .content-dichvu-detail .wrapper-flex {
    margin: -15px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1200px) {
      .sec-8--4 .content-dichvu-detail .wrapper-flex {
        margin: -7.5px; } }
    .sec-8--4 .content-dichvu-detail .wrapper-flex p:first-child {
      margin-top: 0; }
    .sec-8--4 .content-dichvu-detail .wrapper-flex .img-w-100 {
      margin: 0; }
    .sec-8--4 .content-dichvu-detail .wrapper-flex .col-6 {
      padding: 15px;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .sec-8--4 .content-dichvu-detail .wrapper-flex .col-6 {
          padding: 7.5px; } }
      @media screen and (max-width: 550px) {
        .sec-8--4 .content-dichvu-detail .wrapper-flex .col-6 {
          width: 100%; } }
  .sec-8--4 .content-dichvu-detail .article-meta {
    padding-top: 30px;
    margin-bottom: 30px; }
    .sec-8--4 .content-dichvu-detail .article-meta li {
      display: inline-block;
      color: #7E7E7E; }
      .sec-8--4 .content-dichvu-detail .article-meta li:not(:last-child) {
        margin-right: 50px; }
        @media screen and (max-width: 1200px) {
          .sec-8--4 .content-dichvu-detail .article-meta li:not(:last-child) {
            margin-right: 15px; } }
      .sec-8--4 .content-dichvu-detail .article-meta li img {
        display: inline-block; }
      .sec-8--4 .content-dichvu-detail .article-meta li .txt-item {
        display: inline;
        vertical-align: middle;
        margin-left: 10px; }

.sec-form-dangky {
  padding-bottom: 90px; }
  @media screen and (max-width: 1200px) {
    .sec-form-dangky {
      padding-bottom: 45px; } }
  @media screen and (max-width: 768px) {
    .sec-form-dangky .box-flex .col-6 {
      width: 100%; } }
  .sec-form-dangky .box-info {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 60px;
    color: #3A1C1A; }
    @media screen and (max-width: 768px) {
      .sec-form-dangky .box-info {
        display: none; } }
    .sec-form-dangky .box-info .txt-title {
      font-size: 30px;
      line-height: 1.3;
      margin-bottom: 25px; }
      @media screen and (max-width: 550px) {
        .sec-form-dangky .box-info .txt-title {
          font-size: 20px; } }
    .sec-form-dangky .box-info .txt-content {
      font-family: 'Montserrat', sans-serif;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px; }
    .sec-form-dangky .box-info .wrapper-number {
      margin: auto;
      width: fit-content;
      margin-bottom: 25px; }
    .sec-form-dangky .box-info .box-number {
      padding: 5px 30px;
      background: -webkit-linear-gradient(#be8b37, #d8b148, #be8b37);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border: 1px solid;
      border-image: linear-gradient(45deg, #FDFBD0, #D8B148, #9C672B) 10;
      font-family: 'Montserrat', sans-serif;
      font-size: 35px;
      font-weight: bold; }
      @media screen and (max-width: 1200px) {
        .sec-form-dangky .box-info .box-number {
          font-size: 30px; } }
      @media screen and (max-width: 670px) {
        .sec-form-dangky .box-info .box-number {
          font-size: 26px; } }
  .sec-form-dangky .form-dangky {
    background: #3A1C1A;
    color: #fff;
    padding: 60px;
    height: 100%; }
    @media screen and (max-width: 1200px) {
      .sec-form-dangky .form-dangky {
        padding: 30px; } }
    @media screen and (max-width: 768px) {
      .sec-form-dangky .form-dangky {
        padding: 0;
        border: 1px solid #000;
        background: transparent;
        color: #000; } }
    .sec-form-dangky .form-dangky .txt-title {
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
      font-size: 30px;
      line-height: 1.3;
      text-transform: uppercase; }
      @media screen and (max-width: 550px) {
        .sec-form-dangky .form-dangky .txt-title {
          font-size: 20px; } }
      @media screen and (max-width: 768px) {
        .sec-form-dangky .form-dangky .txt-title {
          padding: 10px 25px;
          text-align: left;
          color: #fff;
          margin-bottom: 0;
          background: #000; } }
    .sec-form-dangky .form-dangky .wrapper-form {
      margin: -20px 0; }
      @media screen and (max-width: 1200px) {
        .sec-form-dangky .form-dangky .wrapper-form {
          margin: -10px 0; } }
      @media screen and (max-width: 768px) {
        .sec-form-dangky .form-dangky .wrapper-form {
          padding: 20px 25px; } }
      .sec-form-dangky .form-dangky .wrapper-form .f-group {
        padding: 20px 0; }
        @media screen and (max-width: 1200px) {
          .sec-form-dangky .form-dangky .wrapper-form .f-group {
            padding: 10px 0; } }
      .sec-form-dangky .form-dangky .wrapper-form label {
        display: block;
        margin-bottom: 10px;
        line-height: 1.3;
        font-size: 24px; }
        @media screen and (max-width: 768px) {
          .sec-form-dangky .form-dangky .wrapper-form label {
            font-size: 20px; } }
      .sec-form-dangky .form-dangky .wrapper-form .f-control {
        border-radius: 0; }
        @media screen and (max-width: 768px) {
          .sec-form-dangky .form-dangky .wrapper-form .f-control {
            border: 1px solid rgba(0, 0, 0, 0.2); } }
      .sec-form-dangky .form-dangky .wrapper-form .f-chkbox {
        padding-bottom: 50px; }
        @media screen and (max-width: 1200px) {
          .sec-form-dangky .form-dangky .wrapper-form .f-chkbox {
            padding-bottom: 25px; } }
        @media screen and (max-width: 768px) {
          .sec-form-dangky .form-dangky .wrapper-form .f-chkbox {
            display: none; } }
      .sec-form-dangky .form-dangky .wrapper-form select {
        appearance: none;
        background-image: url(../images/arrow-down.png);
        background-size: 24px;
        background-position: center right 10px;
        background-repeat: no-repeat; }
      .sec-form-dangky .form-dangky .wrapper-form .container-input {
        margin-bottom: 0;
        font-size: 14px; }
        .sec-form-dangky .form-dangky .wrapper-form .container-input .checkmark {
          border-radius: 0; }
      .sec-form-dangky .form-dangky .wrapper-form .f-btn {
        text-align: center;
        padding-bottom: 20px; }
        @media screen and (max-width: 1200px) {
          .sec-form-dangky .form-dangky .wrapper-form .f-btn {
            padding-bottom: 10px; } }
        @media screen and (max-width: 768px) {
          .sec-form-dangky .form-dangky .wrapper-form .f-btn {
            padding-top: 20px; }
            .sec-form-dangky .form-dangky .wrapper-form .f-btn .btn {
              width: 100%; } }
      .sec-form-dangky .form-dangky .wrapper-form .btn {
        border: 0; }

.wrapper-coso {
  margin: -45px 0; }
  @media screen and (max-width: 1200px) {
    .wrapper-coso {
      margin: -20px 0; } }
  .wrapper-coso .item-row {
    padding: 45px 0;
    position: relative; }
    .wrapper-coso .item-row:nth-child(2n+2) .box-flex {
      flex-direction: row-reverse; }
    .wrapper-coso .item-row:nth-child(2n+2) .bg-img {
      right: auto;
      left: -230px; }
      @media screen and (max-width: 1200px) {
        .wrapper-coso .item-row:nth-child(2n+2) .bg-img {
          width: 100%;
          bottom: 0; } }
      @media screen and (max-width: 768px) {
        .wrapper-coso .item-row:nth-child(2n+2) .bg-img {
          left: 0; } }
    @media screen and (max-width: 1200px) {
      .wrapper-coso .item-row {
        padding: 20px 0; } }
    .wrapper-coso .item-row .bg-img {
      position: absolute;
      z-index: -1;
      bottom: 90px;
      right: -230px; }
      @media screen and (max-width: 1200px) {
        .wrapper-coso .item-row .bg-img {
          width: 100%;
          bottom: 0; } }
      @media screen and (max-width: 768px) {
        .wrapper-coso .item-row .bg-img {
          right: 0; } }
      .wrapper-coso .item-row .bg-img img {
        max-width: none; }
        @media screen and (max-width: 1200px) {
          .wrapper-coso .item-row .bg-img img {
            max-width: 100%;
            width: 100%;
            object-fit: cover; } }
  .wrapper-coso .box-flex {
    margin: -15px;
    position: relative;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      .wrapper-coso .box-flex {
        margin: -7.5px; } }
    .wrapper-coso .box-flex .col-6 {
      padding: 15px;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .wrapper-coso .box-flex .col-6 {
          padding: 7.5px; } }
      @media screen and (max-width: 768px) {
        .wrapper-coso .box-flex .col-6 {
          width: 100%; } }
    .wrapper-coso .box-flex .txt-bg {
      position: absolute;
      top: -70px;
      left: 0;
      font-size: 100px;
      color: #fff;
      z-index: -1;
      font-weight: bold;
      -webkit-text-stroke: 1px rgba(156, 103, 43, 0.2); }
      @media screen and (max-width: 768px) {
        .wrapper-coso .box-flex .txt-bg {
          top: 0;
          font-size: 50px; } }
  .wrapper-coso .wrapper-content .txt-title {
    padding-bottom: 0;
    text-align: left;
    font-size: 35px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1200px) {
      .wrapper-coso .wrapper-content .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .wrapper-coso .wrapper-content .txt-title {
        font-size: 26px; } }
    @media screen and (max-width: 1200px) {
      .wrapper-coso .wrapper-content .txt-title {
        margin-bottom: 20px; } }
    .wrapper-coso .wrapper-content .txt-title::after {
      display: none; }
  .wrapper-coso .wrapper-content .txt-desc {
    font-size: 20px;
    margin-bottom: 60px; }
    @media screen and (max-width: 1200px) {
      .wrapper-coso .wrapper-content .txt-desc {
        margin-bottom: 30px; } }
  .wrapper-coso .wrapper-content .btn {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif; }
    @media screen and (max-width: 991px) {
      .wrapper-coso .wrapper-content .btn {
        font-size: 14px; } }

.wrapper-columns {
  display: flex;
  flex-wrap: wrap;
  margin: -35px -15px; }
  @media screen and (max-width: 1200px) {
    .wrapper-columns {
      margin: -7.5px; } }
  .wrapper-columns .column {
    width: 50%;
    padding: 35px 15px; }
    @media screen and (max-width: 1200px) {
      .wrapper-columns .column {
        padding: 7.5px; } }
    @media screen and (max-width: 849px) {
      .wrapper-columns .column {
        width: 100%; } }
    .wrapper-columns .column .row:not(:last-child) {
      padding-bottom: 20px; }
    .wrapper-columns .column .row .box-content {
      display: flex; }
      @media screen and (max-width: 1200px) {
        .wrapper-columns .column .row .box-content {
          flex-wrap: wrap; } }
      .wrapper-columns .column .row .box-content .box-email {
        padding-left: 5px; }
        .wrapper-columns .column .row .box-content .box-email > a {
          display: block; }
  .wrapper-columns .txt-title {
    font-size: 20px;
    margin-bottom: 20px; }
  .wrapper-columns .wrapper-content {
    display: flex; }
    .wrapper-columns .wrapper-content .box-icon {
      width: 30px; }
    .wrapper-columns .wrapper-content .box-content {
      width: calc(100% - 30px);
      font-size: 16px;
      text-align: justify;
      padding-left: 20px; }
      @media screen and (max-width: 991px) {
        .wrapper-columns .wrapper-content .box-content {
          font-size: 14px; } }
      .wrapper-columns .wrapper-content .box-content .link {
        color: #B58D5D;
        font-style: normal; }
      .wrapper-columns .wrapper-content .box-content .txt {
        display: inline-block; }

.box-video .txt-title {
  margin-bottom: 20px; }

.box-video .wrapper-video {
  position: relative;
  padding-top: 56.25%;
  width: 100%; }
  .box-video .wrapper-video video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%; }

.box-video .fluid_video_wrapper {
  width: 100% !important; }

.box-map {
  padding-top: 90px; }
  @media screen and (max-width: 1200px) {
    .box-map {
      padding-top: 45px; } }
  .box-map .select-input {
    text-transform: uppercase;
    padding: 13px 20px;
    border: 1px solid;
    border-image: linear-gradient(45deg, #FDFBD0, #D8B148, #9C672B) 10;
    font-size: 20px;
    appearance: none;
    background-image: url(../images/arrow-down.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center right 13px;
    margin-bottom: 30px; }
  .box-map .wrapper-iframe {
    position: relative;
    padding-top: 56.25%;
    width: 100%; }
    .box-map .wrapper-iframe iframe {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }

.banner-uudai {
  background: linear-gradient(to bottom, #3A1C1A, #000); }
  @media screen and (max-width: 670px) {
    .banner-uudai {
      height: auto; } }
  .banner-uudai .banner-item {
    max-width: 570px;
    padding: 90px 0;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif; }
    @media screen and (max-width: 992px) {
      .banner-uudai .banner-item {
        max-width: 50%; } }
    @media screen and (max-width: 670px) {
      .banner-uudai .banner-item {
        max-width: 100%; } }
    .banner-uudai .banner-item .txt-content {
      font-weight: 300;
      margin-bottom: 40px; }
    .banner-uudai .banner-item .btn {
      background: linear-gradient(to right, #8F6F41, #F6C380, #8F6F41, #F6C380); }
  .banner-uudai .img-item-right {
    right: 280px; }
    @media screen and (max-width: 1600px) {
      .banner-uudai .img-item-right {
        right: 0; } }
    @media screen and (max-width: 1200px) {
      .banner-uudai .img-item-right {
        width: 30%;
        margin-left: auto;
        position: absolute; } }
    @media screen and (max-width: 670px) {
      .banner-uudai .img-item-right {
        position: relative;
        width: 50%;
        margin: auto; } }
  .banner-uudai .box-sale {
    position: relative;
    max-width: 350px;
    padding: 50px 30px;
    background-image: url(../images/border-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px auto; }
    @media screen and (max-width: 1200px) {
      .banner-uudai .box-sale {
        max-width: 150px;
        padding: 35px 30px; } }
    .banner-uudai .box-sale .txt-sale {
      position: absolute;
      font-size: 35px;
      background: -webkit-linear-gradient(#be8b37, #d8b148, #be8b37);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-transform: uppercase;
      left: 50%;
      transform: translateX(-50%);
      top: -25px; }
      @media screen and (max-width: 1200px) {
        .banner-uudai .box-sale .txt-sale {
          font-size: 30px; } }
      @media screen and (max-width: 670px) {
        .banner-uudai .box-sale .txt-sale {
          font-size: 26px; } }
    .banner-uudai .box-sale .txt-number {
      font-size: 150px;
      background: -webkit-linear-gradient(#be8b37, #d8b148, #be8b37);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 1200px) {
        .banner-uudai .box-sale .txt-number {
          font-size: 50px; } }
      .banner-uudai .box-sale .txt-number::after {
        content: '%';
        font-size: 60px;
        background: -webkit-linear-gradient(#be8b37, #d8b148, #be8b37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media screen and (max-width: 1200px) {
          .banner-uudai .box-sale .txt-number::after {
            font-size: 20px; } }

.sec-uudai .box-title {
  max-width: 930px;
  text-align: center;
  margin: auto;
  padding-bottom: 60px; }
  .sec-uudai .box-title .txt-title {
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    color: #B58D5D;
    text-transform: uppercase;
    font-size: 35px; }
    @media screen and (max-width: 1200px) {
      .sec-uudai .box-title .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-uudai .box-title .txt-title {
        font-size: 26px; } }
    .sec-uudai .box-title .txt-title::after {
      content: "";
      background: #B58D5D;
      left: 50%;
      transform: translateX(-50%);
      max-width: 150px;
      width: 100%;
      bottom: 0px;
      height: 1px;
      position: absolute; }
  .sec-uudai .box-title .txt-content {
    padding-top: 30px;
    font-size: 20px; }

.sec-uudai .row-uudai:not(:last-child) {
  margin-bottom: 90px; }

.sec-uudai .row-uudai .txt-title {
  color: #B58D5D;
  line-height: 1.3;
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .sec-uudai .row-uudai .txt-title {
      font-size: 20px; } }

.sec-uudai .row-uudai .box-flex {
  margin: -15px; }
  @media screen and (max-width: 1200px) {
    .sec-uudai .row-uudai .box-flex {
      margin: -7.5px; } }
  .sec-uudai .row-uudai .box-flex .col-4 {
    padding: 15px; }
    @media screen and (max-width: 1200px) {
      .sec-uudai .row-uudai .box-flex .col-4 {
        padding: 7.5px; } }
    @media screen and (max-width: 768px) {
      .sec-uudai .row-uudai .box-flex .col-4 {
        width: 50%; } }
    @media screen and (max-width: 450px) {
      .sec-uudai .row-uudai .box-flex .col-4 {
        width: 100%; } }

.sec-new .box-title {
  max-width: 930px;
  text-align: center;
  margin: auto; }
  .sec-new .box-title .txt-title {
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    color: #B58D5D;
    text-transform: uppercase;
    font-size: 35px; }
    @media screen and (max-width: 1200px) {
      .sec-new .box-title .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-new .box-title .txt-title {
        font-size: 26px; } }
    .sec-new .box-title .txt-title::after {
      content: '';
      background: #B58D5D;
      left: 50%;
      transform: translateX(-50%);
      max-width: 150px;
      width: 100%;
      bottom: 0px;
      height: 1px;
      position: absolute; }
  .sec-new .box-title .txt-content {
    padding-top: 30px;
    font-size: 20px; }

.sec-new .box-new-main {
  margin: 40px 0; }
  .sec-new .box-new-main .col-6 {
    background: #3A1C1A;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .sec-new .box-new-main .col-6 {
        width: 100%; } }
  .sec-new .box-new-main .wrapper-content {
    padding: 60px; }
    @media screen and (max-width: 1200px) {
      .sec-new .box-new-main .wrapper-content {
        padding: 15px; } }
    .sec-new .box-new-main .wrapper-content .article-hd {
      color: #f6c380;
      font-weight: bold;
      font-size: 16px;
      padding-bottom: 15px; }
      @media screen and (max-width: 991px) {
        .sec-new .box-new-main .wrapper-content .article-hd {
          font-size: 14px; } }
    .sec-new .box-new-main .wrapper-content .txt-title {
      font-size: 30px;
      line-height: 1.3;
      margin-bottom: 25px;
      text-align: justify;
      text-transform: uppercase;
      font-family: 'Averta', sans-serif; }
      @media screen and (max-width: 550px) {
        .sec-new .box-new-main .wrapper-content .txt-title {
          font-size: 20px; } }
    .sec-new .box-new-main .wrapper-content .txt-desc {
      font-size: 16px;
      margin-bottom: 25px; }
      @media screen and (max-width: 991px) {
        .sec-new .box-new-main .wrapper-content .txt-desc {
          font-size: 14px; } }
    .sec-new .box-new-main .wrapper-content .link-w-100 {
      font-size: 16px;
      color: #f6c380; }
      @media screen and (max-width: 991px) {
        .sec-new .box-new-main .wrapper-content .link-w-100 {
          font-size: 14px; } }
      .sec-new .box-new-main .wrapper-content .link-w-100::after {
        background: #f6c380; }

.sec-new .wrapper-row {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .sec-new .wrapper-row .row-new > .txt-title {
    color: #b58d5d;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.3;
    font-size: 24px; }
    @media screen and (max-width: 768px) {
      .sec-new .wrapper-row .row-new > .txt-title {
        font-size: 20px; } }
  .sec-new .wrapper-row .box-flex {
    margin: -15px; }
    @media screen and (max-width: 1200px) {
      .sec-new .wrapper-row .box-flex {
        margin: -7.5px; } }
    .sec-new .wrapper-row .box-flex .col-3 {
      padding: 15px; }
      @media screen and (max-width: 1200px) {
        .sec-new .wrapper-row .box-flex .col-3 {
          padding: 7.5px;
          width: 50%; } }
      @media screen and (max-width: 450px) {
        .sec-new .wrapper-row .box-flex .col-3 {
          width: 100%; } }
  .sec-new .wrapper-row .box-content-v .txt-title {
    color: #000;
    font-size: 20px;
    text-align: justify; }
  .sec-new .wrapper-row .wrapper-new-child {
    margin: -15px 0; }
  .sec-new .wrapper-row .item-new {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0; }
    .sec-new .wrapper-row .item-new:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .sec-new .wrapper-row .item-new .img-w-100 {
      width: 120px; }
    .sec-new .wrapper-row .item-new .box-content {
      width: calc(100% - 120px);
      padding-left: 10px; }
      .sec-new .wrapper-row .item-new .box-content .txt-title {
        color: #000;
        font-size: 16px;
        font-family: 'Averta', sans-serif;
        text-transform: unset;
        font-weight: 500; }
        @media screen and (max-width: 991px) {
          .sec-new .wrapper-row .item-new .box-content .txt-title {
            font-size: 14px; } }

@media screen and (max-width: 670px) {
  .banner-chuyengia {
    display: none; } }

.banner-chuyengia .banner-item {
  max-width: 440px;
  position: relative;
  z-index: 2;
  padding: 310px 0 200px; }
  .banner-chuyengia .banner-item .txt-content {
    text-transform: uppercase; }
  .banner-chuyengia .banner-item .txt-desc {
    font-style: italic;
    line-height: 1.3;
    font-size: 24px; }
    @media screen and (max-width: 768px) {
      .banner-chuyengia .banner-item .txt-desc {
        font-size: 20px; } }

.banner-chuyengia .img-item {
  left: 0;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .banner-chuyengia .img-item {
      width: 70%; } }
  .banner-chuyengia .img-item img {
    transform: translateX(-50px); }
    @media screen and (max-width: 1200px) {
      .banner-chuyengia .img-item img {
        transform: translateX(0); } }

.sec-chuyengia .box-title {
  max-width: 930px;
  text-align: center;
  margin: auto;
  margin-bottom: 60px; }
  .sec-chuyengia .box-title .txt-title {
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    color: #B58D5D;
    text-transform: uppercase;
    font-size: 35px; }
    @media screen and (max-width: 1200px) {
      .sec-chuyengia .box-title .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-chuyengia .box-title .txt-title {
        font-size: 26px; } }
    .sec-chuyengia .box-title .txt-title::after {
      content: "";
      background: #B58D5D;
      left: 50%;
      transform: translateX(-50%);
      max-width: 150px;
      width: 100%;
      bottom: 0px;
      height: 1px;
      position: absolute; }

.sec-chuyengia .box-tablink {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative; }
  .sec-chuyengia .box-tablink .tab-item {
    width: 33.33%;
    cursor: pointer;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 0 15px;
    color: #5F5F5F;
    transition: 0.3s ease;
    line-height: 1.3;
    font-size: 24px; }
    @media screen and (max-width: 768px) {
      .sec-chuyengia .box-tablink .tab-item {
        font-size: 20px; } }
    @media screen and (max-width: 670px) {
      .sec-chuyengia .box-tablink .tab-item {
        font-size: 12px; } }
    .sec-chuyengia .box-tablink .tab-item:hover, .sec-chuyengia .box-tablink .tab-item.active {
      color: #000; }
  .sec-chuyengia .box-tablink .line {
    position: absolute;
    bottom: 0px;
    background: #B58D5D;
    left: 0;
    height: 1px;
    transition: 0.3s ease;
    width: 50px; }

.sec-chuyengia .box-flex {
  margin: -45px -15px; }
  @media screen and (max-width: 1200px) {
    .sec-chuyengia .box-flex {
      margin: -7.5px; } }
  .sec-chuyengia .box-flex .col-6 {
    padding: 45px 15px; }
    @media screen and (max-width: 1200px) {
      .sec-chuyengia .box-flex .col-6 {
        padding: 7.5px; } }
    @media screen and (max-width: 849px) {
      .sec-chuyengia .box-flex .col-6 {
        width: 100%; } }

.sec-chuyengia .panel-item {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  height: 0;
  display: none; }
  .sec-chuyengia .panel-item.active {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
    animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.banner-thuvien {
  height: auto; }
  @media screen and (max-width: 670px) {
    .banner-thuvien {
      display: none; } }
  .banner-thuvien .container {
    position: relative;
    display: flex; }
    .banner-thuvien .container .list-img-item {
      position: relative;
      width: 50%;
      z-index: 1;
      padding: 30px 0; }
      .banner-thuvien .container .list-img-item img {
        display: block; }
        .banner-thuvien .container .list-img-item img:nth-child(1) {
          transform: rotate(5deg); }
        .banner-thuvien .container .list-img-item img:nth-child(2) {
          margin-left: auto;
          margin-top: -110px;
          transform: rotate(-15deg); }
        .banner-thuvien .container .list-img-item img:nth-child(3) {
          margin: auto;
          margin-top: -80px;
          transform: rotate(10deg); }
    .banner-thuvien .container .banner-item {
      position: relative;
      z-index: 2;
      width: 50%; }

.sec-thuvien .box-title {
  max-width: 930px;
  text-align: center;
  margin: auto;
  margin-bottom: 60px; }
  .sec-thuvien .box-title .txt-title {
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    color: #B58D5D;
    text-transform: uppercase;
    font-size: 35px; }
    @media screen and (max-width: 1200px) {
      .sec-thuvien .box-title .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-thuvien .box-title .txt-title {
        font-size: 26px; } }
    .sec-thuvien .box-title .txt-title::after {
      content: '';
      background: #B58D5D;
      left: 50%;
      transform: translateX(-50%);
      max-width: 150px;
      width: 100%;
      bottom: 0px;
      height: 1px;
      position: absolute; }

.sec-thuvien .box-tablink-thuvien {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  max-width: 1170px;
  margin: auto; }
  .sec-thuvien .box-tablink-thuvien .tab-item {
    cursor: pointer;
    text-align: center;
    padding: 0 15px 10px;
    margin: 0 10px;
    color: #7e7e7e;
    transition: 0.3s ease;
    font-size: 20px; }
    @media screen and (max-width: 1200px) {
      .sec-thuvien .box-tablink-thuvien .tab-item {
        margin: 0; } }
    @media screen and (max-width: 670px) {
      .sec-thuvien .box-tablink-thuvien .tab-item {
        font-size: 12px;
        padding: 5px 10px;
        margin: 0 5px; } }
    @media screen and (max-width: 500px) {
      .sec-thuvien .box-tablink-thuvien .tab-item {
        margin: 0; } }
    .sec-thuvien .box-tablink-thuvien .tab-item:hover, .sec-thuvien .box-tablink-thuvien .tab-item.active {
      color: #B58D5D;
      border-bottom: 1px solid #B58D5D;
      transition: 0.3s ease; }
  .sec-thuvien .box-tablink-thuvien .txt-title {
    line-height: 1.3;
    font-size: 24px;
    text-transform: uppercase;
    margin-right: 50px; }
    @media screen and (max-width: 768px) {
      .sec-thuvien .box-tablink-thuvien .txt-title {
        font-size: 20px; } }
    @media screen and (max-width: 849px) {
      .sec-thuvien .box-tablink-thuvien .txt-title {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%; } }

.sec-thuvien .box-panel-thuvien {
  padding-top: 75px; }
  .sec-thuvien .box-panel-thuvien .panel-item {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    height: 0;
    display: none; }
    .sec-thuvien .box-panel-thuvien .panel-item.active {
      display: block;
      opacity: 1;
      visibility: visible;
      height: auto;
      animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.sec-thuvien .slide-thuvien {
  position: relative;
  padding-bottom: 60px; }
  .sec-thuvien .slide-thuvien .swiper-slide {
    padding: 30px;
    transition: 0.3s ease; }
    @media screen and (max-width: 1200px) {
      .sec-thuvien .slide-thuvien .swiper-slide {
        padding: 7.5px; } }
    .sec-thuvien .slide-thuvien .swiper-slide .img-light {
      display: block;
      width: 100%; }
      .sec-thuvien .slide-thuvien .swiper-slide .img-light img {
        width: 100%;
        object-fit: cover; }
  .sec-thuvien .slide-thuvien .swiper-slide-active {
    padding: 0;
    transition: 0.3s ease; }
  .sec-thuvien .slide-thuvien .swiper-scrollbar {
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1410px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 1600px) {
      .sec-thuvien .slide-thuvien .swiper-scrollbar {
        max-width: 990px; } }
  .sec-thuvien .slide-thuvien .swiper-scrollbar-drag {
    background: #B58D5D;
    height: 3px; }
  .sec-thuvien .slide-thuvien .swiper-button-prev {
    background-image: url("../images/ArrowLeft.png");
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 999px;
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px; }
    .sec-thuvien .slide-thuvien .swiper-button-prev::after {
      content: ''; }
  .sec-thuvien .slide-thuvien .swiper-button-next {
    background-image: url("../images/ArrowRight.png");
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 999px;
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px; }
    .sec-thuvien .slide-thuvien .swiper-button-next::after {
      content: ''; }
  .sec-thuvien .slide-thuvien .swiper-button-next.swiper-button-disabled,
  .sec-thuvien .slide-thuvien .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    filter: grayscale(1); }

.sec-thuvien .wrapper-box:not(:last-child) {
  padding-bottom: 80px; }
  @media screen and (max-width: 1200px) {
    .sec-thuvien .wrapper-box:not(:last-child) {
      padding-bottom: 40px; } }

.sec-thuvien .video {
  width: 100%;
  cursor: pointer;
  position: relative; }
  .sec-thuvien .video::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute; }
  .sec-thuvien .video:hover::after {
    opacity: 1;
    visibility: visible; }
  .sec-thuvien .video::after {
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden; }

.banner-gioithieu {
  height: auto; }
  @media screen and (max-width: 670px) {
    .banner-gioithieu .banner-item {
      padding: 40px 0;
      text-align: center; } }
  @media screen and (max-width: 1200px) {
    .banner-gioithieu .img-item-right {
      width: 50%; } }
  @media screen and (max-width: 670px) {
    .banner-gioithieu .img-item-right {
      position: relative;
      margin: auto;
      width: 100%; } }

.sec-video {
  padding: 130px 0; }
  @media screen and (max-width: 1200px) {
    .sec-video {
      padding: 60px 0; } }
  @media screen and (max-width: 670px) {
    .sec-video {
      padding: 0; } }
  .sec-video .box-title {
    text-align: center;
    font-size: 35px;
    max-width: 930px;
    margin: auto;
    margin-bottom: 50px; }
    @media screen and (max-width: 1200px) {
      .sec-video .box-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-video .box-title {
        font-size: 26px; } }
    @media screen and (max-width: 670px) {
      .sec-video .box-title {
        display: none; } }
  @media screen and (max-width: 670px) {
    .sec-video .box-video {
      margin: 0 -15px; } }
  .sec-video .fp_title {
    display: none; }
    @media screen and (max-width: 670px) {
      .sec-video .fp_title {
        display: block;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        line-height: 1.3;
        font-size: 24px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        white-space: normal; } }
  @media screen and (max-width: 670px) and (max-width: 768px) {
    .sec-video .fp_title {
      font-size: 20px; } }
  .sec-video video {
    max-height: 800px; }
    @media screen and (max-width: 849px) {
      .sec-video video {
        max-height: 400px; } }
    .sec-video video::after {
      content: attr(data-title); }
  .sec-video .fluid_html_on_pause {
    background: rgba(0, 0, 0, 0.2); }
  .sec-video .fluid_initial_play_button {
    border-color: transparent transparent transparent #9c672b; }
  .sec-video .fluid_initial_play {
    background: #fff !important; }

.sec-slide-gioithieu {
  padding-bottom: 130px; }
  @media screen and (max-width: 1200px) {
    .sec-slide-gioithieu {
      padding-bottom: 60px; } }
  @media screen and (max-width: 670px) {
    .sec-slide-gioithieu {
      padding: 60px 0; } }
  .sec-slide-gioithieu .box-title {
    text-align: center;
    font-size: 35px;
    max-width: 856px;
    margin: auto;
    margin-bottom: 50px; }
    @media screen and (max-width: 1200px) {
      .sec-slide-gioithieu .box-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-slide-gioithieu .box-title {
        font-size: 26px; } }
  .sec-slide-gioithieu .slide-thuvien {
    position: relative;
    padding-bottom: 60px; }
    .sec-slide-gioithieu .slide-thuvien .swiper-slide {
      padding: 30px;
      transition: 0.3s ease; }
      @media screen and (max-width: 1200px) {
        .sec-slide-gioithieu .slide-thuvien .swiper-slide {
          padding: 7.5px; } }
      .sec-slide-gioithieu .slide-thuvien .swiper-slide .img-light {
        display: block;
        width: 100%; }
        .sec-slide-gioithieu .slide-thuvien .swiper-slide .img-light img {
          width: 100%;
          object-fit: cover; }
    .sec-slide-gioithieu .slide-thuvien .swiper-slide-active {
      padding: 0;
      transition: 0.3s ease; }
    .sec-slide-gioithieu .slide-thuvien .swiper-scrollbar {
      height: 2px;
      position: absolute;
      bottom: 0;
      width: 100%;
      max-width: 1320px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 1600px) {
        .sec-slide-gioithieu .slide-thuvien .swiper-scrollbar {
          max-width: 990px; } }
    .sec-slide-gioithieu .slide-thuvien .swiper-scrollbar-drag {
      background: #B58D5D;
      height: 3px; }
    .sec-slide-gioithieu .slide-thuvien .swiper-button-prev {
      background-image: url("../images/ArrowLeft.png");
      background-position: center;
      background-size: 24px;
      background-repeat: no-repeat;
      background-color: #fff;
      border-radius: 999px;
      box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.4);
      width: 40px;
      height: 40px; }
      .sec-slide-gioithieu .slide-thuvien .swiper-button-prev::after {
        content: ''; }
    .sec-slide-gioithieu .slide-thuvien .swiper-button-next {
      background-image: url("../images/ArrowRight.png");
      background-position: center;
      background-size: 24px;
      background-repeat: no-repeat;
      background-color: #fff;
      border-radius: 999px;
      box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.4);
      width: 40px;
      height: 40px; }
      .sec-slide-gioithieu .slide-thuvien .swiper-button-next::after {
        content: ''; }
    .sec-slide-gioithieu .slide-thuvien .swiper-button-next.swiper-button-disabled,
    .sec-slide-gioithieu .slide-thuvien .swiper-button-prev.swiper-button-disabled {
      opacity: 1;
      filter: grayscale(1); }

.sec-beautifull .cols-beauti {
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }
  @media screen and (max-width: 1200px) {
    .sec-beautifull .cols-beauti {
      margin: -7.5px; } }
  .sec-beautifull .cols-beauti .col {
    width: 25%;
    padding: 15px;
    color: #fff; }
    .sec-beautifull .cols-beauti .col:nth-child(1) .box-content {
      background: #d8d8d8; }
    .sec-beautifull .cols-beauti .col:nth-child(2) .box-content {
      background: #c0c0c0; }
    .sec-beautifull .cols-beauti .col:nth-child(3) .box-content {
      background: #989898; }
    .sec-beautifull .cols-beauti .col:nth-child(4) .box-content {
      background: #525252; }
    @media screen and (max-width: 1200px) {
      .sec-beautifull .cols-beauti .col {
        padding: 7.5px;
        width: 50%; } }
    @media screen and (max-width: 670px) {
      .sec-beautifull .cols-beauti .col {
        width: 100%; } }
    .sec-beautifull .cols-beauti .col .box-content {
      position: relative;
      padding: 70px 20px;
      height: 100%;
      text-align: center; }
      .sec-beautifull .cols-beauti .col .box-content .txt-title {
        position: relative;
        z-index: 3;
        max-width: 180px;
        line-height: 1.3;
        font-size: 24px;
        text-transform: uppercase; }
        @media screen and (max-width: 768px) {
          .sec-beautifull .cols-beauti .col .box-content .txt-title {
            font-size: 20px; } }
      .sec-beautifull .cols-beauti .col .box-content .bg-img {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0; }
      .sec-beautifull .cols-beauti .col .box-content .bg-human {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0; }

.sec-beautifull .box-khacbiet {
  padding-top: 130px; }
  @media screen and (max-width: 1200px) {
    .sec-beautifull .box-khacbiet {
      padding-top: 60px; } }
  @media screen and (max-width: 992px) {
    .sec-beautifull .box-khacbiet {
      background: radial-gradient(#e7ebec, #dcdcdc, #cecece, #bebebe);
      margin-top: 60px; } }
  @media screen and (max-width: 670px) {
    .sec-beautifull .box-khacbiet {
      margin: 60px -15px 0; } }
  .sec-beautifull .box-khacbiet .box-title {
    text-align: center;
    font-size: 35px;
    max-width: 856px;
    margin: auto;
    margin-bottom: 50px; }
    @media screen and (max-width: 1200px) {
      .sec-beautifull .box-khacbiet .box-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-beautifull .box-khacbiet .box-title {
        font-size: 26px; } }
  .sec-beautifull .box-khacbiet .content-khacbiet {
    padding: 80px 20px;
    padding-bottom: 0;
    position: relative;
    background: radial-gradient(#e7ebec, #dcdcdc, #cecece, #bebebe); }
    @media screen and (max-width: 992px) {
      .sec-beautifull .box-khacbiet .content-khacbiet {
        background: transparent;
        padding: 0px; } }
    .sec-beautifull .box-khacbiet .content-khacbiet .bg-img {
      position: absolute;
      z-index: 0;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
    .sec-beautifull .box-khacbiet .content-khacbiet .bg-human {
      position: relative;
      z-index: 1;
      width: 100%;
      text-align: center;
      margin-top: -50%; }
      @media screen and (max-width: 1200px) {
        .sec-beautifull .box-khacbiet .content-khacbiet .bg-human {
          margin-top: -75%; } }
    .sec-beautifull .box-khacbiet .content-khacbiet .item {
      background: linear-gradient(45deg, #828282, #ffffff, #828282);
      text-align: center;
      clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
      padding: 70px 25px;
      justify-content: center;
      display: flex;
      width: 200px;
      height: 200px;
      text-transform: uppercase;
      align-items: center;
      position: relative; }
      .sec-beautifull .box-khacbiet .content-khacbiet .item::after {
        clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
        content: '';
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        position: absolute;
        left: 2px;
        top: 2px;
        background: linear-gradient(-45deg, #7a7a7a, #dfdfdf, #7a7a7a);
        z-index: -1; }
      @media screen and (max-width: 992px) {
        .sec-beautifull .box-khacbiet .content-khacbiet .item {
          padding: 50px 5px;
          font-size: 10px;
          width: 100px;
          height: 100px; } }
      @media screen and (max-width: 670px) {
        .sec-beautifull .box-khacbiet .content-khacbiet .item {
          padding: 25px 5px; } }
      .sec-beautifull .box-khacbiet .content-khacbiet .item:nth-child(1), .sec-beautifull .box-khacbiet .content-khacbiet .item:nth-child(3) {
        margin: 0 140px; }
        @media screen and (max-width: 1300px) {
          .sec-beautifull .box-khacbiet .content-khacbiet .item:nth-child(1), .sec-beautifull .box-khacbiet .content-khacbiet .item:nth-child(3) {
            margin: 0 70px; } }
        @media screen and (max-width: 670px) {
          .sec-beautifull .box-khacbiet .content-khacbiet .item:nth-child(1), .sec-beautifull .box-khacbiet .content-khacbiet .item:nth-child(3) {
            margin: 0 15px; } }
      @media screen and (max-width: 992px) {
        .sec-beautifull .box-khacbiet .content-khacbiet .item:nth-child(3) {
          margin: 0; } }
      .sec-beautifull .box-khacbiet .content-khacbiet .item:nth-child(2) {
        margin: 20px 0; }
        @media screen and (max-width: 992px) {
          .sec-beautifull .box-khacbiet .content-khacbiet .item:nth-child(2) {
            margin: 30px 0 100px; } }
    .sec-beautifull .box-khacbiet .content-khacbiet .wrapper-content {
      display: flex;
      justify-content: space-between;
      position: relative;
      z-index: 3; }
    .sec-beautifull .box-khacbiet .content-khacbiet .wrapper-left {
      max-width: 50%; }
    .sec-beautifull .box-khacbiet .content-khacbiet .wrapper-right {
      max-width: 50%; }
      .sec-beautifull .box-khacbiet .content-khacbiet .wrapper-right .item:nth-child(2) {
        margin-left: auto; }
      .sec-beautifull .box-khacbiet .content-khacbiet .wrapper-right .item:nth-child(3) {
        margin-left: auto; }
        @media screen and (max-width: 992px) {
          .sec-beautifull .box-khacbiet .content-khacbiet .wrapper-right .item:nth-child(3) {
            margin-left: auto; } }

.sec-uudiem {
  margin-top: 130px;
  padding: 130px 0;
  background: linear-gradient(#b8b8b8, #f5f5f5);
  position: relative; }
  @media screen and (max-width: 1200px) {
    .sec-uudiem {
      margin-top: 60px;
      padding: 60px 0; } }
  .sec-uudiem .box-flex {
    position: relative;
    z-index: 1;
    margin: -15px; }
    @media screen and (max-width: 1200px) {
      .sec-uudiem .box-flex {
        margin: -7.5px; } }
    .sec-uudiem .box-flex .col-6 {
      padding: 15px; }
      @media screen and (max-width: 1200px) {
        .sec-uudiem .box-flex .col-6 {
          padding: 7.5px; } }
      @media screen and (max-width: 768px) {
        .sec-uudiem .box-flex .col-6 {
          width: 100%; } }
  .sec-uudiem .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  .sec-uudiem .img-w-100 {
    max-width: 765px; }
  .sec-uudiem .txt-title {
    text-align: center;
    margin-left: auto;
    margin-bottom: 40px;
    max-width: 50%;
    font-size: 35px;
    position: relative;
    z-index: 2;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .sec-uudiem .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-uudiem .txt-title {
        font-size: 26px; } }
    @media screen and (max-width: 768px) {
      .sec-uudiem .txt-title {
        max-width: 100%; } }
  .sec-uudiem .wrapper-item {
    margin: -15px 0; }
    @media screen and (max-width: 1200px) {
      .sec-uudiem .wrapper-item {
        margin: -7.5px 0; } }
    .sec-uudiem .wrapper-item .row {
      padding: 15px 0; }
      @media screen and (max-width: 1200px) {
        .sec-uudiem .wrapper-item .row {
          padding: 7.5px 0; } }
  .sec-uudiem .box-item {
    text-align: center;
    padding: 15px 20px;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid;
    border-image: linear-gradient(#d8b148, #be8b37, #f6c380) 10;
    background: -webkit-linear-gradient(90deg, #d8b148, #be8b37, #f6c380);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media screen and (max-width: 768px) {
      .sec-uudiem .box-item {
        font-size: 20px; } }

.sec-quytrinh {
  padding: 130px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1200px) {
    .sec-quytrinh {
      padding: 60px 0; } }
  .sec-quytrinh .txt-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 35px; }
    @media screen and (max-width: 1200px) {
      .sec-quytrinh .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-quytrinh .txt-title {
        font-size: 26px; } }
  .sec-quytrinh .swiper-scrollbar {
    height: 2px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none; }
    @media screen and (max-width: 1200px) {
      .sec-quytrinh .swiper-scrollbar {
        display: block; } }
  .sec-quytrinh .swiper-scrollbar-drag {
    background: #B58D5D;
    height: 3px; }
  .sec-quytrinh .box-quytrinh .box-content {
    padding-bottom: 20px;
    font-weight: bold;
    display: flex;
    align-items: center; }
    .sec-quytrinh .box-quytrinh .box-content .txt-content {
      position: relative;
      padding-left: 10px;
      line-height: 1.3;
      font-size: 24px; }
      @media screen and (max-width: 768px) {
        .sec-quytrinh .box-quytrinh .box-content .txt-content {
          font-size: 20px; } }
      @media screen and (max-width: 670px) {
        .sec-quytrinh .box-quytrinh .box-content .txt-content {
          font-size: 14px; } }
    .sec-quytrinh .box-quytrinh .box-content .txt-number {
      line-height: 0.9;
      left: 0;
      top: 0;
      font-family: 'Montserrat', sans-serif;
      font-size: 120px;
      color: #B58D5D;
      top: 0; }
      @media screen and (max-width: 1200px) {
        .sec-quytrinh .box-quytrinh .box-content .txt-number {
          font-size: 80px; } }
  .sec-quytrinh .slide-quytrinh {
    position: relative;
    padding-bottom: 30px; }
    @media screen and (max-width: 670px) {
      .sec-quytrinh .slide-quytrinh {
        margin-right: -15px; } }

.sec-giaithuong {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
  color: #fff; }
  @media screen and (max-width: 1200px) {
    .sec-giaithuong {
      padding: 60px 0; } }
  .sec-giaithuong .container {
    position: relative; }
  .sec-giaithuong .img-cup {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
    .sec-giaithuong .img-cup img {
      height: 100%;
      object-fit: cover; }
    @media screen and (max-width: 1200px) {
      .sec-giaithuong .img-cup {
        position: relative;
        text-align: center;
        height: 300px;
        margin-bottom: 20px; } }
  .sec-giaithuong .box-title {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 35px;
    max-width: 856px;
    margin: auto;
    margin-bottom: 50px; }
    @media screen and (max-width: 1200px) {
      .sec-giaithuong .box-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-giaithuong .box-title {
        font-size: 26px; } }
    @media screen and (max-width: 1200px) {
      .sec-giaithuong .box-title {
        margin-bottom: 20px; } }
  .sec-giaithuong .box-content {
    max-width: 50%;
    margin-left: auto; }
    @media screen and (max-width: 1200px) {
      .sec-giaithuong .box-content {
        max-width: 100%; } }
    .sec-giaithuong .box-content li {
      display: flex;
      align-items: center; }
      .sec-giaithuong .box-content li:not(:last-child) {
        margin-bottom: 50px; }
        @media screen and (max-width: 1200px) {
          .sec-giaithuong .box-content li:not(:last-child) {
            margin-bottom: 25px; } }
    .sec-giaithuong .box-content .wrapper-img {
      width: 90px; }
    .sec-giaithuong .box-content .wrapper-content {
      line-height: 1.3;
      font-size: 24px;
      padding-left: 15px;
      width: calc(100% - 90px); }
      @media screen and (max-width: 768px) {
        .sec-giaithuong .box-content .wrapper-content {
          font-size: 20px; } }

.sec-lydo {
  padding: 130px 0; }
  @media screen and (max-width: 1200px) {
    .sec-lydo {
      padding: 60px 0; } }
  .sec-lydo .box-flex {
    position: relative;
    z-index: 1;
    margin: -15px; }
    @media screen and (max-width: 1200px) {
      .sec-lydo .box-flex {
        margin: -7.5px; } }
    .sec-lydo .box-flex .col-6 {
      padding: 15px; }
      @media screen and (max-width: 1200px) {
        .sec-lydo .box-flex .col-6 {
          padding: 7.5px; } }
      @media screen and (max-width: 1200px) {
        .sec-lydo .box-flex .col-6 {
          width: 100%; } }
  .sec-lydo .txt-title {
    font-size: 35px;
    margin-bottom: 40px;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .sec-lydo .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-lydo .txt-title {
        font-size: 26px; } }
  .sec-lydo .list-content li {
    display: flex;
    align-items: center;
    font-size: 16px; }
    .sec-lydo .list-content li:not(:last-child) {
      margin-bottom: 25px; }
    @media screen and (max-width: 991px) {
      .sec-lydo .list-content li {
        font-size: 14px; } }
    .sec-lydo .list-content li .box-img {
      width: 40px; }
      .sec-lydo .list-content li .box-img img {
        object-fit: cover;
        width: 100%; }
    .sec-lydo .list-content li .box-content {
      width: calc(100% - 40px);
      padding-left: 10px; }
  .sec-lydo .slide-lydo {
    position: relative;
    padding-bottom: 30px;
    width: 994px; }
    @media screen and (max-width: 1600px) {
      .sec-lydo .slide-lydo {
        width: 100%; } }
    .sec-lydo .slide-lydo .swiper-scrollbar {
      height: 2px;
      position: absolute;
      bottom: 0px;
      width: 100%;
      right: 0; }
    .sec-lydo .slide-lydo .swiper-scrollbar-drag {
      background: #B58D5D;
      height: 3px; }
    .sec-lydo .slide-lydo .swiper-button-prev {
      background-image: url("../images/ArrowLeft.png");
      background-position: center;
      background-size: 24px;
      background-repeat: no-repeat;
      margin-top: 0; }
      @media screen and (max-width: 1600px) {
        .sec-lydo .slide-lydo .swiper-button-prev {
          right: calc(10px + 40px); } }
      .sec-lydo .slide-lydo .swiper-button-prev::after {
        content: ''; }
    .sec-lydo .slide-lydo .swiper-button-next {
      background-image: url("../images/ArrowRight.png");
      background-position: center;
      background-size: 24px;
      background-repeat: no-repeat;
      margin-top: 0;
      right: 60px; }
      @media screen and (max-width: 1600px) {
        .sec-lydo .slide-lydo .swiper-button-next {
          right: calc(10px); } }
      .sec-lydo .slide-lydo .swiper-button-next::after {
        content: ''; }
    .sec-lydo .slide-lydo .swiper-button-next.swiper-button-disabled,
    .sec-lydo .slide-lydo .swiper-button-prev.swiper-button-disabled {
      opacity: 1;
      filter: grayscale(1); }

.banner-custom {
  margin-bottom: 130px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 1200px) {
    .banner-custom {
      margin-bottom: 60px; } }
  .banner-custom .banner-item {
    padding: 90px 0;
    text-align: center;
    max-width: 50%;
    margin-right: auto; }
    @media screen and (max-width: 670px) {
      .banner-custom .banner-item {
        padding: 40px 0;
        max-width: 100%; } }
    .banner-custom .banner-item .txt-title {
      font-size: 35px;
      margin-bottom: 25px;
      margin-top: 25px; }
      @media screen and (max-width: 1200px) {
        .banner-custom .banner-item .txt-title {
          font-size: 30px; } }
      @media screen and (max-width: 670px) {
        .banner-custom .banner-item .txt-title {
          font-size: 26px; } }
    .banner-custom .banner-item .txt-content {
      line-height: 1.3;
      font-size: 24px;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .banner-custom .banner-item .txt-content {
          font-size: 20px; } }
    .banner-custom .banner-item .color-second {
      color: #B58D5D; }
  .banner-custom .img-item-right {
    position: absolute;
    right: 90px;
    bottom: 0; }
    @media screen and (max-width: 1700px) {
      .banner-custom .img-item-right {
        right: 0; } }
    @media screen and (max-width: 1450px) {
      .banner-custom .img-item-right {
        width: 50%; } }
    @media screen and (max-width: 670px) {
      .banner-custom .img-item-right {
        position: relative;
        margin: auto;
        width: 100%; } }

.breachcum-uudai .list-link {
  display: flex;
  justify-content: space-between;
  margin: -5px; }
  .breachcum-uudai .list-link li {
    padding: 5px;
    display: flex;
    align-items: center; }
    .breachcum-uudai .list-link li .txt {
      margin: 0 5px; }
    .breachcum-uudai .list-link li::after {
      display: none; }
  .breachcum-uudai .list-link .btn {
    padding: 7px 15px; }
    .breachcum-uudai .list-link .btn:hover {
      background: #fff; }
    .breachcum-uudai .list-link .btn .bold {
      color: #000; }

.banner-uudai-theothang .banner-item {
  padding: 144px 0;
  max-width: 545px;
  text-align: center;
  color: #260b01;
  font-family: 'Montserrat', sans-serif; }
  @media screen and (max-width: 849px) {
    .banner-uudai-theothang .banner-item {
      max-width: 100%;
      text-align: center;
      padding: 144px 0 40px; } }
  .banner-uudai-theothang .banner-item .txt-title {
    text-align: center;
    line-height: 1.3;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .banner-uudai-theothang .banner-item .txt-title {
        font-size: 32px; } }
  .banner-uudai-theothang .banner-item > .meta-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3;
    display: block; }
    @media screen and (max-width: 550px) {
      .banner-uudai-theothang .banner-item > .meta-title {
        font-size: 20px; } }
  .banner-uudai-theothang .banner-item > .txt-content {
    margin-bottom: 10px; }
  .banner-uudai-theothang .banner-item .txt-number {
    font-weight: bold;
    font-size: 70px;
    background: -webkit-linear-gradient(45deg, #b58d5d, #d8c4a0, #8f6f41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media screen and (max-width: 1200px) {
      .banner-uudai-theothang .banner-item .txt-number {
        font-size: 60px; } }

.banner-uudai-theothang .form-dangky-tuvan {
  background: radial-gradient(#8b5e17, #260b01);
  padding: 35px 40px; }
  @media screen and (max-width: 1200px) {
    .banner-uudai-theothang .form-dangky-tuvan {
      padding: 20px; } }
  .banner-uudai-theothang .form-dangky-tuvan .txt-title {
    color: #fff; }
  .banner-uudai-theothang .form-dangky-tuvan .meta-title {
    font-size: 16px;
    margin-bottom: 15px;
    display: block; }
    @media screen and (max-width: 991px) {
      .banner-uudai-theothang .form-dangky-tuvan .meta-title {
        font-size: 14px; } }
  .banner-uudai-theothang .form-dangky-tuvan .wrapper-form {
    margin: -5px 0; }
    .banner-uudai-theothang .form-dangky-tuvan .wrapper-form .f-group {
      text-align: center;
      padding: 5px 0; }
  .banner-uudai-theothang .form-dangky-tuvan .f-control {
    border-radius: 0; }
    .banner-uudai-theothang .form-dangky-tuvan .f-control::placeholder {
      color: #c4c4c4; }
  .banner-uudai-theothang .form-dangky-tuvan select {
    appearance: none;
    background-image: url(../images/arrow-select.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center right 10px; }
  .banner-uudai-theothang .form-dangky-tuvan .btn {
    border: 0;
    margin-top: 35px; }
    .banner-uudai-theothang .form-dangky-tuvan .btn:hover {
      background: #fff; }

.banner-uudai-theothang .img-item-right {
  right: 90px; }
  @media screen and (max-width: 1600px) {
    .banner-uudai-theothang .img-item-right {
      width: 50%;
      right: 0; } }
  @media screen and (max-width: 849px) {
    .banner-uudai-theothang .img-item-right {
      position: relative;
      width: 100%; } }

.sec-quatang {
  padding: 120px 0;
  background: linear-gradient(to right, #3a1c1a, #763c19, #763c19);
  color: #fff; }
  .sec-quatang .txt-title {
    line-height: 1.3;
    font-size: 40px;
    text-align: center;
    max-width: 865px;
    margin: auto;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .sec-quatang .txt-title {
        font-size: 32px; } }
  .sec-quatang .cols {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; }
    @media screen and (max-width: 1200px) {
      .sec-quatang .cols {
        margin: -7.5px; } }
    .sec-quatang .cols .col {
      width: 25%;
      padding: 15px; }
      @media screen and (max-width: 1200px) {
        .sec-quatang .cols .col {
          padding: 7.5px;
          width: 33.33%; } }
      @media screen and (max-width: 849px) {
        .sec-quatang .cols .col {
          width: 50%; } }
      @media screen and (max-width: 670px) {
        .sec-quatang .cols .col {
          width: 100%; } }
  .sec-quatang .box-quatang {
    border: 5px solid;
    border-image: linear-gradient(to right bottom, #be8b37, #d8b148, #fff);
    border-image-slice: 1;
    position: relative;
    height: 100%;
    transition: 0.3s ease; }
    .sec-quatang .box-quatang:hover {
      color: #000; }
      .sec-quatang .box-quatang:hover .box-img > a {
        background: #fff; }
    .sec-quatang .box-quatang .box-content {
      position: absolute;
      z-index: 1;
      bottom: 15px;
      left: 15px;
      text-align: left; }
      .sec-quatang .box-quatang .box-content .txt-content {
        margin-bottom: 5px;
        font-size: 16px; }
        @media screen and (max-width: 991px) {
          .sec-quatang .box-quatang .box-content .txt-content {
            font-size: 14px; } }
      .sec-quatang .box-quatang .box-content .txt-title {
        margin-bottom: 0;
        font-size: 20px;
        text-align: left;
        text-transform: uppercase; }
    .sec-quatang .box-quatang .box-img {
      display: block;
      height: 100%; }
      .sec-quatang .box-quatang .box-img > a {
        height: 100%;
        padding: 25px 75px;
        display: block;
        text-align: center;
        background: #000; }

.sec-hieuqua {
  padding-top: 60px;
  background: radial-gradient(#e1e1e1, #6e6e6e); }
  .sec-hieuqua .txt-title {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 40px; }
    @media screen and (max-width: 768px) {
      .sec-hieuqua .txt-title {
        font-size: 32px; } }
    .sec-hieuqua .txt-title .txt-white {
      color: #fff; }
  .sec-hieuqua .img-item {
    text-align: center;
    position: relative;
    margin-top: -40%; }
    @media screen and (max-width: 550px) {
      .sec-hieuqua .img-item {
        margin-top: -60%; } }
    @media screen and (max-width: 450px) {
      .sec-hieuqua .img-item {
        margin-top: -25%; } }
    .sec-hieuqua .img-item .txt-desc {
      width: 100%;
      text-align: center;
      position: absolute;
      color: #3A1C1A;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 20px;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase; }
  .sec-hieuqua .list-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .sec-hieuqua .box-item {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: fit-content;
    z-index: 1;
    text-transform: uppercase; }
    .sec-hieuqua .box-item:nth-child(1) {
      margin: 0 100px; }
      @media screen and (max-width: 1200px) {
        .sec-hieuqua .box-item:nth-child(1) {
          margin: 0 30px; } }
      @media screen and (max-width: 550px) {
        .sec-hieuqua .box-item:nth-child(1) {
          margin: 0 30px; } }
    .sec-hieuqua .box-item:nth-child(2) {
      margin: 150px 30px 0; }
      @media screen and (max-width: 1200px) {
        .sec-hieuqua .box-item:nth-child(2) {
          margin: 150px 15px 0; } }
      @media screen and (max-width: 550px) {
        .sec-hieuqua .box-item:nth-child(2) {
          margin: 100px 0 0; } }
    .sec-hieuqua .box-item .txt-content {
      padding: 66px 27px;
      text-align: center;
      font-size: 20px;
      width: 180px;
      border-radius: 50%;
      background: linear-gradient(45deg, #b58d5d, #e7d6b4, #8f6f41); }
      @media screen and (max-width: 849px) {
        .sec-hieuqua .box-item .txt-content {
          font-size: 12px;
          padding: 30px 15px;
          width: 90px; } }
    .sec-hieuqua .box-item::after {
      content: "";
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      position: absolute;
      left: -2px;
      top: -2px;
      background: linear-gradient(#cc9c40, #fdfbd0, #ae7615, #fffbcf);
      border-radius: 50%;
      z-index: -1; }
  .sec-hieuqua .wrapper-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
  .sec-hieuqua .wrapper-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }

.sec-video.pd-0 {
  padding: 0; }

.banner-dangky {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .banner-dangky .banner-item {
    padding: 170px 0;
    max-width: 500px;
    margin-left: auto;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .banner-dangky .banner-item {
        padding: 30px 0;
        max-width: 100%; } }
    .banner-dangky .banner-item .txt-title {
      line-height: 1.3;
      font-size: 40px;
      text-transform: uppercase;
      margin-bottom: 25px;
      font-weight: normal; }
      @media screen and (max-width: 768px) {
        .banner-dangky .banner-item .txt-title {
          font-size: 32px; } }
      .banner-dangky .banner-item .txt-title .bold {
        font-weight: bold; }
    .banner-dangky .banner-item .meta-title {
      font-size: 20px;
      margin-bottom: 50px; }
  .banner-dangky .img-item-left {
    position: absolute;
    bottom: 0;
    left: 180px; }
    @media screen and (max-width: 1600px) {
      .banner-dangky .img-item-left {
        left: 0;
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .banner-dangky .img-item-left {
        position: relative;
        width: 100%; } }
  .banner-dangky .form-dangky .wrapper-form {
    margin: -5px 0; }
    .banner-dangky .form-dangky .wrapper-form .f-group {
      text-align: center;
      padding: 5px 0; }
  .banner-dangky .form-dangky .f-control {
    border-radius: 0; }
    .banner-dangky .form-dangky .f-control::placeholder {
      color: #c4c4c4; }
  .banner-dangky .form-dangky select {
    appearance: none;
    background-image: url(../images/arrow-select.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center right 10px; }
  .banner-dangky .form-dangky .btn {
    border: 0;
    margin-top: 35px; }
    .banner-dangky .form-dangky .btn:hover {
      background: #fff; }

.popup-uudai {
  max-width: 1000px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 5px solid;
  border-image: linear-gradient(to right bottom, #be8b37, #d8b148, #fff);
  border-image-slice: 1;
  position: relative; }
  .popup-uudai .wrapper-content {
    max-width: 50%;
    padding: 120px 70px;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 1200px) {
      .popup-uudai .wrapper-content {
        padding: 120px 15px; } }
    @media screen and (max-width: 670px) {
      .popup-uudai .wrapper-content {
        padding-bottom: 30px;
        max-width: 100%; } }
    .popup-uudai .wrapper-content .txt-title {
      font-size: 28px;
      margin-bottom: 20px; }
      @media screen and (max-width: 1200px) {
        .popup-uudai .wrapper-content .txt-title {
          font-size: 24px; } }
    .popup-uudai .wrapper-content .meta-title {
      margin-bottom: 20px;
      color: #3A1C1A; }
    .popup-uudai .wrapper-content .form-dangky .wrapper-form {
      margin: -5px 0; }
      .popup-uudai .wrapper-content .form-dangky .wrapper-form .f-group {
        text-align: center;
        padding: 5px 0; }
    .popup-uudai .wrapper-content .form-dangky .f-control {
      border-radius: 0; }
      .popup-uudai .wrapper-content .form-dangky .f-control::placeholder {
        color: #c4c4c4; }
    .popup-uudai .wrapper-content .form-dangky select {
      appearance: none;
      background-image: url(../images/arrow-select.svg);
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: center right 10px; }
    .popup-uudai .wrapper-content .form-dangky .btn {
      border: 0;
      margin-top: 35px; }
      .popup-uudai .wrapper-content .form-dangky .btn:hover {
        background: #fff; }
    .popup-uudai .wrapper-content .form-dangky .btn-desc {
      color: #3A1C1A;
      margin-top: 10px; }
  .popup-uudai .img-item {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%; }
    @media screen and (max-width: 670px) {
      .popup-uudai .img-item {
        display: none; } }

.banner-collagen .banner-item {
  color: #fff;
  max-width: 660px; }
  @media screen and (max-width: 1400px) {
    .banner-collagen .banner-item {
      max-width: 50%; } }
  @media screen and (max-width: 1200px) {
    .banner-collagen .banner-item {
      padding-top: 100px; } }
  @media screen and (max-width: 670px) {
    .banner-collagen .banner-item {
      padding: 60px 0;
      padding-bottom: 20px;
      text-align: center;
      max-width: 100%; } }

@media screen and (max-width: 1600px) {
  .banner-collagen .img-item {
    left: 0; } }

@media screen and (max-width: 670px) {
  .banner-collagen .img-item {
    position: relative;
    margin-left: auto;
    width: 80%; } }

.banner-collagen .img-item::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute; }

.banner-collagen .img-item::after {
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0.6;
  background: radial-gradient(closest-side, #e7d6b4, transparent); }

.banner-collagen .img-item img {
  position: relative;
  z-index: 2; }

.sec-loiich-collagen .txt-title {
  color: #B58D5D; }

@media screen and (max-width: 849px) {
  .sec-loiich-collagen .box-item:nth-child(1) {
    margin: 0px 0 0; } }

@media screen and (max-width: 849px) {
  .sec-loiich-collagen .box-item:nth-child(2) {
    margin: 30px 0 0; } }

.sec-loiich-collagen .box-item .txt-content {
  width: 200px;
  padding: 50px 5px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase; }
  @media screen and (max-width: 849px) {
    .sec-loiich-collagen .box-item .txt-content {
      font-size: 12px;
      padding: 50px 30px;
      width: 200px; } }
  @media screen and (max-width: 500px) {
    .sec-loiich-collagen .box-item .txt-content {
      width: 120px;
      font-size: 10px;
      padding: 30px 10px; } }

@media screen and (max-width: 849px) {
  .sec-loiich-collagen .img-item {
    margin-top: -10%; } }

@media screen and (max-width: 849px) {
  .sec-before-after img {
    min-height: 450px; } }

@media screen and (max-width: 670px) {
  .sec-before-after img {
    min-height: 350px; } }

@media screen and (max-width: 500px) {
  .sec-before-after img {
    min-height: 200px; } }

.sec-uudiem-collagen {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0; }
  .sec-uudiem-collagen::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute; }
  @media screen and (max-width: 1200px) {
    .sec-uudiem-collagen {
      padding: 60px 0; } }
  .sec-uudiem-collagen::after {
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    left: 0;
    top: 0; }
  .sec-uudiem-collagen .cols {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    margin: -15px; }
    @media screen and (max-width: 1200px) {
      .sec-uudiem-collagen .cols {
        margin: -7.5px; } }
    @media screen and (max-width: 849px) {
      .sec-uudiem-collagen .cols {
        margin: -50px -7.5px; } }
    .sec-uudiem-collagen .cols .col {
      padding: 15px;
      width: 25%; }
      @media screen and (max-width: 1200px) {
        .sec-uudiem-collagen .cols .col {
          padding: 7.5px; } }
      @media screen and (max-width: 849px) {
        .sec-uudiem-collagen .cols .col {
          width: 50%;
          padding: 50px 7.5px; } }
      @media screen and (max-width: 550px) {
        .sec-uudiem-collagen .cols .col {
          width: 100%; } }
  .sec-uudiem-collagen .item {
    height: 100%;
    border: 2px solid;
    border-image: linear-gradient(to right, #e7d6b4, #b58d5d, #f6c380);
    border-image-slice: 1;
    background: -webkit-linear-gradient(#b58d5d, #ffffff, #f6c380, #8f6f41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 100px 50px 50px;
    text-align: center;
    font-size: 20px;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .sec-uudiem-collagen .item {
        padding: 100px 25px 50px; } }
  .sec-uudiem-collagen .box-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -55px; }
    .sec-uudiem-collagen .box-icon img {
      padding: 27px;
      border-radius: 50%;
      background: #fff; }

.sec-gioithieu-chuyengia {
  padding-top: 70px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .sec-gioithieu-chuyengia::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute; }
  @media screen and (max-width: 1200px) {
    .sec-gioithieu-chuyengia {
      padding-top: 30px; } }
  .sec-gioithieu-chuyengia::after {
    background: linear-gradient(to top, #3a1c1a, #763c19);
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.75; }
  .sec-gioithieu-chuyengia .container {
    position: relative;
    z-index: 2; }
  .sec-gioithieu-chuyengia .txt-title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 100px;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .sec-gioithieu-chuyengia .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-gioithieu-chuyengia .txt-title {
        font-size: 26px; } }
    @media screen and (max-width: 1200px) {
      .sec-gioithieu-chuyengia .txt-title {
        margin-bottom: 40px; } }
  .sec-gioithieu-chuyengia .img-item {
    text-align: center;
    width: 100%; }

.sec-quytrinh-collagen {
  padding: 130px 0; }
  @media screen and (max-width: 1200px) {
    .sec-quytrinh-collagen {
      padding: 60px 0; } }
  .sec-quytrinh-collagen .txt-title {
    max-width: 700px;
    text-align: center;
    margin: auto;
    margin-bottom: 70px;
    font-size: 35px;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .sec-quytrinh-collagen .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-quytrinh-collagen .txt-title {
        font-size: 26px; } }
  .sec-quytrinh-collagen .row {
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    padding: 15px 0; }
    @media screen and (max-width: 1200px) {
      .sec-quytrinh-collagen .row {
        margin: 0 -7.5px; } }
    .sec-quytrinh-collagen .row:nth-child(2n + 1) .wrapper-content {
      padding-left: 90px; }
      @media screen and (max-width: 1200px) {
        .sec-quytrinh-collagen .row:nth-child(2n + 1) .wrapper-content {
          padding-left: 30px; } }
      .sec-quytrinh-collagen .row:nth-child(2n + 1) .wrapper-content .txt-number::after {
        top: 50%;
        transform: translateY(-50%);
        right: 100%; }
    .sec-quytrinh-collagen .row:nth-child(2n + 2) {
      flex-direction: row-reverse; }
      @media screen and (max-width: 670px) {
        .sec-quytrinh-collagen .row:nth-child(2n + 2) {
          flex-direction: row; } }
      .sec-quytrinh-collagen .row:nth-child(2n + 2) .wrapper-content {
        text-align: right;
        padding-right: 90px; }
        @media screen and (max-width: 1200px) {
          .sec-quytrinh-collagen .row:nth-child(2n + 2) .wrapper-content {
            padding-right: 30px; } }
        .sec-quytrinh-collagen .row:nth-child(2n + 2) .wrapper-content .txt-number::after {
          top: 50%;
          transform: translateY(-50%); }
    .sec-quytrinh-collagen .row .col-6 {
      width: 50%;
      padding: 15px; }
      @media screen and (max-width: 1200px) {
        .sec-quytrinh-collagen .row .col-6 {
          padding: 7.5px; } }
      @media screen and (max-width: 670px) {
        .sec-quytrinh-collagen .row .col-6 {
          width: 100%; } }
  .sec-quytrinh-collagen .wrapper-content .txt-number {
    color: #B58D5D;
    line-height: 1.3;
    font-size: 80px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    font-family: 'Montserrat', sans-serif; }
    @media screen and (max-width: 1024px) {
      .sec-quytrinh-collagen .wrapper-content .txt-number {
        font-size: 70px; } }
    @media screen and (max-width: 768px) {
      .sec-quytrinh-collagen .wrapper-content .txt-number {
        font-size: 40px; } }
    .sec-quytrinh-collagen .wrapper-content .txt-number::after {
      width: 80px;
      height: 1px;
      content: '';
      position: absolute; }
    @media screen and (max-width: 670px) {
      .sec-quytrinh-collagen .wrapper-content .txt-number {
        margin-bottom: 10px; } }
    .sec-quytrinh-collagen .wrapper-content .txt-number::after {
      background: #B58D5D; }
  .sec-quytrinh-collagen .wrapper-content .txt-content {
    line-height: 1.3;
    font-size: 24px; }
    @media screen and (max-width: 768px) {
      .sec-quytrinh-collagen .wrapper-content .txt-content {
        font-size: 20px; } }
  .sec-quytrinh-collagen .wrapper-list {
    margin: -30px 0; }

.banner-thanhtuu-collagen {
  position: relative;
  padding: 170px 0;
  background: linear-gradient(#8f6f41, #a07c4d, #b58d5d); }
  @media screen and (max-width: 1200px) {
    .banner-thanhtuu-collagen {
      padding: 60px 0 0; } }
  .banner-thanhtuu-collagen .banner-item {
    position: relative;
    z-index: 3;
    padding: 0;
    margin-right: 0;
    text-align: left;
    margin-left: auto;
    color: #fff; }
    @media screen and (max-width: 1200px) {
      .banner-thanhtuu-collagen .banner-item {
        padding-bottom: 20px;
        max-width: 100%; } }
    .banner-thanhtuu-collagen .banner-item .txt-title {
      font-size: 35px;
      margin-bottom: 20px;
      text-align: center;
      color: #3a1c1a; }
      @media screen and (max-width: 1200px) {
        .banner-thanhtuu-collagen .banner-item .txt-title {
          font-size: 30px; } }
      @media screen and (max-width: 670px) {
        .banner-thanhtuu-collagen .banner-item .txt-title {
          font-size: 26px; } }
    .banner-thanhtuu-collagen .banner-item .meta-title {
      font-size: 35px;
      text-align: center;
      margin-bottom: 20px;
      background: -webkit-linear-gradient(90deg, #f6c380, #ffffff, #f6c380);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 1200px) {
        .banner-thanhtuu-collagen .banner-item .meta-title {
          font-size: 30px; } }
      @media screen and (max-width: 670px) {
        .banner-thanhtuu-collagen .banner-item .meta-title {
          font-size: 26px; } }
      .banner-thanhtuu-collagen .banner-item .meta-title .bold {
        line-height: 1.3;
        font-size: 48px; }
        @media screen and (max-width: 768px) {
          .banner-thanhtuu-collagen .banner-item .meta-title .bold {
            font-size: 34px; } }
    .banner-thanhtuu-collagen .banner-item .list-content li {
      display: flex; }
      .banner-thanhtuu-collagen .banner-item .list-content li:not(:last-child) {
        padding-bottom: 50px; }
        @media screen and (max-width: 1200px) {
          .banner-thanhtuu-collagen .banner-item .list-content li:not(:last-child) {
            padding-bottom: 20px; } }
      .banner-thanhtuu-collagen .banner-item .list-content li .box-icon {
        width: 60px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        height: 60px;
        padding: 15px 0; }
      .banner-thanhtuu-collagen .banner-item .list-content li .box-content {
        padding-left: 20px;
        color: #fff;
        width: calc(100% - 60px);
        font-size: 16px; }
        .banner-thanhtuu-collagen .banner-item .list-content li .box-content .txt-content {
          margin-bottom: 0; }
        @media screen and (max-width: 991px) {
          .banner-thanhtuu-collagen .banner-item .list-content li .box-content {
            font-size: 14px; } }
        @media screen and (max-width: 670px) {
          .banner-thanhtuu-collagen .banner-item .list-content li .box-content {
            padding-left: 10px; } }
  .banner-thanhtuu-collagen .img-item-left {
    position: absolute;
    left: 180px;
    bottom: 0; }
    .banner-thanhtuu-collagen .img-item-left::after {
      width: 100%;
      height: 100%;
      content: '';
      position: absolute; }
    @media screen and (max-width: 1600px) {
      .banner-thanhtuu-collagen .img-item-left {
        left: 0; } }
    @media screen and (max-width: 1200px) {
      .banner-thanhtuu-collagen .img-item-left {
        width: 100%;
        position: relative; } }
    .banner-thanhtuu-collagen .img-item-left::after {
      top: 0;
      left: 0;
      background: linear-gradient(to right top, #8f6f41, #fff);
      border-radius: 50%;
      z-index: 0; }
    .banner-thanhtuu-collagen .img-item-left img {
      position: relative;
      z-index: 1; }

.sec-danhgia-khachhang {
  padding-bottom: 130px; }
  @media screen and (max-width: 1200px) {
    .sec-danhgia-khachhang {
      padding-bottom: 60px; } }
  .sec-danhgia-khachhang .txt-title {
    max-width: 500px;
    margin: auto;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .sec-danhgia-khachhang .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-danhgia-khachhang .txt-title {
        font-size: 26px; } }
    @media screen and (max-width: 849px) {
      .sec-danhgia-khachhang .txt-title {
        margin-bottom: 20px; } }
  .sec-danhgia-khachhang .box-flex {
    margin: -15px; }
    @media screen and (max-width: 1200px) {
      .sec-danhgia-khachhang .box-flex {
        margin: -7.5px; } }
    .sec-danhgia-khachhang .box-flex .col {
      padding: 15px; }
      @media screen and (max-width: 1200px) {
        .sec-danhgia-khachhang .box-flex .col {
          padding: 7.5px; } }
      @media screen and (max-width: 849px) {
        .sec-danhgia-khachhang .box-flex .col {
          width: 100%; } }
  .sec-danhgia-khachhang .wrapper-content {
    font-size: 16px;
    font-style: italic; }
    @media screen and (max-width: 991px) {
      .sec-danhgia-khachhang .wrapper-content {
        font-size: 14px; } }
  .sec-danhgia-khachhang .box-khachhang .box-content {
    padding-top: 30px; }
    .sec-danhgia-khachhang .box-khachhang .box-content .txt-title {
      text-align: left;
      max-width: 100%;
      color: #B58D5D;
      line-height: 1.3;
      font-size: 24px;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .sec-danhgia-khachhang .box-khachhang .box-content .txt-title {
          font-size: 20px; } }
    .sec-danhgia-khachhang .box-khachhang .box-content .meta-title {
      color: #a5a5a5;
      font-size: 20px; }
  .sec-danhgia-khachhang .slide-lydo {
    position: relative;
    padding-bottom: 50px;
    width: 1145px; }
    @media screen and (max-width: 1600px) {
      .sec-danhgia-khachhang .slide-lydo {
        width: 100%; } }
    .sec-danhgia-khachhang .slide-lydo .swiper-scrollbar {
      height: 2px;
      position: absolute;
      bottom: 0px;
      width: calc(100% - 90px);
      right: 0; }
    .sec-danhgia-khachhang .slide-lydo .swiper-scrollbar-drag {
      background: #B58D5D;
      height: 3px; }
    .sec-danhgia-khachhang .slide-lydo .swiper-button-next.swiper-button-disabled,
    .sec-danhgia-khachhang .slide-lydo .swiper-button-prev.swiper-button-disabled {
      opacity: 1;
      filter: grayscale(1); }
  .sec-danhgia-khachhang .popup-youtube {
    position: relative;
    display: block; }
    .sec-danhgia-khachhang .popup-youtube::after {
      color: rgba(0, 0, 0, 0.5);
      content: '\f144';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      line-height: 1.3;
      font-size: 72px;
      right: 30px;
      top: 30px; }
      @media screen and (max-width: 1024px) {
        .sec-danhgia-khachhang .popup-youtube::after {
          font-size: 62px; } }
      @media screen and (max-width: 768px) {
        .sec-danhgia-khachhang .popup-youtube::after {
          font-size: 52px; } }

.banner-uudai-collagen {
  margin: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0;
  margin-bottom: 130px; }
  @media screen and (max-width: 1200px) {
    .banner-uudai-collagen {
      padding: 60px 0 0;
      margin-bottom: 60px; } }
  .banner-uudai-collagen .banner-item {
    position: relative;
    z-index: 3;
    padding: 0;
    margin-right: 0;
    max-width: 600px;
    text-align: center;
    margin-left: auto; }
    @media screen and (max-width: 1200px) {
      .banner-uudai-collagen .banner-item {
        padding-bottom: 20px;
        max-width: 100%; } }
    .banner-uudai-collagen .banner-item .txt-title {
      font-size: 35px;
      margin-bottom: 30px;
      text-align: center;
      color: #8f6f41;
      text-transform: uppercase; }
      @media screen and (max-width: 1200px) {
        .banner-uudai-collagen .banner-item .txt-title {
          font-size: 30px; } }
      @media screen and (max-width: 670px) {
        .banner-uudai-collagen .banner-item .txt-title {
          font-size: 26px; } }
    .banner-uudai-collagen .banner-item .meta-title {
      font-size: 35px;
      text-align: center;
      margin-bottom: 20px;
      background: -webkit-linear-gradient(90deg, #f6c380, #ffffff, #f6c380);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 1200px) {
        .banner-uudai-collagen .banner-item .meta-title {
          font-size: 30px; } }
      @media screen and (max-width: 670px) {
        .banner-uudai-collagen .banner-item .meta-title {
          font-size: 26px; } }
      .banner-uudai-collagen .banner-item .meta-title .bold {
        line-height: 1.3;
        font-size: 48px; }
        @media screen and (max-width: 768px) {
          .banner-uudai-collagen .banner-item .meta-title .bold {
            font-size: 34px; } }
    .banner-uudai-collagen .banner-item .wrapper-btn {
      text-align: center; }
    .banner-uudai-collagen .banner-item .color-yellow {
      color: #f6c380; }
  .banner-uudai-collagen .img-item-left {
    position: absolute;
    left: 180px;
    bottom: 0; }
    .banner-uudai-collagen .img-item-left::after {
      width: 100%;
      height: 100%;
      content: '';
      position: absolute; }
    @media screen and (max-width: 1600px) {
      .banner-uudai-collagen .img-item-left {
        left: 0; } }
    @media screen and (max-width: 1200px) {
      .banner-uudai-collagen .img-item-left {
        width: 100%;
        position: relative; } }
    .banner-uudai-collagen .img-item-left img {
      position: relative;
      z-index: 1; }

.banner-tuvan .banner-item {
  padding: 144px 0;
  max-width: 545px;
  text-align: center; }
  @media screen and (max-width: 670px) {
    .banner-tuvan .banner-item {
      max-width: 100%;
      text-align: center;
      padding: 144px 0 40px; } }
  .banner-tuvan .banner-item .txt-title {
    text-align: center;
    line-height: 1.3;
    font-size: 24px;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .banner-tuvan .banner-item .txt-title {
        font-size: 20px; } }

.banner-tuvan .form-dangky-tuvan {
  background: radial-gradient(#8b5e17, #260b01);
  padding: 35px 40px; }
  @media screen and (max-width: 1200px) {
    .banner-tuvan .form-dangky-tuvan {
      padding: 20px; } }
  .banner-tuvan .form-dangky-tuvan .txt-title {
    color: #fff; }
  .banner-tuvan .form-dangky-tuvan .meta-title {
    font-size: 16px; }
    @media screen and (max-width: 991px) {
      .banner-tuvan .form-dangky-tuvan .meta-title {
        font-size: 14px; } }
  .banner-tuvan .form-dangky-tuvan .wrapper-form {
    margin: -5px 0; }
    .banner-tuvan .form-dangky-tuvan .wrapper-form .f-group {
      text-align: center;
      padding: 5px 0; }
  .banner-tuvan .form-dangky-tuvan .f-control {
    border-radius: 0; }
    .banner-tuvan .form-dangky-tuvan .f-control::placeholder {
      color: #c4c4c4; }
  .banner-tuvan .form-dangky-tuvan select {
    appearance: none;
    background-image: url(../images/arrow-select.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center right 10px; }
  .banner-tuvan .form-dangky-tuvan .btn {
    border: 0;
    margin-top: 35px; }
    .banner-tuvan .form-dangky-tuvan .btn:hover {
      background: #fff; }

@media screen and (max-width: 1600px) {
  .banner-tuvan .img-item-right {
    width: 50%; } }

@media screen and (max-width: 670px) {
  .banner-tuvan .img-item-right {
    position: relative;
    width: 100%; } }

.sec-uudai-tuvan {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .sec-uudai-tuvan .wrapper-content {
    position: relative;
    z-index: 1;
    padding: 185px 0;
    max-width: 545px;
    margin-left: auto;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .sec-uudai-tuvan .wrapper-content {
        max-width: 100%;
        padding: 60px 0;
        padding-bottom: 20px; } }
    .sec-uudai-tuvan .wrapper-content .wrapper-oval {
      text-align: center;
      margin-bottom: 40px; }
    .sec-uudai-tuvan .wrapper-content .oval-uudai {
      display: inline-block;
      line-height: 1.3;
      font-size: 24px; }
      @media screen and (max-width: 768px) {
        .sec-uudai-tuvan .wrapper-content .oval-uudai {
          font-size: 20px; } }
      .sec-uudai-tuvan .wrapper-content .oval-uudai .bold {
        line-height: 1.3;
        font-size: 60px; }
        @media screen and (max-width: 1024px) {
          .sec-uudai-tuvan .wrapper-content .oval-uudai .bold {
            font-size: 50px; } }
        @media screen and (max-width: 768px) {
          .sec-uudai-tuvan .wrapper-content .oval-uudai .bold {
            font-size: 40px; } }
    .sec-uudai-tuvan .wrapper-content .txt-title {
      line-height: 1.3;
      font-size: 24px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .sec-uudai-tuvan .wrapper-content .txt-title {
          font-size: 20px; } }
    .sec-uudai-tuvan .wrapper-content .color-second {
      color: #B58D5D; }
    .sec-uudai-tuvan .wrapper-content .txt-content {
      font-size: 16px;
      max-width: 220px;
      margin: auto;
      margin-bottom: 40px; }
      @media screen and (max-width: 991px) {
        .sec-uudai-tuvan .wrapper-content .txt-content {
          font-size: 14px; } }
  .sec-uudai-tuvan .img-item-left {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0; }
    @media screen and (max-width: 1800px) {
      .sec-uudai-tuvan .img-item-left {
        width: calc(100% - 600px); } }
    @media screen and (max-width: 1200px) {
      .sec-uudai-tuvan .img-item-left {
        position: relative;
        width: 100%; } }

.sec-sacdep {
  overflow: hidden;
  padding: 110px 0;
  background: radial-gradient(#be8b37, #402c05); }
  @media screen and (max-width: 1200px) {
    .sec-sacdep {
      padding: 60px 0; } }
  .sec-sacdep .txt-title {
    color: #fff;
    text-align: center;
    padding: 0 15px;
    font-size: 35px;
    margin-bottom: 60px; }
    @media screen and (max-width: 1200px) {
      .sec-sacdep .txt-title {
        font-size: 30px; } }
    @media screen and (max-width: 670px) {
      .sec-sacdep .txt-title {
        font-size: 26px; } }
    .sec-sacdep .txt-title .bold {
      line-height: 1.3;
      font-size: 60px; }
      @media screen and (max-width: 1024px) {
        .sec-sacdep .txt-title .bold {
          font-size: 50px; } }
      @media screen and (max-width: 768px) {
        .sec-sacdep .txt-title .bold {
          font-size: 40px; } }
    @media screen and (max-width: 1200px) {
      .sec-sacdep .txt-title {
        margin: 40px; } }
  .sec-sacdep .swiper-chung {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    position: relative;
    padding: 60px 0; }
    .sec-sacdep .swiper-chung .button-second {
      background: #fff;
      text-align: center;
      color: #B58D5D;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      transition: 0.3s ease; }
      .sec-sacdep .swiper-chung .button-second:hover {
        color: #fff;
        background: #B58D5D; }
      .sec-sacdep .swiper-chung .button-second::after {
        font-size: 16px; }
    .sec-sacdep .swiper-chung .x-sd-img {
      width: 100%;
      padding-top: 65%;
      position: relative; }
    .sec-sacdep .swiper-chung .swiper-button-next::after,
    .sec-sacdep .swiper-chung .swiper-button-prev::after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .sec-sacdep .swiper-chung .swiper-slide {
      width: 500px; }
      .sec-sacdep .swiper-chung .swiper-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.6);
        transition: 0.3s linear; }
    .sec-sacdep .swiper-chung .swiper-button-next {
      left: calc(50% + 325px); }
    .sec-sacdep .swiper-chung .swiper-container {
      overflow: unset; }
    .sec-sacdep .swiper-chung .swiper-slide-prev img {
      transform: translate(-70%, -50%) scale(0.9); }
    .sec-sacdep .swiper-chung .swiper-slide-next img {
      transform: translate(-30%, -50%) scale(0.9); }
    .sec-sacdep .swiper-chung .swiper-slide-active img {
      transform: translate(-50%, -50%) scale(1.4); }
    .sec-sacdep .swiper-chung .swiper-button-prev {
      left: calc(50% - 370px); }
    @media only screen and (max-width: 768px) {
      .sec-sacdep .swiper-chung {
        padding: 0; }
        .sec-sacdep .swiper-chung .swiper-slide {
          width: 100%; }
          .sec-sacdep .swiper-chung .swiper-slide img {
            transform: translate(-50%, -50%) scale(0.9); }
        .sec-sacdep .swiper-chung .swiper-button-next {
          left: unset;
          right: 15px; }
        .sec-sacdep .swiper-chung .swiper-container {
          overflow: unset; }
        .sec-sacdep .swiper-chung .swiper-slide-prev img {
          transform: translate(-70%, -50%) scale(0.9); }
        .sec-sacdep .swiper-chung .swiper-slide-next img {
          transform: translate(-30%, -50%) scale(0.9); }
        .sec-sacdep .swiper-chung .swiper-slide-active img {
          transform: translate(-50%, -50%) scale(1); }
        .sec-sacdep .swiper-chung .swiper-button-prev {
          left: 15px; } }

.sec-thongtin-dichvu .txt-title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 60px;
  text-transform: uppercase; }
  @media screen and (max-width: 1200px) {
    .sec-thongtin-dichvu .txt-title {
      font-size: 30px; } }
  @media screen and (max-width: 670px) {
    .sec-thongtin-dichvu .txt-title {
      font-size: 26px; } }
  @media screen and (max-width: 1200px) {
    .sec-thongtin-dichvu .txt-title {
      margin-bottom: 30px; } }

.sec-thongtin-dichvu .row-item {
  padding: 30px 0; }
  .sec-thongtin-dichvu .row-item .txt-title {
    text-align: left;
    margin-bottom: 40px;
    color: #B58D5D;
    text-transform: uppercase; }
  @media screen and (max-width: 1200px) {
    .sec-thongtin-dichvu .row-item {
      padding: 15px 0; } }
  .sec-thongtin-dichvu .row-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.sec-thongtin-dichvu .wrapper-row {
  margin: -30px 0; }
  @media screen and (max-width: 1200px) {
    .sec-thongtin-dichvu .wrapper-row {
      margin: -15px 0; } }

.sec-thongtin-dichvu .box-content-v {
  height: 100%;
  box-shadow: 5px 7px 15px rgba(0, 0, 0, 0.06); }
  .sec-thongtin-dichvu .box-content-v .box-content {
    padding: 15px; }
  .sec-thongtin-dichvu .box-content-v .meta-title {
    color: #d8b148;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
  .sec-thongtin-dichvu .box-content-v .txt-title {
    margin-bottom: 15px; }
  .sec-thongtin-dichvu .box-content-v .link-w-100 {
    margin-top: 50px; }

.sec-thongtin-dichvu .swiper-container {
  margin: -15px; }
  @media screen and (max-width: 1200px) {
    .sec-thongtin-dichvu .swiper-container {
      margin: -7.5px; } }
  .sec-thongtin-dichvu .swiper-container .swiper-slide {
    padding: 15px;
    height: auto; }
    @media screen and (max-width: 1200px) {
      .sec-thongtin-dichvu .swiper-container .swiper-slide {
        padding: 7.5px; } }

.sec-thongtin-dichvu .swiper-button-next {
  background: #B58D5D;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  padding: 17px 20px;
  transition: 0.3s ease;
  right: 0; }
  .sec-thongtin-dichvu .swiper-button-next:hover {
    color: #B58D5D;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16); }
  .sec-thongtin-dichvu .swiper-button-next::after {
    font-size: 16px; }

.sec-coso-title {
  padding-bottom: 50px; }
  .sec-coso-title .txt-title {
    font-size: 150px; }
    @media screen and (max-width: 1200px) {
      .sec-coso-title .txt-title {
        font-size: 80px; } }
    @media screen and (max-width: 768px) {
      .sec-coso-title .txt-title {
        font-size: 50px; } }
  .sec-coso-title .content-title {
    max-width: 800px;
    margin-left: auto;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 50px; }
    @media screen and (max-width: 768px) {
      .sec-coso-title .content-title {
        font-size: 36px; } }

.blog-coso-dt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .blog-coso-dt .box-blog {
    background: #fff;
    max-width: 690px;
    padding: 40px;
    font-size: 16px;
    margin: -12px; }
    @media screen and (max-width: 991px) {
      .blog-coso-dt .box-blog {
        font-size: 14px; } }
    @media screen and (max-width: 1200px) {
      .blog-coso-dt .box-blog {
        padding: 15px; } }
    .blog-coso-dt .box-blog p {
      margin: 12px;
      position: relative;
      text-align: justify; }
      .blog-coso-dt .box-blog p span {
        position: absolute;
        font-weight: bold;
        font-size: 190px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        line-height: 0.9; }
        @media screen and (max-width: 1200px) {
          .blog-coso-dt .box-blog p span {
            font-size: 170px; } }
        @media screen and (max-width: 550px) {
          .blog-coso-dt .box-blog p span {
            position: unset;
            font-size: 40px; } }
      .blog-coso-dt .box-blog p:first-child {
        padding-left: 150px; }
        @media screen and (max-width: 550px) {
          .blog-coso-dt .box-blog p:first-child {
            padding-left: 0; } }

.banner-coso {
  height: auto; }

.sec-coso-dt {
  padding: 65px 0;
  overflow: hidden; }
  .sec-coso-dt .box-content-flex {
    padding: 65px 0;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .sec-coso-dt .box-content-flex {
        padding: 30px 0; } }
  .sec-coso-dt .cols {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; }
    @media screen and (max-width: 1200px) {
      .sec-coso-dt .cols {
        margin: -7.5px; } }
    .sec-coso-dt .cols .col {
      width: 50%;
      padding: 15px;
      position: relative;
      font-size: 16px; }
      @media screen and (max-width: 991px) {
        .sec-coso-dt .cols .col {
          font-size: 14px; } }
      @media screen and (max-width: 1200px) {
        .sec-coso-dt .cols .col {
          padding: 7.5px; } }
      @media screen and (max-width: 670px) {
        .sec-coso-dt .cols .col {
          width: 100%; } }
      .sec-coso-dt .cols .col .txt-title {
        line-height: 1.3;
        font-size: 60px;
        margin-bottom: 40px; }
        @media screen and (max-width: 1024px) {
          .sec-coso-dt .cols .col .txt-title {
            font-size: 50px; } }
        @media screen and (max-width: 768px) {
          .sec-coso-dt .cols .col .txt-title {
            font-size: 40px; } }
        @media screen and (max-width: 1200px) {
          .sec-coso-dt .cols .col .txt-title {
            margin-bottom: 15px; } }
      .sec-coso-dt .cols .col .col-top {
        position: absolute;
        color: rgba(156, 103, 43, 0.1);
        z-index: -1;
        top: -90px;
        left: -60px; }
        @media screen and (max-width: 1600px) {
          .sec-coso-dt .cols .col .col-top {
            left: 0; } }
        @media screen and (max-width: 1200px) {
          .sec-coso-dt .cols .col .col-top {
            top: -45px; } }
        .sec-coso-dt .cols .col .col-top .txt-title {
          font-size: 150px; }
          @media screen and (max-width: 1200px) {
            .sec-coso-dt .cols .col .col-top .txt-title {
              font-size: 100px; } }
          @media screen and (max-width: 768px) {
            .sec-coso-dt .cols .col .col-top .txt-title {
              font-size: 50px; } }
      .sec-coso-dt .cols .col .col-bottom {
        position: absolute;
        color: rgba(156, 103, 43, 0.1);
        z-index: -1;
        bottom: 0; }
        .sec-coso-dt .cols .col .col-bottom .txt-title {
          font-size: 150px; }
          @media screen and (max-width: 1200px) {
            .sec-coso-dt .cols .col .col-bottom .txt-title {
              font-size: 100px; } }
          @media screen and (max-width: 768px) {
            .sec-coso-dt .cols .col .col-bottom .txt-title {
              font-size: 50px; } }
      .sec-coso-dt .cols .col .wrapper-content-right {
        padding-left: 50px; }
        @media screen and (max-width: 849px) {
          .sec-coso-dt .cols .col .wrapper-content-right {
            padding-left: 0; } }
      .sec-coso-dt .cols .col .wrapper-content-left {
        padding-right: 50px; }
        @media screen and (max-width: 849px) {
          .sec-coso-dt .cols .col .wrapper-content-left {
            padding-right: 0; } }
  .sec-coso-dt .txt-desc {
    margin: 40px 0; }
    @media screen and (max-width: 1200px) {
      .sec-coso-dt .txt-desc {
        margin: 20px 0; } }
  .sec-coso-dt .mt-0 {
    margin-top: 0; }
  @media screen and (min-width: 1201px) {
    .sec-coso-dt .box-content-full {
      padding: 120px 0; } }
  .sec-coso-dt .box-content-full .box-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; }
    @media screen and (max-width: 1200px) {
      .sec-coso-dt .box-content-full .box-flex {
        margin: -7.5px; } }
    .sec-coso-dt .box-content-full .box-flex .col-6 {
      padding: 15px;
      position: relative;
      font-size: 16px; }
      @media screen and (max-width: 991px) {
        .sec-coso-dt .box-content-full .box-flex .col-6 {
          font-size: 14px; } }
      @media screen and (max-width: 1200px) {
        .sec-coso-dt .box-content-full .box-flex .col-6 {
          padding: 7.5px;
          width: 100%; } }
  .sec-coso-dt .box-content-full .col-top {
    position: absolute;
    color: rgba(156, 103, 43, 0.1);
    z-index: 0;
    top: -90px;
    left: -160px; }
    @media screen and (max-width: 1600px) {
      .sec-coso-dt .box-content-full .col-top {
        left: 0; } }
    @media screen and (max-width: 1200px) {
      .sec-coso-dt .box-content-full .col-top {
        top: -45px; } }
    .sec-coso-dt .box-content-full .col-top .txt-title {
      font-size: 150px; }
      @media screen and (max-width: 1200px) {
        .sec-coso-dt .box-content-full .col-top .txt-title {
          font-size: 100px; } }
      @media screen and (max-width: 768px) {
        .sec-coso-dt .box-content-full .col-top .txt-title {
          font-size: 50px; } }
  .sec-coso-dt .box-content-full .box-content {
    background: #3A1C1A;
    padding: 90px 40px;
    color: #fff;
    font-size: 16px; }
    @media screen and (max-width: 991px) {
      .sec-coso-dt .box-content-full .box-content {
        font-size: 14px; } }
    @media screen and (max-width: 1200px) {
      .sec-coso-dt .box-content-full .box-content {
        padding: 30px 15px; } }
    .sec-coso-dt .box-content-full .box-content .txt-title {
      line-height: 1.3;
      font-size: 60px;
      margin-bottom: 40px; }
      @media screen and (max-width: 1024px) {
        .sec-coso-dt .box-content-full .box-content .txt-title {
          font-size: 50px; } }
      @media screen and (max-width: 768px) {
        .sec-coso-dt .box-content-full .box-content .txt-title {
          font-size: 40px; } }
  .sec-coso-dt .box-content-full .img-w-100 {
    position: absolute;
    width: 1332px;
    top: -30px;
    left: -365px;
    z-index: -1; }
    @media screen and (max-width: 1200px) {
      .sec-coso-dt .box-content-full .img-w-100 {
        position: unset;
        width: 100%; } }
  .sec-coso-dt .box-content-center {
    position: relative;
    padding: 65px 0; }
    @media screen and (max-width: 1200px) {
      .sec-coso-dt .box-content-center {
        padding: 30px 0; } }
    .sec-coso-dt .box-content-center .box-flex {
      display: flex;
      flex-wrap: wrap;
      margin: -15px; }
      @media screen and (max-width: 1200px) {
        .sec-coso-dt .box-content-center .box-flex {
          margin: -7.5px; } }
      .sec-coso-dt .box-content-center .box-flex .col-6 {
        padding: 15px;
        position: relative;
        font-size: 16px; }
        @media screen and (max-width: 991px) {
          .sec-coso-dt .box-content-center .box-flex .col-6 {
            font-size: 14px; } }
        @media screen and (max-width: 1200px) {
          .sec-coso-dt .box-content-center .box-flex .col-6 {
            padding: 7.5px;
            width: 100%; } }
    .sec-coso-dt .box-content-center .box-content {
      max-width: 950px;
      margin: auto;
      margin-bottom: 40px; }
      .sec-coso-dt .box-content-center .box-content .col-top {
        position: absolute;
        color: rgba(156, 103, 43, 0.1);
        z-index: 0;
        top: -185px;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 1200px) {
          .sec-coso-dt .box-content-center .box-content .col-top {
            top: -45px; } }
        .sec-coso-dt .box-content-center .box-content .col-top .txt-title {
          white-space: nowrap;
          font-size: 150px; }
          @media screen and (max-width: 1200px) {
            .sec-coso-dt .box-content-center .box-content .col-top .txt-title {
              font-size: 100px; } }
          @media screen and (max-width: 768px) {
            .sec-coso-dt .box-content-center .box-content .col-top .txt-title {
              font-size: 50px; } }
      .sec-coso-dt .box-content-center .box-content .txt-title {
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
        line-height: 1.3;
        font-size: 60px; }
        @media screen and (max-width: 1024px) {
          .sec-coso-dt .box-content-center .box-content .txt-title {
            font-size: 50px; } }
        @media screen and (max-width: 768px) {
          .sec-coso-dt .box-content-center .box-content .txt-title {
            font-size: 40px; } }
      .sec-coso-dt .box-content-center .box-content .wrapper-content {
        position: relative; }
      .sec-coso-dt .box-content-center .box-content .txt-desc {
        margin: 0; }
    .sec-coso-dt .box-content-center .img-w-100 {
      position: relative; }
  .sec-coso-dt .title-meta-left {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 30%;
    left: -330px;
    transform: rotate(-90deg); }
    @media screen and (max-width: 991px) {
      .sec-coso-dt .title-meta-left {
        font-size: 14px; } }
    .sec-coso-dt .title-meta-left::after {
      content: "";
      position: absolute;
      width: 300px;
      height: 1px;
      background: #000;
      top: 50%;
      transform: translateY(-50%);
      left: calc(100% + 30px); }
  .sec-coso-dt .title-meta-right {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 30%;
    right: -330px;
    transform: rotate(-90deg); }
    @media screen and (max-width: 991px) {
      .sec-coso-dt .title-meta-right {
        font-size: 14px; } }
    .sec-coso-dt .title-meta-right::after {
      content: "";
      position: absolute;
      width: 300px;
      height: 1px;
      background: #000;
      top: 50%;
      transform: translateY(-50%);
      left: calc(100% + 30px); }

.sec-caunoi {
  padding: 110px 0;
  background: #3A1C1A;
  color: #fff; }
  .sec-caunoi .wrapper-container {
    position: relative; }
    .sec-caunoi .wrapper-container .box-daukep {
      position: absolute;
      top: -110px;
      left: 60px; }
      @media screen and (max-width: 1200px) {
        .sec-caunoi .wrapper-container .box-daukep {
          left: 0;
          display: none; } }
    .sec-caunoi .wrapper-container .box-content {
      max-width: 990px;
      margin: auto;
      text-align: center;
      border: 3px solid #B58D5D;
      padding: 80px 80px 0;
      font-size: 16px; }
      @media screen and (max-width: 991px) {
        .sec-caunoi .wrapper-container .box-content {
          font-size: 14px; } }
      @media screen and (max-width: 1200px) {
        .sec-caunoi .wrapper-container .box-content {
          padding: 30px 15px 0; } }
    .sec-caunoi .wrapper-container .txt-content {
      max-width: 690px;
      margin: auto; }
    .sec-caunoi .wrapper-container .box-title {
      max-width: 690px;
      margin: auto;
      margin-top: 60px;
      padding: 40px 35px;
      text-transform: uppercase;
      background: #B58D5D; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

.lh-0 {
  line-height: 0; }

.con-ft {
  max-width: 1850px; }

.color-f9c3a5 {
  color: #f9c3a5; }

.color-ffffff {
  color: #fff; }

.text-center {
  text-align: center; }

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

.justify-content-between {
  justify-content: center; }

.position-relative {
  position: relative; }

.bg-392723 {
  background-color: #392723; }

.bg-2A1B17 {
  background-color: #2a1b17; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.w-100 {
  width: 100%; }

.bg_top {
  display: flex;
  flex-direction: column; }

.pb-0 {
  padding-bottom: 0; }

.p-0 {
  padding: 0; }

.text-bold {
  font-weight: bold; }

.text-white {
  color: #fff; }

.txt-24 {
  font-size: 24px; }

.txt-30 {
  font-size: 30px; }

.text-uppercase {
  text-transform: uppercase; }

.z-100 {
  z-index: 100; }

.z-1 {
  z-index: 1; }

.bg-261814 {
  background-color: #261814; }

@media only screen and (min-width: 992px) {
  .d-lg-none {
    display: none; }
  .d-lg-flex {
    display: flex; }
  .d-lg-block {
    display: block; }
  .d-lg-inline {
    display: inline; }
  .d-lg-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none; }
  .d-md-flex {
    display: flex; }
  .d-md-block {
    display: block; } }

.hamohome {
  background-color: #261814;
  color: #fff;
  font-family: 'Montserrat', sans-serif; }
  .hamohome-logo {
    width: 10vw;
    margin-top: 1.5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
  .hamohome-cover {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .hamohome-cover-video {
      width: 100%;
      height: calc(100vw / 16 * 9);
      margin-top: calc(100vh - 100vw / 16 * 9); }
    .hamohome-cover-btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 5.5%;
      background: linear-gradient(to right, #F9C3A5, #FFE2D2);
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      padding: 11.5px 37px;
      font-size: 16px;
      font-weight: 600;
      color: #3F270D;
      text-transform: uppercase;
      border: 1px solid #FFE2D2;
      line-height: 100%;
      box-shadow: 0 0 0.2rem #F9C3A550, 0 0 0.2rem #F9C3A550, 0 0 2rem #F9C3A550, 0 0 0.2rem #F9C3A550, 0 0 0.2rem #F9C3A550, inset 0 0 0.2rem #F9C3A550; }
      .hamohome-cover-btn:hover {
        color: #3F270D;
        box-shadow: 0 0 0.2rem #F9C3A550, 0 0 0.2rem #F9C3A550, 0 0 2rem #F9C3A550, 0 0 0.2rem #F9C3A550, 0 0 0.2rem #F9C3A550, inset 0 0 6rem #F9C3A550;
        transition: 500ms; }
  .hamohome-bg {
    margin-bottom: 65px; }
    .hamohome-bg-title {
      display: inline-block;
      padding: 50px 60px;
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      max-width: 640px;
      margin: -40px 0 -20px 0;
      background-color: #261814;
      background-blend-mode: screen;
      position: relative;
      z-index: 0; }
    .hamohome-bg-title2 {
      max-width: 1002px;
      display: inline-block;
      padding: 30px 25px;
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      margin-top: 37px;
      font-size: 16px; }
  .hamohome-title {
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    line-height: 139%;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
  .hamohome-description {
    font-size: 20px;
    line-height: 110%; }
  .hamohome-arrow-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 29px; }
  .hamohome_arrow_title {
    mix-blend-mode: screen;
    width: 50px; }
  .hamohome-group-title {
    padding: 0 0 37px 0;
    position: relative; }
  .hamohome-white-30 {
    background-color: #ffffff10;
    border-radius: 10px;
    overflow: hidden; }
  .hamohome-content li,
  .hamohome-content p {
    margin-bottom: 1rem; }
  .hamohome-content ul {
    padding-left: 20px; }
  .hamohome-content li {
    list-style-type: disc; }
  .hamohome-sub-title {
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  .hamohome-slide-item {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    padding: 20px 16px 75px 16px; }
  .hamohome .section_slide_galery {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    max-width: 1032px;
    /* height: 100%; */
    margin: 0 auto; }
  .hamohome .section_slide_galery img {
    margin: 10px auto; }
  .hamohome .swiper-button-next,
  .hamohome .swiper-button-prev {
    color: white;
    background-color: #ffffff10;
    border-radius: 100px;
    width: 60px;
    height: 60px; }
    .hamohome .swiper-button-next::after,
    .hamohome .swiper-button-prev::after {
      font-size: 20px;
      color: #fff; }
    .hamohome .swiper-button-next:hover,
    .hamohome .swiper-button-prev:hover {
      background-color: #ffffff30; }
  .hamohome-slidebtn-absolute .swiper-button-next {
    right: calc(100% - 1727px + 10px); }
  .hamohome-slidebtn-absolute .swiper-button-prev {
    left: calc(100% - 1727px + 10px); }
  .hamohome .arrow_point {
    margin-bottom: 37px; }
  .hamohome .section5-pb {
    padding-bottom: 75px; }
  .hamohome-countdown {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 20px;
    background-color: #ffffff20;
    padding: 22px;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    justify-content: center; }
    .hamohome-countdown-item {
      border-radius: 10px;
      background-color: #ffffff20;
      padding: 23px;
      text-align: center;
      width: 167px;
      height: 135px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .hamohome-countdown-item h4 {
        font-size: 64px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        line-height: 100%; }
      .hamohome-countdown-item p {
        font-size: 16px;
        font-weight: bold;
        color: #f9c3a5;
        text-transform: uppercase; }
  .hamohome-count {
    color: #f9c3a5;
    margin: 0.1em 0;
    position: relative;
    display: flex;
    align-items: baseline;
    font-size: 80px;
    font-weight: 700;
    justify-content: center; }
    .hamohome-count-description {
      font-size: 24px;
      font-weight: 300;
      margin-bottom: 20px; }
    .hamohome-count + span {
      display: block;
      width: 100%;
      text-align: right; }
  .hamohome-section1 .hamohome-content {
    padding: 22px;
    max-width: 581px;
    font-size: 18px;
    line-height: 139%; }
  .hamohome-section1-section1-img img {
    height: 100%;
    object-fit: cover; }
  .hamohome-section2 .hamohome-content {
    padding: 22px;
    max-width: 100%;
    font-size: 18px;
    line-height: 139%; }
  .hamohome-section2 .hamohome-section {
    max-width: 100%; }
  .hamohome-section2 .hamohome-content {
    flex: 1; }
  .hamohome-section2 .hamohome-section1-img img {
    width: 36vw;
    height: 30vw;
    object-fit: cover; }
  .hamohome-section2 .hamohome-section1-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 150px;
    background: linear-gradient(to left, #392723 0%, rgba(57, 39, 35, 0) 100%);
    pointer-events: none; }
  .hamohome-section2-video {
    padding: 50px; }
    .hamohome-section2-video .hamohome-section2-video-item {
      border-radius: 20px;
      width: 40vw;
      height: 22.5vw; }
  .hamohome-section2-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    padding: 9.5px 21px;
    border: 1px solid #fff;
    box-shadow: 0 0 0.2rem #F9C3A550, 0 0 0.2rem #F9C3A550, 0 0 2rem #F9C3A550, 0 0 0.2rem #F9C3A550, 0 0 0.2rem #F9C3A550, inset 0 0 0.2rem #F9C3A550; }
    .hamohome-section2-btn:hover::before {
      opacity: 1; }
    .hamohome-section2-btn:hover {
      box-shadow: 0 0 0.2rem #F9C3A550, 0 0 0.2rem #F9C3A550, 0 0 2rem #F9C3A550, 0 0 0.2rem #F9C3A550, 0 0 0.2rem #F9C3A550, inset 0 0 6rem #F9C3A550;
      color: white;
      transition: 500ms; }
  .hamohome-section3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .hamohome-section3 .section_slide_list {
      height: 432px;
      mix-blend-mode: screen; }
    .hamohome-section3 .section_slide_image {
      height: 379px;
      border-radius: 20px; }
    .hamohome-section3 .section_slide_galery img {
      mix-blend-mode: screen; }
    .hamohome-section3 .swiper-container {
      max-width: 1727px; }
    .hamohome-section3 .swiper-slide {
      height: 879px;
      padding: 0 7.5vw; }
    .hamohome-section3 .hamohome-title {
      margin-top: 15px;
      margin-bottom: 0; }
  .hamohome-section4 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1085.22px;
    margin-bottom: -230px;
    z-index: 0; }
    .hamohome-section4 .swiper-container {
      margin-top: 80px; }
    .hamohome-section4 .swiper-button-next,
    .hamohome-section4 .swiper-button-prev {
      top: 150px; }
    .hamohome-section4-slide {
      margin-top: -140px;
      height: 800px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
      .hamohome-section4-slide-bg {
        position: relative;
        display: inline;
        z-index: 1;
        mix-blend-mode: screen; }
      .hamohome-section4-slide-item {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
  .hamohome-section5 {
    position: relative;
    z-index: 1; }
    .hamohome-section5 .swiper-container {
      max-width: 1034px; }
    .hamohome-section5 .swiper-slide {
      opacity: 0.1; }
    .hamohome-section5 .swiper-slide-active {
      opacity: 1; }
    .hamohome-section5-bg-slide {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .hamohome-section5-bg-footer {
      position: absolute;
      bottom: 0;
      width: 1260px;
      height: 162px;
      left: 50%;
      transform: translateX(-50%); }
    .hamohome-section5-bg-footer img {
      width: 100%; }
  .hamohome-section6 .swiper-slide img {
    border-radius: 10px;
    max-width: 724px;
    height: 557px;
    object-fit: cover; }
  .hamohome-section6-gallery {
    width: 928px; }
  .hamohome-section6-gap-5 {
    gap: 25px; }
  .hamohome-section6 .hamohome-caption {
    margin-top: 55px; }
  .hamohome-section6 .section_gallery_certificate {
    width: 567px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 36px; }
    .hamohome-section6 .section_gallery_certificate_item {
      width: calc((100% - 36px) / 2);
      border-radius: 10px; }
      .hamohome-section6 .section_gallery_certificate_item:nth-child(5), .hamohome-section6 .section_gallery_certificate_item:nth-child(6), .hamohome-section6 .section_gallery_certificate_item:nth-child(7) {
        width: calc((100% - 72px) / 3); }
  .hamohome-section7 .hamohome-group-title {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0; }
  .hamohome-section7 .hamohome-description {
    max-width: 859px;
    margin: 52px auto 22px auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px; }
  .hamohome-section8-flex {
    display: flex;
    width: 100%;
    /* gap: 28px; */
    height: 37vw;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .hamohome-section8-flex-item {
      width: 24%;
      height: 100%;
      border-radius: 20px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      overflow: hidden; }
      .hamohome-section8-flex-item:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        transform: scale(117%);
        z-index: 1000;
        transition: 200ms; }
      .hamohome-section8-flex-item:first-child:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        transform: scale(117%) translateX(8.5%);
        z-index: 1000;
        transition: 200ms; }
      .hamohome-section8-flex-item:last-child:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        transform: scale(117%) translateX(-8.5%);
        z-index: 1000;
        transition: 200ms; }
      .hamohome-section8-flex-item-bg {
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
  .hamohome-section8-caption {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-transform: uppercase; }
  .hamohome-section9-item {
    display: flex;
    justify-content: center;
    gap: 21px;
    align-items: center; }
    .hamohome-section9-item img {
      width: 17.5vw; }
  .hamohome-section10 .hamohome-content {
    color: #fff;
    text-align: left;
    width: 429px;
    font-size: 18px;
    line-height: 200%;
    margin-top: 20px;
    border-top: 1px solid #f9c3a520; }
  .hamohome-section10 .hamohome-title {
    font-size: 30px;
    margin-bottom: 0; }
  .hamohome-section10 .hamohome-description {
    width: fit-content;
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto;
    word-wrap: unset; }
  .hamohome-section10 .hamohome-arrow-text {
    gap: 5px; }
  .hamohome-section10 .hamohome-bg-title {
    padding: 5px 10px;
    margin: 24px auto; }
  .hamohome-section10 .hamohome-group-title {
    transform: translateX(5vw);
    width: fit-content; }
  .hamohome-section10-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 150px;
    /* Adjust width as needed */
    background: linear-gradient(to right, #2a1b17 0%, rgba(42, 27, 23, 0) 100%);
    pointer-events: none; }
  .hamohome-section10-content-img {
    display: none; }
  .hamohome-section11-slide {
    display: grid;
    grid-template-areas: "col1 col2" "col1 col3" "col1 col4" "col1 col5";
    gap: 21px; }
    .hamohome-section11-slide-item {
      display: flex;
      gap: 34px; }
      .hamohome-section11-slide-item:nth-child(1) {
        grid-area: col1;
        display: block; }
        .hamohome-section11-slide-item:nth-child(1) .hamohome-section11-logo {
          margin-top: 30px;
          margin-bottom: 30px; }
        .hamohome-section11-slide-item:nth-child(1) .hamohome-section11-title {
          display: inline; }
      .hamohome-section11-slide-item:nth-child(2) {
        grid-area: col2; }
      .hamohome-section11-slide-item:nth-child(3) {
        grid-area: col3; }
      .hamohome-section11-slide-item:nth-child(4) {
        grid-area: col4; }
      .hamohome-section11-slide-item:nth-child(1) .hamohome-section11-img {
        width: 100%;
        height: 561.44px; }
      .hamohome-section11-slide-item img {
        display: block; }
  .hamohome-section11-img {
    width: 50%;
    height: 192px;
    object-fit: cover;
    border-radius: 20px; }
  .hamohome-section11-logo {
    object-fit: scale-down;
    object-position: left;
    height: 48px; }
  .hamohome-section11-title {
    display: none;
    font-size: 36px;
    font-family: "Times New Roman", Times, serif;
    line-height: 120%;
    color: #fff;
    margin-bottom: 15px;
    font-weight: normal; }
  .hamohome-section11-description {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .hamohome-section11-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .hamohome-section11 .swiper-button-prev,
  .hamohome-section11 .swiper-button-next {
    display: none; }
  .hamohome-section12 .hamohome-group-title {
    padding: 37px 0; }
  .hamohome-popup-banner {
    width: 100vw;
    height: calc(100vh - 88px); }
    .hamohome-popup-banner .mfp-close {
      top: -44px;
      background-color: #ffffff00; }

#hamohome-count {
  position: relative;
  display: flex;
  margin-right: 0.2em;
  width: 0;
  overflow: hidden;
  height: 80px;
  transition: width 1.8s ease; }

#hamohome-count > span {
  display: flex;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  flex-shrink: 2;
  flex-basis: 80px;
  width: 1px;
  position: absolute;
  right: 0;
  line-height: 80px;
  transition: all 2s ease; }

#hamohome-count > span.visible {
  position: static;
  width: 55px;
  opacity: 1;
  flex-shrink: 1; }

@media only screen and (max-width: 1260px) {
  .hamohome-section9-item {
    flex-wrap: wrap; }
  .hamohome-section9-item img {
    width: 35vw; }
  .hamohome-section5-bg-footer {
    width: 100%;
    left: 0%;
    transform: translateX(0); } }

@media only screen and (max-width: 1900px) {
  .hamohome-section2 .hamohome-section1-img img {
    height: 36vw; }
  .hamohome-section2-video .hamohome-section2-video-item {
    width: 32vw;
    height: 18vw; } }

@media only screen and (max-width: 1727px) {
  .hamohome-section6-gallery {
    width: 800px; }
  .hamohome-section6 .section_gallery_certificate {
    width: 500px; }
  .hamohome-slidebtn-absolute .swiper-button-next {
    right: 10px; }
  .hamohome-slidebtn-absolute .swiper-button-prev {
    left: 10px; } }

@media only screen and (max-width: 1460px) {
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
    align-items: center; }
  .hamohome-section2 .d-flex {
    flex-wrap: wrap; }
  .hamohome-section2 .hamohome-section1-img img {
    width: 100%; }
  .hamohome-section2-video {
    padding: 0; }
    .hamohome-section2-video .hamohome-section2-video-item {
      width: 96vw;
      height: 54vw; }
  .hamohome-section4 .swiper-container {
    margin-top: 0px; }
  .hamohome-section4-slide {
    margin-top: -255px;
    height: 1200px;
    max-width: 100%; }
    .hamohome-section4-slide-bg {
      visibility: hidden; }
  .hamohome-section6 {
    padding: 0 1rem; }
    .hamohome-section6 .hamohome-caption {
      margin-top: 13px; }
    .hamohome-section6 .swiper-slide img {
      height: 231px;
      width: 100%; }
    .hamohome-section6-gallery {
      width: 100%; }
      .hamohome-section6-gallery .swiper-slide {
        padding: 0 80px; }
    .hamohome-section6 .section_gallery_certificate {
      padding: 0 80px;
      width: 100%; }
    .hamohome-section6 .swiper-button-next {
      right: 0; }
    .hamohome-section6 .swiper-button-prev {
      left: 0; } }

@media only screen and (max-width: 1160px) {
  .hamohome-arrow-text {
    gap: 9.5px; }
  .hamohome-section3 .section_slide_image {
    height: 200px; }
  .hamohome-section3 .section_slide_list {
    height: 300px; }
  .hamohome-section3 .d-flex {
    flex-wrap: wrap; }
  .hamohome-section2 .hamohome-section1-img img {
    height: 100%; }
  .hamohome-section2 .hamohome-section1-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 150px;
    /* Adjust width as needed */
    background: none;
    pointer-events: none;
    /* Ensures it doesn't interfere with other elements */ }
  .hamohome .section_slide_galery {
    grid-template-columns: auto auto; }
  .hamohome .section_slide_galery {
    height: 550px; }
  .hamohome .section_slide_galery img {
    height: 180px; } }

@media only screen and (max-width: 992px) {
  .hamohome-section11 .swiper-button-prev,
  .hamohome-section11 .swiper-button-next {
    display: flex;
    top: 281px; }
  .hamohome-section11-logo {
    margin-top: 30px;
    margin-bottom: 30px; }
  .hamohome-section11-img,
  .hamohome-section11-slide-item:nth-child(1) .hamohome-section11-img {
    width: 100%;
    height: 561.44px; }
  .hamohome-section11-slide-item {
    display: block;
    padding: 0 36px; }
  .hamohome-section11-btn {
    text-align: center; }
  .hamohome-section11-title {
    display: inline; }
  .hamohome-section11-description {
    display: none; }
  .hamohome-section11-slide {
    display: flex;
    gap: 0; }
  .hamohome-section11 .con-m {
    padding: 0; }
  .hamohome-section10 .hamohome-bg-title {
    margin: 0 auto; }
  .hamohome-section10 .hamohome-description {
    margin: 10px auto; }
  .hamohome-section10 .hamohome-group-title {
    transform: translateX(0);
    padding: 0; }
  .hamohome-section10-content-img {
    display: block; }
  .hamohome-section10-img {
    display: none; }
  .hamohome-section10 .hamohome-content {
    width: 100%;
    font-size: 13px;
    padding: 12px 43px;
    text-align: justify;
    background-color: #ffffff05;
    margin-top: 0;
    border: none; }
  .bg-2A1B17 {
    background-color: #261814; }
  .hamohome-section8-caption {
    font-size: 10px;
    padding: 0 10px;
    top: auto;
    bottom: 10px; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse; }
  .hamohome-white-30 {
    /* background-color: #261814; */
    border-radius: 0; }
  .bg-392723 {
    background-color: #261814; }
  .hamohome-content {
    max-width: 100%;
    padding: 2rem; }
  .hamohome-section1 .con-m {
    padding: 0; }
  .hamohome-section5-bg-footer {
    height: 56px; } }

@media only screen and (max-width: 768px) {
  #hamohome-count {
    height: 50px; }
  #hamohome-count > span {
    flex-basis: 35px;
    line-height: 50px; }
  #hamohome-count > span.visible {
    width: 35px; }
  .hamohome .section5-pb {
    padding-bottom: 35px; }
  .hamohome-cover-video {
    position: absolute;
    width: calc(100vw / 9 * 16);
    height: 100vw;
    margin-top: 0;
    top: 0;
    left: 0;
    transform: translateX(calc(100vw / 9 * (-3.5))); }
  .hamohome-section6-gap-5 {
    gap: 0; }
  .hamohome-section6 .section_gallery_certificate .section_gallery_certificate_item {
    width: calc((100% - 11px) / 2);
    border-radius: 10px; }
    .hamohome-section6 .section_gallery_certificate .section_gallery_certificate_item:nth-child(5), .hamohome-section6 .section_gallery_certificate .section_gallery_certificate_item:nth-child(6), .hamohome-section6 .section_gallery_certificate .section_gallery_certificate_item:nth-child(7) {
      width: calc((100% - 52px) / 3); }
  .hamohome-count {
    font-size: 50px;
    line-height: 0; }
  .hamohome-section4 {
    height: 475px;
    margin-bottom: 30px; }
    .hamohome-section4 .hamohome-group-title {
      padding: 0; }
    .hamohome-section4 .swiper-container {
      margin-top: 0px; }
    .hamohome-section4-slide {
      margin-top: -155px;
      height: 683px;
      max-width: 100%; }
      .hamohome-section4-slide-bg {
        visibility: hidden; }
  .hamohome-section3 .section_slide_image {
    height: 168px; }
  .hamohome-section3 .section_slide_list {
    height: 205px; }
  .hamohome-section3 .swiper-slide {
    height: 593px;
    padding: 0 35px; }
  .hamohome-section3 .hamohome-group-title {
    padding: 25px 0 11px 0; }
  .hamohome-section12 .hamohome-group-title {
    padding: 0 0 15px 0; }
  .hamohome-popup-banner {
    width: 100vw;
    height: calc(90vh - 88px); }
  .hamohome .section_slide_galery {
    height: fit-content;
    gap: 10px; }
    .hamohome .section_slide_galery img {
      width: 100%;
      height: auto; }
  .hamohome-slide-item {
    padding: 0 16px; }
  .hamohome-group-title {
    padding: 0 0 15px 0; }
  .hamohome-bg-title2 {
    padding: 15px 20px;
    margin-top: 10px;
    font-size: 13px; }
  .hamohome-sub-title {
    font-size: 13px; }
  .hamohome-count-description {
    font-size: 15px; }
  .hamohome_arrow_title {
    width: 20px; }
  .hamohome-section7 .hamohome-description {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    max-width: 326px; }
  .hamohome-countdown {
    padding: 12px; }
  .hamohome-countdown-item {
    padding: 10px;
    width: 81px;
    height: 76px; }
  .hamohome-countdown-item h4 {
    font-size: 25px; }
  .hamohome-countdown-item p {
    font-size: 13px; }
  .hamohome-bg {
    margin-bottom: 45px; }
  .hamohome-section11 .swiper-button-prev,
  .hamohome-section11 .swiper-button-next {
    top: 113px; }
  .hamohome-section11-title {
    font-size: 18px;
    margin-bottom: 0; }
  .hamohome-section11-logo {
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .hamohome-section11-img,
  .hamohome-section11-slide-item:nth-child(1) .hamohome-section11-img {
    height: 226px; }
  .hamohome-section12 .hamohome-title {
    margin-bottom: 0; }
  .hamohome-section12 .hamohome-arrow-text {
    margin-bottom: 5px; }
  .hamohome-title {
    font-size: 24px;
    margin-bottom: 5px; }
  .hamohome-section5 .swiper-slide {
    opacity: 1; }
  .bg_top {
    flex-direction: column-reverse; }
  .arrow_point {
    margin-bottom: 25px; }
  .arrow_point img {
    width: 32px; }
  .hamohome-section5 .swiper-slide {
    padding: 0 75px; }
  .hamohome-section5 .swiper-slide {
    text-align: center; }
  .hamohome-section6 .section_gallery_certificate {
    gap: 11px; }
  .hamohome-bg-title {
    padding: 30px 40px;
    margin: -30px 0 -10px 0; }
  .hamohome-section8-flex-item {
    border-radius: 5px; } }

@media only screen and (max-width: 450px) {
  .hamohome-countdown-item {
    width: 15vw; }
    .hamohome-countdown-item p {
      font-size: 10px; }
  .hamohome-section9 .hamohome-title {
    font-size: 15px; }
  .hamohome-section10 .hamohome-title {
    font-size: 20px; }
  .hamohome-section10 .hamohome-description {
    font-size: 16px;
    margin: 14px auto; }
  .hamohome-cover {
    height: 100vw; }
  .hamohome-logo {
    display: none; }
  .hamohome-cover-btn {
    bottom: 2.5%;
    padding: 11.5px 25px;
    font-size: 13px; }
  .hamohome-section5 .hamohome-arrow-text {
    padding: 0 40px; }
  .hamohome-section5 .hamohome-bg-title2 {
    font-size: 11px;
    padding: 15px 3px; }
  .hamohome-section5 .hamohome-group-title {
    padding: 0 10px 15px 10px; }
  .hamohome-bg-title2,
  .hamohome-section2 .hamohome-description,
  .hamohome-section2 .hamohome-content,
  .hamohome-section1 .hamohome-description,
  .hamohome-section1 .hamohome-content,
  .hamohome-description,
  .hamohome-content {
    font-size: 13px; }
  .hamohome-section2 .hamohome-section1-img img {
    width: 100vw;
    height: 311px; }
  .hamohome .swiper-button-next,
  .hamohome .swiper-button-prev {
    width: 30px;
    height: 30px; }
  .hamohome .swiper-button-next::after,
  .hamohome .swiper-button-prev::after {
    font-size: 10px; }
  .hamohome-section6-gallery .swiper-slide {
    padding: 0 50px; }
  .hamohome-section6 .section_gallery_certificate {
    padding: 0 50px; } }

.taggroup {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  box-shadow: 2px 2px 7px #3F270D; }
  .taggroup .tag-loadmore-btn {
    justify-content: center; }

.xpop-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%; }

.xpop .mfp-close {
  right: 15px; }

.xpop-con {
  position: relative;
  z-index: 1; }

.xpop-bg-big, .xpop-bg-small {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; }

.xpop-bg-small {
  display: none; }

.xpop-new {
  background-image: url("../assets/images/form2.png");
  background-size: 100% 100%; }

.xpop-man {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 41%;
  z-index: -1; }

.xpop-form {
  max-width: 420px;
  width: 100%;
  padding-left: 70px; }
  .xpop-form .f-group {
    margin-bottom: 10px; }
  .xpop-form .f-control {
    border-radius: 6px; }
  .xpop-form .btn {
    margin: 30px auto 10px;
    display: block;
    width: max-content;
    padding: 16px 40px 11px; }
    .xpop-form .btn:hover {
      background-color: #3A1C1A; }

.xpop-title {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #f6c380;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500; }

.xpop-sub {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff; }

.xpop-txt {
  color: #fff;
  text-align: center; }

@media only screen and (max-width: 900px) {
  .xpop-con {
    padding: 60px 0; }
  .xpop-form {
    padding: 0 30px; }
    .xpop-form .f-group {
      margin-bottom: 5px; }
    .xpop-form .btn {
      margin: 20px auto 5px;
      display: block;
      width: max-content;
      padding: 16px 40px 11px; }
      .xpop-form .btn:hover {
        background-color: #3A1C1A; }
  .xpop-title {
    margin-bottom: 10px; }
  .xpop-sub {
    margin-bottom: 10px;
    text-align: center; } }

@media only screen and (max-width: 600px) {
  .xpop-bg-big {
    display: none; }
  .xpop-bg-small {
    display: block; }
  .xpop-con {
    padding: 30px; }
  .xpop-form {
    margin: 0 auto;
    padding: 0; }
    .xpop-form .f-group {
      margin-bottom: 5px; }
    .xpop-form .btn {
      margin: 20px auto 5px;
      display: block;
      width: max-content;
      padding: 16px 40px 11px; }
      .xpop-form .btn:hover {
        background-color: #3A1C1A; }
  .xpop-title {
    margin-bottom: 10px;
    text-align: center; }
  .xpop-sub {
    margin-bottom: 10px;
    text-align: center; }
  .xpop-man {
    display: none; } }

@media only screen and (max-width: 450px) {
  .xpop-con {
    padding: 30px 15px; }
  .xpop-title {
    font-size: 18px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto; }
  .xpop-sub {
    font-size: 14px;
    line-height: 18px; }
  .xpop-txt {
    font-size: 14px; } }

.mega {
  background: url("") left bottom/cover no-repeat;
  background-image: url("../images/bs2.jpg");
  padding: 70px 0 160px;
  color: #fff; }
  .mega__con {
    width: calc(100% * 5 / 6);
    margin-left: auto; }
  .mega__title {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #f6c380;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 40px; }
  .mega__sub {
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Montserrat';
    margin-bottom: 60px; }
  .mega .swiper-pagination,
  .mega .swiper-button-next,
  .mega .swiper-button-prev {
    display: none !important; }
  .mega .swiper-container::after {
    content: '';
    display: block;
    width: 1170px;
    height: 1px;
    background-image: url("../images/bsline.png");
    position: absolute;
    left: 0;
    top: 13px;
    transition: 0.3s ease; }
  .mega .swiper-wrapper {
    margin: 0 -35px; }
  .mega .swiper-slide {
    padding: 0 35px;
    width: 25%;
    text-align: center; }
    .mega .swiper-slide:last-child {
      margin-right: 0; }
    .mega .swiper-slide:first-child {
      margin-left: 0; }
  .mega__year {
    font-family: 'Montserrat';
    color: #d8b148;
    font-size: 24px;
    margin-bottom: 20px; }
  .mega__name {
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-size: 20px;
    text-transform: uppercase; }
  .mega__txt {
    font-size: 16px;
    font-weight: 300;
    text-align: justify; }
  .mega__dot {
    margin-bottom: 8px; }
    .mega__dot img {
      display: block;
      margin: 6px auto 0; }

.brand {
  overflow: hidden;
  padding: 130px 0;
  position: relative; }
  .brand.reverse {
    padding: 0; }
    .brand.reverse .container {
      flex-direction: row-reverse; }
    .brand.reverse .brand__img img {
      left: unset;
      right: 0; }
    .brand.reverse .brand__bg {
      left: unset;
      right: 0;
      bottom: 0; }
  .brand__bg {
    position: absolute;
    width: calc(50% - 15px);
    left: 0;
    bottom: 130px;
    pointer-events: none;
    z-index: -1; }
    .brand__bg.ct {
      left: 40%;
      transform: translateX(-50%); }
  .brand__img {
    height: 650px;
    position: relative;
    width: 100%; }
    .brand__img img {
      object-fit: cover;
      max-width: unset;
      position: absolute;
      height: 100%;
      width: calc(50vw - 15px);
      left: 0;
      top: 0; }
  .brand .col:first-child {
    align-self: center; }
  .brand__title {
    font-size: 35px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 48px;
    font-weight: 600; }
  .brand__txt {
    font-size: 16px;
    margin-bottom: 50px;
    text-align: justify; }
  .brand__list li {
    margin-bottom: 55px; }
    .brand__list li:last-child {
      margin-bottom: 0; }
  .brand__list .brand__title {
    margin-bottom: 20px; }
  .brand__icon {
    width: 100px; }
    .brand__icon img {
      margin-top: -25px; }
  .brand__ct {
    width: calc(100% - 100px);
    padding: 0 15px; }
  .brand__info {
    font-size: 16px;
    text-align: justify; }
  .brand__box {
    max-width: 1030px;
    padding: 45px 42px;
    border: 2.5px solid #b58d5d;
    margin: 130px auto 74px;
    text-align: center;
    font-size: 16px; }
  .brand__bg__wrap {
    background: url("../images/bb1.png") 50% 76%/90% auto no-repeat; }

@media only screen and (max-width: 1600px) {
  .mega .swiper-wrapper {
    margin: 0 -20px; }
  .mega .swiper-slide {
    padding: 0 20px; }
  .mega .swiper-wrapper {
    width: calc(100% + 40px);
    margin: 0 -20px; }
  .mega__con {
    width: calc(100% * 4 / 6);
    margin-left: auto; }
  .mega__title {
    font-size: 60px; }
  .mega__sub {
    font-size: 30px; }
  .brand__bg__wrap {
    background-image: url(""); } }

@media only screen and (max-width: 1280px) {
  .mega .swiper-wrapper {
    margin: 0 -10px; }
  .mega .swiper-slide {
    padding: 0 10px;
    width: calc(100% / 3); }
  .mega__title {
    font-size: 50px; }
  .mega__sub {
    font-size: 25px; }
  .mega__year {
    font-size: 18px; }
  .mega__name {
    font-size: 18px; }
  .brand {
    padding: 80px 0; }
    .brand__img {
      height: 500px; }
    .brand__title {
      margin-bottom: 30px;
      font-size: 30px; }
    .brand__txt {
      margin-bottom: 20px; }
    .brand__icon {
      width: 70px; }
      .brand__icon img {
        margin-top: 0; }
    .brand__ct {
      width: calc(100% - 70px); }
    .brand__list li {
      margin-bottom: 20px; }
    .brand__list .brand__title {
      margin-bottom: 0; }
    .brand__box {
      margin: 80px auto; }
    .brand__bg {
      bottom: 0; }
      .brand__bg.ct {
        left: 30%; } }

@media only screen and (max-width: 1024px) {
  .mega .swiper-slide {
    width: 50%; }
  .mega__txt {
    text-align: center;
    font-size: 14px; }
  .mega__title {
    font-size: 40px;
    margin-bottom: 20px; }
  .mega__sub {
    font-size: 20px;
    margin-bottom: 20px; }
  .mega__name {
    font-size: 16px; }
    .mega__name br {
      display: none; } }

@media only screen and (max-width: 768px) {
  .mega {
    text-align: center;
    background-image: url("../images/bsmb.jpg");
    background-position: center bottom; }
    .mega__con {
      width: 100%;
      padding-bottom: 75%; }
    .mega__title {
      font-size: 30px; }
    .mega__sub {
      font-size: 18px; }
    .mega .swiper-chung {
      display: none; }
  .brand.reverse .container,
  .brand .container {
    flex-direction: column-reverse; }
  .brand__img {
    width: calc(100% + 60px);
    margin: 0 -30px 25px;
    height: 450px; }
    .brand__img img {
      width: 100%; }
  .brand__box {
    padding: 22px 10px; }
  .brand__title {
    font-size: 16px; }
  .brand__txt {
    font-size: 14px; } }

@media only screen and (max-width: 1024px) {
  .brand__title br {
    display: none; } }

@media only screen and (max-width: 400px) {
  .mega__sub br {
    display: none; } }

body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'Averta', sans-serif; }

.txt-title {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #fff; }

body::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5; }

body::-webkit-scrollbar-thumb {
  background-color: #3A1C1A; }

.fluid_video_wrapper.fluid_player_layout_default {
  position: absolute;
  inset: 0;
  max-width: 100%;
  height: 100%; }

.ban__con .fluid_video_wrapper:nth-child(1) {
  display: block; }

.ban__con .fluid_video_wrapper:nth-child(2) {
  display: none; }

@media screen and (max-width: 450px) {
  .ban__con .fluid_video_wrapper:nth-child(2) {
    display: block; }
  .ban__con .fluid_video_wrapper:nth-child(1) {
    display: none; } }

.sec-lydo {
  overflow: hidden; }

.bg-human {
  max-height: 95%;
  overflow: hidden; }
  .bg-human img {
    height: 100%;
    width: max-content; }

.box-video .wrapper-video {
  padding-top: 42%; }

.xdyy-video #fluid_player_instance_0_fluid_initial_play {
  opacity: 0; }

.xdyy-video .box-title {
  max-width: 930px;
  margin: 0 auto 50px; }

.x-video .box-video .wrapper-video {
  padding-top: 44.44%; }

.col {
  width: 100%;
  flex-grow: 1;
  padding: 0 1.5rem; }

.btn {
  text-transform: uppercase; }

.col-3,
.col-2 {
  padding: 0 15px; }

.x-video {
  overflow: hidden; }

.sec-coso-title .txt-title {
  font-weight: 500; }

.sec-coso-title .content-title {
  font-weight: 300; }

.content-title {
  text-transform: uppercase; }

.popup-info-cus .link-w-100,
.popup-info-cus .list-info {
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4); }

.sec-slide-gioithieu .slide-thuvien .swiper-scrollbar {
  max-width: 1410px; }

.xmgb-30 {
  margin-bottom: 30px; }

.mona-content .img-w-100 img {
  margin-bottom: 0; }

.mona-content {
  line-height: calc(26 / 16); }

.banner-tuvan .banner-item .txt-title {
  color: #402c05; }

.banner-tuvan .form-dangky-tuvan .txt-title {
  color: #fff; }

.banner-thanhtuu-collagen .banner-item .meta-title {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: transparent;
  color: #402c05; }

.oval-uudai {
  position: relative;
  background: none; }
  .oval-uudai::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    width: 110%;
    padding-top: 110%;
    z-index: -1;
    background: linear-gradient(#b58d5d, #dac6a3, #8f6f41); }

.ban .swiper-button-next,
.ban .swiper-button-prev {
  display: none;
  opacity: 0;
  pointer-events: none; }

.ban .swiper-pagination {
  width: 100%;
  bottom: 30px; }

.ban .swiper-pagination-bullet {
  margin: 5px;
  position: relative;
  width: 10px;
  height: 10px; }
  .ban .swiper-pagination-bullet::after {
    content: '';
    display: block;
    background-color: transparent;
    border-radius: 99px;
    width: 0;
    height: 0;
    border: 2px solid #3b1c1a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease; }

.swiper-pagination {
  z-index: 1; }

.swiper-button-next,
.swiper-button-prev {
  z-index: 1; }

.ban .swiper-pagination-bullet-active {
  background-color: #3b1c1a; }
  .ban .swiper-pagination-bullet-active::after {
    width: 18px;
    height: 18px; }

.ringing {
  max-width: none;
  width: 47px;
  height: 47px;
  margin: -1px;
  animation: shaking 4.5s infinite; }

.social li {
  margin-bottom: 20px; }
  .social li:nth-child(2) .ringing {
    animation-delay: 1.5s; }
  .social li:nth-child(3) .ringing {
    animation-delay: 3s; }

.sec-beautifull .box-khacbiet .content-khacbiet .item {
  padding: 0; }

.sec-lydo .list-content {
  max-width: 590px; }

.sec-beautifull .item .txt-title {
  font-family: 'Averta', sans-serif; }

.sec-beautifull .cols-beauti .col .box-content {
  padding: 70px 0; }

.sec-beautifull .cols-beauti .col .box-content .txt-title {
  font-weight: 400; }

.sec-hieuqua .box-item::after {
  display: none; }

.sec-hieuqua .box-item .txt-content {
  padding: 0;
  background: none;
  position: relative; }

.sec-hieuqua .box-item {
  width: auto; }

#fluid_player_instance_1_fluid_initial_play {
  display: none; }

.sec-hieuqua .box-item .txt-content::after {
  content: '';
  width: calc(105% + 4px);
  padding-top: calc(105% + 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cc9c40), color-stop(#fdfbd0), color-stop(#ae7615), to(#fffbcf));
  background: linear-gradient(#cc9c40, #fdfbd0, #ae7615, #fffbcf);
  border-radius: 999px;
  z-index: -2; }

.sec-hieuqua .box-item:nth-child(1) {
  margin: 70px 100px; }

.sec-hieuqua .box-item:nth-child(2) {
  margin: 180px 30px 100px; }

.sec-hieuqua .box-item .txt-content::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  padding-top: 105%;
  border-radius: 999px;
  z-index: -1;
  background: linear-gradient(45deg, #b58d5d, #e7d6b4, #8f6f41); }

.sec-hieuqua .wrapper-left,
.sec-hieuqua .wrapper-right {
  max-width: 50%; }

.slide-lydo .swiper-button-prev {
  background-image: url("../images/ArrowLeft.png");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 999px;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px; }
  .slide-lydo .swiper-button-prev::after {
    content: ''; }

.slide-lydo .swiper-button-next {
  background-image: url("../images/ArrowRight.png");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 999px;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px; }
  .slide-lydo .swiper-button-next::after {
    content: ''; }

@media screen and (max-width: 1000px) {
  .sec-hieuqua .box-item:nth-child(1) {
    margin: 50px; }
  .sec-hieuqua .box-item:nth-child(2) {
    margin: 90px 0px 60px; }
  .sec-hieuqua .img-item {
    width: 70%;
    margin: -60% auto 0; }
  .sec-beautifull .box-khacbiet .content-khacbiet .bg-human {
    width: 80%;
    margin: -50% auto 0; }
  .sec-beautifull .box-khacbiet .content-khacbiet .item:nth-child(2) {
    margin: 30px 0; } }

@media screen and (max-width: 768px) {
  .x-fix {
    padding: 0; }
    .x-fix::after {
      display: none; }
    .x-fix .container {
      padding: 0 !important; }
    .x-fix .list-link {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      background-color: #3a1c1a;
      color: #fff; }
      .x-fix .list-link li {
        display: flex;
        justify-content: center;
        width: calc(100% / 3); }
        .x-fix .list-link li:last-child {
          width: 100%; } }

@media screen and (max-width: 670px) {
  .banner-second .banner-item {
    padding-top: 60px;
    padding-bottom: 500px; }
  .banner-collagen .banner-item {
    padding-bottom: 0; }
  .banner-uudai .banner-item,
  .banner-uudai-theothang.banner-second .banner-item {
    padding-bottom: 50px; }
  .ban .swiper-pagination {
    padding: 0 20px;
    z-index: 2;
    text-align: right; }
  .banner-second .img-item {
    height: 60%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }
    .banner-second .img-item img {
      height: 100%;
      width: max-content;
      margin: 0 auto; } }

.x-vid-map {
  width: 100%;
  padding-top: 49%;
  overflow: hidden;
  position: relative; }
  .x-vid-map video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.sec-quytrinh-collagen {
  overflow: hidden; }

.banner-uudai-collagen {
  overflow: hidden; }

@media only screen and (max-width: 450px) {
  .ft__mail {
    display: block;
    margin-bottom: 5px; }
  .mgt-50 {
    margin-top: 50px; }
  .x-fix {
    font-size: 12px; }
    .x-fix .list-link {
      justify-content: center; }
      .x-fix .list-link li {
        width: 50%; }
  .sec-hieuqua .box-item:nth-child(1) {
    margin: 30px; }
  .sec-hieuqua .box-item:nth-child(2) {
    margin: 90px -10px 60px; }
  .sec-hieuqua .box-item .txt-content {
    font-size: 10px;
    transform: scale(0.8); }
  .sec-hieuqua .box-item .txt-content::before {
    width: 90%;
    padding-top: 90%; }
  .sec-hieuqua .box-item .txt-content::after {
    width: calc(90% + 2px);
    padding-top: calc(90% + 2px); }
  .ban__gta {
    text-align: center; }
    .ban__gta .meta-title,
    .ban__gta .txt-title {
      font-size: 16px !important;
      margin-bottom: 10px; }
  .sec-beautifull .cols-beauti .col .box-content .txt-title {
    max-width: 150px; }
  .banner-tuvan .banner-left {
    padding-bottom: 50px; }
  .sec-sacdep .txt-title {
    width: 100%;
    margin: 0 0 40px; }
  .sec-sacdep .txt-title .bold {
    font-size: 22px; }
  .sec-uudiem-collagen .item {
    padding: 60px 15px 30px;
    font-size: 16px; }
  .banner-collagen .txt-title,
  .banner-collagen .txt-content,
  .banner-collagen .meta-title,
  .sec-gioithieu-chuyengia .txt-title,
  .sec-thongtin-dichvu .txt-title,
  .sec-uudai-tuvan .txt-title,
  .sec-sacdep .txt-title,
  .banner-tuvan .banner-item .txt-title,
  .sec-danhgia-khachhang .txt-title,
  .sec-quytrinh .txt-title,
  .sec-slide-gioithieu .txt-title,
  .sec-quytrinh-collagen .txt-title,
  .sec-hieuqua .txt-title {
    font-size: 16px; }
  .sec-hieuqua .img-item .txt-desc {
    font-size: 14px;
    bottom: 10px;
    font-weight: bold; }
  .sec-beautifull .txt-title,
  .sec-uudiem .txt-title,
  .sec-giaithuong .txt-title,
  .banner-custom .banner-item .txt-title,
  .sec-lydo .txt-title {
    font-size: 16px;
    text-align: center;
    white-space: nowrap; }
  .xtitle-nowrap .banner-item .txt-title {
    white-space: unset; }
  .banner-custom .banner-item .txt-content {
    font-size: 14px; }
  .sec-beautifull .item .txt-title {
    font-size: 10px;
    font-weight: 500; }
  .sec-uudiem {
    margin-top: 0; }
    .sec-uudiem .txt-content {
      font-size: 14px; }
    .sec-uudiem .box-item {
      padding: 20px 5px; }
    .sec-uudiem .col-6 {
      padding: 0; }
  .sec-form-dangky .form-dangky .wrapper-form label {
    font-size: 14px; } }

.sec-form-dangky {
  overflow: hidden; }

.xd-new {
  background-size: 100%;
  background-color: #adadad;
  padding-top: 45%;
  position: relative; }
  .xd-new .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 1366px) {
      .xd-new .container {
        transform: translate(-50%, -50%) scale(0.85); } }
    @media only screen and (max-width: 1024px) {
      .xd-new .container {
        transform: translate(-50%, -50%) scale(0.7); } }
    @media only screen and (max-width: 900px) {
      .xd-new .container {
        transform: translate(-50%, -50%) scale(0.6); } }
  .xd-new .banner-item {
    margin: 0 auto !important;
    padding: 0; }
  .xd-new .form-dangky-tuvan {
    border-radius: 30px; }
    .xd-new .form-dangky-tuvan .f-control {
      border-radius: 6px; }

@media only screen and (max-width: 768px) {
  .xd-new {
    background-size: 2300px;
    padding: 7rem 0; }
    .xd-new .container {
      position: static;
      transform: none; }
    .xd-new .banner-item {
      margin: 0 auto !important;
      padding: 0; }
    .xd-new .form-dangky-tuvan {
      border-radius: 30px; }
      .xd-new .form-dangky-tuvan .f-control {
        border-radius: 6px; } }

@media only screen and (max-width: 360px) {
  .ban .con-m {
    padding: 0 1rem; } }

.new-sec {
  position: relative; }
  .new-sec-mb {
    display: none; }
  .new-sec .container {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .new-sec-content {
    width: 40%;
    margin-left: auto;
    margin-top: 11rem;
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .new-sec-title {
    font-size: 35px;
    text-transform: uppercase;
    color: #b58d5d; }
  .new-sec-item {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    position: relative; }
    .new-sec-item:last-child {
      margin-bottom: 0; }
    .new-sec-item::before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 99px;
      background-color: #000;
      position: absolute;
      left: -3rem;
      top: 15px;
      transform: translate(-50%, -50%);
      transition: 0.3s ease; }
    .new-sec-item::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #000;
      position: absolute;
      left: -3rem;
      top: 15px;
      transform: translate(-100%, -50%);
      transition: 0.3s ease; }
    .new-sec-item:nth-child(2)::after {
      width: 35%; }
    .new-sec-item:nth-child(3)::after {
      width: 33%; }
    .new-sec-item:nth-child(4)::after {
      width: 36%; }
    .new-sec-item:nth-child(5)::after {
      width: 45%; }

@media only screen and (max-width: 1440px) {
  .new-sec-content {
    margin-top: 8rem;
    width: 38%;
    height: 60%; } }

@media only screen and (max-width: 1200px) {
  .new-sec-content {
    margin-top: 5rem;
    height: 55%; }
  .new-sec-title {
    font-size: 22px; }
  .new-sec-item {
    font-size: 14px; }
    .new-sec-item:nth-child(5)::after {
      width: 40%; } }

@media only screen and (max-width: 900px) {
  .new-sec-dt {
    height: 370px; }
  .new-sec-content {
    width: 350px; }
  .new-sec-item:nth-child(2)::after {
    width: 15%; }
  .new-sec-item:nth-child(3)::after {
    width: 13%; }
  .new-sec-item:nth-child(4)::after {
    width: 16%; }
  .new-sec-item:nth-child(5)::after {
    width: 25%; }
  .new-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right; } }

@media only screen and (max-width: 480px) {
  .new-sec-content {
    width: 100%;
    height: 65%; }
  .new-sec-title {
    margin-bottom: 6rem;
    text-align: center; }
  .new-sec-item {
    width: 40%;
    margin-left: auto;
    font-size: 13px; }
    .new-sec-item br {
      display: none; }
    .new-sec-item::before {
      width: 5px;
      height: 5px; }
    .new-sec-item::before, .new-sec-item::after {
      left: -1rem;
      top: 10px; }
    .new-sec-item:nth-child(2)::after {
      width: 43%; }
    .new-sec-item:nth-child(3)::after {
      width: 23%; }
    .new-sec-item:nth-child(4)::after {
      width: 26%; }
    .new-sec-item:nth-child(5)::after {
      width: 50%; }
  .new-sec-dt {
    display: none; }
  .new-sec-mb {
    display: block; } }
