@charset "UTF-8";
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-V";
  src: url("../fonts/Inter-V.ttf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-ThinItalic";
  src: url("../fonts/Inter-ThinItalic.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-Thin";
  src: url("../fonts/Inter-Thin.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-SemiBoldItalic";
  src: url("../fonts/Inter-SemiBoldItalic.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
h2.tenkhach {
  font-size: 20px;
  font-family: "Inter-SemiBold";
}

@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-MediumItalic";
  src: url("../fonts/Inter-MediumItalic.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.ttf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-LightItalic";
  src: url("../fonts/Inter-LightItalic.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter-Light.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-Italic";
  src: url("../fonts/Inter-Italic.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-ExtraLightItalic";
  src: url("../fonts/Inter-ExtraLightItalic.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-ExtraLight";
  src: url("../fonts/Inter-ExtraLight.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-ExtraBoldItalic";
  src: url("../fonts/Inter-ExtraBoldItalic.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../fonts/Inter-ExtraBold.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-BoldItalic";
  src: url("../fonts/Inter-BoldItalic.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-BlackItalic";
  src: url("../fonts/Inter-BlackItalic.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter-Black";
  src: url("../fonts/Inter-Black.otf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "FZ_Poppins-SemiBold";
  src: url("../fonts/FZ Poppins-SemiBold.ttf");
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
/* div#supportfix {
  display: none;
} */
body {
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 1.4;
  position: relative;
}

header#header ul,
header#header li {
  list-style-type: none;
}

img {
  max-width: 100%;
  width: auto;
  vertical-align: middle;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.d-flex {
  display: flex;
}

section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 75vw;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: "Inter-Bold";
}

.pc {
  display: block;
}

.mb {
  display: none;
}

/* ------------------------------ Header ------------------------------ */
header#header {
  position: relative;
  z-index: 99999;
}

.header {
  padding: 20px 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.header_menu_fix {
  position: fixed;
  -webkit-box-shadow: 0 0 10px 0 #06174e;
  box-shadow: 0 0 10px 0 rgba(6, 23, 78, 0.5294117647);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  top: 0px;
  z-index: 9999;
  left: 0;
  padding: 10px 0px;
}

.header_menu_fix .header_menu_wrap {
  grid-template-columns: 100px 1fr;
}

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px 10px 0px;
  font-size: 12px;
  color: #a34624;
}

.header_left,
.header_right {
  margin: auto 0px;
}

.header_right {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 210px;
  /* grid-template-columns: 1fr 40px; */
  grid-template-rows: auto;
  column-gap: 0px;
  align-items: center;
  column-gap: 20px;
}

.button_contact span {
  font-family: "Inter-Medium";
  font-size: 18px;
  margin-left: 5px;
}

.button_contact a {
  color: #fff;
  background: #36803f;
  padding: 12px 21px;
  border-radius: 10px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  border: 1px solid #36803f;
  transition: 0.4s ease-out;
}
.button_contact a svg {
  width: 20px;
  height: 20px;
}
.button_contact a svg path {
  fill: currentColor;
}
.button_contact a:hover {
  background: transparent;
  color: #36803f;
}

.poly {
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.header_logo img {
  height: auto;
  width: 100%;
}

.header_lang {
  margin: auto 0px;
  display: none;
}

.header_logo h1 {
  margin: 0px;
  color: #511210;
  font-size: 22px;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
}

.header_menu_wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto;
  column-gap: 30px;
  transition: all 0.3s ease-in-out;
}

label.screen-reader-text {
  display: none;
}

.wrap-menu {
  margin: auto 0px;
}

.wrap-menu ul#mega-menu-mainmenu li a {
  font-family: "Inter-Medium" !important;
}

.wrap-header-icon {
  display: none;
}

/* ------------------------------ Banner ------------------------------ */
#home_banner {
  position: relative;
  aspect-ratio: 16/6.5;
  clip-path: polygon(100% 0%, 100% 97.448%, 100% 97.448%, 99.406% 97.577%, 98.811% 97.67%, 98.216% 97.728%, 97.62% 97.752%, 97.024% 97.745%, 96.427% 97.708%, 95.831% 97.642%, 95.236% 97.548%, 94.641% 97.43%, 94.047% 97.288%, 94.047% 97.288%, 93.151% 97.007%, 92.253% 96.646%, 91.356% 96.229%, 90.458% 95.78%, 89.561% 95.324%, 88.664% 94.885%, 87.768% 94.487%, 86.874% 94.154%, 85.981% 93.911%, 85.09% 93.781%, 85.09% 93.781%, 83.177% 93.738%, 81.281% 93.872%, 79.398% 94.163%, 77.524% 94.59%, 75.656% 95.132%, 73.791% 95.769%, 71.925% 96.48%, 70.054% 97.245%, 68.175% 98.042%, 66.284% 98.851%, 66.284% 98.851%, 64.432% 99.564%, 62.58% 100.123%, 60.728% 100.521%, 58.876% 100.752%, 57.025% 100.808%, 55.174% 100.683%, 53.325% 100.369%, 51.476% 99.861%, 49.629% 99.151%, 47.784% 98.233%, 47.784% 98.233%, 47.07% 97.82%, 46.358% 97.382%, 45.646% 96.928%, 44.935% 96.466%, 44.224% 96.007%, 43.512% 95.559%, 42.799% 95.132%, 42.084% 94.734%, 41.367% 94.375%, 40.648% 94.063%, 40.648% 94.063%, 40.044% 93.845%, 39.439% 93.663%, 38.833% 93.517%, 38.226% 93.403%, 37.619% 93.318%, 37.011% 93.259%, 36.402% 93.224%, 35.794% 93.211%, 35.185% 93.216%, 34.577% 93.236%, 34.577% 93.236%, 33.747% 93.285%, 32.917% 93.358%, 32.087% 93.455%, 31.258% 93.576%, 30.43% 93.72%, 29.602% 93.889%, 28.774% 94.081%, 27.947% 94.297%, 27.121% 94.536%, 26.295% 94.8%, 26.295% 94.8%, 24.777% 95.343%, 23.261% 95.944%, 21.746% 96.579%, 20.231% 97.223%, 18.716% 97.855%, 17.2% 98.451%, 15.683% 98.986%, 14.163% 99.439%, 12.641% 99.784%, 11.115% 100%, 11.115% 100%, 9.986% 100.059%, 8.852% 100.02%, 7.719% 99.877%, 6.587% 99.62%, 5.46% 99.243%, 4.341% 98.74%, 3.233% 98.101%, 2.138% 97.32%, 1.06% 96.39%, 0% 95.303%, 0% 0%, 100% 0%);
}

#home_banner::before,
#home_banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(30%);
  width: 100%;
  height: 10vw;
  z-index: 1;
  pointer-events: none;
  opacity: 0.24;
  background: #fff;
}

#home_banner::before {
  z-index: 3;
  /* clip-path: polygon( 100% 13.795%,100% 100%,-0.024% 100%,-0.024% 24.185%,-0.024% 24.185%,0.952% 22.053%,1.973% 19.94%,3.037% 17.861%,4.143% 15.829%,5.291% 13.858%,6.48% 11.963%,7.709% 10.157%,8.977% 8.454%,10.283% 6.867%,11.627% 5.411%,11.627% 5.411%,13.766% 3.459%,15.988% 1.9%,18.29% 0.786%,20.668% 0.166%,23.121% 0.091%,25.644% 0.611%,28.234% 1.778%,30.888% 3.642%,33.602% 6.253%,36.375% 9.663%,36.375% 9.663%,36.656% 10.062%,37.454% 11.176%,38.696% 12.879%,40.313% 15.045%,42.235% 17.548%,44.39% 20.262%,46.709% 23.061%,49.121% 25.819%,51.554% 28.41%,53.94% 30.708%,53.94% 30.708%,55.125% 31.633%,56.311% 32.267%,57.498% 32.613%,58.684% 32.67%,59.871% 32.441%,61.056% 31.926%,62.24% 31.126%,63.423% 30.043%,64.603% 28.676%,65.78% 27.028%,65.78% 27.028%,66.795% 25.519%,67.901% 23.957%,69.093% 22.364%,70.367% 20.764%,71.719% 19.178%,73.143% 17.628%,74.637% 16.139%,76.195% 14.731%,77.813% 13.427%,79.488% 12.251%,79.488% 12.251%,81.356% 11.149%,83.28% 10.249%,85.253% 9.582%,87.271% 9.175%,89.327% 9.056%,91.417% 9.255%,93.534% 9.8%,95.674% 10.719%,97.831% 12.041%,100% 13.795% ); */
  /* -webkit-clip-path: polygon( 100% 13.795%,100% 100%,-0.024% 100%,-0.024% 24.185%,-0.024% 24.185%,0.952% 22.053%,1.973% 19.94%,3.037% 17.861%,4.143% 15.829%,5.291% 13.858%,6.48% 11.963%,7.709% 10.157%,8.977% 8.454%,10.283% 6.867%,11.627% 5.411%,11.627% 5.411%,13.766% 3.459%,15.988% 1.9%,18.29% 0.786%,20.668% 0.166%,23.121% 0.091%,25.644% 0.611%,28.234% 1.778%,30.888% 3.642%,33.602% 6.253%,36.375% 9.663%,36.375% 9.663%,36.656% 10.062%,37.454% 11.176%,38.696% 12.879%,40.313% 15.045%,42.235% 17.548%,44.39% 20.262%,46.709% 23.061%,49.121% 25.819%,51.554% 28.41%,53.94% 30.708%,53.94% 30.708%,55.125% 31.633%,56.311% 32.267%,57.498% 32.613%,58.684% 32.67%,59.871% 32.441%,61.056% 31.926%,62.24% 31.126%,63.423% 30.043%,64.603% 28.676%,65.78% 27.028%,65.78% 27.028%,66.795% 25.519%,67.901% 23.957%,69.093% 22.364%,70.367% 20.764%,71.719% 19.178%,73.143% 17.628%,74.637% 16.139%,76.195% 14.731%,77.813% 13.427%,79.488% 12.251%,79.488% 12.251%,81.356% 11.149%,83.28% 10.249%,85.253% 9.582%,87.271% 9.175%,89.327% 9.056%,91.417% 9.255%,93.534% 9.8%,95.674% 10.719%,97.831% 12.041%,100% 13.795% ); */
  clip-path: polygon(100% 13.699%, 100% 99.632%, 0% 99.632%, 0% 24.057%, 0% 24.057%, 0.976% 21.931%, 1.997% 19.825%, 3.06% 17.752%, 4.167% 15.727%, 5.315% 13.763%, 6.503% 11.874%, 7.732% 10.073%, 9% 8.375%, 10.305% 6.794%, 11.648% 5.342%, 11.648% 5.342%, 13.787% 3.396%, 16.008% 1.843%, 18.31% 0.732%, 20.688% 0.114%, 23.14% 0.039%, 25.662% 0.558%, 28.251% 1.721%, 30.904% 3.579%, 33.619% 6.182%, 36.391% 9.58%, 36.391% 9.58%, 36.672% 9.978%, 37.469% 11.089%, 38.711% 12.787%, 40.328% 14.946%, 42.249% 17.441%, 44.404% 20.146%, 46.722% 22.936%, 49.133% 25.686%, 51.566% 28.269%, 53.952% 30.56%, 53.952% 30.56%, 55.136% 31.481%, 56.322% 32.113%, 57.508% 32.458%, 58.694% 32.515%, 59.881% 32.287%, 61.066% 31.774%, 62.25% 30.976%, 63.432% 29.896%, 64.611% 28.534%, 65.788% 26.891%, 65.788% 26.891%, 66.803% 25.387%, 67.909% 23.83%, 69.101% 22.242%, 70.374% 20.647%, 71.726% 19.065%, 73.15% 17.521%, 74.643% 16.036%, 76.201% 14.633%, 77.819% 13.333%, 79.493% 12.161%, 79.493% 12.161%, 81.361% 11.062%, 83.284% 10.165%, 85.257% 9.5%, 87.274% 9.094%, 89.33% 8.976%, 91.419% 9.174%, 93.536% 9.717%, 95.675% 10.634%, 97.832% 11.951%, 100% 13.699%);
}

#home_banner::after {
  clip-path: polygon(100% 36.361%, 100% 36.361%, 99.995% 36.356%, 99.99% 36.351%, 99.985% 36.347%, 99.98% 36.342%, 99.976% 36.338%, 99.971% 36.334%, 99.966% 36.33%, 99.961% 36.326%, 99.956% 36.323%, 99.951% 36.32%, 99.951% 91.731%, -0.024% 100%, -0.024% 0.334%, -0.024% 0.334%, 0.841% 1.764%, 1.77% 3.441%, 2.764% 5.386%, 3.823% 7.615%, 4.949% 10.149%, 6.143% 13.004%, 7.406% 16.2%, 8.739% 19.754%, 10.144% 23.687%, 11.621% 28.014%, 11.621% 28.014%, 11.704% 28.261%, 11.786% 28.508%, 11.869% 28.757%, 11.952% 29.007%, 12.036% 29.259%, 12.119% 29.511%, 12.203% 29.766%, 12.287% 30.021%, 12.371% 30.279%, 12.455% 30.537%, 12.455% 30.537%, 12.845% 31.486%, 13.94% 34.057%, 15.63% 37.835%, 17.802% 42.407%, 20.346% 47.358%, 23.151% 52.276%, 26.106% 56.746%, 29.099% 60.355%, 32.02% 62.687%, 34.756% 63.33%, 34.756% 63.33%, 35.632% 63.286%, 38.03% 63.117%, 41.605% 62.765%, 46.013% 62.171%, 50.91% 61.28%, 55.951% 60.031%, 60.791% 58.37%, 65.087% 56.236%, 68.493% 53.574%, 70.666% 50.324%, 70.666% 50.324%, 70.778% 50.082%, 71.103% 49.394%, 71.625% 48.319%, 72.328% 46.913%, 73.196% 45.235%, 74.213% 43.343%, 75.363% 41.295%, 76.629% 39.148%, 77.997% 36.961%, 79.449% 34.79%, 79.449% 34.79%, 81.184% 32.414%, 82.984% 30.219%, 84.825% 28.292%, 86.685% 26.718%, 88.539% 25.581%, 90.363% 24.967%, 92.134% 24.962%, 93.829% 25.651%, 95.423% 27.119%, 96.892% 29.451%, 96.892% 29.451%, 96.929% 29.524%, 97.034% 29.739%, 97.206% 30.095%, 97.441% 30.587%, 97.734% 31.213%, 98.082% 31.97%, 98.481% 32.854%, 98.928% 33.863%, 99.42% 34.994%, 99.951% 36.242%, 99.951% 36.242%, 99.956% 36.254%, 99.961% 36.266%, 99.966% 36.278%, 99.971% 36.29%, 99.976% 36.301%, 99.98% 36.313%, 99.985% 36.325%, 99.99% 36.337%, 99.995% 36.348%, 100% 36.361%);
}

.home_banner_content {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  padding: 47px 30px 43px 50px;
}

.home_banner_content h2 {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 50.35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0 !important;
}

.home_banner_content p {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 24.15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.home_banner_content .btn_about {
  margin: 8px 0 0;
}

.home_banner_bg img {
  width: 100%;
  height: 100%;
  height: auto;
  display: block;
}

/* GỢN SÓNG bằng ::after */
.home_banner_bg::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M0,224L60,208C120,192,240,160,360,165.3C480,171,600,213,720,202.7C840,192,960,128,1080,122.7C1200,117,1320,171,1380,197.3L1440,224L1440,320L0,320Z"/></svg>');
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M0,224L60,208C120,192,240,160,360,165.3C480,171,600,213,720,202.7C840,192,960,128,1080,122.7C1200,117,1320,171,1380,197.3L1440,224L1440,320L0,320Z"/></svg>');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  pointer-events: none;
}

.so {
  font-family: "Inter-Bold";
}

.home_banner {
  display: grid;
  grid-template-columns: 54% 60%;
  padding-top: 60px;
}

.banner_bg_phu {
  margin-left: -120px;
}

.tieude h1 {
  font-family: "Inter-Bold";
  color: #36803f;
  font-size: 42px;
}

.tieude {
  text-align: center;
}

.tieude p {
  font-size: 42px;
  font-family: "Inter-Italic";
}

.home_banner_wrap {
  position: relative;
  z-index: 9;
  padding: 50px 0px;
}

.home_banner_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.home_banner_bg img {
  width: 100%;
  height: 100%;
}

.home_banner h4 {
  font-size: 26px;
  font-family: "Roboto-Regular";
  color: #fff;
  margin-bottom: 30px;
}

section#data {
  overflow: unset;
}

.home_box_icon {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
  top: -50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 20px 35px;
  padding-right: 50px;
  border-radius: 25px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.home_box_service_form ul {
  display: grid !important;
  grid-template-columns: 26% 26% 26% 14%;
  justify-content: space-between;
  padding: 0px;
}

.home_box_service_form ul label {
  width: 100%;
}

.home_box_service_form ul select,
.home_box_service_form ul input {
  width: 100%;
  padding: 15px;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  outline: none;
  font-size: 23px;
  font-family: "Inter-Medium";
  color: #2d2d2d;
}

.home_box_service_form ul input::placeholder {
  color: #2d2d2d;
}

.home_box_service_form li.sf-field-submit input {
  background: #2d2d2d;
  color: #fff;
}

.home_box_icon_wrap {
  background: #fff;
  border-radius: 70px;
  padding: 10px 20px;
  padding-right: 25px;
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
  column-gap: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.icon_box_text p {
  margin-bottom: 0px;
  font-family: "1FTV-VIP-Mustica-Pro-SemiBold";
  font-size: 25px;
  color: #137232;
}

.form_home {
  display: grid;
  grid-template-columns: 40% 30% auto;
  gap: 24px;
  align-items: flex-end;
}

.form_home p {
  margin: 0px;
}

.fomr_home_left img {
  width: 100%;
}

.form_home input.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  background: #e55205;
  /* padding: 15px; */
  margin: 0px;
  border-radius: 50px;
  font-size: 20px;
  font-family: "Roboto-Medium";
  transition: 0.3s ease-in-out;
  text-align: left;
  padding: 15px 30px;
}

.form_home input.wpcf7-form-control.wpcf7-submit:hover {
  color: #e55205;
  background: #fff;
  border: 1px solid #e55205;
}

.form_home .sm:hover::after {
  color: #e55205;
}

.sm {
  position: relative;
  overflow: hidden;
}

.sm::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* solid icon */
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 30px;
}

.form_home select.wpcf7-form-control,
.form_home input.wpcf7-form-control,
.form_home textarea {
  background: #fff2ec;
  width: 100%;
  border: 0px;
  padding: 15px;
  outline: none;
  margin-top: 10px;
}

.form_home label {
  font-family: "Roboto-Medium";
  color: #00519b;
  font-size: 20px;
  margin: 0px;
  font-weight: initial;
  width: 100%;
}

.home_box_service_content h5 {
  color: #00519b;
  font-family: "Roboto-Medium";
  font-size: 22px;
}

.home_box_service_content p {
  font-family: "Roboto-Light";
  font-size: 15px;
  text-align: justify;
  color: #000;
}

/* ------------------------------ Home about ------------------------------ */
section#about {
  padding: 90px 0px 100px 0px;
}

.about {
  display: grid;
  grid-template-rows: auto;
  justify-content: space-between;
  row-gap: 30px;
  text-align: center;
}

.about img {
  width: 100%;
}

.btn_about {
  text-align: left;
  margin: 30px 0px;
}

.btn_about a {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background-color: #36803f;
  border: 1px solid #36803f;
  color: white;
  /* font-weight: 600; */
  border-radius: 8px;
  text-decoration: none;
  font-size: 22px;
  transition: 0.3s;
  font-family: "Inter-Medium";
}

.btn_about a:hover {
  border-color: #36803f;
  background-color: transparent;
}

.btn_about i {
  margin-left: 10px;
}

.about_content h2,
.active_right_title h2,
.title_thu_mua h2,
.title_di_kem h2,
.product_home_title h2,
.tieude_chinh h2,
.home_partner_title h2,
.title_wrap h2,
.form_home_right h2,
.home_project_title h2,
h2.lyudo,
.khachhang_title h2,
.title_form h2 {
  font-size: 50px;
  font-family: "Inter-Bold";
  color: #2d2d2d;
  margin: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.title_form h2 {
  font-size: 34px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

h2.lyudo {
  width: 70%;
  line-height: 1.5;
}

.tieude_chinh h2 {
  text-align: center;
}

.title_wrap h2,
.product_home_title h2 {
  color: #36803f;
  text-align: center;
}

.about_content h2 {
  text-align: center;
}

.about_content p {
  font-size: 17px;
  font-family: "Inter-Regular";
  line-height: 1.6;
  text-align: justify;
  text-align-last: center;
  color: #212121;
}

.nen_anh_img img {
  width: 100%;
  height: 100%;
}

.value {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-between;
  grid-template-rows: auto;
  text-align: center;
  margin-top: 45px;
}

.list_value {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
  border-radius: 25px;
}

.list_value h3 {
  font-size: 32px;
  color: #00519b;
  margin: 20px 0px;
}

.list_value p {
  text-align: justify;
  text-align-last: center;
  font-family: "Roboto-Light";
}

.list_value:hover {
  background: #00519b;
  color: #fff;
  transform: scale(1.035);
  /* phóng to 120% */
}

.list_value:hover h3 {
  color: #fff;
}

.list_value:nth-child(2) {
  background: #00519b;
  color: #fff;
  transform: scale(1.035);
  /* phóng to 120% */
}

.list_value:nth-child(2) h3 {
  color: #fff;
}

/* -------------------------------- about so lieu --------------------------------- */
/* -------------------------------- about so lieu --------------------------------- */
#anh_lieu_so {
  padding: 70px 0px;
}

.noidung_anh {
  display: grid;
  grid-template-columns: 45% auto;
  gap: 70px;
  padding: 73px 0px;
}

.noidung_tieude_nd {
  position: relative;
  z-index: 64;
}

.nen_anh_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.solieu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.about_number-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

section#number {
  background: #e55205;
  padding: 40px 0px;
}

.about_number {
  background-color: #36803f;
  text-align: center;
  padding: 15px 15px;
  align-items: center;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.solieu_anh img {
  width: 100%;
  height: 100%;
}

.so {
  font-size: 70px;
  font-family: "Inter-Bold";
  color: #fff;
}

.text_number {
  font-size: 25px;
  color: #fff;
  font-family: "Inter-Medium";
}

.title_di_kem h2 span {
  font-family: "Inter-Bold" !important;
}

/* ------------------------------ Tôn chỉ ------------------------------ */
section#active {
  padding: 80px 0px;
}

.active_group {
  display: grid;
  grid-template-columns: 40% 50%;
  justify-content: space-between;
}

.active_right_list {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  row-gap: 20px;
}

.icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.content_tonchi p {
  text-align: justify;
  font-size: 14px;
}

.title_tonchi {
  color: #00519b;
  font-size: 22px;
  font-family: "Roboto-Medium";
}

/* -----------------------------------Why----------------------------------- */
.why_seclect_wrap {
  display: grid;
  grid-template-columns: 33% 62%;
  grid-template-rows: auto;
  justify-content: space-between;
  row-gap: 30px;
}

.why_seclect_right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  column-gap: 50px;
  row-gap: 20px;
}

.text_why {
  font-size: 19px;
  font-family: "Roboto-Medium";
  color: black;
  margin-top: 20px;
}

.why_seclect_left {
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 17px;
}

.why_seclect_left h2 {
  color: #00519b;
  margin: 0px;
  font-size: 35px;
  line-height: 1.5;
}

.why_seclect_left p {
  margin-top: 10px;
}

/* ------------------------------ Thu mua ------------------------------ */
section#di_kem {
  background: #36803f;
  padding-bottom: 70px;
}

.home_thumua_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  grid-template-rows: auto;
}

.home_thumua_item_item {
  display: grid;
  grid-template-columns: 40% 1fr;
  /* background: #fff; */
}

.home_thumua_avata img {
  border-radius: 10px 0px 0px 10px;
  height: 240px;
}

.home_thumua_content {
  background: #fff;
  padding: 25px;
  border-radius: 0px 10px 10px 0px;
}

.home_thumua_item_title {
  margin-bottom: 15px;
}

.home_thumua_item_title a {
  font-size: 25px;
  font-family: "Roboto-Bold";
  color: #00519b;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home_thumua_desc {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.title_thu_mua h2 {
  color: #fff;
  justify-content: center;
  margin-bottom: 45px;
}

.home_thumua_item {
  position: relative;
}

.stt {
  font-size: 36px;
  font-family: "Roboto-Bold";
  position: absolute;
  top: -20px;
  color: #00519b;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -20px;
}

/* ----------------------------- Di kem ------------------------------ */
.title_di_kem h2 {
  color: #fff;
  margin: 0 auto;
}

.home_dikem_content {
  padding-top: 37px;
}

.home_dikem_content .order {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 14px;
  background-color: white;
  font-family: "Inter-SemiBold";
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
  transition: 0.4s ease-out;
  border: 1px solid #fff;
}
.home_dikem_content .order:hover {
  background: transparent;
  color: #fff;
}

.di_kem_wrap {
  display: grid;
  justify-content: space-between;
  grid-template-rows: auto;
}

.title_di_kem a {
  background: #fff;
  color: #00519b;
  font-size: 19px;
  font-family: "Roboto-Medium";
  padding: 8px 20px;
  border-radius: 11px;
}

.title_di_kem a i {
  margin-left: 7px;
}

.home_di_kem_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 65px; */
  column-gap: 60px;
  grid-template-rows: auto;
  row-gap: 30px;
}

.hotdeal-flag {
  width: 120px;
  background-color: red;
  color: white;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  box-shadow: 0 0 0 4px white, 0 0 0 8px red;
}

.hotdeal-text {
  background-color: pink;
  color: white;
  font-weight: bold;
  font-size: 24px;
  margin: 4px auto;
  padding: 6px;
  width: 80%;
}

.tt {
  font-size: 28px;
  font-family: "Inter-SemiBold";
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home_dikem_item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_dikem_item_title a {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 36px;
}

.home_dikem_avata img {
  width: 100%;
}

img.alignnone.size-full.wp-image-637 {
  display: none;
}

/* --------------------------------- Sản phẩm bán chạy ------------------------------- */
.product_home_tab ul:before {
  display: none;
}

#product_home ul.nav.nav-pills {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-bottom: 40px;
}

#product_home ul li {
  padding: 5px 15px;
}

#product_home ul.nav.nav-pills a {
  font-family: "Inter-Medium";
  font-size: 30px;
  text-align: center;
  color: #2d2d2d;
  border-radius: 0px;
}

#product_home ul.nav.nav-pills li.active a {
  background-color: rgba(46, 49, 137, 0);
  font-family: "Inter-SemiBold";
  border-bottom: 4px solid #36803f;
}

#product_home ul.nav.nav-pills a:hover {
  background-color: rgba(46, 49, 137, 0);
  color: #36803f;
}

.n_d {
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 80px 0px;
}

.nenanh {
  width: 316px;
  height: auto;
  position: absolute;
}

#product_home .tab_group {
  display: flex;
  flex-wrap: wrap;
  gap: 58px 44px;
}
#product_home .tab_group .tab_item_i {
  width: calc(25% - 33px);
}

.tab_item_i {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.tab_avata {
  overflow: hidden;
  /* Ẩn phần bị phóng to tràn ra ngoài */
  display: inline-block;
  width: 100%;
  height: 100%;
}

.tab_avata img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
  height: auto;
}

.tab_avata:hover img {
  transform: scale(1.035);
  /* Zoom 110% khi hover */
}

.tab_item_i.visible {
  display: block;
}

.tab_item_i.visible {
  display: block;
}

.tab_name a {
  color: black;
  text-decoration: none;
  font-size: 18px;
  font-family: "Inter-Medium";
}

button#tab_show_more {
  border: none;
  background-color: transparent;
  font-family: "Inter-SemiBold";
  color: #2d2d2d;
  font-size: 30px;
  text-transform: uppercase;
}

.tab_name {
  padding-bottom: 12px;
}

.home_luxyry_item_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.home_luxyry_item_img .detail_product_desc .order-2,
.home_luxyry_item_img .pagepro_price .order-2 {
  font-family: "Inter-Medium";
  color: #444444;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  justify-content: center;
}
.home_luxyry_item_img .detail_product_desc img,
.home_luxyry_item_img .pagepro_price img {
  width: 15px;
}

.tab_show_more_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 40px;
}

.tab_show_more_wrap a {
  font-size: 30px;
  font-family: "Inter-SemiBold";
  text-transform: uppercase;
  color: #2d2d2d;
}

.tab_show_more_wrap img {
  width: 40px;
}

.order-2 img {
  width: 14px !important;
}

.tab_name a {
  color: #444444;
}

.price_room {
  background-color: #36803f;
  padding: 11px;
  border-radius: 9px;
  color: #ffffff;
  font-family: "Inter-Medium";
  text-transform: uppercase;
  font-size: 20px;
}

.content_tab_product {
  padding: 10px 20px 20px;
}

.tab_avata img {
  width: 100%;
  height: 100%;
}

.order img {
  width: 23px;
}

.btn_about img {
  margin-left: 8px;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* --------------------------------- Uuw ddieerm vuot troi ------------------------------- */
section.uu_diem {
  overflow: unset;
}

.anh_img img {
  margin-bottom: -75px;
}

.nenuudiem {
  position: absolute;
  width: 100%;
  height: 100%;
}

.cac_uu_diem {
  display: grid;
  grid-template-columns: 53% 42%;
  /* gap: 30px; */
  justify-content: space-between;
  margin-top: 50px;
}

.tieude_noidung {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

span.noidung_tieeude {
  font-family: "Inter-Regular";
  font-size: 15px;
  line-height: 30px;
}

.noidung_trong {
  text-align: center;
  border-radius: 14px;
  border: 3px solid #36803f;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 7px;
  background-color: #ffffff;
}

.cacnoi_dunguudiem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 28px;
  margin-bottom: 43px;
}

.nenuudiem {
  position: absolute;
  width: 100%;
  height: 100%;
}

.text_number {
  font-size: 24px;
  color: #fff;
  font-family: "Inter-Medium";
}

.title_di_kem h2 span {
  font-family: "Inter-Bold" !important;
}

h2.tiedeu {
  font-family: "Roboto-Medium";
  font-size: 24px;
  /* padding: 7px; */
}

/* --------------------------------- Lý do chọn  ------------------------------- */
.noidung_lydos {
  display: grid;
  grid-template-columns: 51px auto;
  align-items: center;
  padding: 11px 0px;
}

.logo_ui {
  width: 32px;
  height: 35px;
}

.khoi_lydo {
  position: relative;
  /* cha chứa ảnh */
}

.lydd {
  padding: 100px 0px;
  padding-top: 120px;
}

.nenanh_lydo {
  position: absolute;
  right: 0;
  top: 0%;
  height: 100%;
  pointer-events: none;
  margin-left: auto;
  direction: rtl;
}

.nenuudiem img {
  width: 100%;
  height: 100%;
}

.nenanh_lydo img {
  /* max-width: 100%; */
  height: 100%;
  object-fit: fill;
}

.nenuudiem {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.noidung_uudiem {
  position: relative;
  z-index: 2;
}

.noi_dung_po {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  position: relative;
  z-index: 1;
}

.btn_why {
  text-align: center;
  margin-top: 30px;
}

.btn_why a {
  background: #2d2d2d;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 25px;
  padding: 10px 30px;
  border-radius: 10px;
}

.noidung_lydo {
  font-size: 20px;
  font-family: "Inter-Medium";
  align-items: center;
}

/* ------------------------------ Khách Hàng ---------------------------------- */
.list_khachhang {
  /* padding: 12px; */
  padding: 40px 0px 80px 0px;
}

.thong_tinkhachs {
  background-color: white;
  padding: 25px 30px;
  border-radius: 17px;
}

section.khach_hang {
  background-color: #36803f;
}

.khachhang_s {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 61px;
  padding: 40px 0px;
}

.thongtin_items {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.khachhang_lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 61px;
}

span.liust_thongtin {
  font-size: 20px;
  /* font-family: 'Roboto-Medium'; */
  font-family: "Inter-SemiBoldItalic";
}

.img_s img {
  width: 100px;
  height: 100px;
  /* background-color: #3498db; */
  border-radius: 50%;
}

.khachhang_title h2 {
  color: #ffffff;
  width: 80%;
  line-height: 1.5;
}

.khachhang_title p {
  font-size: 25px;
  color: #fff;
}

.khachhang_title span {
  font-size: 25px;
  font-family: "Inter-Regular";
  color: #ffffff;
}

h2.tenkhach {
  font-size: 20px;
  font-family: "Inter-SemiBold";
  margin-top: 0px;
}

span.thongtin_binhluan {
  font-size: 18px;
  font-family: "Inter-Regular";
}

/* ------------------------------ partner ---------------------------------- */
section#home_partner {
  background: #00519b;
  padding: 50px 0px;
}

.home_partner_title h2 {
  color: #fff;
}

.hot_deal img {
  width: 100% 189px;
  height: auto;
}

.title_di_kem {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 139px 1fr;
  align-items: center;
}

.home_partner_wrap {
  display: grid;
  grid-template-columns: 33% 62%;
  grid-template-rows: auto;
  justify-content: space-between;
  row-gap: 30px;
}

section#home_partner .btn_about i {
  /* margin-left: 10px; */
  rotate: 90deg;
  margin-right: 10px;
}

.home_partner_title p {
  color: #fff;
  font-size: 18px;
  text-align: justify;
}

.home_partner_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  grid-template-rows: auto;
}

.partner_item {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 20px;
}

/* ------------------------------ Home Form ------------------------------ */
.dangkytuvan {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
}

.form_dangky {
  position: relative;
  background: black;
  padding: 30px 50px;
  border-radius: 20px;
}

section#home_form {
  position: relative;
  background-color: #f4f4f4;
  padding: 80px 0px;
}

.home_form {
  display: grid;
  grid-template-columns: 45% 37%;
  /* column-gap: 164px; */
  grid-template-rows: auto;
  justify-content: space-between;
}

.list_info {
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  margin: 20px 0px;
}

.home_form_content h2 {
  font-size: 48px;
  font-family: "Roboto-Medium";
  color: #137232;
}

.home_form p {
  font-size: 18px;
}

.home_form_social_text {
  font-size: 18px;
}

.home_form_social {
  display: flex;
  align-items: center;
  gap: 30px;
}

#home_form .form-home {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
}

#home_form .form-home h3 {
  font-size: 35px;
  font-family: "Roboto-Medium";
  color: #137232;
  margin-bottom: 18px;
  margin-top: 10px;
}

#home_form .form-home .wpcf7-form-control {
  padding: 13px 20px;
  color: #2b313f;
  font-family: "Roboto-Medium";
  font-size: 22px;
  background: rgba(19, 114, 50, 0.1215686275);
  border-color: transparent;
}

#home_form .form-home .wpcf7-submit {
  background: #137232;
  color: #fff;
  font-family: "Roboto-Medium";
  font-size: 24px;
}

#home_form .form-line {
  width: 100%;
  height: 1px;
  background: #137232;
  margin: 22px 0px;
}

.tieude h1 span {
  font-family: "Inter-Bold";
}

/* ------------------------------ Home New ------------------------------ */
.new {
  padding-top: 70px;
}

section#home_news {
  padding: 70px 0px 70px 0px;
}

.home_news_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home_text_new p {
  text-align: justify;
}

.home_new_avata {
  position: relative;
}

.title_icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.title_icon img {
  aspect-ratio: 1 !important;
}

#owl-new .owl-dots,
#owl-new .owl-dots.disabled {
  position: relative;
  bottom: 0px;
  transform: translateX(-50%);
  left: 50%;
  /* display: flex; */
  display: none;
  justify-content: center;
  margin: 16px 0px;
}

#owl-new .owl-dots .owl-dot,
#owl-new .owl-dots.disabled .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
  border-radius: 100px;
  margin: 0 8px;
}

#owl-new .owl-dots .owl-dot.active,
#owl-new .owl-dots.disabled .owl-dot.active {
  border: 2px solid #207264;
  background-color: #207264;
}

#owl-new .owl-nav,
#owl-new .owl-nav.disabled {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 85px;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 99;
}

#owl-new .owl-nav .owl-next,
#owl-new .owl-nav.disabled .owl-next,
#owl-new .owl-nav .owl-prev,
#owl-new .owl-nav.disabled .owl-prev {
  width: 35px;
  height: auto;
  opacity: 0.5;
}

#owl-new .owl-nav .owl-next:hover,
#owl-new .owl-nav.disabled .owl-next:hover,
#owl-new .owl-nav .owl-prev:hover,
#owl-new .owl-nav.disabled .owl-prev:hover {
  opacity: 1;
}

#owl-new .owl-nav .owl-next img,
#owl-new .owl-nav.disabled .owl-next img {
  transform: rotate(180deg);
}

.home_new_item_item_image {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.231372549);
  border-radius: 5px;
  overflow: hidden;
}

.home_new_avata,
.home_new_avata img {
  overflow: hidden;
  transition: 0.3s ease-in-out;
  aspect-ratio: 1.4;
  width: 100%;
}

.home_new_content_image {
  padding: 35px 30px 40px 30px;
  margin-left: 0.25px;
  background-color: #fff;
  position: relative;
}

.home_new_item_title_image {
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid rgba(108, 108, 108, 0.3490196078);
  padding-bottom: 15px;
}

.home_new_item_title_image a {
  font-size: 18px;
  font-family: "Roboto-Bold";
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000000;
  text-transform: capitalize;
}

.home_new_item_item {
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.home_new_item_item:hover .home_new_avata img {
  transform: scale(1.035);
  transition: 0.3s ease-in-out;
}

.home_new_item_item:hover .title_home {
  color: #36803f;
  transition: 0.3s ease-in-out;
}

.title_home {
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  font-family: "Inter-Medium";
  color: #212121;
}

.home_new_content {
  margin-top: 25px;
}

.pro_item_date {
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  right: 30px;
  top: -23px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 45px;
  overflow: hidden;
  text-transform: uppercase;
}

span.day {
  height: 100%;
  padding: 10px;
  background-color: #ed1c24;
  display: flex;
  align-items: center;
  font-family: "Montserrat-Bold";
  font-size: 20px;
}

span.year {
  height: 100%;
  padding: 10px 17px 10px 17px;
  display: flex;
  align-items: center;
  background-color: #073f82;
  line-height: 1;
  font-family: "Montserrat-Medium";
  font-size: 18px;
}

.home_new_item_title {
  margin: 0px 0px 20px 0px;
}

.title_home a {
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home_new_item_title a:hover {
  color: #00519b;
  transition: 0.3s ease-in-out;
}

.home_new_item_exp {
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home_new_item_except p {
  margin-bottom: 0px;
}

.home_new_item_detail {
  margin-top: 18px;
}

.home_new_item_detail a {
  font-size: 18px;
  color: #000000;
}

.home_new_item_detail a {
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: "Roboto-Medium";
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}

.home_new_item_detail a:hover {
  color: #137232;
  transition: 0.3s ease-in-out;
}

.home_new_item_detail a img {
  width: 34px !important;
  margin-bottom: -3px;
}

.home_new_item_detail a svg {
  fill: #137232;
  position: relative;
  transition: 0.3s ease-in-out;
}

.home_new_item_detail a:hover svg {
  transform: translateX(5px);
  transition: 0.3s ease-in-out;
}

.news_item_wrap svg {
  width: auto;
  height: 16px;
  fill: #137232;
}

.news_item_wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 12px;
  color: #6c6c6c;
  font-family: "Montserrat-Medium";
}

.news_item_wrap a {
  color: #6c6c6c;
}

.news_author,
.news_cate {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1;
}

.home_product_title h2 {
  color: #36803f;
  text-align: center;
}

/* ------------------------------- project ------------------------------ */
section#project {
  padding: 80px 0px;
}

.home_project_title h2 {
  justify-content: center;
}

section#project .owl-nav.disabled {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section#project .home_new_avata img {
  border-radius: 25px;
  aspect-ratio: 1.5;
}

/* ----------------------------- form ft ---------------------------- */
.form_item label {
  width: 100%;
}

.nen_tuvan img {
  margin-left: -10px;
}

.form_item input,
.form_item select,
.form_item textarea {
  padding: 10px 15px;
  width: 100%;
  border-radius: 10px;
  outline: none;
  border-color: transparent;
  font-size: 17px;
  color: #7a7b7c;
}

.form_submit p {
  text-align: center;
}

.form_submit input {
  font-family: "FZ_Poppins-SemiBold";
  background: #fff;
  border: 0px;
  padding: 12px 50px 12px 30px;
  font-size: 24px;
  color: #36803f;
  border-radius: 15px;
  text-transform: uppercase;
}

.form_item input::placeholder {
  font-size: 17px;
  color: #7a7b7c;
}

.anh1 {
  position: absolute;
  bottom: 0px;
  right: -50%;
}

.form_home.ft {
  display: initial;
}

.form_home_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: center;
}

.form_home_right {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 35px 63px;
  transform: scale(1.035);
}

.ft select.wpcf7-form-control,
.ft input.wpcf7-form-control,
.ft textarea {
  font-size: 15px;
  font-family: "Roboto-Regular";
  padding: 10px;
  border-radius: 10px;
}

.ft .submit_wrap {
  margin-top: 20px;
}

.ft .form_submit {
  width: 25%;
  margin: 0 auto;
}

.ft input.wpcf7-form-control.wpcf7-submit {
  font-family: "Roboto-Medium";
  font-size: 16px;
  padding: 10px 25px;
}

.form_submit {
  position: relative;
  overflow: hidden;
}

.form_home .form_submit:hover::after {
  color: #e55205;
}

.form_submit::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-61%);
  font-size: 16px;
  transition: 0.3s ease-in-out;
  color: #36803f;
  font-size: 30px;
  left: 60%;
}

/* ------------------------------ Home Client ------------------------------ */
section#home_client {
  padding: 50px 0px;
  background-color: #f8f8f8;
}

.home_client_wrap {
  margin-top: 20px;
}

.form-contact-wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 30px;
}

section#home_client .client_item {
  margin: auto;
  position: relative;
  aspect-ratio: 16/9;
  padding: 5px;
  cursor: pointer;
}

.client_item img {
  margin: auto;
  filter: grayscale(100%);
  position: relative;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.product_home_title h2 span {
  font-family: "Inter-Bold";
}

.client_item:hover img {
  filter: grayscale(0%);
}

.home_news_bg img {
  width: 100%;
  height: 100%;
}

/* ------------------------------ Footer ------------------------------ */
footer#footer {
  background-color: #2d2d2d;
  color: #ffffff;
}

.footer {
  display: grid;
  padding: 50px 0px 50px 0px;
  grid-template-columns: 25% 25% 14% 14%;
  grid-template-rows: auto;
  row-gap: 30px;
  justify-content: space-between;
}

.footer_bottom {
  color: #ffffff;
  text-align: center;
  padding: 15px 0px;
  border-top: 1px solid #fff;
}

.footer_bottom a {
  color: #ffffff;
}

.social_footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  align-items: center;
  width: 33%;
}

.button_contact img {
  width: 15%;
}

.footer_logo_sc {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}

.footer_contact_text a {
  color: #fff;
}

.footer_contact_title {
  font-family: "Inter-SemiBold";
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

/* .footer_address {
  margin: 20px 0px;
} */
.footer_social {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 16px;
}

.footer_about ul {
  padding-left: 1px;
  list-style: none;
}

.footer_about li {
  margin-bottom: 12px;
}

.footer_about li:last-child {
  margin-bottom: 0px;
}

.footer_about a {
  color: #ffffff;
}

.footer_bottom_wrap {
  padding: 18px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}

.footer_privacy {
  display: flex;
  align-items: center;
}

.footer_privacy a {
  color: #ffffff;
  line-height: 1;
}

.footer_privacy_item {
  border-right: 1px solid #58595b;
  padding: 0px 8px;
  line-height: 1;
}

.footer_privacy_item:last-child {
  border-right: 1px solid transparent;
}

.footer_contact_item {
  display: grid;
  grid-template-columns: 20px 1fr;
  width: 100%;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 15px;
}

.footer_contact_item:last-child {
  margin-bottom: 0px;
}

.footer_contact_text p {
  margin: 0px;
}

.footer_contact_icon {
  width: 20px;
}

.footer_form {
  display: grid;
  grid-template-columns: 28% auto;
  align-items: center;
  column-gap: 30px;
}

.footer_form form.wpcf7-form.init {
  margin: 0px;
}

span.wpcf7-spinner {
  display: none;
}

.text_form_footer {
  font-size: 19px;
  font-family: "Roboto-Bold";
}

.form_form_footer .wpcf7-email {
  width: 97%;
  margin-right: 20px;
  color: black;
  outline: none;
  font-size: 18px;
  padding-left: 30px;
}

.form_form_footer .wpcf7-email::placeholder {
  color: #137232;
  font-size: 18px;
  font-family: "Roboto-Regular";
  /* padding-left: 30px; */
}

.form_form_footer .wpcf7-submit {
  width: 20%;
  background: #fff;
  color: #137232;
  font-size: 18px;
  font-family: "Roboto-Medium";
}

.form_form_footer span.wpcf7-form-control-wrap {
  width: 78%;
}

.form_form_footer form p {
  display: flex;
  margin: 0px;
}

.form_form_footer input {
  height: 55px;
  border: 0px;
  border-radius: 7px;
}

.footer_map iframe {
  width: 100%;
  height: 170px;
}

/* .footer_about {
  margin: 0px auto;
  padding-top: 27px;
} */
.footer_map {
  padding: 27px 0px 0px 20px;
}

.footer_map p {
  margin-bottom: 0px;
}

.fancybox-container {
  z-index: 99999999999 !important;
}

.footer-top {
  background: #f4f4f4;
  padding: 30px 0px;
}

/* ------------------------------ BackToTop ------------------------------ */
#supportfix {
  position: fixed;
  z-index: 9999;
  bottom: 100px;
  right: 25px;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

#supportfix .support_item img {
  width: 50px;
  height: 50px;
}

.btn_top {
  display: none;
}

svg.bi.bi-chevron-up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  fill: #707070;
}

.page_pagaination {
  margin-top: 35px;
}

.pagination {
  clear: both;
  position: relative;
  font-size: 16px;
  line-height: 13px;
  float: right;
  list-style-type: none;
  width: 100%;
  margin: 0px !important;
  display: flex !important;
  justify-content: center;
}

.pagination span {
  display: none !important;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #072b6b;
}

.pagination a:hover {
  color: #fff;
  background: #072b6b;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  color: #fff;
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
  background-color: #072b6b !important;
  border-color: #072b6b !important;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
  color: #ffffff !important;
  background-color: #072b6b !important;
  border-color: #072b6b !important;
}

.pagination li a,
.pagination li span {
  color: #b2b2b2 !important;
}

.pagination li:last-child a,
.pagination li:last-child span {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* ------------------------------ Modal ------------------------------ */
.modal-dialogs .modal-content {
  overflow: hidden;
}

.modal-dialogs .modal-body {
  background-color: #d4dde5;
}

.modal-dialogs .modal-body .form-contact-btn .form-contact-item p::before {
  display: none;
}

.modal-dialogs h5#exampleModalLabel {
  font-size: 20px;
  font-family: "SVN-Gilroy SemiBold";
  color: #511210;
}

.modal-dialogs .modal-header {
  position: relative;
  width: 100%;
}

.modal-dialogs button.close {
  position: absolute;
  top: 20px;
  right: 15px;
}

.modal-dialogs {
  width: 100%;
  max-width: 600px;
  position: relative;
  top: 50%;
  z-index: 999999999999;
  transform: translateY(-50%);
  margin: auto;
}

.modal {
  z-index: 999999999999 !important;
}

.wrap-menu_mobile {
  display: none;
}

.modal-dialogs .modal-body form p {
  margin-bottom: 0px;
}

.modal-dialogs .modal-body form input,
.modal-dialogs .modal-body form textarea {
  width: 100%;
  color: #000;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  outline: none;
  margin-bottom: 10px;
}

.modal-dialogs .modal-body form textarea {
  height: 150px;
}

.modal-dialogs .modal-body form .contact_fbox1,
.modal-dialogs .modal-body form .contact_fbox2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 10px;
}

.modal-dialogs .modal-body form .contact_fbox2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 10px;
}

.modal-dialogs .modal-body form .contact_fsize p,
.modal-dialogs .modal-body form .contact_fgoi p {
  display: flex;
}

.modal-dialogs .modal-body form .contact_fsize span,
.modal-dialogs .modal-body form .contact_fgoi span {
  text-align: center;
}

.modal-dialogs .modal-body form input[type=submit] {
  background-color: #ff6700;
  font-size: 16px;
  font-family: "SVN-Gilroy SemiBold";
  color: #fff;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 25px;
  position: relative;
  left: 0%;
  transform: translateX(0%);
  margin-top: 30px;
  transition: 0.3s ease-in-out;
}

.modal-dialogs .modal-body form input[type=submit]:hover {
  background-color: #511210;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}

.modal-dialogs .home_contact_lbox {
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ---------------------------- Home Prd ----------------------------------- */
#prd_cate {
  padding: 70px 0px;
}

#prd_cate .home_pro_avata img {
  width: 100%;
  aspect-ratio: 1.4;
  /* border-radius: 20px; */
  -webkit-mask-image: url("../images/tehinh.png");
  mask-image: url("../images/tehinh.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-composite: destination-in;
  mask-composite: destination-in;
}

#prd_cate .home_pro_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 70px;
  row-gap: 50px;
  margin-top: 25px;
}

#prd_cate .home_pro_item_title a {
  font-size: 24px;
  font-family: "Roboto-Bold";
  color: #137232;
  line-height: 2;
}

#prd_cate .info {
  display: grid;
  grid-template-columns: 54% auto;
  row-gap: 10px;
  column-gap: 22px;
}

#prd_cate .address {
  margin-bottom: 10px;
}

#prd_cate .group_prd {
  display: grid;
  grid-template-columns: 60% auto;
  grid-template-rows: auto;
  margin: 20px 0px;
  align-items: center;
}

#prd_cate .home_pro_item_price {
  font-size: 22px;
  font-family: "Roboto-Bold";
}

#prd_cate .home_pro_item_detail {
  border: 1px dashed #137232;
  border-radius: 7px;
  text-align: center;
  padding: 5px;
}

#prd_cate .home_pro_item_detail:hover {
  background-color: #137232;
}

#prd_cate .home_pro_item_detail:hover a {
  color: #fff;
}

#prd_cate .home_pro_item_detail a {
  color: #137232;
  font-size: 20px;
  font-family: "Roboto-Medium";
  /* padding: 3px 0px; */
}

#prd_cate .home_pro_item {
  position: relative;
}

#prd_cate .bg_prd {
  position: absolute;
  top: -15px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

#prd_cate .home_pro_item_item {
  padding: 15px;
  border-radius: 20px;
}

/* ---------------------------- Home Prd Sec ----------------------------------- */
.prd_cate_second {
  background: #137232;
  padding: 40px 0px;
}

.prd_cate_second .home_product_title h2 {
  color: white;
}

#prd_cate .prd_cate_second .home_pro_wrap {
  display: block;
}

#prd_cate .prd_cate_second .owl-nav {
  display: none;
}

#prd_cate .prd_cate_second .home_pro_item_item {
  display: grid;
  grid-template-columns: 50% auto;
  grid-template-rows: auto;
}

#prd_cate .prd_cate_second .owl-carousel .owl-item img {
  display: initial;
  width: initial;
}

#prd_cate .prd_cate_second .home_pro_avata img {
  width: 100% !important;
  /* height: 349px; */
  /* border-radius: 20px 0px 0px 20px; */
  /* border-radius: 20px; */
  -webkit-mask-image: url("../images/spdat.png");
  mask-image: url("../images/spdat.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-composite: destination-in;
  mask-composite: destination-in;
}

#prd_cate .prd_cate_second .home_pro_content {
  position: relative;
  padding: 20px;
}

.background_second {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.background_second img {
  height: 100%;
  border-radius: 0px 20px 0 0;
}

#prd_cate .prd_cate_second a {
  font-size: 32px;
}

#prd_cate .prd_cate_second .home_pro_item_detail {
  border: 1px solid black;
  border-radius: 7px;
  /* color: #ffff; */
  text-align: center;
  padding: 10px 27px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #000;
}

#prd_cate .prd_cate_second .home_pro_item_detail:hover {
  background: #137232;
}

#prd_cate .prd_cate_second .home_pro_item_detail a {
  color: white;
  font-size: 20px;
  font-family: "Roboto-Medium";
  /* padding: 3px 0px; */
}

#prd_cate .prd_cate_second .address,
#prd_cate .prd_cate_second .sleep,
#prd_cate .prd_cate_second .bath,
#prd_cate .prd_cate_second .dien_tich {
  font-size: 19px;
  display: flex;
  align-items: center;
}

#prd_cate .prd_cate_second .address img,
#prd_cate .prd_cate_second .sleep img,
#prd_cate .prd_cate_second .bath img,
#prd_cate .prd_cate_second .dien_tich img {
  width: 10% !important;
  max-width: 30px;
  margin-right: 11px;
}

#prd_cate .prd_cate_second .info {
  grid-template-columns: 1fr;
  border-bottom: 1px solid #137232;
  padding-bottom: 52px;
  margin-bottom: 20px;
}

#prd_cate .prd_cate_second .home_pro_item_price {
  font-size: 37px;
  font-family: "Roboto-Bold";
  position: absolute;
  bottom: 40px;
}

/* ---------------------------- Home Prd Thr ----------------------------------- */
#prd_cate .prd_cate_third .home_pro_wrap {
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 0px;
}

#prd_cate .prd_cate_third .home_pro_avata img {
  width: 100%;
  aspect-ratio: 1;
  /* border-radius: 20px; */
  mask-image: none;
}

#prd_cate .prd_cate_third .home_pro_item_item {
  /* padding: 15px; */
  /* border-radius: 20px; */
  display: grid;
  grid-template-columns: 35% auto;
}

#prd_cate .prd_cate_third .home_pro_content {
  padding: 20px;
  padding-top: 0px;
}

#prd_cate .prd_cate_third .address {
  margin-top: 5px;
}

#prd_cate .prd_cate_third .home_pro_item_title a {
  font-size: 20px;
  line-height: 1;
}

#prd_cate .prd_cate_third .info {
  grid-template-columns: 1fr;
  border-bottom: 1px solid #137232;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#prd_cate .prd_cate_third .home_pro_item_detail a {
  color: #fff;
  font-size: 15px;
}

#prd_cate .prd_cate_third .home_pro_item_detail {
  background: #137232;
  border: none;
}

#prd_cate .prd_cate_third .group_prd {
  margin: 0px;
}

#prd_cate .prd_cate_third .home_pro_avata img {
  aspect-ratio: 1;
}

/*# sourceMappingURL=style.css.map */
