/**
 * Source for master-none-critical.css.
 * Edit this file and run: npm run css:build:master
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "RaviFaNum", sans-serif, Tahoma;
}
::-webkit-inner-spin-button {
  height: auto;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
dl {
  margin: 0;
  padding: 0;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
button {
  outline: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: none;
  background-color: transparent;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
select {
  word-wrap: normal;
}
a {
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
  direction: rtl;
  -webkit-text-size-adjust: 100%;
}
body.fix-height {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
iframe {
  border: 0;
}
a,
button {
  cursor: pointer;
}
a:hover,
button:hover {
  cursor: pointer;
}
.disable-select {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.full-width {
  width: 100%;
}
.dir-ltr {
  direction: ltr;
}
.dir-rtl {
  direction: rtl;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.white-vertical-scroll-theme::-webkit-scrollbar {
  width: 13px;
}
.white-vertical-scroll-theme::-webkit-scrollbar-track {
  background: #efefef;
}
.white-vertical-scroll-theme::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 20px;
  border: 2px solid #efefef;
}
body > div > footer {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 16px;
  position: relative;
}
@media (min-width: 768px) {
  body > div > footer {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  body > div > footer {
    margin-top: 100px;
    margin-top: 50px;
  }
}
@media (max-width: 570px) {
  body > div > footer {
    padding-bottom: 40px;
  }
}
body > div > footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  background: -moz-linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
@media (min-width: 768px) {
  body > div > footer:not(.lazyloadbackgroundimage) {
    background-image: url(../img/icon/home/footer-back.webp);
  }
}
@media (max-width: 768px) {
  body > div > footer:not(.lazyloadbackgroundimage) {
    background-image: url(../img/icon/home/footer-back-mobile.webp);
  }
}
body > div > footer:not(.lazyloadbackgroundimage) .container .text {
  background-image: url(../img/icon/home/icon-warning.webp);
  background-position: top 0 right 23%;
  background-repeat: no-repeat;
}
body > div > footer .container .logo {
  height: 35px;
  text-align: center;
}
body > div > footer .container .logo a {
  display: inline-block;
  height: 35px;
}
body > div > footer .container > .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  body > div > footer .container > .menu {
    gap: 20px 30px;
    min-height: 115px;
  }
}
body > div > footer .container > .menu a {
  position: relative;
  color: #8c979c;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 25px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  body > div > footer .container > .menu a {
    font-size: 13px;
    font-weight: 400;
  }
}
body > div > footer .container > .menu a:hover {
  color: #121618;
  transition: all ease-in-out 0.3s;
}
body > div > footer .container .social-network {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  body > div > footer .container .social-network {
    min-height: 24px;
    margin-top: 20px;
  }
}
body > div > footer .container .social-network a {
  position: relative;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  body > div > footer .container .social-network a {
    padding: 0;
  }
}
body > div > footer .container .social-network a:hover {
  box-shadow: 0 0 16px #f0f1f3;
  transition: all ease-in-out 0.3s;
}
body > div > footer .container .social-network a:hover img {
  transition: all ease-in-out 0.3s;
}
body > div > footer .container .social-network a:nth-child(1):hover {
  background-color: #f70000;
}
body > div > footer .container .social-network a:nth-child(2):hover {
  background-color: #27a3e2;
}
body > div > footer .container .social-network a:nth-child(3):hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
body > div > footer .container .social-network a:nth-child(4):hover {
  background-color: #ed145b;
}
body > div > footer .container .social-network a:nth-child(5):hover {
  background-color: #ffd902;
}
body > div > footer .container .social-network a:nth-child(6):hover {
  background-color: #40c351;
}
body > div > footer .container .social-network a img {
  position: relative;
  display: block;
  transition: all ease-in-out 0.3s;
}
body > div > footer .container .text {
  position: relative;
  margin: 70px auto 0 auto;
  padding: 50px 100px;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 16px #f0f1f3;
  color: #58686f;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}
@media (max-width: 768px) {
  body > div > footer .container .text {
    margin-top: 50px;
    padding: 20px;
  }
}
body > div > footer .container .text::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  border-top: 1px dashed #d7dee1;
  border-bottom: 1px dashed #d7dee1;
}
body > div > footer .container .text p {
  margin: 0 auto;
  letter-spacing: -0.1px;
  text-align: center;
}
@media (min-width: 768px) {
  body > div > footer .container .text p {
    width: 60%;
  }
}
@media (max-width: 768px) {
  body > div > footer .container .text p {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
  }
}
body > div > footer .container .copyright {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12%;
  margin-top: 20px;
}
@media (max-width: 992px) {
  body > div > footer .container .copyright {
    flex-direction: column-reverse;
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 1700px) {
  body > div > footer .container .copyright {
    padding-bottom: 30px;
  }
}
body > div > footer .container .copyright .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
body > div > footer .container .copyright .menu a {
  color: #8c979c;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 768px) {
  body > div > footer .container .copyright .menu a {
    font-size: 13px;
  }
}
body > div > footer .container .copyright .desc {
  font-weight: 400;
  line-height: 21px;
}
@media (min-width: 768px) {
  body > div > footer .container .copyright .desc {
    max-width: 400px;
    color: #8c979c;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  body > div > footer .container .copyright .desc {
    max-width: 85%;
    max-width: 300px;
    color: #b4c0c6;
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
body > div > footer .btn-scroll-up {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 2;
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fef7b7;
  background-image: url(/content/img/icon/home/arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transform: rotateX(180deg);
}
@media (max-width: 768px) {
  body > div > footer .btn-scroll-up {
    bottom: 10px;
    width: 48px;
    height: 48px;
    background-size: 20px;
  }
}
.popup-search-website {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000000000;
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  backdrop-filter: blur(8px);
}
.popup-search-website .txt-search-website {
  width: 80%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .popup-search-website .txt-search-website {
    font-size: 20px;
    font-weight: 300;
  }
}
.popup-search-website .txt-search-website::placeholder {
  color: #ddd;
  font-size: 40px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .popup-search-website .txt-search-website::placeholder {
    font-size: 26px;
  }
}
.popup-search-website .btn-search-website-popup {
  padding: 15px 35px 15px 70px;
  border-radius: 15.78px;
  background-color: #121618;
  background-image: url(../img/icon/main-menu/icon-search-white.svg);
  background-position: left 40px top 50%;
  background-repeat: no-repeat;
  color: #fafbfc;
  font-weight: 300;
  text-align: center;
}
.popup-search-website .btn-close-popup-search-website {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  cursor: pointer;
}
.popup-search-website .btn-close-popup-search-website:hover {
  cursor: pointer;
}
.popup-search-website .btn-close-popup-search-website:after {
  content: "x";
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 15px;
  height: 15px;
  font-size: 20px;
  line-height: 15px;
}
@-moz-keyframes fadeInOpacity {
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeInOpacity {
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeInOpacity {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOpacity {
  to {
    opacity: 1;
  }
}
@keyframes fadeInOpacity {
  to {
    opacity: 1;
  }
}
@-moz-keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@-ms-keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@-o-keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@-webkit-keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@-moz-keyframes main-menu-mobile-open {
  to {
    transform: translateX(0);
  }
}
@-ms-keyframes main-menu-mobile-open {
  to {
    transform: translateX(0);
  }
}
@-o-keyframes main-menu-mobile-open {
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes main-menu-mobile-open {
  to {
    transform: translateX(0);
  }
}
@keyframes main-menu-mobile-open {
  to {
    transform: translateX(0);
  }
}
@-moz-keyframes menuMovement {
  to {
    opacity: 1;
  }
}
@-ms-keyframes menuMovement {
  to {
    opacity: 1;
  }
}
@-o-keyframes menuMovement {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes menuMovement {
  to {
    opacity: 1;
  }
}
@keyframes menuMovement {
  to {
    opacity: 1;
  }
}
@-moz-keyframes close-menu {
  to {
    transform: translateX(-100%);
  }
}
@-ms-keyframes close-menu {
  to {
    transform: translateX(-100%);
  }
}
@-o-keyframes close-menu {
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes close-menu {
  to {
    transform: translateX(-100%);
  }
}
@keyframes close-menu {
  to {
    transform: translateX(-100%);
  }
}
@-moz-keyframes show-language-menu {
  to {
    opacity: 1;
  }
}
@-ms-keyframes show-language-menu {
  to {
    opacity: 1;
  }
}
@-o-keyframes show-language-menu {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes show-language-menu {
  to {
    opacity: 1;
  }
}
@keyframes show-language-menu {
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=./master-none-critical.css.map */