:root {
  --primary-color: #000 !important;
  --secondary-color: #4B4B4B !important;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "niafam" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.niafam-Vector7:before {
  content: "\e914";
}

.niafam-cross1:before {
  content: "\e920";
}

.niafam-tick1:before {
  content: "\e921";
}

.niafam-printer1:before {
  content: "\e922";
}

.niafam-excel1:before {
  content: "\e923";
}

.niafam-calendar2:before {
  content: "\e91e";
}

.niafam-Vector5:before {
  content: "\e91f";
}

.niafam-internet:before {
  content: "\e901";
}

.niafam-global-connection:before {
  content: "\e903";
}

.niafam-news:before {
  content: "\e905";
}

.niafam-transaction-history:before {
  content: "\e906";
}

.niafam-increase:before {
  content: "\e907";
}

.niafam-form-1:before {
  content: "\e908";
}

.niafam-bale-11:before {
  content: "\e909";
}

.niafam-eita-1:before {
  content: "\e90a";
}

.niafam-aparat-12:before {
  content: "\e90b";
}

.niafam-instagram-11:before {
  content: "\e90c";
}

.niafam-Vector2:before {
  content: "\e90d";
}

.niafam-clock:before {
  content: "\e90f";
}

.niafam-contact-form:before {
  content: "\e910";
}

.niafam-arrow-chart-1:before {
  content: "\e911";
}

.niafam-business-center:before {
  content: "\e912";
}

.niafam-reset-password-1-1:before {
  content: "\e913";
}

.niafam-payment:before {
  content: "\e918";
}

.niafam-check:before {
  content: "\e919";
}

.niafam-arrow-right2:before {
  content: "\e91a";
}

.niafam-arrow-right1:before {
  content: "\e91b";
}

.niafam-right-arrow_2-1:before {
  content: "\e91c";
}

.niafam-search-1:before {
  content: "\e91d";
}

.niafam-play:before {
  content: "\e902";
}

.niafam-camera:before {
  content: "\e916";
}

.niafam-Whatsapp:before {
  content: "\e98f";
}

.niafam-twitter-1:before {
  content: "\e990";
}

.niafam-Bisphon:before {
  content: "\e993";
}

.niafam-Facebook:before {
  content: "\e995";
}

.niafam-Gap:before {
  content: "\e996";
}

.niafam-Linkedin:before {
  content: "\e998";
}

.niafam-Soroush:before {
  content: "\e999";
}

.niafam-Telegram:before {
  content: "\e99a";
}

.niafam-accessibility:before {
  content: "\e900";
}

.niafam-minus:before {
  content: "\e904";
}

.niafam-close:before {
  content: "\e90e";
}

.text__white {
  color: #fff;
}
.text__black {
  color: var(--primary-color);
}
.text__gray {
  color: #828282;
}
.text__d-gray {
  color: var(--secondary-color);
}
.text__l-gray {
  color: #4E4E4E;
}
.text__blue {
  color: #1F4477;
}
.text__orange {
  color: #F7941E;
}
.text__11 {
  font-size: 0.6875em;
}
.text__12 {
  font-size: 0.75em;
}
.text__13 {
  font-size: 0.813em;
}
.text__14 {
  font-size: 0.875em;
}
.text__15 {
  font-size: 0.938em;
}
.text__16 {
  font-size: 1em;
}
.text__17 {
  font-size: 1.063em;
}
.text__18 {
  font-size: 1.125em;
}
.text__19 {
  font-size: 1.188em;
}
.text__20 {
  font-size: 1.25em;
}
.text__22 {
  font-size: 1.375em;
}
.text__24 {
  font-size: 1.5em;
}
.text__25 {
  font-size: 1.5625em;
}
.text__28 {
  font-size: 1.75em;
}
.text__30 {
  font-size: 1.875em;
}
.text__32 {
  font-size: 2em;
}
.text__36 {
  font-size: 2.25em;
}
.text__39 {
  font-size: 2.4375em;
}
.text__40 {
  font-size: 2.5em;
}
.text__48 {
  font-size: 3em;
}
.text__50 {
  font-size: 3.125em;
}
.text__66 {
  font-size: 4.125em;
}
.text__70 {
  font-size: 4.375em;
}
.text__bold {
  font-weight: 700;
}
.text__medium {
  font-weight: 500;
}
.text__regular {
  font-weight: 400;
}
.text__light {
  font-weight: 300;
}

.line-clamp__1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__16 {
  display: -webkit-box;
  -webkit-line-clamp: 16;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flickity-page-dots .dot {
  transition: all 0.2s linear;
}

.cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}

html {
  scroll-behavior: smooth;
}

body {
  text-align: start;
  font-family: dana;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

ul {
  list-style: none;
}

.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  background-color: white;
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
  color: #d14f1a;
}

.fixed-images {
  position: absolute;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: dana;
  font-size: 12px;
}

input::placeholder,
textarea::placeholder {
  font-family: dana;
  font-size: 12px;
}

button {
  font-family: dana;
  font-weight: 600;
}

.logo-sticky {
  display: none;
}

.sticky {
  position: fixed !important;
  top: 0px !important;
  width: 100%;
  right: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 9999999;
  background: #fff;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
  height: 75px;
  transition: all 0.2s linear;
  color: #1F4477;
  border-radius: 0 !important;
  margin-top: 0 !important;
  justify-content: center !important;
}
.sticky:before {
  display: none;
}
.sticky .header-sec__search {
  display: none;
}
.sticky .header-sec__lang {
  display: none;
}
.sticky .header-sec__main {
  margin-top: 0;
}
.sticky .sticky__logo {
  display: flex !important;
}

.section {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section__header {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.section__title {
  position: relative;
}
.section__archive {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  gap: 6px;
}
.section__archive .icon {
  width: 25px;
  height: 25px;
  border: 1px solid #D3D3D4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.5);
}
.section__archive .icon i {
  color: #0168AB;
}
.section__archive:hover .icon {
  background-color: #ffd500;
}
.section__archive span {
  transition: all 0.2s linear;
}

.news-item {
  position: relative;
  display: flex;
  align-items: center;
}
.news-item--horizontal {
  flex-direction: row;
  margin-bottom: 0;
  align-items: center;
  position: relative;
}
.news-item--horizontal i:before {
  transition: all 0.2s linear;
}
.news-item--horizontal span {
  transition: all 0.2s linear;
}
.news-item--horizontal:hover .news-item__pic img {
  overflow: hidden;
}
.news-item--horizontal:hover .news-item__pic img {
  transform: translate(-50%, -50%) scale(1.08);
  filter: brightness(0.9);
}
.news-item--horizontal:hover span {
  color: #d14f1a;
}
.news-item--horizontal:hover i::before {
  color: #d14f1a;
}
.news-item--horizontal .news-item__pic {
  overflow: hidden;
  position: relative;
  width: 845px;
  height: 563px;
  flex-shrink: 0;
}
.news-item--horizontal .news-item__date {
  display: flex;
  align-items: center;
}
.news-item--horizontal .news-item__date i {
  margin-inline-end: 4px;
}
.news-item--horizontal .news-item__archive i {
  margin-inline-start: 4px;
}
.news-item--horizontal .news-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-item--vertical {
  align-items: unset;
  border-radius: 15px;
  flex-direction: column;
}
.news-item--vertical .news-item__pic {
  transition: all 0.2s ease-out;
}
.news-item--vertical .news-item__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.news-item--vertical .news-item__date {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.news-item--vertical span {
  transition: all 0.2s linear;
}
.news-item--vertical:hover img {
  transform: translate(-50%, -50%) scale(1.08);
  filter: brightness(0.9);
}
.news-item--vertical:hover span {
  color: #d14f1a;
}
.news-item__pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.news-item__pic img {
  transition: all 0.6s ease-out;
}
.news-item__archive {
  display: flex;
  align-items: center;
}

.tab-pane {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
}
.tab-pane.active {
  opacity: 1;
  visibility: visible;
}

.tab-button {
  border: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e8cd06;
  transition: all 0.2s linear;
  color: black;
  cursor: pointer;
  padding: 20px;
  width: 24px;
  height: 25px;
  border-radius: 50%;
}
#myBtn i {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.2s linear;
}
#myBtn i::before {
  margin-left: 0;
}
#myBtn:hover {
  background: var(--secondary-color);
}
#myBtn:hover i {
  color: var(--secondary-color);
}

.header-sec {
  margin-bottom: 15px;
  position: relative;
  z-index: 9999;
}
.header-sec__endate {
  font-family: en-dana;
}
.header-sec__top {
  background-color: #F0F0F0;
  height: 63px;
  display: flex;
  align-items: end;
}
.header-sec__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-sec__btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-sec__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.header-sec__left {
  display: flex;
  align-items: center;
}
.header-sec__date {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
  position: relative;
}
.header-sec__date:before {
  content: "";
  top: 8px;
  left: 0%;
  transform: translate(0%, -50%);
  position: absolute;
  width: 1px;
  height: 24px;
  transition: all 0.2s ease-out;
  background: #C3C3C3;
}
.header-sec__en {
  padding-inline-start: 15px;
  margin-inline-start: 15px;
  position: relative;
}
.header-sec__en:before {
  content: "";
  top: 8px;
  right: 0%;
  transform: translate(0%, -50%);
  position: absolute;
  width: 1px;
  height: 24px;
  transition: all 0.2s ease-out;
  background: #C3C3C3;
}
.header-sec__logo {
  position: relative;
  width: 245px;
  height: 78px;
}
.header-sec__main {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.header-sec__menu {
  margin-inline-start: 36px;
}
.header-sec__search {
  margin-inline-start: auto;
}
.header-sec__search input {
  border: 1px solid #8E8E8E;
  border-radius: 10px;
  width: 170px;
  height: 37px;
  padding: 0 10px 0 0;
  background-color: transparent;
}
.header-sec__search i:before {
  color: #8E8E8E;
}
.header-sec__link {
  position: relative;
  width: 125px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-sec__link.active::after {
  content: "";
  bottom: -27px;
  right: -17px;
  transform: translate(0%, -50%);
  position: absolute;
  width: 159px;
  height: 53px;
  transition: all 0.2s ease-out;
  background-image: url("../img/Group 2204.png");
  z-index: -1;
}
.header-sec .search-form {
  position: relative;
}
.header-sec .search-icon {
  width: 35px;
  height: 35px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.36);
  border-radius: 100px;
  inset-inline-end: 1px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  top: 1px;
}

.slider-sec {
  margin-bottom: 60px;
}
.slider-sec__cell {
  width: 100%;
}
.slider-sec__pic {
  position: relative;
  width: 100%;
  height: 490px;
  border-radius: 30px;
}
.slider-sec__pic img {
  border-radius: 30px;
}
.slider-sec video {
  border-radius: 30px;
}
.slider-sec .flickity-button.flickity-prev-next-button.next {
  background-image: url("../img/1102412 1.png");
  background-color: none;
}
.slider-sec .flickity-button.flickity-prev-next-button.next::after {
  display: none;
}
.slider-sec .flickity-button.flickity-prev-next-button.previous {
  background-image: url("../img/1102412 2.png");
  background-color: none;
}
.slider-sec .flickity-button.flickity-prev-next-button.previous::after {
  display: none;
}

.news-sec {
  margin-bottom: 60px;
}
.news-sec__container {
  display: flex;
  gap: 30px;
}
.news-sec__left {
  width: 397px;
  flex-shrink: 0;
  
  border-radius: 15px;
  padding: 15px;
}
.news-sec__inner {
  background-color: #D3E6F5;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 0 30px;
}
.news-sec__right {
  flex-grow: 1;
}
.news-sec__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-sec__button button {
  background-color: #F0F0F0;
  border: 1px solid #E6E6EA;
  font-family: dana;
  width: 214px;
  height: 86px;
  padding: 2px 32px;
  position: relative;
  cursor: pointer;
}
.news-sec__button button:first-child {
  border-radius: 0 30px 0 0;
}
.news-sec__button button:nth-child(4) {
  border-radius: 30px 0 0 0;
}
.news-sec__button button.active {
  background-color: #FFF;
  cursor: auto;
}
.news-sec__button button.active::before {
  content: "";
  bottom: -3px;
  left: 0%;
  transform: translate(0%, -50%);
  position: absolute;
  width: 100%;
  height: 2px;
  transition: all 0.2sease-out;
  background: #ffffff;
  z-index: 13;
}
.news-sec__pic {
  position: relative;
  width: 195px;
  height: 118px;
}
.news-sec__cell {
  border-radius: 0 0 10px 10px;
  height: 341px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 40px;
  align-items: center;
  text-align: center;
  position: relative;
}
.news-sec__cell span {
  transition: 0.4s, background-position 0s;
  background: linear-gradient(#f7941e 0 0) calc(100% - var(--p, 0%))/var(--p, 0%) no-repeat;
  border-radius: 5px;
}
.news-sec__cell:hover span {
  --p: 100%;
  color: #fff;
}
.news-sec .tab-pane {
  background-color: #FFF;
  border: 1px solid #DBD5C0;
  height: 492px;
  box-shadow: 8px 8px 10px 0px rgba(156, 156, 156, 0.2);
  padding: 15px 16px;
  border-radius: 0 0 30px 30px;
}
.news-sec .tab-content {
  height: 396px;
  position: relative;
}
.news-sec .news-item--vertical {
  gap: 10px;
}
.news-sec .news-item--vertical .news-item__date {
  align-items: start;
  justify-content: start;
}
.news-sec .news-item__archive {
  background-color: #E7E1CD;
  border: 1px solid #9FA2B9;
  width: 70px;
  height: 54px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 73px;
  left: -10px;
  transition: all 0.2s linear;
}
.news-sec .news-item__archive span {
  transition: all 0.2s linear;
}
.news-sec .news-item__archive::before {
  content: "";
  top: -6px;
  left: 0%;
  transform: translate(0%, -50%);
  position: absolute;
  width: 9px;
  height: 9px;
  transition: all 0.2s ease-out;
  background-image: url("../img/Polygon 1.png");
}
.news-sec .news-item__archive:hover {
  background-color: #f7941e;
}
#tab2{border-radius: 30px 0 0 0;}
.news-sec .news-item__archive:hover span {
  color: #fff;
}
.news-sec .flickity-prev-next-button {
  top: 115%;
  width: 50px;
  height: 50px;
  background-color: #4C87CB;
}
.news-sec .flickity-prev-next-button.previous {
  left: 32%;
}
.news-sec .flickity-prev-next-button.next {
  /* inset-inline-start: 60px; */
  right: 32%;
}

.link-sec {
  margin-bottom: 60px;
}
.link-sec__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.link-item {
  width: 167px;
  padding: 20px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  position: relative;
}
.link-item span {
  transition: all 0.2s linear;
}
.link-item i:before {
  transition: all 0.2s linear;
}
.link-item:hover span {
  color: #f8931d;
}
.link-item:hover i:before {
  color: #f8931d;
}
.link-item__pic {
  position: relative;
  width: 80px;
  height: 76px;
}
.link-item__pic i {
  font-size: 80px;
}

.certificate-sec {
  margin-bottom: 60px;
}
.certificate-sec__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.certificate-item {
  position: relative;
  width: 300px;
  border: 1px solid #4C87CB;
  border-radius: 30px;
  overflow: hidden;
  overflow: hidden;
}
.certificate-item__pic {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 30px;
}
.certificate-item__pic img {
  border-radius: 30px;
}
.certificate-item__content {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 63px;
  z-index: 2;
  bottom: 0;
  border-radius: 0 0 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.certificate-item img {
  transition: all 0.6s ease-out;
}
.certificate-item:hover img {
  transform: translate(-50%, -50%) scale(1.08);
  filter: brightness(0.9);
}

.form-sec {
  margin-bottom: 60px;
}
.form-sec__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-item {
  width: 198px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  position: relative;
}
.form-item__pic {
  position: relative;
  width: 80px;
  height: 76px;
}
.form-item__pic i {
  font-size: 80px;
}
.form-item span {
  transition: all 0.2s linear;
}
.form-item i:before {
  transition: all 0.2s linear;
}
.form-item:hover span {
  color: #f8931d;
}
.form-item:hover i:before {
  color: #f8931d;
}

.system-sec {
  margin-bottom: 60px;
}
.system-sec__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.system-item {
  position: relative;
  width: 300px;
  border: 1px solid #4C87CB;
  border-radius: 30px;
  overflow: hidden;
}
.system-item__pic {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 30px;
}
.system-item__pic img {
  border-radius: 30px;
}
.system-item__content {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 63px;
  z-index: 2;
  bottom: 0;
  border-radius: 0 0 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.system-item img {
  transition: all 0.6s ease-out;
}
.system-item:hover img {
  transform: translate(-50%, -50%) scale(1.08);
  filter: brightness(0.9);
}

.footer-sec {
  background-color: #F0F0F0;
  padding-top: 40px;
}
.footer-sec__col:first-child {
  width: 378px;
  margin-inline-end: 79px;
}
.footer-sec__col:nth-child(2) {
  width: 302px;
}
.footer-sec__col:nth-child(3) {
  display: flex;
  gap: 30px;
  margin-inline-start: auto;
}
.footer-sec__header {
  margin-bottom: 15px;
}
.footer-sec__about {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-sec__container {
  display: flex;
}
.footer-sec__link li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-sec__link li a span {
  transition: all 0.2s linear;
}
.footer-sec__link li a i::before {
  transition: all 0.2s linear;
}
.footer-sec__link li a:hover span {
  color: #f8931d;
}
.footer-sec__link li a:hover i::before {
  color: #f8931d;
}
.footer-sec__icon {
  position: relative;
  width: 85px;
  height: 110px;
}
.footer-sec__pic {
  position: relative;
  width: 124px;
  height: 124px;
}
.footer-sec__code {
  border-radius: 15px;
  background-color: #fff;
  height: 299px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.footer-sec__top {
  margin-bottom: 40px;
}
.footer-sec__bottom {
  background-color: #FFFFFF;
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 30px 0px rgba(45, 56, 57, 0.25);
  margin-bottom: 5px;
}
.footer-sec__copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-sec__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-sec__link {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-sec__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-sec__social a i::before {
  transition: all 0.2s linear;
}
.footer-sec__social a:hover i::before {
  color: #4C87CB;
}

input[name=q]::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8E8E8E;
  opacity: 1; /* Firefox */
}

input[name=q]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8E8E8E;
  opacity: 1; /* Firefox */
}

[dir=ltr] .news-sec .news-item--horizontal .news-item__content {
  padding: 20px 23px 20px 0px;
}

.chat-online {
  width: 60px;
  height: 60px;
  position: fixed;
  background-color: #F7941E;
  border-radius: 15px 0 0 15px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: calc(60% - 20px);
}
.chat-online__pic {
  position: relative;
  height: 28px;
  width: 33px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) and (max-width: 1367.98px) {
  .container {
    max-width: 11900px;
  }
  .news-sec__right {
    width: 70%;
    flex-grow: 0;
  }
  .news-sec__left {
    width: 320px;
  }
  .link-item {
    width: 150px;
  }
  .link-item__pic {
    width: 60px;
    height: 56px;
  }
  .link-item__pic i {
    font-size: 60px;
  }
  .form-item {
    width: 178px;
  }
  .form-item__pic {
    width: 60px;
    height: 56px;
  }
  .form-item__pic i {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  .news-sec .flickity-prev-next-button.previous {
    left: 25%;
  }
  .news-sec .flickity-prev-next-button.next {
    /* inset-inline-start: 60px; */
    right: 25%;
  }
  .slider-sec__pic {
    height: 400px;
  }
  .news-sec__right {
    width: 62%;
    flex-grow: 0;
  }
  .news-sec__left {
    width: 320px;
  }
  .link-item {
    width: 115px;
    padding: 15px 10px;
  }
  .link-item__pic {
    width: 60px;
    height: 56px;
  }
  .link-item__pic i {
    font-size: 60px;
  }
  .form-item {
    width: 138px;
    padding: 15px 10px;
  }
  .form-item__pic {
    width: 60px;
    height: 56px;
  }
  .form-item__pic i {
    font-size: 60px;
  }
  .certificate-item__pic {
    height: 210px;
  }
  .system-item__pic {
    height: 210px;
  }
  .footer-sec__col:nth-child(3) {
    margin-inline-start: 10px;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .news-sec__button button {
    height: 66px;
  }
  .header-sec__left {
    position: absolute;
    left: 0;
    top: -5px;
  }
  .header-sec__top {
    height: 90px;
  }
  .header-sec__right {
    margin-top: 25px;
  }
  .slider-sec__pic {
    height: 310px;
  }
  .news-sec__container {
    flex-direction: column;
  }
  .news-sec__right {
    width: 100%;
  }
  .news-sec__left {
    width: 100%;
    height: 500px;
  }
  .news-sec__pic {
    width: 155px;
    height: 118px;
  }
  .news-sec__cell {
    height: 240px;
  }
  .news-sec .flickity-prev-next-button {
    top: 112%;
  }
  .news-sec .flickity-prev-next-button.previous {
    left: 39%;
  }
  .news-sec .flickity-prev-next-button.next {
    inset-inline-start: 60px;
    right: 39%;
  }
  .link-sec .flickity-viewport {
    width: 100% !important;
  }
  .link-sec .flickity-page-dots {
    text-align: center;
    top: 100%;
    padding-inline-end: 0;
  }
  .certificate-sec__container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .form-sec .flickity-viewport {
    width: 100% !important;
  }
  .form-sec .flickity-page-dots {
    text-align: center;
    top: 100%;
    padding-inline-end: 0;
  }
  .system-sec__container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-sec__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .news-sec__button button {
    padding: 2px 24px;
  }
  .news-sec {
    margin-bottom: 90px;
  }
  .news-sec__cell {
    height: 280px;
  }
  .news-sec .flickity-prev-next-button {
    top: 122%;
  }
  .news-sec .flickity-prev-next-button.previous {
    left: 37%;
  }
  .news-sec .flickity-prev-next-button.next {
    right: 37%;
  }
  .link-item {
    width: calc(35% - 15px);
    padding: 15px 10px;
  }
  .certificate-item {
    width: calc(50% - 30px);
  }
  .form-item {
    width: calc(35% - 15px);
    padding: 15px 10px;
  }
  .system-item {
    width: calc(50% - 30px);
  }
  .footer-sec__copyright {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .footer-sec__bottom {
    height: 85px;
  }
}
@media (max-width: 575.98px) {
  .news-sec__button {
    flex-wrap: wrap;
  }
  .news-sec__button button {
    width: 50%;
    border-radius: 0 !important;
  }
  .news-sec .tab-pane {
    padding: 15px 20px;
  }
  .news-sec__cell {
    height: 235px;
    width: 100%;
    padding: 15px;
  }
  .news-sec .news-item__archive {
    bottom: 13px;
  }
  .news-sec .flickity-prev-next-button {
    top: 114%;
  }
  .news-sec .flickity-prev-next-button.previous {
    left: 20%;
  }
  .news-sec .flickity-prev-next-button.next {
    right: 20%;
  }
  .link-item {
    width: calc(50% - 15px);
  }
  .form-item {
    width: calc(50% - 15px);
  }
  .certificate-item {
    width: calc(100% - 30px);
  }
  .system-item {
    width: calc(100% - 30px);
  }
  .footer-sec__pic {
    position: relative;
    width: 104px;
    height: 104px;
  }
  .footer-sec__code {
    height: 269px;
  }
  .footer-sec__col:nth-child(3) {
    margin-inline-start: 0 !important;
    gap: 20px;
  }
  .footer-sec__right {
    flex-wrap: wrap;
  }
  .footer-sec__bottom {
    height: 130px;
  }
  .header-sec__main {
    align-items: start;
    flex-direction: column;
  }
  .header-sec__menu {
    margin-inline-start: 0;
    position: relative;
    top: 30px;
  }
  .header-sec__top {
    height: 130px;
  }
  .header-sec__left {
    top: -25px;
  }
  .header-sec__left span {
    font-size: 12px;
  }
  .header-sec__right {
    margin-top: 0;
    flex-direction: column;
    align-items: start;
  }
  .header-sec__link {
    width: 95px;
  }
  .header-sec__link span {
    font-size: 13px;
  }
  .header-sec__link.active::after {
    content: "";
    bottom: -26px;
    right: -5px;
    transform: translate(0%, -50%);
    position: absolute;
    width: 105px;
    height: 53px;
    transition: all 0.2s ease-out;
    background-image: url("../img/Group 2204.png");
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .header-sec__btn {
    gap: 20px;
  }
  .sticky .header-sec__logo {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */